From b1ea014b81754940ab3f5204108a1e231ab421da Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:28:51 -0600 Subject: [PATCH] [MDB Ignore] [IDB Ignore] Nebula Station, or, cherry picks a bunch of PRs so I can cherry pick Nebula Station (Also removes Birdboat) [MDB IGNORE] [IDB IGNORE] (#623) --- .../lavaland_surface_syndicate_base1.dmm | 4 +- .../SpaceRuins/allamericandiner.dmm | 306 +- .../SpaceRuins/dangerous_research.dmm | 153 +- _maps/RandomRuins/SpaceRuins/deepstorage.dmm | 7 +- .../SpaceRuins/derelict_sulaco.dmm | 4 +- .../RandomRuins/SpaceRuins/forgottenship.dmm | 13 +- _maps/RandomRuins/SpaceRuins/interdyne.dmm | 587 +- _maps/RandomZLevels/moonoutpost19.dmm | 13 +- _maps/RandomZLevels/undergroundoutpost45.dmm | 13 +- _maps/_basemap.dm | 5 +- _maps/birdshot.json | 17 - _maps/map_files/Birdshot/birdshot.dmm | 137927 ------ .../map_files/Deltastation/DeltaStation2.dmm | 154 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 93478 ++-- _maps/map_files/KiloStation/KiloStation.dmm | 327 +- _maps/map_files/LimaStation/LimaStation.dmm | 349 +- _maps/map_files/MetaStation/MetaStation.dmm | 348 +- .../map_files/NebulaStation/NebulaStation.dmm | 294129 ++++++++++++ _maps/map_files/NorthStar/north_star.dmm | 2111 +- _maps/map_files/PubbyStation/PubbyStation.dmm | 489 +- _maps/map_files/debug/gateway_test.dmm | 4 +- _maps/map_files/debug/runtimestation.dmm | 4 +- _maps/map_files/generic/CentCom.dmm | 11 +- _maps/map_files/tramstation/tramstation.dmm | 370826 +++++++-------- _maps/nebulastation.json | 23 + _maps/safehouses/ice.dmm | 2 +- _maps/shuttles/arrival_nebula.dmm | 452 + _maps/shuttles/cargo_nebula.dmm | 333 + _maps/shuttles/emergency_kilo.dmm | 11 +- _maps/shuttles/emergency_nebula.dmm | 3201 + _maps/shuttles/emergency_tranquility.dmm | 4 +- _maps/shuttles/ferry_nebula.dmm | 365 + _maps/shuttles/labour_nebula.dmm | 405 + _maps/shuttles/mining_nebula.dmm | 445 + _maps/shuttles/pirate_irs.dmm | 7 +- _maps/templates/battlecruiser_starfury.dmm | 4 +- _maps/virtual_domains/pirates.dmm | 2 +- _maps/virtual_domains/syndicate_assault.dmm | 13 +- code/__DEFINES/cameranets.dm | 35 + code/__DEFINES/devices.dm | 4 +- code/__DEFINES/radio.dm | 5 + code/__DEFINES/sound.dm | 1 + code/__DEFINES/span.dm | 1 + code/__HELPERS/global_lists.dm | 2 +- code/_globalvars/lists/typecache.dm | 2 +- code/_onclick/ai.dm | 2 +- code/_onclick/click.dm | 4 +- code/_onclick/other_mobs.dm | 2 +- code/controllers/subsystem/blackbox.dm | 2 + code/controllers/subsystem/ticker.dm | 3 +- code/datums/ai/movement/_ai_movement.dm | 14 +- code/datums/components/crafting/furniture.dm | 12 + code/datums/components/crafting/tailoring.dm | 40 + code/datums/elements/dryable.dm | 7 +- .../greyscale_configs/greyscale_clothes.dm | 37 + .../greyscale/json_configs/facescarf.json | 18 + .../json_configs/facescarf_inhands.json | 10 + .../greyscale/json_configs/kitsune.json | 30 + .../json_configs/rebellion_mask.json | 10 + code/datums/records/manifest.dm | 18 +- code/datums/records/record.dm | 42 +- code/datums/shuttles/arrival.dm | 4 + code/datums/shuttles/cargo.dm | 4 + code/datums/shuttles/emergency.dm | 8 + code/datums/shuttles/ferry.dm | 5 + code/datums/shuttles/mining.dm | 8 + code/game/area/areas/station/cargo.dm | 16 + code/game/area/areas/station/common.dm | 16 + code/game/area/areas/station/engineering.dm | 5 + code/game/area/areas/station/medical.dm | 4 + code/game/area/areas/station/science.dm | 4 + code/game/area/areas/station/security.dm | 4 + code/game/area/areas/station/service.dm | 15 +- code/game/communications.dm | 2 + code/game/machinery/_machinery.dm | 2 +- code/game/machinery/buttons.dm | 16 +- code/game/machinery/camera/camera.dm | 1 + code/game/machinery/camera/presets.dm | 8 + code/game/machinery/computer/camera.dm | 2 +- .../machinery/computer/records/records.dm | 27 +- .../machinery/computer/records/security.dm | 27 +- code/game/machinery/computer/telescreen.dm | 245 +- code/game/machinery/defibrillator_mount.dm | 56 +- code/game/machinery/mass_driver.dm | 4 - code/game/machinery/photobooth.dm | 229 + code/game/machinery/scan_gate.dm | 279 - code/game/machinery/scanner_gate.dm | 418 + code/game/machinery/syndicatebomb.dm | 2 +- code/game/machinery/telecomms/machines/bus.dm | 4 +- code/game/machinery/telecomms/machines/hub.dm | 1 + .../machinery/telecomms/machines/receiver.dm | 2 +- .../machinery/telecomms/machines/server.dm | 6 +- .../effects/decals/turfdecal/tilecoloring.dm | 3 + .../objects/effects/spawners/random/trash.dm | 26 + .../machines/machine_circuitboards.dm | 94 +- code/game/objects/items/defib.dm | 2 + .../objects/items/devices/broadcast_camera.dm | 112 + code/game/objects/items/devices/flashlight.dm | 3 + .../items/devices/radio/encryptionkey.dm | 35 +- .../objects/items/devices/radio/headset.dm | 10 +- .../game/objects/items/devices/radio/radio.dm | 61 + code/game/objects/items/food/moth.dm | 1 + code/game/objects/items/inspector.dm | 33 +- .../items/stacks/sheets/sheet_types.dm | 5 +- code/game/objects/items/storage/backpack.dm | 2 +- .../items/storage/boxes/clothes_boxes.dm | 18 + .../items/storage/boxes/science_boxes.dm | 1 + code/game/objects/items/trash.dm | 5 + .../game/objects/structures/detectiveboard.dm | 306 + code/game/objects/structures/fluff.dm | 15 + code/game/objects/structures/tables_racks.dm | 11 + code/game/say.dm | 1 + code/game/sound.dm | 12 + code/modules/admin/admin_investigate.dm | 4 +- .../paradox_clone/paradox_clone.dm | 6 + .../components/unary_devices/thermomachine.dm | 24 + .../cargo/markets/market_items/misc.dm | 2 +- code/modules/cargo/packs/security.dm | 3 +- code/modules/cargo/packs/vending_restock.dm | 7 + code/modules/clothing/head/fedora.dm | 6 + code/modules/clothing/head/helmet.dm | 27 + code/modules/clothing/masks/bandana.dm | 31 + code/modules/clothing/masks/costume.dm | 38 + code/modules/clothing/suits/armor.dm | 10 + code/modules/clothing/suits/jobs.dm | 5 + .../clothing/under/accessories/badges.dm | 43 + .../food_and_drinks/machinery/icecream_vat.dm | 2 +- .../food_and_drinks/machinery/smartfridge.dm | 238 +- .../recipes/tablecraft/recipes_guide.dm | 2 +- code/modules/jobs/access.dm | 2 +- code/modules/jobs/job_types/curator.dm | 14 +- code/modules/jobs/job_types/prisoner.dm | 12 +- code/modules/mapping/mapping_helpers.dm | 29 + code/modules/mining/laborcamp/laborshuttle.dm | 3 + code/modules/mining/mine_items.dm | 4 + code/modules/mob/inventory.dm | 2 +- code/modules/mob/living/living_say.dm | 4 +- code/modules/mob/living/silicon/ai/ai.dm | 2 +- .../modules/mob/living/silicon/robot/robot.dm | 2 +- code/modules/mob/mob.dm | 2 +- code/modules/pai/pai.dm | 2 +- code/modules/power/smes.dm | 11 + .../designs/autolathe/service_designs.dm | 28 +- .../research/designs/machine_designs.dm | 30 + .../research/techweb/nodes/security_nodes.dm | 18 +- .../research/techweb/nodes/service_nodes.dm | 1 + .../xenobiology/vatgrowing/petri_dish.dm | 1 + .../security_levels/keycard_authentication.dm | 14 +- .../uplink/uplink_items/stealthy_tools.dm | 2 +- code/modules/vending/clothesmate.dm | 3 + code/modules/vending/cytopro.dm | 35 + code/modules/vending/wardrobes.dm | 2 +- config/maps.txt | 11 +- icons/area/areas_station.dmi | Bin 44443 -> 45954 bytes icons/effects/mapping_helpers.dmi | Bin 26091 -> 26231 bytes icons/mob/clothing/accessories.dmi | Bin 15036 -> 15113 bytes icons/mob/clothing/head/hats.dmi | Bin 16037 -> 15412 bytes icons/mob/clothing/head/helmet.dmi | Bin 40300 -> 41847 bytes icons/mob/clothing/mask.dmi | Bin 49633 -> 47075 bytes icons/mob/clothing/suits/armor.dmi | Bin 95948 -> 101743 bytes icons/mob/clothing/suits/utility.dmi | Bin 30687 -> 30712 bytes icons/mob/inhands/items/devices_lefthand.dmi | Bin 3430 -> 8031 bytes icons/mob/inhands/items/devices_righthand.dmi | Bin 3312 -> 9458 bytes icons/mob/telegraphing/telegraph.dmi | Bin 1973 -> 1964 bytes icons/obj/clothing/accessories.dmi | Bin 19279 -> 19936 bytes icons/obj/clothing/head/hats.dmi | Bin 5809 -> 11924 bytes icons/obj/clothing/head/helmet.dmi | Bin 20174 -> 20590 bytes icons/obj/clothing/headsets.dmi | Bin 1590 -> 1657 bytes icons/obj/clothing/masks.dmi | Bin 37804 -> 37181 bytes icons/obj/clothing/suits/armor.dmi | Bin 32312 -> 32800 bytes icons/obj/clothing/suits/utility.dmi | Bin 4010 -> 4106 bytes icons/obj/devices/voice.dmi | Bin 2655 -> 2928 bytes icons/obj/food/moth.dmi | Bin 24225 -> 24226 bytes icons/obj/machines/defib_mount.dmi | Bin 635 -> 1347 bytes icons/obj/machines/keycard_auth_table.dmi | Bin 0 -> 610 bytes icons/obj/machines/photobooth.dmi | Bin 0 -> 3425 bytes icons/obj/machines/scangate.dmi | Bin 3219 -> 5364 bytes icons/obj/machines/smartfridge.dmi | Bin 10396 -> 14291 bytes icons/obj/machines/vending.dmi | Bin 117111 -> 114712 bytes icons/obj/service/broadcast.dmi | Bin 0 -> 2138 bytes icons/obj/service/hydroponics/equipment.dmi | Bin 34781 -> 29705 bytes icons/obj/service/janitor.dmi | Bin 37094 -> 40093 bytes icons/obj/wallmounts.dmi | Bin 14932 -> 14929 bytes icons/turf/decals.dmi | Bin 95808 -> 96019 bytes interface/stylesheet.dm | 1 + maplestation.dme | 6 +- .../loadout_items/loadout_datum_masks.dm | 12 + sound/effects/muffspeech/muffspeech1.ogg | Bin 0 -> 5846 bytes sound/effects/muffspeech/muffspeech2.ogg | Bin 0 -> 5504 bytes sound/effects/muffspeech/muffspeech3.ogg | Bin 0 -> 6547 bytes sound/effects/muffspeech/muffspeech4.ogg | Bin 0 -> 6868 bytes sound/effects/muffspeech/muffspeech5.ogg | Bin 0 -> 6310 bytes sound/effects/muffspeech/muffspeech6.ogg | Bin 0 -> 7256 bytes sound/effects/muffspeech/muffspeech7.ogg | Bin 0 -> 5967 bytes sound/effects/muffspeech/muffspeech8.ogg | Bin 0 -> 7756 bytes sound/effects/muffspeech/muffspeech9.ogg | Bin 0 -> 5858 bytes tgstation.dme | 6 +- tgui/packages/tgui-panel/chat/constants.ts | 2 +- .../tgui-panel/styles/tgchat/chat-dark.scss | 4 + .../tgui-panel/styles/tgchat/chat-light.scss | 4 + tgui/packages/tgui-say/constants.ts | 1 + tgui/packages/tgui-say/styles/colors.scss | 1 + .../interfaces/DetectiveBoard/BoardTabs.tsx | 63 + .../interfaces/DetectiveBoard/DataTypes.tsx | 21 + .../interfaces/DetectiveBoard/Evidence.tsx | 181 + .../tgui/interfaces/DetectiveBoard/Pin.tsx | 59 + .../tgui/interfaces/DetectiveBoard/index.tsx | 355 + .../styles/interfaces/DetectiveBoard.scss | 99 + tgui/packages/tgui/styles/main.scss | 1 + .../Scripts/85124_wallmounted_id_auth.txt | 1 + .../Scripts/99999_drying_rack_rename.txt | 3 + tools/maplint/lints/telescreen_varedits.yml | 8 + 212 files changed, 537028 insertions(+), 373509 deletions(-) delete mode 100644 _maps/birdshot.json delete mode 100644 _maps/map_files/Birdshot/birdshot.dmm create mode 100644 _maps/map_files/NebulaStation/NebulaStation.dmm create mode 100644 _maps/nebulastation.json create mode 100644 _maps/shuttles/arrival_nebula.dmm create mode 100644 _maps/shuttles/cargo_nebula.dmm create mode 100644 _maps/shuttles/emergency_nebula.dmm create mode 100644 _maps/shuttles/ferry_nebula.dmm create mode 100644 _maps/shuttles/labour_nebula.dmm create mode 100644 _maps/shuttles/mining_nebula.dmm create mode 100644 code/datums/greyscale/json_configs/facescarf.json create mode 100644 code/datums/greyscale/json_configs/facescarf_inhands.json create mode 100644 code/datums/greyscale/json_configs/kitsune.json create mode 100644 code/datums/greyscale/json_configs/rebellion_mask.json create mode 100644 code/game/machinery/photobooth.dm delete mode 100644 code/game/machinery/scan_gate.dm create mode 100644 code/game/machinery/scanner_gate.dm create mode 100644 code/game/objects/items/devices/broadcast_camera.dm create mode 100644 code/game/objects/structures/detectiveboard.dm create mode 100644 code/modules/vending/cytopro.dm create mode 100644 icons/obj/machines/keycard_auth_table.dmi create mode 100644 icons/obj/machines/photobooth.dmi create mode 100644 icons/obj/service/broadcast.dmi create mode 100644 sound/effects/muffspeech/muffspeech1.ogg create mode 100644 sound/effects/muffspeech/muffspeech2.ogg create mode 100644 sound/effects/muffspeech/muffspeech3.ogg create mode 100644 sound/effects/muffspeech/muffspeech4.ogg create mode 100644 sound/effects/muffspeech/muffspeech5.ogg create mode 100644 sound/effects/muffspeech/muffspeech6.ogg create mode 100644 sound/effects/muffspeech/muffspeech7.ogg create mode 100644 sound/effects/muffspeech/muffspeech8.ogg create mode 100644 sound/effects/muffspeech/muffspeech9.ogg create mode 100644 tgui/packages/tgui/interfaces/DetectiveBoard/BoardTabs.tsx create mode 100644 tgui/packages/tgui/interfaces/DetectiveBoard/DataTypes.tsx create mode 100644 tgui/packages/tgui/interfaces/DetectiveBoard/Evidence.tsx create mode 100644 tgui/packages/tgui/interfaces/DetectiveBoard/Pin.tsx create mode 100644 tgui/packages/tgui/interfaces/DetectiveBoard/index.tsx create mode 100644 tgui/packages/tgui/styles/interfaces/DetectiveBoard.scss create mode 100644 tools/UpdatePaths/Scripts/85124_wallmounted_id_auth.txt create mode 100644 tools/UpdatePaths/Scripts/99999_drying_rack_rename.txt create mode 100644 tools/maplint/lints/telescreen_varedits.yml diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm index 49ee0a340dee..50345181ebe5 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm @@ -2912,9 +2912,6 @@ "lk" = ( /obj/structure/table/wood, /obj/machinery/light/small/directional/east, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 30 - }, /obj/structure/window/reinforced/spawner/directional/north{ pixel_y = 1 }, @@ -2924,6 +2921,7 @@ }, /obj/item/book/manual/wiki/barman_recipes, /obj/item/reagent_containers/cup/glass/shaker, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, /turf/open/floor/wood, /area/ruin/syndicate_lava_base/bar) "ll" = ( diff --git a/_maps/RandomRuins/SpaceRuins/allamericandiner.dmm b/_maps/RandomRuins/SpaceRuins/allamericandiner.dmm index 8e5cb66f37fb..a6fb60d6a97f 100644 --- a/_maps/RandomRuins/SpaceRuins/allamericandiner.dmm +++ b/_maps/RandomRuins/SpaceRuins/allamericandiner.dmm @@ -4,33 +4,12 @@ /obj/structure/marker_beacon/teal, /turf/template_noop, /area/ruin/space) -"ak" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sink/kitchen/directional/east, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "aA" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) -"aB" = ( -/obj/machinery/light/dim/directional/south, -/obj/structure/window/reinforced/tinted/spawner/directional/east, -/obj/structure/chair/sofa/left/maroon{ - dir = 8 - }, -/turf/open/floor/iron/kitchen, -/area/ruin/space/has_grav/allamericandiner) -"br" = ( -/obj/structure/chair/sofa/right/maroon, -/obj/structure/window/reinforced/tinted/spawner/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen, -/area/ruin/space/has_grav/allamericandiner) "bA" = ( /obj/machinery/power/rtg/advanced, /obj/structure/cable, @@ -53,28 +32,12 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) -"cn" = ( -/obj/machinery/light/dim/directional/west, -/obj/structure/chair/sofa/left/maroon{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted/spawner/directional/south, -/turf/open/floor/iron/kitchen, -/area/ruin/space/has_grav/allamericandiner) "cQ" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) -"cT" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted/spawner/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen, -/area/ruin/space/has_grav/allamericandiner) "db" = ( /obj/structure/chair/sofa/right/maroon{ dir = 1 @@ -118,17 +81,6 @@ /obj/structure/filingcabinet, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/allamericandiner) -"et" = ( -/obj/machinery/shower/directional/east, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/item/soap, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "eM" = ( /obj/machinery/door/airlock{ name = "Bathrooms" @@ -142,6 +94,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) +"eR" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/open, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/ruin/space/has_grav/allamericandiner) "fu" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line, /obj/structure/chair/stool/directional{ @@ -206,20 +164,20 @@ /obj/structure/marker_beacon/burgundy, /turf/open/misc/asteroid/airless, /area/ruin/space) -"hT" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 1 +"hU" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 4 }, -/obj/structure/window/reinforced/tinted/spawner/directional/south, -/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/machinery/light/dim/directional/south, /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) -"hU" = ( +"iS" = ( /obj/structure/chair/sofa/right/maroon{ dir = 4 }, /obj/structure/window/reinforced/tinted/spawner/directional/west, -/obj/machinery/light/dim/directional/south, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) "jl" = ( @@ -236,6 +194,12 @@ "jZ" = ( /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) +"kj" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/bot, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/freezer, +/area/ruin/space/has_grav/allamericandiner) "kL" = ( /obj/structure/table, /turf/open/floor/iron/kitchen/small, @@ -247,6 +211,11 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) +"ls" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/freezer, +/area/ruin/space/has_grav/allamericandiner) "lF" = ( /obj/machinery/chem_master/condimaster{ name = "CondiMaster Neo" @@ -259,6 +228,14 @@ }, /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) +"mK" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen, +/area/ruin/space/has_grav/allamericandiner) "na" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 6 @@ -288,13 +265,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) -"nD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sink/kitchen/directional/west, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "nM" = ( /obj/structure/table/reinforced, /obj/structure/desk_bell{ @@ -328,6 +298,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/freezer, /area/ruin/space/has_grav/allamericandiner) +"oj" = ( +/obj/structure/chair/sofa/right/maroon, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen, +/area/ruin/space/has_grav/allamericandiner) "oN" = ( /turf/closed/mineral/random/low_chance, /area/ruin/space) @@ -372,12 +348,11 @@ "rd" = ( /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) -"ri" = ( -/obj/machinery/door/window{ - name = "Trash Dumpster" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, +"rF" = ( +/obj/machinery/shower/directional/east, +/obj/structure/fluff/shower_drain, +/obj/item/soap, +/turf/open/floor/iron/freezer, /area/ruin/space/has_grav/allamericandiner) "rG" = ( /obj/structure/chair/stool/bar/directional/north, @@ -401,12 +376,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/allamericandiner) -"tn" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/bot, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "ue" = ( /obj/structure/table, /obj/machinery/coffeemaker, @@ -440,6 +409,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) +"uy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sink/kitchen/directional/west, +/turf/open/floor/iron/freezer, +/area/ruin/space/has_grav/allamericandiner) "uP" = ( /obj/structure/kitchenspike, /obj/effect/turf_decal/bot, @@ -488,11 +464,6 @@ /obj/item/chair/plastic, /turf/open/misc/asteroid/airless, /area/ruin/space) -"wD" = ( -/obj/machinery/deepfryer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/ruin/space/has_grav/allamericandiner) "wI" = ( /obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt, @@ -542,10 +513,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) -"yL" = ( -/obj/machinery/light/small/directional/south, -/turf/open/misc/asteroid/airless, -/area/ruin/space) "yQ" = ( /obj/structure/chair/sofa/left/maroon{ dir = 8 @@ -558,6 +525,18 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) +"zw" = ( +/obj/machinery/vending/dinnerware, +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/ruin/space/has_grav/allamericandiner) +"zM" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/ruin/space/has_grav/allamericandiner) "zN" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 10 @@ -573,6 +552,13 @@ }, /turf/open/floor/iron/freezer, /area/ruin/space/has_grav/allamericandiner) +"Ao" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/freezer, +/area/ruin/space/has_grav/allamericandiner) "Ap" = ( /obj/structure/chair/sofa/right/maroon{ dir = 8 @@ -580,6 +566,14 @@ /obj/structure/window/reinforced/tinted/spawner/directional/east, /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) +"Bg" = ( +/obj/machinery/light/dim/directional/west, +/obj/structure/chair/sofa/left/maroon{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/turf/open/floor/iron/kitchen, +/area/ruin/space/has_grav/allamericandiner) "Bl" = ( /obj/structure/closet/secure_closet/freezer/meat/open, /obj/effect/turf_decal/bot, @@ -597,11 +591,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) -"CZ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/suit_storage_unit/open, +"CC" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, -/turf/open/floor/iron, +/turf/open/floor/iron/freezer, /area/ruin/space/has_grav/allamericandiner) "Du" = ( /obj/structure/table/reinforced, @@ -616,7 +609,6 @@ "Dv" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line, /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) "DQ" = ( @@ -630,14 +622,6 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) -"DZ" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Kitchen" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/ruin/space/has_grav/allamericandiner) "Eo" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -646,12 +630,6 @@ }, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) -"Ey" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/suit_storage_unit/open, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/ruin/space/has_grav/allamericandiner) "EK" = ( /turf/closed/wall, /area/ruin/space/has_grav/allamericandiner) @@ -744,17 +722,6 @@ /obj/structure/sign/poster/official/cleanliness/directional/east, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) -"Hp" = ( -/obj/machinery/shower/directional/west, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/item/soap, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "Hz" = ( /obj/structure/closet/secure_closet/freezer/meat/open, /obj/item/food/meat/slab/monkey, @@ -818,12 +785,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) -"Iz" = ( -/obj/machinery/vending/dinnerware, -/obj/machinery/light/dim/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/kitchen/small, -/area/ruin/space/has_grav/allamericandiner) "IY" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -834,6 +795,10 @@ /obj/machinery/griddle, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) +"JC" = ( +/obj/machinery/light/small/directional/south, +/turf/open/misc/asteroid/airless, +/area/ruin/space) "JD" = ( /obj/structure/chair/sofa/left/maroon{ dir = 4 @@ -856,10 +821,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) -"Ke" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line, +"Kc" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Kitchen" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, +/turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) "Kp" = ( /turf/open/floor/iron/freezer, @@ -915,11 +883,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) +"Mt" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav/allamericandiner) "MJ" = ( /obj/structure/urinal/directional/north, /obj/effect/turf_decal/bot, /turf/open/floor/iron/freezer, /area/ruin/space/has_grav/allamericandiner) +"MQ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/open, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/ruin/space/has_grav/allamericandiner) "MS" = ( /obj/structure/table/wood, /obj/item/reagent_containers/cup/glass/bottle/beer{ @@ -950,17 +927,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) -"NF" = ( -/turf/open/floor/plating, -/area/ruin/space/has_grav/allamericandiner) "NH" = ( /obj/machinery/grill, /turf/open/floor/iron/kitchen/small, /area/ruin/space/has_grav/allamericandiner) -"NR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/freezer, +"Ot" = ( +/obj/machinery/light/dim/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/chair/sofa/left/maroon{ + dir = 8 + }, +/turf/open/floor/iron/kitchen, /area/ruin/space/has_grav/allamericandiner) "OE" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line, @@ -969,6 +946,12 @@ /obj/item/storage/dice, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) +"OR" = ( +/obj/machinery/shower/directional/west, +/obj/structure/fluff/shower_drain, +/obj/item/soap, +/turf/open/floor/iron/freezer, +/area/ruin/space/has_grav/allamericandiner) "Ph" = ( /obj/structure/chair/sofa/left/maroon{ dir = 4 @@ -1038,11 +1021,6 @@ }, /turf/open/floor/iron, /area/ruin/space/has_grav/allamericandiner) -"Sn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/freezer, -/area/ruin/space/has_grav/allamericandiner) "ST" = ( /obj/structure/sink/directional/west, /obj/structure/mirror/directional/east, @@ -1058,6 +1036,13 @@ /obj/item/bedsheet/patriot, /turf/open/floor/plating, /area/ruin/space/has_grav/allamericandiner) +"Tl" = ( +/obj/machinery/door/window{ + name = "Trash Dumpster" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/ruin/space/has_grav/allamericandiner) "Tv" = ( /obj/machinery/door/airlock/external/glass/ruin{ name = "The All-American Diner" @@ -1199,6 +1184,11 @@ }, /turf/open/misc/asteroid/airless, /area/ruin/space) +"Xj" = ( +/obj/machinery/deepfryer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/kitchen/small, +/area/ruin/space/has_grav/allamericandiner) "Xs" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/dark_green/filled/line{ @@ -1420,10 +1410,10 @@ oN EK DQ yl -hT -br +mK +oj fL -cn +Bg vp Ph Pn @@ -1537,7 +1527,7 @@ GE rd PW JD -cT +iS EK SU SU @@ -1568,7 +1558,7 @@ oN EK pa Is -DZ +Kc Xw Du FB @@ -1611,7 +1601,7 @@ Xw FB PW Ap -aB +Ot EK EK EK @@ -1650,7 +1640,7 @@ rd Id FP xa -Ey +MQ EK EK EK @@ -1689,7 +1679,7 @@ yY Ud Ud Tv -NF +Mt vu SU SU @@ -1726,7 +1716,7 @@ DU DU DU Tv -NF +Mt vu SU SU @@ -1747,7 +1737,7 @@ oN oN EK Hz -ak +Ao KT GX EK @@ -1761,7 +1751,7 @@ rd gB XE xa -CZ +eR EK EK EK @@ -1825,7 +1815,7 @@ Al UM ZS EK -Iz +zw jZ Qn Fr @@ -1857,7 +1847,7 @@ oN oN oN EK -tn +kj Al Kp WC @@ -1899,7 +1889,7 @@ Al rV ZS EK -wD +Xj Fr NH Fr @@ -1969,7 +1959,7 @@ oN oN EK fV -nD +uy KT GX EK @@ -2052,7 +2042,7 @@ eN zN EK MJ -Sn +ls YX EK qY @@ -2094,7 +2084,7 @@ Kp jx Kp Lp -Hp +OR EK oN oN @@ -2168,7 +2158,7 @@ YX Im YX bE -et +rF EK oN oN @@ -2197,10 +2187,10 @@ EK ck WS WS -Dv +zM EK MJ -NR +CC Kp EK ST @@ -2230,11 +2220,11 @@ Bn wC qB qB -ri +Tl ck fz vA -Ke +Dv EK EK EK @@ -2271,7 +2261,7 @@ EK lf MS gO -Ke +Dv EK cQ nU @@ -2340,7 +2330,7 @@ Bn Ty JH Bn -yL +JC EK Vy aA diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm index de50b83dc01f..7761dc9bd63e 100644 --- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm +++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm @@ -27,6 +27,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/medical) +"ar" = ( +/obj/machinery/light/dim/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/dangerous_research/maint) "at" = ( /obj/machinery/light/dim/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -973,16 +981,6 @@ /obj/structure/sign/clock/directional/east, /turf/open/floor/iron/dark/diagonal, /area/ruin/space/has_grav/dangerous_research) -"nT" = ( -/obj/structure/closet/crate/trashcart/filled, -/obj/effect/turf_decal/siding/dark{ - dir = 9 - }, -/obj/item/trash/cheesie, -/obj/item/trash/ready_donk, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/small, -/area/ruin/space/has_grav/dangerous_research/dorms) "nY" = ( /obj/structure/toilet{ dir = 8 @@ -1053,14 +1051,6 @@ /obj/effect/mapping_helpers/airlock/access/all/away/science, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/maint) -"oF" = ( -/obj/machinery/light/dim/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/dangerous_research/maint) "oH" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -1190,6 +1180,11 @@ /obj/effect/mapping_helpers/airlock/access/all/away/command, /turf/open/floor/wood/parquet, /area/ruin/space/has_grav/dangerous_research/dorms) +"qf" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/machinery/computer/arcade/battle, +/turf/open/floor/iron/dark/diagonal, +/area/ruin/space/has_grav/dangerous_research/dorms) "qg" = ( /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/decal/cleanable/blood/footprints{ @@ -1264,28 +1259,23 @@ /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/lab) +"qH" = ( +/obj/structure/toilet{ + pixel_x = 15; + pixel_y = 12 + }, +/obj/structure/fluff/shower_drain, +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/ruin/space/has_grav/dangerous_research/dorms) "qM" = ( /turf/closed/wall, /area/ruin/space/has_grav/dangerous_research/medical) -"qO" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/diagonal, -/area/ruin/space/has_grav/dangerous_research/dorms) "qR" = ( /obj/effect/turf_decal/stripes/asteroid, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/lab) -"ra" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/dangerous_research/maint) "rb" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 4 @@ -1698,6 +1688,16 @@ /obj/item/stack/cable_coil, /turf/open/floor/plating/rust, /area/ruin/space/has_grav/dangerous_research/lab) +"wb" = ( +/obj/structure/closet/crate/trashcart/filled, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/item/trash/cheesie, +/obj/item/trash/ready_donk, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/ruin/space/has_grav/dangerous_research/dorms) "wf" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -1726,7 +1726,7 @@ }, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research) -"wr" = ( +"wk" = ( /obj/effect/turf_decal/siding/purple{ dir = 4 }, @@ -1815,6 +1815,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/lab) +"xA" = ( +/obj/machinery/light/warm/directional/north, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/diagonal, +/area/ruin/space/has_grav/dangerous_research/dorms) "xB" = ( /obj/structure/barricade/wooden, /obj/structure/extinguisher_cabinet/directional/north, @@ -1970,17 +1977,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/medical) -"zM" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/item/clothing/suit/toggle/labcoat/science, -/obj/effect/mapping_helpers/atom_injector/element_injector{ - element_type = /datum/element/decal/blood; - target_type = /obj/item/clothing - }, -/turf/open/floor/iron/dark/diagonal, -/area/ruin/space/has_grav/dangerous_research/dorms) "zO" = ( /obj/effect/turf_decal/siding/dark{ dir = 4 @@ -2242,13 +2238,6 @@ dir = 4 }, /area/ruin/space/has_grav/dangerous_research/dorms) -"CA" = ( -/obj/machinery/light/warm/directional/north, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark/diagonal, -/area/ruin/space/has_grav/dangerous_research/dorms) "CB" = ( /obj/machinery/computer/atmos_control/noreconnect{ atmos_chambers = list("asrc_b"="Air Supply B"); @@ -2894,6 +2883,17 @@ }, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research) +"Mb" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/item/clothing/suit/toggle/labcoat/science, +/obj/effect/mapping_helpers/atom_injector/element_injector{ + element_type = /datum/element/decal/blood; + target_type = /obj/item/clothing + }, +/turf/open/floor/iron/dark/diagonal, +/area/ruin/space/has_grav/dangerous_research/dorms) "Mr" = ( /obj/effect/turf_decal/tile/purple/diagonal_edge, /obj/effect/turf_decal/stripes/corner, @@ -3111,11 +3111,6 @@ /obj/effect/turf_decal/stripes/end, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research) -"OR" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/machinery/computer/arcade/battle, -/turf/open/floor/iron/dark/diagonal, -/area/ruin/space/has_grav/dangerous_research/dorms) "OW" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /obj/effect/decal/cleanable/dirt, @@ -3209,6 +3204,14 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/dorms) +"PZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/dangerous_research/maint) "Qa" = ( /obj/effect/turf_decal/siding/dark{ dir = 4 @@ -3698,20 +3701,6 @@ }, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research) -"WQ" = ( -/obj/structure/toilet{ - pixel_x = 15; - pixel_y = 12 - }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/shower/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/ruin/space/has_grav/dangerous_research/dorms) "Xb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored{ chamber_id = "asrc_a"; @@ -3875,6 +3864,12 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/medical) +"Zg" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/ruin/space/has_grav/dangerous_research/dorms) "Zn" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, @@ -4221,7 +4216,7 @@ ts um YL ts -WQ +qH ts rl EU @@ -4341,10 +4336,10 @@ jp ts ts ts -OR +qf OL Rt -nT +wb ts ts ts @@ -4425,7 +4420,7 @@ Qe bP Rx ts -CA +xA AO Rt HF @@ -4467,10 +4462,10 @@ jp ts ts ts -qO +Zg PJ Rt -zM +Mb ts Bm OC @@ -4596,7 +4591,7 @@ jp MO Av Xr -wr +wk Av Av db @@ -5274,7 +5269,7 @@ Vf Cl Cl pu -oF +ar Qy jR On @@ -5357,7 +5352,7 @@ XI go Ob Aq -ra +PZ MU CB jR diff --git a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm b/_maps/RandomRuins/SpaceRuins/deepstorage.dmm index 88598b0dc7b4..6b44a0cd09d2 100644 --- a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm +++ b/_maps/RandomRuins/SpaceRuins/deepstorage.dmm @@ -1467,12 +1467,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden{ dir = 4 }, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Bunker Entrance monitor"; - network = list("bunker1"); - pixel_y = 2 - }, /obj/effect/decal/cleanable/dirt, /obj/machinery/button/door/directional/west{ id = "bunkerexterior"; @@ -1491,6 +1485,7 @@ pixel_y = 8; req_access = list("away_general") }, +/obj/machinery/computer/security/telescreen/deep_storage/bunker/directional/north, /turf/open/floor/iron, /area/ruin/space/has_grav/deepstorage/airlock) "eJ" = ( diff --git a/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm b/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm index 530ded29db39..995a736c620e 100644 --- a/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm +++ b/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm @@ -78,7 +78,7 @@ /turf/open/floor/iron/smooth_edge, /area/ruin/space/has_grav/derelictsulaco) "dk" = ( -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/item/stack/sheet/mineral/sandbags{ amount = 2 }, @@ -1115,7 +1115,7 @@ /area/template_noop) "KS" = ( /obj/machinery/door/window/brigdoor/left/directional/east, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /obj/structure/barricade/sandbags, /turf/open/floor/iron/stairs{ dir = 8 diff --git a/_maps/RandomRuins/SpaceRuins/forgottenship.dmm b/_maps/RandomRuins/SpaceRuins/forgottenship.dmm index 75c9306e8701..95765f2f9c4f 100644 --- a/_maps/RandomRuins/SpaceRuins/forgottenship.dmm +++ b/_maps/RandomRuins/SpaceRuins/forgottenship.dmm @@ -375,6 +375,7 @@ /obj/item/paper, /obj/item/pen, /obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/forgotten_ship/sci/directional/south, /turf/open/floor/carpet/royalblack, /area/ruin/space/has_grav/syndicate_forgotten_ship) "bp" = ( @@ -572,16 +573,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/syndicate_forgotten_ship) -"bT" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/interrogation{ - name = "Cameras monitor"; - network = list("fsci"); - req_access = list("syndicate"); - screen_loc = "" - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/syndicate_forgotten_ship) "bU" = ( /obj/structure/closet/crate/solarpanel_small, /turf/open/floor/mineral/plastitanium, @@ -2069,7 +2060,7 @@ bZ co bZ aI -bT +ah bg aD cF diff --git a/_maps/RandomRuins/SpaceRuins/interdyne.dmm b/_maps/RandomRuins/SpaceRuins/interdyne.dmm index 5b57a5efe937..1813bb7ea8ff 100644 --- a/_maps/RandomRuins/SpaceRuins/interdyne.dmm +++ b/_maps/RandomRuins/SpaceRuins/interdyne.dmm @@ -1,9 +1,4 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ak" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/cable, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "am" = ( /obj/effect/mob_spawn/corpse/human/doctor, /obj/structure/cable, @@ -31,12 +26,6 @@ /obj/machinery/light/blacklight/directional/north, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"bU" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/zombie, -/obj/structure/cable, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "bV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -46,15 +35,8 @@ "bW" = ( /turf/template_noop, /area/template_noop) -"bZ" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/machinery/light/blacklight/directional/south, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) -"cj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ca" = ( +/obj/machinery/light/blacklight/directional/north, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) "ck" = ( @@ -68,6 +50,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"cG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/gibspawner/generic, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "cJ" = ( /obj/effect/decal/cleanable/glass/plastitanium, /obj/structure/shipping_container/interdyne, @@ -77,19 +65,6 @@ /obj/structure/shipping_container/interdyne, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"db" = ( -/obj/machinery/light/blacklight/directional/west, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) -"dk" = ( -/obj/machinery/light/blacklight/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "dC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -101,8 +76,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"dR" = ( +"dJ" = ( /obj/effect/decal/cleanable/dirt, +/obj/item/pizzabox, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) "dU" = ( @@ -118,12 +94,6 @@ /obj/item/reagent_containers/cup/glass/bottle/molotov, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"ej" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/gibspawner/generic, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "et" = ( /obj/effect/gibspawner/human, /turf/open/floor/mineral/plastitanium, @@ -133,12 +103,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"eI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "eJ" = ( /mob/living/simple_animal/hostile/zombie, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -158,6 +122,10 @@ }, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"eR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "fs" = ( /obj/structure/table/wood/fancy/black, /obj/item/toy/plush/whiny_plushie, @@ -171,14 +139,6 @@ /obj/structure/cable, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"fx" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/cold/no_nightlight/directional/south, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "fS" = ( /obj/machinery/vending/medical/syndicate_access, /turf/open/floor/mineral/plastitanium, @@ -187,10 +147,13 @@ /obj/effect/mob_spawn/corpse/human/geneticist, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"gi" = ( -/obj/structure/rack, -/obj/effect/spawner/random/exotic/tool, -/turf/open/floor/iron/smooth, +"gp" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/cold/no_nightlight/directional/south, +/turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) "gV" = ( /obj/structure/cable, @@ -207,18 +170,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"he" = ( -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/shower/directional/east, -/obj/item/soap/syndie, -/obj/machinery/light/blacklight/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/ruin/space/has_grav/interdyne) "hi" = ( /obj/structure/sign/departments/chemistry, /turf/closed/wall/mineral/plastitanium, @@ -268,6 +219,10 @@ /obj/structure/table/optable, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"kl" = ( +/obj/machinery/light/blacklight/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "kp" = ( /obj/structure/cable, /obj/item/paper/fluff/ruins/interdyne/note_2, @@ -283,9 +238,10 @@ /obj/structure/closet/secure_closet/freezer/fridge/open, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"kH" = ( +"kI" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/south, +/obj/structure/table/wood, +/obj/item/book/granter/sign_language, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) "kL" = ( @@ -301,11 +257,6 @@ /obj/structure/filingcabinet, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"kV" = ( -/obj/effect/mob_spawn/corpse/human/syndicatecommando/lessenedgear, -/obj/machinery/light/blacklight/directional/north, -/turf/open/floor/iron/smooth, -/area/ruin/space/has_grav/interdyne) "li" = ( /obj/machinery/door/poddoor{ id = "interdyne_vault" @@ -313,14 +264,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"lQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "ma" = ( /obj/structure/bed{ dir = 4 @@ -378,6 +321,11 @@ /obj/item/paper/fluff/junkmail_generic, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"ne" = ( +/obj/structure/cable, +/obj/machinery/jukebox, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "nm" = ( /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/mineral/plastitanium, @@ -403,16 +351,17 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"oJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/ruin/space/has_grav/interdyne) "oO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"oS" = ( +/obj/structure/rack, +/obj/effect/spawner/random/exotic/tool, +/turf/open/floor/iron/smooth, +/area/ruin/space/has_grav/interdyne) "pb" = ( /obj/structure/table/reinforced/plastitaniumglass, /obj/item/storage/box/syringes, @@ -456,13 +405,6 @@ /obj/item/paper/fluff/junkmail_redpill, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"qt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - name = "Restroom" - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "qS" = ( /obj/structure/table/reinforced/plastitaniumglass, /obj/item/storage/box/beakers, @@ -513,11 +455,6 @@ /obj/item/paper/fluff/ruins/interdyne/note_5, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"sJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/streak, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "tg" = ( /obj/effect/gibspawner/human, /obj/structure/cable, @@ -538,6 +475,10 @@ /obj/effect/decal/cleanable/glass/plastitanium, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"tH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "ua" = ( /obj/structure/mirror/directional/west, /turf/open/floor/mineral/plastitanium, @@ -546,15 +487,18 @@ /obj/effect/mob_spawn/corpse/human/monkey, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"uw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "uy" = ( /mob/living/simple_animal/hostile/zombie, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"uS" = ( -/obj/structure/cable, -/obj/machinery/power/rtg/advanced, -/turf/open/floor/iron/smooth, -/area/ruin/space/has_grav/interdyne) "vd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -566,14 +510,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"vA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "vK" = ( /obj/structure/chair/office/tactical, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"vU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "wx" = ( /obj/structure/bed{ dir = 1 @@ -588,14 +533,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"wF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "wJ" = ( /obj/machinery/door/airlock/science/glass, /obj/structure/cable, @@ -632,17 +569,23 @@ /obj/structure/table/reinforced, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"yN" = ( +"zp" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/sleeper/syndie{ - dir = 4 - }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) "zx" = ( /obj/structure/flora/rock/icy/style_3, /turf/open/misc/asteroid/airless, /area/ruin/space/has_grav/interdyne) +"zU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/turf/open/floor/iron/smooth, +/area/ruin/space/has_grav/interdyne) "zX" = ( /obj/machinery/light/blacklight/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -653,24 +596,30 @@ /obj/structure/cable, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"Ak" = ( +/obj/machinery/computer/atmos_control/noreconnect{ + atmos_chambers = list("interdyne_atmos"="Air Supply"); + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "Am" = ( /obj/structure/table/wood, /obj/item/pizzabox/margherita, /obj/item/food/pizzaslice/arnold, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Aw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "AC" = ( /obj/structure/closet/secure_closet/chemical, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"AD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/no_nightlight/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "AN" = ( /obj/machinery/sleeper/syndie{ dir = 4 @@ -692,6 +641,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"Bk" = ( +/obj/machinery/light/blacklight/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "Bx" = ( /obj/structure/table/reinforced/rglass, /obj/item/paper/fluff/ruins/interdyne/note_3, @@ -702,33 +660,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"BR" = ( +"BZ" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/light/blacklight/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"BW" = ( -/obj/structure/safe, -/obj/item/documents/syndicate, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/gps/spaceruin, +"Ci" = ( +/obj/effect/mob_spawn/corpse/human/syndicatecommando/lessenedgear, +/obj/machinery/light/blacklight/directional/north, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"CP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/book/granter/sign_language, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) -"CW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/corp/right, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "DA" = ( /mob/living/simple_animal/hostile/zombie, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -760,15 +702,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Ej" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "Eq" = ( /obj/effect/mob_spawn/corpse/human/doctor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -784,9 +717,18 @@ /obj/effect/mapping_helpers/apc/cell_10k, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) -"Fw" = ( +"Ft" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/zombie, /obj/structure/cable, -/obj/machinery/jukebox, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"Fv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) "FC" = ( @@ -794,6 +736,23 @@ /obj/structure/cable, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"FF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"FN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance{ + name = "Restroom" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"Gk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "Go" = ( /obj/machinery/chem_master, /obj/structure/cable, @@ -803,6 +762,11 @@ /obj/machinery/chem_master, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"Gq" = ( +/obj/structure/cable, +/obj/machinery/power/rtg/advanced, +/turf/open/floor/iron/smooth, +/area/ruin/space/has_grav/interdyne) "GK" = ( /obj/machinery/door/airlock/hatch, /obj/effect/mapping_helpers/airlock/access/all/medical/general, @@ -814,12 +778,6 @@ /obj/machinery/light/cold/no_nightlight/directional/north, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"HF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "HP" = ( /obj/item/pizzabox, /obj/machinery/light/blacklight/directional/north, @@ -829,20 +787,42 @@ /obj/machinery/light/blacklight/directional/south, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"Id" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "Ie" = ( /obj/effect/decal/cleanable/glass/plastitanium, /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"In" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"Iq" = ( +/obj/structure/safe, +/obj/item/documents/syndicate, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/item/gps/spaceruin, +/turf/open/floor/iron/smooth, +/area/ruin/space/has_grav/interdyne) "IL" = ( /obj/effect/spawner/structure/window/reinforced/plasma/plastitanium, /turf/open/floor/plating, /area/ruin/space/has_grav/interdyne) -"Jm" = ( +"IR" = ( /obj/structure/rack, -/obj/item/stack/sheet/mineral/gold{ +/obj/item/stack/sheet/mineral/silver{ amount = 25 }, +/obj/machinery/light/blacklight/directional/south, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) "Jo" = ( @@ -871,14 +851,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"JH" = ( -/obj/structure/rack, -/obj/item/stack/sheet/mineral/silver{ - amount = 25 - }, -/obj/machinery/light/blacklight/directional/south, -/turf/open/floor/iron/smooth, -/area/ruin/space/has_grav/interdyne) "JM" = ( /obj/machinery/computer/arcade{ dir = 1 @@ -894,6 +866,12 @@ /obj/machinery/vending/sovietsoda, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"Kh" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "Kv" = ( /obj/effect/mapping_helpers/broken_floor, /obj/machinery/light/blacklight/directional/north, @@ -905,11 +883,17 @@ icon_state = "asteroid1" }, /area/ruin/space/has_grav/interdyne) -"KN" = ( +"KI" = ( +/obj/effect/mapping_helpers/burnt_floor, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/no_nightlight/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"KN" = ( +/obj/structure/closet/crate/mail, +/obj/item/mail/junkmail, +/obj/item/mail/junkmail, +/obj/item/paper/fluff/junkmail_generic, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) "KP" = ( @@ -932,14 +916,6 @@ icon_state = "asteroid12" }, /area/ruin/space/has_grav/interdyne) -"LE" = ( -/obj/structure/closet/crate/mail, -/obj/item/mail/junkmail, -/obj/item/mail/junkmail, -/obj/item/paper/fluff/junkmail_generic, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "Me" = ( /turf/open/misc/asteroid/airless, /area/ruin/space/has_grav/interdyne) @@ -948,10 +924,9 @@ /obj/item/paper/fluff/ruins/interdyne/note_4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"MA" = ( +"Mn" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/corp, -/turf/open/floor/mineral/plastitanium/red, +/turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) "MB" = ( /obj/structure/cable, @@ -959,6 +934,21 @@ /obj/machinery/light/blacklight/directional/east, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"MJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) +"MS" = ( +/obj/structure/fluff/shower_drain, +/obj/machinery/shower/directional/east, +/obj/item/soap/syndie, +/obj/machinery/light/blacklight/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/ruin/space/has_grav/interdyne) "MY" = ( /obj/structure/cable, /obj/machinery/airalarm/directional/south, @@ -1006,18 +996,6 @@ /obj/structure/sink/directional/south, /turf/open/floor/iron/showroomfloor, /area/ruin/space/has_grav/interdyne) -"OD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) -"OR" = ( -/obj/machinery/computer/atmos_control/noreconnect{ - atmos_chambers = list("interdyne_atmos"="Air Supply"); - dir = 4 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "OW" = ( /obj/machinery/power/smes/engineering{ input_available = 100000; @@ -1026,6 +1004,11 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) +"Po" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "PB" = ( /obj/structure/table/reinforced/ctf, /obj/machinery/microwave, @@ -1040,17 +1023,18 @@ /obj/machinery/dna_scannernew, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"PP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/gibspawner/generic, -/obj/structure/cable, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "PX" = ( /obj/item/kirbyplants/random, /obj/structure/cable, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) +"Qj" = ( +/obj/structure/rack, +/obj/item/stack/sheet/mineral/gold{ + amount = 25 + }, +/turf/open/floor/iron/smooth, +/area/ruin/space/has_grav/interdyne) "Qw" = ( /obj/effect/decal/cleanable/oil/streak, /turf/open/floor/mineral/plastitanium, @@ -1086,7 +1070,7 @@ "Rn" = ( /turf/closed/mineral/random, /area/ruin/space/has_grav/interdyne) -"Ro" = ( +"RB" = ( /obj/effect/mapping_helpers/burnt_floor, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1098,12 +1082,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"RG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/blacklight/directional/north, -/obj/structure/cable, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/interdyne) "RR" = ( /obj/machinery/door/airlock/hatch, /obj/structure/barricade/wooden/crude, @@ -1116,6 +1094,11 @@ /obj/effect/decal/cleanable/glass/plastitanium, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"Su" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "Sy" = ( /obj/structure/cable, /obj/machinery/airalarm/directional/east, @@ -1127,6 +1110,11 @@ /obj/structure/cable, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"SC" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/machinery/light/blacklight/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "SE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, @@ -1167,6 +1155,15 @@ /obj/item/clothing/mask/chameleon/broken, /turf/open/floor/iron/smooth, /area/ruin/space/has_grav/interdyne) +"Um" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "Un" = ( /obj/effect/decal/cleanable/oil/streak, /turf/open/floor/mineral/plastitanium/red, @@ -1182,11 +1179,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Vi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "Vp" = ( /obj/structure/rack, /obj/item/clothing/shoes/chameleon, @@ -1202,16 +1194,24 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Wa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/corp/left, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "Wc" = ( /obj/effect/mapping_helpers/broken_floor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"Wd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) +"Wf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/interdyne) "Wv" = ( /obj/item/bedsheet/syndie/double{ dir = 4 @@ -1234,16 +1234,12 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Xh" = ( -/obj/effect/mapping_helpers/burnt_floor, +"XC" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/gibspawner/generic, +/obj/structure/cable, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) -"Xs" = ( -/obj/machinery/light/blacklight/directional/north, -/turf/open/floor/mineral/plastitanium/red, -/area/ruin/space/has_grav/interdyne) "XD" = ( /obj/structure/cable, /obj/effect/mapping_helpers/burnt_floor, @@ -1253,9 +1249,10 @@ /obj/machinery/vending/cigarette/syndicate, /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/interdyne) -"XT" = ( +"Ya" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/pizzabox, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) "Ye" = ( @@ -1285,16 +1282,14 @@ "Yv" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ruin/space/has_grav/interdyne) -"YB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/structure/rack, -/obj/item/storage/medkit/regular, -/turf/open/floor/iron/smooth, -/area/ruin/space/has_grav/interdyne) "Zi" = ( /turf/closed/wall/mineral/plastitanium, /area/ruin/space/has_grav/interdyne) +"Zr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/corp, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/interdyne) "Zu" = ( /obj/effect/decal/cleanable/glass/plastitanium, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1431,7 +1426,7 @@ Zi QD hG Zi -db +kl Zi ma Am @@ -1469,7 +1464,7 @@ JC fu Zi xf -XT +dJ Zi QD Ww @@ -1494,7 +1489,7 @@ Zi ri aY Lb -vU +eR aY QZ Zi @@ -1507,10 +1502,10 @@ HP jI Zi bE -CP +kI Zi bE -dR +tH Bf Zi Rn @@ -1529,11 +1524,11 @@ Zi QR mD rW -sJ +vA Un -fx +gp Zi -he +MS NV Zi fu @@ -1545,7 +1540,7 @@ JC Zi Zi QD -dR +tH QD Zi Rn @@ -1570,13 +1565,13 @@ QC Zi Oo DH -qt +FN fu Js KW MB gV -Ej +Um fu pE fu @@ -1611,7 +1606,7 @@ Zi Zi Zi Zi -eI +Ya ZT Zi fs @@ -1674,17 +1669,17 @@ Zi RR Zi dU -gi +oS Ye Ub EM -Jm +Qj dU Zi cF US Zi -yN +Wf fS AN Zi @@ -1710,16 +1705,16 @@ fu Zi dU Ul -oJ +Mn nU EM -JH +IR dU Zi AV Ei Zi -RG +BZ fu fu Zi @@ -1736,8 +1731,8 @@ Me Rn Rn Zi -LE -dR +KN +tH Eh et uy @@ -1746,8 +1741,8 @@ Zi dU Vp EM -YB -oJ +zU +Mn me dU Zi @@ -1776,7 +1771,7 @@ Qw QD Zu bV -ak +KI Zi dU Fe @@ -1810,7 +1805,7 @@ nm QD vd Rg -Xh +Kh qj Zi dU @@ -1824,9 +1819,9 @@ Zi Yi US NG -BR +In SE -kH +FF Zi Rn Rn @@ -1845,11 +1840,11 @@ eE Ie SE pR -dR +tH ck Zi dU -kV +Ci sD IL UN @@ -1880,19 +1875,19 @@ fu rr Nb Bj -HF -KN +zp +AD Zi dU -BW +Iq EM IL ox -uS +Gq dU Zi zX -lQ +MJ Zi fu QD @@ -1951,7 +1946,7 @@ QD QD nm nm -Ro +RB Yv Zi Zi @@ -1991,16 +1986,16 @@ JD oO jA jA -dk +Bk jA jA Zi -Fw -cj +ne +Wd qa JM Zi -OR +Ak IL si Zi @@ -2065,10 +2060,10 @@ wJ Zi Zi Yv -Xs +ca Nr Jo -OD +Po GK Ai IL @@ -2095,15 +2090,15 @@ Zi Zi oO Yv -dR +tH US QD PF Zi -CW +Su Bx vg -Aw +Fv Yv Zi Yv @@ -2135,10 +2130,10 @@ Og bV VR Zi -MA +Zr eg By -Vi +Id kA VC Zi @@ -2170,7 +2165,7 @@ Nb DA ga Zi -Wa +Gk eh Nr eQ @@ -2195,20 +2190,20 @@ DL FC ot Sd -wF -PP -bU -bZ +uw +XC +Ft +SC Zi ub -ej +cG aI QD Zi XS iR aY -Vi +Id DP yt Zi diff --git a/_maps/RandomZLevels/moonoutpost19.dmm b/_maps/RandomZLevels/moonoutpost19.dmm index 376e261885ca..5259afd3a876 100644 --- a/_maps/RandomZLevels/moonoutpost19.dmm +++ b/_maps/RandomZLevels/moonoutpost19.dmm @@ -237,6 +237,7 @@ dir = 4 }, /obj/structure/cable, +/obj/machinery/computer/security/telescreen/moon_outpost/xenobio/directional/east, /turf/open/floor/iron/white, /area/awaymission/moonoutpost19/research) "eB" = ( @@ -2193,12 +2194,6 @@ "qD" = ( /obj/structure/table/reinforced, /obj/structure/alien/weeds, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the contents of the xenobiology containment pen."; - dir = 8; - name = "xenobiology monitor"; - network = list("mo19x") - }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -2602,11 +2597,6 @@ "tw" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the research division and the labs within."; - name = "research monitor"; - network = list("mo19x","mo19r") - }, /obj/effect/turf_decal/siding/purple/corner{ dir = 4 }, @@ -3748,6 +3738,7 @@ /obj/effect/turf_decal/tile/dark/opposingcorners{ dir = 1 }, +/obj/machinery/computer/security/telescreen/moon_outpost/xenobio/directional/south, /turf/open/floor/iron/cafeteria{ dir = 5 }, diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm index b6ce03ee2229..7861ac0b83e5 100644 --- a/_maps/RandomZLevels/undergroundoutpost45.dmm +++ b/_maps/RandomZLevels/undergroundoutpost45.dmm @@ -4030,6 +4030,7 @@ /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 }, +/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/west, /turf/open/floor/iron, /area/awaymission/undergroundoutpost45/research) "np" = ( @@ -4040,12 +4041,6 @@ /area/awaymission/undergroundoutpost45/research) "nq" = ( /obj/structure/table, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the research division and the labs within."; - dir = 8; - name = "research monitor"; - network = list("uo45r") - }, /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 @@ -4205,11 +4200,6 @@ "nR" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the research division and the labs within."; - name = "research monitor"; - network = list("uo45r") - }, /turf/open/floor/iron/cafeteria{ dir = 5 }, @@ -4711,6 +4701,7 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, +/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/south, /turf/open/floor/iron/cafeteria{ dir = 5 }, diff --git a/_maps/_basemap.dm b/_maps/_basemap.dm index 384916caa58e..8d238539baf8 100644 --- a/_maps/_basemap.dm +++ b/_maps/_basemap.dm @@ -4,14 +4,17 @@ #ifndef LOWMEMORYMODE #ifdef ALL_MAPS - #include "map_files\Birdshot\birdshot.dmm" #include "map_files\debug\multiz.dmm" #include "map_files\debug\runtimestation.dmm" #include "map_files\Deltastation\DeltaStation2.dmm" #include "map_files\IceBoxStation\IceBoxStation.dmm" + #include "map_files\KiloStation\KiloStation.dmm" + #include "map_files\Limastation\limastation.dmm" #include "map_files\MetaStation\MetaStation.dmm" #include "map_files\Mining\Lavaland.dmm" + #include "map_files\NebulaStation\NebulaStation.dmm" #include "map_files\NorthStar\north_star.dmm" + #include "map_files\PubbyStation\PubbyStation.dmm" #include "map_files\tramstation\tramstation.dmm" #ifdef CIBUILDING diff --git a/_maps/birdshot.json b/_maps/birdshot.json deleted file mode 100644 index 659db9390f71..000000000000 --- a/_maps/birdshot.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": 1, - "map_name": "Birdshot Station", - "map_path": "map_files/Birdshot", - "map_file": "birdshot.dmm", - "shuttles": { - "cargo": "cargo_birdshot", - "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 deleted file mode 100644 index d7d06b9e6ed5..000000000000 --- a/_maps/map_files/Birdshot/birdshot.dmm +++ /dev/null @@ -1,137927 +0,0 @@ -//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, -/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, -/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, -/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, -/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, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"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, -/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, -/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, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"aeo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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/directional/south, -/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/sandwich/peanut_butter_jelly, -/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, -/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, -/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, -/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, -/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, -/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, -/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/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/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) -"aix" = ( -/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/small/directional/east, -/turf/open/floor/iron, -/area/station/security) -"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/light/small/directional/east, -/obj/machinery/power/shieldwallgen/xenobiologyaccess, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/multilayer, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/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, -/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, -/obj/machinery/status_display/ai/directional/south, -/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) -"akR" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/security) -"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/effect/mapping_helpers/broken_floor, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"alg" = ( -/obj/structure/altar_of_gods, -/obj/item/book/bible, -/turf/open/floor/carpet/lone, -/area/station/service/chapel/office) -"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) -"alx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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) -"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, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"ani" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"anH" = ( -/obj/structure/cable, -/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) -"aot" = ( -/turf/closed/wall, -/area/station/commons/fitness/recreation/entertainment) -"aou" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/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, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"apZ" = ( -/obj/structure/table, -/obj/item/wirecutters, -/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) -"aqU" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"aqV" = ( -/obj/structure/chair/sofa/bench/left, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"aqW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/broken_flooring/singular/directional/south, -/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/directional/south, -/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, -/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" - }, -/obj/machinery/door/firedoor, -/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/directional/north, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/station/maintenance/starboard/central) -"atx" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"aun" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/engineering/atmos/project) -"auB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"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) -"auP" = ( -/obj/structure/transport/linear/tram, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/security/tram) -"avc" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/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/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) -"axN" = ( -/obj/machinery/sparker/directional/north{ - id = "Xenobio" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"aya" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"ayf" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/bed/medical{ - dir = 8 - }, -/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{ - dir = 9 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/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) -"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/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, -/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, -/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, -/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) -"aCc" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Holodeck - Aft"; - name = "holodeck camera" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/station/holodeck/rec_center) -"aCf" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/small/directional/west, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/recreation) -"aCM" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/obj/structure/alien/weeds, -/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/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"aDA" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"aDZ" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/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, -/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/structure/cable, -/obj/machinery/power/apc/auto_name/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, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aHh" = ( -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/machinery/light/cold/directional/west, -/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/directional/south, -/obj/effect/turf_decal/tile/red, -/obj/machinery/vending/tool, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"aIH" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/processing) -"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, -/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, -/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, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/engineering/engine_smes) -"aJE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"aJX" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/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/preset/engineering{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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/east, -/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) -"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, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, -/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) -"aMM" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"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, -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/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, -/obj/machinery/light/small/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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aOZ" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/pink/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/table, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/rcl/pre_loaded, -/obj/machinery/light/small/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/pink/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/pink/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) -"aRn" = ( -/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{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"aRv" = ( -/obj/structure/sign/warning/electric_shock, -/turf/closed/wall/r_wall, -/area/station/maintenance/department/engine) -"aRw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aTc" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aTG" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console/directional/east{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted, -/obj/machinery/recharger, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"aTP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"aTW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"aUA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/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/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 4 - }, -/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/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) -"aVB" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/egg/fake, -/obj/structure/alien/weeds, -/obj/effect/gibspawner, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"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, -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/autoname/directional/west, -/obj/machinery/power/apc/auto_name/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/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/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, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"aYd" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/south, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"aYW" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"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, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bab" = ( -/obj/machinery/door/airlock/external{ - name = "Common Mining Dock" - }, -/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 - }, -/obj/structure/alien/weeds, -/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/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/xenobiology) -"bbh" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"bbj" = ( -/obj/structure/cable, -/obj/machinery/modular_computer/preset/engineering{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 1 - }, -/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, -/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 - }, -/obj/machinery/light/cold/directional/north, -/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) -"bff" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/bitrunning/den) -"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, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bfD" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/processing) -"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, -/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) -"bfI" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/obj/machinery/power/apc/auto_name/directional/west, -/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/fore/greater) -"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) -"bgu" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/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/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) -"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) -"bhI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"bhL" = ( -/obj/machinery/computer/security/qm{ - dir = 1 - }, -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/requests_console/directional/east{ - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) -"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) -"bhS" = ( -/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/tram, -/area/station/maintenance/department/medical/central) -"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, -/obj/machinery/light/small/directional/south, -/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, -/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 - }, -/obj/machinery/light/small/directional/west, -/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) -"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, -/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, -/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) -"bkY" = ( -/obj/machinery/requests_console/directional/west{ - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"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, -/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, -/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, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction) -"bmB" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/mob/living/basic/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, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"bmP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bng" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/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, -/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/flipped/critical{ - dir = 8 - }, -/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 - }, -/obj/item/clothing/mask/breath/medical, -/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, -/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/random/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, -/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, -/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, -/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, -/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, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/engineering/break_room) -"bsI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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) -"btk" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"btv" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/warden) -"btC" = ( -/turf/closed/mineral/random/stationside, -/area/station/engineering/atmos/project) -"btD" = ( -/turf/closed/wall/rust, -/area/station/cargo/bitrunning/den) -"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 - }, -/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, -/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, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.2-Arrivals"; - location = "6.1-Arrivals" - }, -/obj/machinery/light/floor, -/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, -/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, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"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, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bwg" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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) -"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, -/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, -/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) -"byq" = ( -/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/small, -/area/station/medical/morgue) -"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, -/obj/item/radio/intercom/directional/south, -/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 - }, -/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, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bzn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/firealarm/directional/east, -/obj/structure/rack, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, -/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, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/emitter{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"bzM" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bzT" = ( -/obj/machinery/shower/directional/east, -/obj/effect/turf_decal/siding/wideplating/dark/end{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"bzZ" = ( -/obj/effect/decal/cleanable/dirt, -/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/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"bAK" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/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) -"bBf" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/open/misc/asteroid/airless, -/area/station/engineering/atmospherics_engine) -"bBk" = ( -/obj/effect/turf_decal/tile/dark_red, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/delivery_chute{ - desc = "The quickest way back to society"; - dir = 1; - name = "freedom" - }, -/obj/machinery/door/window/brigdoor/right/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"bBv" = ( -/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, -/obj/structure/broken_flooring/singular/directional/south, -/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, -/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) -"bCr" = ( -/obj/effect/turf_decal/siding/dark_red/corner, -/obj/structure/rack, -/obj/item/gun/energy/temperature/security, -/obj/item/gun/energy/ionrifle{ - pixel_y = 3 - }, -/obj/item/clothing/suit/hooded/ablative, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"bCu" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"bCz" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/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, -/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) -"bCU" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"bDq" = ( -/obj/structure/table, -/obj/item/shovel, -/obj/structure/alien/weeds, -/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) -"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, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"bDY" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 4 - }, -/obj/item/kirbyplants/random/fullysynthetic, -/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, -/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, -/obj/machinery/light/cold/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) -"bGk" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/mannequin/skeleton, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"bGn" = ( -/obj/effect/decal/cleanable/dirt, -/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/all/security/general, -/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/random/fullysynthetic, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/chemistry) -"bGC" = ( -/obj/machinery/airalarm/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, -/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/organic/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, -/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 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"bHW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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/directional/south, -/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/directional/south, -/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, -/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) -"bJw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/singular/directional/south, -/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/starboard/aft) -"bJL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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, -/obj/machinery/light/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, -/obj/machinery/light/small/directional/south, -/turf/open/floor/grass, -/area/station/medical/virology) -"bKu" = ( -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"bLN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"bLT" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/south, -/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, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/aft) -"bMq" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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) -"bMA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/chapel, -/area/station/maintenance/starboard/greater) -"bMJ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"bNg" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/broken_flooring/pile/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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/iron_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, -/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, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"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, -/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, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"bSi" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/security/tram) -"bSj" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"bSA" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes{ - 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/dark/smooth_half{ - dir = 1 - }, -/area/station/cargo/bitrunning/den) -"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, -/obj/effect/landmark/navigate_destination/aiupload, -/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, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/body/waste_output, -/obj/item/hfr_box/body/moderator_input, -/obj/item/hfr_box/body/interface, -/obj/item/hfr_box/body/fuel_input, -/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, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bUo" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/tram, -/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, -/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) -"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, -/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/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/exit/departure_lounge) -"bUK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/power/floodlight, -/obj/structure/alien/weeds, -/obj/effect/gibspawner/human, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"bWJ" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/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) -"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/firealarm/directional/east, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/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, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"bYG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"bYS" = ( -/obj/effect/decal/cleanable/dirt, -/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/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) -"bZP" = ( -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron/kitchen/small, -/area/station/maintenance/aft) -"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, -/obj/machinery/button/transport/tram/directional/south{ - id = 1; - specific_transport_id = "bird_2" - }, -/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) -"caO" = ( -/obj/structure/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 1 - }, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/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/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, -/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) -"ccJ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"ccK" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/structure/cable, -/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) -"cdn" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"cdq" = ( -/obj/structure/broken_flooring/pile/directional/east, -/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/directional/south, -/turf/open/space/basic, -/area/space/nearstation) -"cec" = ( -/obj/machinery/camera/autoname/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/food/cornchips/green, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) -"ced" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/random/fullysynthetic, -/turf/open/floor/iron, -/area/station/security/prison) -"cek" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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/tank_holder/extinguisher, -/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) -"cfT" = ( -/obj/machinery/flasher/portable, -/obj/effect/decal/cleanable/dirt, -/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/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/engineering/main) -"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, -/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/structure/transport/linear/tram, -/obj/effect/landmark/transport/transport_id/birdshot/line_2, -/obj/structure/thermoplastic/light, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"chO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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) -"cjP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"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/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/item/radio/intercom/directional/south, -/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, -/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/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, -/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, -/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) -"cmT" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"cmY" = ( -/mob/living/simple_animal/bot/firebot, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/engineering/atmos) -"cni" = ( -/obj/effect/decal/cleanable/dirt, -/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/greater) -"cns" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"cnx" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/brown/corner, -/obj/effect/turf_decal/trimline/brown/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/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, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/cargo/bitrunning/den) -"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/airalarm/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) -"cnM" = ( -/obj/effect/decal/cleanable/dirt, -/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/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"cnS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"coA" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/engine_access, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "engine" - }, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"coH" = ( -/obj/machinery/mecha_part_fabricator/maint{ - name = "forgotten exosuit fabricator" - }, -/obj/machinery/light/small/broken/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"coJ" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/tcomms, -/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, -/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, -/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, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"cqp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"cqr" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"cqJ" = ( -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"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 - }, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"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, -/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 - }, -/obj/machinery/light/small/directional/west, -/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, -/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, -/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) -"cuS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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/medical/emergency, -/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/basic/mining/lobstrosity, -/turf/open/misc/asteroid/airless, -/area/station/engineering/supermatter/room) -"cwt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/folder/red, -/obj/machinery/door/window/brigdoor/left/directional/north{ - req_access = list("security") - }, -/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, -/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, -/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/broken_flooring/singular/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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, -/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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"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, -/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, -/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/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, -/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/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, -/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/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"cCb" = ( -/obj/effect/decal/cleanable/dirt, -/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/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"cDi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"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) -"cEc" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cEn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/newscaster/directional/west, -/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/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, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small/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, -/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, -/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, -/obj/effect/landmark/generic_maintenance_landmark, -/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, -/obj/machinery/light/small/directional/west, -/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/directional/south, -/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, -/obj/effect/decal/remains/human{ - 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 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cIy" = ( -/obj/effect/decal/cleanable/dirt, -/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/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/security/tram) -"cIE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"cIU" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"cIX" = ( -/obj/effect/decal/cleanable/dirt, -/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/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/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, -/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/light/small/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) -"cME" = ( -/obj/machinery/modular_computer/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 - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/button/door/directional/west{ - id = "roboticshut"; - name = "Robotics Shutters"; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"cMI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"cNa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"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, -/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) -"cNu" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/corner/directional/north, -/obj/structure/sign/poster/official/random/directional/west, -/obj/effect/spawner/random/vending/snackvend, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"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 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"cNF" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/firealarm/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, -/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) -"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 - }, -/obj/machinery/light/cold/directional/north, -/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, -/obj/effect/landmark/navigate_destination/engineering, -/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, -/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, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cRH" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"cSo" = ( -/obj/structure/cable, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"cSp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cSr" = ( -/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/head/cmo{ - pixel_x = 8; - pixel_y = 7 - }, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"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, -/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/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/thermoplastic/light, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"cSR" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"cSX" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"cTi" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"cTr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"cUK" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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) -"cVE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/singular/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"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/directional/south, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"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, -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/light/small/directional/east, -/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, -/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) -"cXM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"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, -/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, -/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, -/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, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cZv" = ( -/obj/machinery/modular_computer/preset/civilian{ - dir = 4 - }, -/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/south, -/obj/machinery/button/door/directional/west{ - id = "custodialshutters"; - pixel_y = 8 - }, -/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, -/obj/machinery/light/small/directional/west, -/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) -"daT" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/cobweb, -/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{ - dir = 1 - }, -/obj/structure/frame/computer{ - dir = 1 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"dbU" = ( -/obj/structure/cable, -/obj/structure/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"dbY" = ( -/obj/structure/railing, -/turf/open/space/basic, -/area/space) -"dcc" = ( -/obj/item/kirbyplants/random/fullysynthetic, -/obj/machinery/holopad, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"dcp" = ( -/obj/machinery/camera/autoname/directional/north, -/obj/machinery/incident_display/dual/directional/north, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"ddj" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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) -"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, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"dfv" = ( -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/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/directional/south, -/turf/open/floor/grass, -/area/station/cargo/storage) -"dga" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating, -/area/station/service/janitor) -"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, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dgv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"dgD" = ( -/obj/effect/decal/cleanable/dirt, -/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/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/tram, -/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, -/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, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"djp" = ( -/obj/machinery/camera/directional/west, -/obj/machinery/status_display/ai/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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 - }, -/obj/effect/landmark/navigate_destination/hop, -/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, -/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, -/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, -/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, -/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, -/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, -/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 = 4 - }, -/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) -"dlJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/crate, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"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/directional/east, -/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) -"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, -/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, -/obj/structure/broken_flooring/singular/directional/east, -/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/aft) -"dog" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/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, -/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, -/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, -/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) -"dpQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"dqa" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"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/directional/north, -/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/medical{ - dir = 4 - }, -/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) -"drM" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/machinery/requests_console/directional/south{ - department = "Kitchen"; - name = "Kitchen Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"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/machinery/light/floor{ - pixel_x = -32 - }, -/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, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"dsq" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/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/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"dst" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/obj/machinery/power/apc/auto_name/directional/east, -/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) -"dtM" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/brown/full, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Bar"; - name = "Bar Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"dua" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/station/ai_monitored/turret_protected/ai) -"duc" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/augments) -"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, -/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, -/obj/machinery/camera/directional/south{ - c_tag = "Atmospherics - Secondary" - }, -/obj/machinery/light/small/directional/south, -/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, -/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, -/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, -/obj/machinery/light/small/directional/north, -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/donkpockets, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) -"dvW" = ( -/obj/structure/flora/rock/pile/jungle/style_random, -/obj/machinery/light/small/directional/north, -/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/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, -/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) -"dxj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"dxz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"dyp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal/incinerator) -"dyH" = ( -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8; - filter_type = list(/datum/gas/nitrogen) - }, -/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 - }, -/obj/structure/cable, -/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/directional/south, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"dzJ" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/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, -/obj/structure/cable, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/service/library) -"dCC" = ( -/obj/structure/cable, -/obj/machinery/light/small/directional/north, -/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, -/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, -/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, -/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) -"dDW" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/obj/machinery/computer/tram_controls{ - specific_transport_id = "bird_2" - }, -/turf/open/floor/tram, -/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, -/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" - }, -/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, -/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) -"dFY" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/service/janitor) -"dGt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"dGO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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) -"dHE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"dHL" = ( -/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/aft) -"dIe" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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 = 35; - specialfunctions = 4 - }, -/obj/machinery/button/door/directional/north{ - id = "com_guest2"; - name = "Privacy Shutters"; - pixel_x = -32; - pixel_y = 26 - }, -/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) -"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, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"dLy" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"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, -/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, -/turf/closed/wall, -/area/station/science/ordnance/testlab) -"dMF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{ - dir = 9 - }, -/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, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/dock) -"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/broken_flooring/singular/directional/east, -/obj/structure/alien/weeds, -/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, -/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, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"dOz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"dOL" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"dOP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/tank/oxygen{ - dir = 4 - }, -/obj/machinery/light/cold/directional/south, -/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/effect/decal/cleanable/dirt, -/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, -/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/broken_flooring/singular/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"dPW" = ( -/obj/structure/chair/comfy/shuttle, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/security/tram) -"dQA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/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) -"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, -/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, -/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, -/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, -/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) -"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, -/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/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"dTI" = ( -/obj/effect/decal/cleanable/dirt, -/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/power/apc/auto_name/directional/west, -/obj/structure/cable, -/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/directional/south, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"dVb" = ( -/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/stairs{ - dir = 8 - }, -/area/station/science/xenobiology) -"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/directional/south, -/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 - }, -/obj/machinery/light/warm/directional/east, -/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/directional/south, -/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/directional/south, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/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/directional/south, -/obj/effect/decal/cleanable/dirt, -/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/directional/south, -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/decal/cleanable/dirt, -/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/directional/south, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/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) -"dYj" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red, -/obj/item/flashlight/lamp, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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, -/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, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"dYG" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"dYI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"eaa" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"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, -/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, -/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, -/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, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"ebj" = ( -/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) -"ebv" = ( -/obj/structure/table, -/obj/effect/spawner/random/techstorage/command_all, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/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, -/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, -/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, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"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, -/obj/structure/broken_flooring/singular/directional/east, -/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, -/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) -"efi" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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, -/obj/item/hand_labeler, -/obj/item/camera, -/obj/machinery/firealarm/directional/north, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"ehG" = ( -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/obj/structure/broken_flooring/singular/directional/south, -/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, -/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, -/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/item/stack/cable_coil/five, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/techstorage/arcade_boards, -/obj/structure/frame/computer, -/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) -"ejH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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/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/directional/south, -/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/directional/south, -/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, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"elR" = ( -/obj/structure/table, -/obj/structure/window/spawner/directional/south, -/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/directional/south, -/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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"ena" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"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, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/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, -/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) -"eog" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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) -"eoy" = ( -/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/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"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/broken_flooring/pile/directional/east, -/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, -/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, -/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, -/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, -/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/effect/decal/cleanable/dirt, -/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, -/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/iron_white, -/area/station/security/checkpoint/science) -"eql" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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, -/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, -/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/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, -/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/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Pure" - }, -/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) -"erW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"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/pipe/smart/manifold4w/brown/visible, -/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) -"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/broken_flooring/pile/directional/east, -/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, -/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) -"etA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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) -"etS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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, -/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/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"evF" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"evH" = ( -/obj/machinery/atmospherics/components/tank/nitrous{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/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, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"ewb" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"ewU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/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) -"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, -/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, -/obj/machinery/holopad, -/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) -"exK" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/obj/structure/table/glass, -/obj/effect/mapping_helpers/broken_floor, -/obj/item/radio/intercom/directional/south, -/obj/machinery/reagentgrinder, -/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, -/obj/structure/broken_flooring/singular/directional/south, -/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/directional/east, -/obj/machinery/computer/atmos_control/nocontrol/incinerator{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/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, -/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, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/teleporter) -"eAd" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/station/holodeck/rec_center) -"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, -/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, -/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, -/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, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/white/textured_half, -/area/station/engineering/storage/tcomms) -"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/directional/south, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/noslip, -/area/station/maintenance/department/medical/central) -"eBT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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) -"eDr" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/effect/landmark/navigate_destination/kitchen, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"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, -/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) -"eDX" = ( -/obj/structure/table/glass, -/obj/item/folder/red{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/stamp/head/hos, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"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/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, -/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/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"eFk" = ( -/obj/structure/cable/layer3, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/obj/effect/decal/cleanable/dirt, -/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/basic/bot/cleanbot, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat/equipment) -"eFv" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"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, -/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, -/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, -/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) -"eGU" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/processing) -"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/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/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/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) -"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, -/turf/open/floor/iron/dark, -/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, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"eJp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/layer_manifold/brown/visible, -/turf/open/floor/plating, -/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) -"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) -"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, -/obj/effect/landmark/navigate_destination/atmos, -/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/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/obj/effect/mapping_helpers/airlock/access/any/engineering/general, -/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 - }, -/turf/open/floor/catwalk_floor, -/area/station/ai_monitored/command/nuke_storage) -"eMj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/rnd/production/circuit_imprinter, -/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, -/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) -"eNz" = ( -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, -/turf/closed/wall, -/area/station/maintenance/port/aft) -"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, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"eOp" = ( -/obj/effect/decal/cleanable/dirt, -/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/preset/civilian{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/floor, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"eRp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/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, -/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, -/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, -/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, -/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, -/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, -/obj/machinery/airalarm/directional/west, -/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, -/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, -/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) -"eUg" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/station/security/brig/entrance) -"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, -/obj/structure/alien/weeds, -/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, -/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/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"eVm" = ( -/obj/item/kirbyplants/organic/plant21, -/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, -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/airalarm/directional/west, -/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, -/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, -/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, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"eXo" = ( -/turf/closed/wall/r_wall, -/area/station/tcommsat/server) -"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) -"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/basic/lizard{ - name = "Bathes-In-Heatlamp" - }, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/port/lesser) -"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, -/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/airalarm/directional/south, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai) -"eZT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/obj/structure/filingcabinet, -/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) -"fas" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/line, -/obj/effect/landmark/navigate_destination/incinerator, -/turf/open/floor/iron/smooth_corner{ - dir = 8 - }, -/area/station/maintenance/disposal/incinerator) -"fav" = ( -/obj/item/kirbyplants/random/fullysynthetic, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"faw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"faB" = ( -/obj/structure/table/wood, -/obj/item/book/bible, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"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, -/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, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"fbl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/fluff/tram_rail/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"fbo" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/engine/atmos) -"fbq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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) -"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) -"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, -/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, -/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, -/obj/structure/chair/office{ - dir = 4 - }, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/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) -"fiL" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/tram, -/area/station/security/tram) -"fjh" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/floor, -/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) -"fjU" = ( -/obj/structure/disposalpipe/segment, -/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/plating, -/area/station/maintenance/starboard/aft) -"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, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"fkh" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/obj/item/mod/module/signlang_radio, -/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, -/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, -/obj/machinery/light/small/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, -/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, -/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/machinery/camera/autoname/directional/east, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/restraints/handcuffs, -/obj/machinery/light/cold/directional/east, -/obj/machinery/airalarm/directional/east, -/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/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/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, -/obj/structure/fluff/tram_rail/end{ - dir = 8 - }, -/turf/open/floor/plating, -/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) -"foC" = ( -/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 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"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, -/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) -"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) -"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, -/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) -"frB" = ( -/obj/machinery/button/transport/tram/directional/south{ - id = 2; - specific_transport_id = "bird_2" - }, -/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/brigdoor/right/directional/north, -/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, -/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, -/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, -/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, -/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) -"ftF" = ( -/obj/effect/decal/cleanable/dirt, -/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/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"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) -"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, -/turf/open/floor/plating/airless, -/area/station/engineering/atmos/pumproom) -"fvh" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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) -"fvJ" = ( -/obj/structure/cable, -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/requests_console/directional/north{ - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fvL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"fvT" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"fvY" = ( -/obj/structure/urinal/directional/west, -/turf/open/misc/asteroid/airless, -/area/space/nearstation) -"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, -/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) -"fxq" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/modular_computer/preset/id{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - department = "Research Director's Desk"; - name = "Research Director's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"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, -/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 - }, -/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, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/science/robotics/augments) -"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) -"fzy" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/glass/plastitanium, -/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/fore/greater) -"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/cold/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/directional/south, -/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/small/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/directional/south, -/obj/effect/turf_decal/tile/blue, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt, -/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) -"fAR" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"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/directional/south, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/bag/construction, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/station/engineering/atmos) -"fAZ" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/closet_empty/crate, -/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, -/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, -/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/chicken{ - pixel_y = 15; - pixel_x = 6; - name = "monkey cube"; - desc = "A new Nanotrasen classic, the monkey cube. Tastes like everything!" - }, -/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, -/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"fBR" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"fBT" = ( -/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/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"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, -/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, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/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/machinery/incident_display/tram/directional/north, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"fEo" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"fEq" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"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, -/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, -/obj/structure/broken_flooring/singular/directional/south, -/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) -"fGF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/navigate_destination/dockesc, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/exit/departure_lounge) -"fHa" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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 - }, -/obj/machinery/light/floor, -/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) -"fJz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"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, -/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, -/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, -/obj/machinery/status_display/ai/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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fLz" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/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) -"fLB" = ( -/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/starboard/greater) -"fLC" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"fLZ" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/glass/plastitanium, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"fMi" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/stack/sheet/plasteel/fifty, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/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/airalarm/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/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/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, -/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/broken_flooring/corner/directional/south, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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, -/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/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) -"fPv" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"fPA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/structure/alien/weeds, -/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, -/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/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"fQI" = ( -/obj/item/shovel, -/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/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/basic/parrot/poly, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/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, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"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, -/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/broken_flooring/singular/directional/east, -/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, -/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/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, -/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/structure/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, -/obj/machinery/light/small/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, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fUw" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge) -"fUI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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 - }, -/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/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 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white, -/area/station/security/medical) -"fVT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/prison) -"fVU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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/camera/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"fWh" = ( -/obj/structure/hedge, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"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/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fWJ" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fXi" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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) -"fXM" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/glass/plastitanium, -/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/fore/greater) -"fXX" = ( -/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/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/primary/aft) -"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, -/turf/open/floor/plating/rust, -/area/station/maintenance/department/engine) -"fZu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/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/unres{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/ai_monitored/turret_protected/aisat/maint) -"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/iron_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) -"gaQ" = ( -/turf/open/misc/asteroid, -/area/space/nearstation) -"gaU" = ( -/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{ - department = "Research Lab"; - name = "Research Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"gbD" = ( -/obj/machinery/hydroponics/soil, -/obj/item/food/grown/mushroom/reishi, -/obj/structure/alien/weeds, -/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, -/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/item/radio/intercom/directional/south, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/modular_computer/preset/cargochat/medical{ - dir = 1 - }, -/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, -/obj/effect/spawner/random/structure/crate_abandoned, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"gcX" = ( -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark/side, -/area/station/hallway/secondary/construction) -"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, -/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/organic/plant21, -/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/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/floor/tram, -/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) -"gfu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "ordnancefreezer" - }, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"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, -/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/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 - }, -/obj/machinery/light/cold/directional/east, -/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, -/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) -"ggG" = ( -/obj/structure/frame/machine, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/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) -"gin" = ( -/obj/structure/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/thermoplastic, -/obj/structure/rack, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/obj/machinery/light/floor, -/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/item/kirbyplants/random/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 - }, -/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, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"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/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/obj/machinery/announcement_system, -/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, -/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/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) -"gmm" = ( -/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/starboard/aft) -"gmn" = ( -/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, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/iron/white/small, -/area/station/medical/cryo) -"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, -/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) -"gnw" = ( -/obj/effect/turf_decal/siding/wideplating_new/light{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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, -/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/briefcase/secure, -/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/firealarm/directional/west, -/obj/machinery/light/floor, -/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) -"gpY" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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/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, -/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, -/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, -/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/medical/emergency, -/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/camera/autoname/directional/west, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/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, -/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/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"gwf" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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, -/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, -/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, -/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, -/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{ - dir = 1 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"gyi" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gyl" = ( -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock/grunge{ - name = "St. Brendan's" - }, -/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/starboard/greater) -"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, -/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, -/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) -"gzw" = ( -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"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, -/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, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/floor, -/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, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gAv" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/item/stack/sheet/mineral/titanium, -/obj/machinery/light/small/directional/south, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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/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, -/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, -/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/directional/south, -/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/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/incident_display/tram/directional/north, -/turf/open/floor/iron, -/area/station/security/tram) -"gEc" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"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/organic/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) -"gFX" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/crate, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"gGc" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/textured_half, -/area/station/security/processing) -"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/incident_display/dual/directional/north, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"gHA" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/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 - }, -/obj/item/radio/intercom/directional/north, -/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"gIE" = ( -/obj/effect/turf_decal/tile/blue, -/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/briefcase/secure, -/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, -/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, -/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, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"gJe" = ( -/obj/effect/decal/cleanable/dirt, -/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/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, -/obj/machinery/firealarm/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, -/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, -/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, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/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 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/meeting_room) -"gLJ" = ( -/obj/item/kirbyplants/organic/applebush, -/obj/structure/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/organic/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"gLV" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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) -"gNB" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"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, -/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) -"gOQ" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "xeno_blastdoor"; - name = "Biohazard Containment Door" - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"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 - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"gPo" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"gPx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/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) -"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, -/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) -"gQo" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/trap/stun, -/obj/structure/alien/weeds, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"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, -/obj/item/clothing/gloves/color/fyellow{ - pixel_y = 7 - }, -/obj/structure/fluff/broken_canister_frame, -/obj/machinery/camera/autoname/directional/north, -/obj/item/stack/sticky_tape/super, -/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, -/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, -/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, -/obj/effect/landmark/start/assistant, -/obj/structure/broken_flooring/plating/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"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) -"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/broken_flooring/singular/directional/east, -/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/small/directional/south, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"gSe" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/hedge, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"gSi" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"gSk" = ( -/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/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/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"gTl" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/modular_computer/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) -"gTs" = ( -/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/requests_console/directional/east{ - department = "Xenobiology"; - name = "Xenobiology Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/turf/open/floor/iron/dark/small, -/area/station/science/xenobiology) -"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) -"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, -/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, -/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, -/obj/item/chair/stool/bamboo{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/green, -/area/station/maintenance/central/lesser) -"gUz" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = 3; - pixel_y = -2 - }, -/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 - }, -/obj/machinery/light/cold/directional/north, -/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/directional/south, -/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, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"gVA" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"gVV" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"gWB" = ( -/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/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/processing) -"gWN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gWT" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"gXd" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"gXf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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/dim/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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"gXS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction) -"gXW" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"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, -/obj/machinery/duct, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/service/bar) -"gYq" = ( -/obj/effect/decal/cleanable/dirt, -/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/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, -/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, -/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) -"hbf" = ( -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"hbm" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"hbt" = ( -/obj/structure/broken_flooring/singular/directional/south, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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/preset/engineering{ - dir = 1 - }, -/obj/effect/turf_decal/siding/yellow, -/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, -/obj/structure/broken_flooring/singular/directional/east, -/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 - }, -/obj/machinery/digital_clock/directional/south, -/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, -/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/aft) -"hdx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"heB" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"heG" = ( -/obj/machinery/door/firedoor, -/obj/effect/landmark/navigate_destination/bar, -/turf/open/floor/catwalk_floor/iron, -/area/station/service/bar) -"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, -/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, -/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) -"hgg" = ( -/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, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"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) -"hgr" = ( -/obj/structure/closet/crate/trashcart/filled, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"hgu" = ( -/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/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) -"hgV" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"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/effect/turf_decal/tile/neutral, -/obj/machinery/camera/autoname/directional/east, -/obj/machinery/light/cold/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) -"hhP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"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, -/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, -/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) -"hir" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"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 - }, -/obj/item/mod/module/signlang_radio{ - pixel_x = -2; - pixel_y = 2 - }, -/turf/open/floor/iron/small, -/area/station/security/office) -"hix" = ( -/obj/machinery/computer/gateway_control{ - dir = 1 - }, -/obj/item/radio/intercom/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, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"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/medical/emergency, -/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, -/obj/item/airlock_painter, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"hjT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/pink/visible, -/obj/effect/decal/cleanable/dirt, -/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) -"hkt" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/chair/office/tactical{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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) -"hlg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hln" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/table, -/obj/machinery/microwave/engineering/cell_included, -/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, -/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, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency/old, -/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, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"hmC" = ( -/obj/structure/cable, -/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 - }, -/obj/machinery/light/small/directional/south, -/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, -/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, -/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, -/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, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/effect/landmark/navigate_destination/tools, -/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) -"hnP" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/tank_holder/anesthetic, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"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) -"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, -/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) -"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, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/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) -"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, -/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) -"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) -"hpJ" = ( -/obj/structure/table/reinforced/titaniumglass, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser{ - pixel_x = 10; - pixel_y = 7 - }, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"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/directional/south, -/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/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, -/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, -/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, -/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, -/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, -/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, -/obj/effect/spawner/random/vending/snackvend, -/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) -"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) -"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) -"hua" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"huc" = ( -/obj/structure/cable, -/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, -/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, -/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, -/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, -/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, -/obj/effect/landmark/navigate_destination/eva, -/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, -/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) -"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, -/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, -/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/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) -"hxg" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"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 - }, -/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 - }, -/obj/machinery/digital_clock/directional/north, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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) -"hzi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/light/small/directional/south, -/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) -"hzJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"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, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"hAC" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/small, -/area/station/security/execution/education) -"hAI" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/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/organic/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/sandwich/peanut_butter_jelly, -/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/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, -/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, -/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, -/obj/structure/cable, -/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, -/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) -"hDN" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/security/interrogation) -"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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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/broken_flooring/corner/directional/south, -/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, -/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) -"hHK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"hIe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"hIf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"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/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random/directional/north, -/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) -"hIB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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) -"hJd" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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) -"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) -"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/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"hKR" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron/smooth, -/area/station/cargo/office) -"hLD" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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/preset/id{ - dir = 1 - }, -/obj/machinery/light/small/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, -/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/directional/south, -/obj/effect/turf_decal/stripes/box, -/obj/structure/sign/warning/pods/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"hOC" = ( -/obj/structure/chair/sofa/corp{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/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/structure/barricade/wooden/crude, -/obj/item/stack/cannonball/four, -/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, -/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, -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/item/wrench, -/obj/item/paper/fluff/jobs/engineering/frequencies, -/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/organic/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) -"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/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/organic/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, -/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) -"hSA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste to Filter" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/east{ - c_tag = "Atmospherics - Starboard" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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) -"hSO" = ( -/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/central/fore) -"hTr" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"hTT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"hTV" = ( -/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/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/broken_flooring/plating/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"hUp" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"hUq" = ( -/obj/structure/table/glass, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"hUG" = ( -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/space/basic, -/area/space/nearstation) -"hUP" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/structure/broken_flooring/corner/directional/south, -/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, -/obj/machinery/status_display/evac/directional/east, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"hWs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/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) -"hWv" = ( -/obj/effect/turf_decal/sand/plating, -/turf/closed/wall, -/area/station/maintenance/port/lesser) -"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/any/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, -/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) -"hXP" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"hXQ" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/decal/cleanable/dirt, -/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/random/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, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"hYz" = ( -/obj/structure/transport/linear/tram, -/obj/machinery/transport/tram_controller, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"hYA" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/order_console/mining, -/obj/machinery/light/small/directional/west, -/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/recharge_station, -/obj/machinery/light/small/directional/north, -/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) -"hZY" = ( -/mob/living/basic/mining/basilisk, -/turf/open/misc/asteroid, -/area/space/nearstation) -"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) -"iau" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/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, -/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/transport/linear/tram, -/obj/structure/thermoplastic/light, -/obj/machinery/door/airlock/tram{ - transport_linked_id = "bird_2" - }, -/turf/open/floor/tram, -/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, -/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, -/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, -/obj/machinery/light/small/directional/south, -/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) -"icl" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/end, -/obj/machinery/light/cold/directional/west, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/turf/open/floor/iron/dark, -/area/station/medical/paramedic) -"idg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/pdapainter{ - pixel_y = 2 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/poster/official/random/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, -/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, -/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) -"idz" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/singular/directional/east, -/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) -"idV" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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/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, -/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, -/obj/machinery/light/floor, -/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 - }, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"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) -"igj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/layer2{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"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, -/turf/open/floor/iron/small, -/area/station/security/brig) -"igo" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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, -/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/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/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/captain/private) -"ihy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch/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/airalarm/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, -/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) -"iir" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"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/item/food/grown/cannabis{ - pixel_x = -11 - }, -/obj/item/food/grown/cannabis{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/machinery/light/small/directional/north, -/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) -"ijS" = ( -/turf/closed/wall/r_wall, -/area/station/commons/fitness/recreation/entertainment) -"ijT" = ( -/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 - }, -/obj/effect/landmark/navigate_destination/techstorage, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"ikc" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ike" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/singular/directional/south, -/obj/machinery/light/small/dim/directional/east, -/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, -/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, -/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) -"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, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"imM" = ( -/obj/machinery/light_switch/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"imS" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/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/small/directional/south, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"inH" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/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) -"inV" = ( -/obj/machinery/door/airlock/centcom{ - name = "Disposals Access:" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/janitor, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"inW" = ( -/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/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) -"ioJ" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/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) -"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, -/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, -/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) -"iqD" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/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/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, -/obj/machinery/firealarm/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, -/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/structure/transport/linear/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/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) -"isV" = ( -/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, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"isY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/effect/landmark/navigate_destination/gateway, -/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, -/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, -/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, -/obj/machinery/power/apc/worn_out/directional/east, -/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/machinery/light/cold/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"iuN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/testlab) -"iuW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/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, -/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/directional/south, -/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/decal/cleanable/dirt, -/obj/structure/girder, -/obj/effect/decal/cleanable/glass/plastitanium, -/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/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/diagonal, -/area/station/command/heads_quarters/hop) -"iwH" = ( -/obj/structure/alien/weeds, -/turf/closed/wall, -/area/station/maintenance/starboard/greater) -"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/structure/table, -/obj/item/book/manual/wiki/tcomms, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"iwV" = ( -/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, -/obj/structure/cable, -/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) -"ixU" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/toy/figure/rd{ - pixel_y = 10 - }, -/obj/item/stamp/head/rd, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ixX" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/cargo/miningoffice) -"iya" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/security/brig/entrance) -"iyk" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/frame/computer{ - dir = 4 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/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, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/wood/tile, -/area/station/command/heads_quarters/hop) -"izq" = ( -/obj/structure/filingcabinet, -/obj/effect/decal/cleanable/dirt, -/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/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, -/turf/open/floor/iron/smooth, -/area/station/engineering/break_room) -"iAt" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 4 - }, -/obj/structure/rack, -/obj/machinery/airalarm/directional/west, -/obj/effect/spawner/random/armory/laser_gun, -/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) -"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, -/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 - }, -/obj/item/radio/intercom/directional/south, -/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 - }, -/obj/machinery/light/small/directional/south, -/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 - }, -/obj/structure/cable, -/turf/open/floor/stone, -/area/station/command/heads_quarters/captain/private) -"iEA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"iEF" = ( -/obj/effect/landmark/start/captain, -/obj/structure/cable, -/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/vending/colavend, -/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/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/small, -/area/station/tcommsat/server) -"iFP" = ( -/obj/item/kirbyplants/random/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, -/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, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iGS" = ( -/obj/structure/hedge, -/obj/machinery/light/cold/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"iHq" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/space/nearstation) -"iHs" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"iHy" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/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, -/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) -"iIm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"iIq" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/open/floor/plating, -/area/station/service/library/abandoned) -"iIr" = ( -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"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, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/effect/landmark/start/research_director, -/obj/machinery/light/floor, -/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, -/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/light/small/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/server) -"iJI" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/storage/photo_album{ - pixel_x = -14; - pixel_y = 2 - }, -/obj/item/stamp/head/captain, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"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 - }, -/obj/machinery/airalarm/directional/west, -/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/broken_flooring/corner/directional/south, -/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, -/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, -/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) -"iMr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"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) -"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/effect/spawner/random/armory/barrier_grenades, -/obj/effect/spawner/random/armory/shotgun, -/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/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/button/door/directional/east{ - id = "pharmacy_shutters"; - name = "Pharmacy Shutters Control"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"iPD" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/holopad, -/obj/structure/cable, -/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) -"iPS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/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, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"iQr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"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, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"iQK" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/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/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, -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"iRv" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/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/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/glass/plastitanium, -/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/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/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/obj/effect/mapping_helpers/broken_floor, -/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/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 - }, -/obj/machinery/light/floor{ - pixel_x = -32 - }, -/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) -"iTB" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/south, -/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, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iTG" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"iUH" = ( -/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/head/ce{ - pixel_x = 7; - pixel_y = 15 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"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, -/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/broken_flooring/pile/directional/east, -/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/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/broken_flooring/pile/directional/east, -/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, -/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, -/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/broken_flooring/corner/directional/south, -/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/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/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/fax{ - fax_name = "Head of Personnel's Office"; - name = "Head of Personnel's Fax Machine" - }, -/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/fluff/broken_canister_frame, -/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/organic/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) -"iYC" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security) -"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/light/cold/directional/east, -/turf/open/floor/plating, -/area/station/command/teleporter) -"iYI" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/west, -/obj/structure/extinguisher_cabinet/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, -/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, -/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) -"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/wall/mineral/titanium, -/area/station/commons/fitness/recreation/entertainment) -"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/small/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, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jco" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Foyer - Starboard"; - dir = 9 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/reinforced/titaniumglass, -/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, -/obj/machinery/light/small/directional/north, -/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/organic/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/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/directional/west, -/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/critical, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"jeg" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"jeq" = ( -/obj/item/kirbyplants/organic/applebush, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/large, -/area/station/command/corporate_suite) -"jey" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"jez" = ( -/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/commons/fitness/recreation/entertainment) -"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/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/singular/directional/west, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"jfs" = ( -/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" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"jfP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Faded Door" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/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/fore/greater) -"jfQ" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/siding/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"jfT" = ( -/obj/structure/cable, -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner/directional/south, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/plating, -/area/station/service/chapel/funeral) -"jfX" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/security/tram) -"jfZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/turf/open/floor/iron/textured_half, -/area/station/hallway/primary/aft) -"jif" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/crate/mod, -/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) -"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/machinery/camera/autoname/directional/north, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"jjH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jmi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/start/security_officer, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"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, -/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 - }, -/obj/machinery/light/floor, -/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, -/obj/structure/showcase/machinery/tv/broken, -/obj/effect/decal/cleanable/glass, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jpd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/navigate_destination/det, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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) -"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/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/decal/cleanable/dirt, -/turf/open/floor/plating/rust, -/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) -"jsV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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/item/storage/briefcase/secure{ - pixel_y = -10 - }, -/obj/item/paper_bin{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 11 - }, -/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) -"jtS" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/effect/spawner/random/food_or_drink/seed, -/obj/machinery/light/small/dim/directional/north, -/turf/open/misc/sandy_dirt, -/area/station/maintenance/starboard/aft) -"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, -/obj/item/stack/package_wrap{ - pixel_y = 5 - }, -/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/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hop) -"jvm" = ( -/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, -/area/station/commons/dorms) -"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 - }, -/obj/structure/cable, -/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/broken_flooring/pile/directional/east, -/obj/effect/spawner/random/trash/graffiti{ - pixel_x = -32; - spawn_loot_chance = 50 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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) -"jya" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/directional/west, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"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, -/obj/machinery/door/airlock{ - name = "Room 1" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"jzl" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/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/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/broken_flooring/singular/directional/south, -/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/machinery/light/small/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, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"jAp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"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/mapping_helpers/broken_floor, -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance, -/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) -"jAB" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"jAF" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"jBc" = ( -/obj/structure/cable, -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/decal/cleanable/blood/gibs/down, -/obj/effect/decal/cleanable/dirt, -/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/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/random/fullysynthetic, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/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, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"jCL" = ( -/obj/structure/flora/rock/pile/jungle/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) -"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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"jEe" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/decal/cleanable/dirt, -/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) -"jEo" = ( -/obj/effect/turf_decal/siding, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"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, -/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, -/obj/machinery/light/small/directional/north, -/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, -/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, -/obj/machinery/light/small/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, -/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, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/office) -"jHx" = ( -/obj/effect/decal/cleanable/dirt, -/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/basic/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, -/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/directional/south, -/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, -/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, -/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, -/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) -"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/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/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/broken_flooring/singular/directional/south, -/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) -"jMk" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/window/spawner/directional/south, -/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) -"jMC" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"jMJ" = ( -/obj/machinery/atmospherics/components/tank/nitrous{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"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, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/cargo/office) -"jMW" = ( -/obj/machinery/power/shuttle_engine/heater{ - dir = 1 - }, -/obj/structure/window/spawner/directional/south, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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" = ( -/obj/effect/landmark/navigate_destination/bridge, -/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, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"jOd" = ( -/obj/item/kirbyplants/organic/applebush, -/obj/machinery/firealarm/directional/north, -/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, -/obj/machinery/light/small/directional/west, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"jOF" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light_switch/directional/west, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"jOK" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/science/circuits) -"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, -/obj/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"jPm" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/light_switch/directional/east, -/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"jPq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/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/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/effect/landmark/start/hangover/closet, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/west, -/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/iron_white, -/area/station/science/research) -"jQF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"jQL" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"jQM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/directional/east, -/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, -/turf/open/floor/iron, -/area/station/maintenance/fore/greater) -"jRe" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"jRE" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"jRN" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"jSl" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron/grimy, -/area/station/science/cubicle) -"jSn" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/structure/cable, -/turf/open/floor/iron/textured_half, -/area/station/security/detectives_office) -"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, -/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/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"jUN" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/obj/machinery/computer/tram_controls{ - specific_transport_id = "bird_1" - }, -/turf/open/floor/tram, -/area/station/security/tram) -"jVa" = ( -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"jVd" = ( -/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/power/apc/auto_name/directional/east, -/turf/open/floor/iron, -/area/station/security/prison) -"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) -"jVG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/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/starboard/greater) -"jVM" = ( -/turf/closed/wall, -/area/station/maintenance/central/greater) -"jVQ" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jWb" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/pdapainter/medbay, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"jWd" = ( -/obj/structure/cable, -/obj/item/kirbyplants/random/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/organic/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, -/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, -/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) -"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, -/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/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"jYd" = ( -/turf/open/floor/tram, -/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, -/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/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/all/command/general, -/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, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/qm) -"jZh" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/light/cold/directional/east, -/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/basic/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, -/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/junction/yjunction, -/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, -/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/effect/decal/cleanable/cobweb, -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating, -/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, -/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/machinery/disposal/delivery_chute, -/obj/effect/turf_decal/stripes/box, -/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/directional/south, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"kbf" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"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, -/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) -"kct" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/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, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"kdS" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/structure/closet/secure_closet/miner, -/obj/machinery/light/small/directional/east, -/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, -/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, -/obj/structure/frame/machine, -/turf/open/floor/tram, -/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/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) -"kfg" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/trimline/brown/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/landmark/start/bitrunner, -/turf/open/floor/iron/dark/smooth_half, -/area/station/cargo/bitrunning/den) -"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/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 - }, -/obj/structure/sign/poster/official/random/directional/north, -/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) -"kgk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"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, -/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/broken_flooring/singular/directional/east, -/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/corner, -/obj/effect/mapping_helpers/broken_floor, -/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) -"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, -/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) -"kka" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"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/machinery/light/small/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"kkF" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/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, -/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, -/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/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"kmR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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) -"kno" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"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, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) -"knJ" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"kon" = ( -/obj/structure/cable, -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/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/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/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/structure/cable, -/obj/machinery/light/small/directional/north, -/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/small/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, -/obj/machinery/light/small/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/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"kra" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kro" = ( -/obj/item/kirbyplants/random/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, -/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) -"krS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/effect/spawner/random/food_or_drink/soup, -/obj/effect/gibspawner, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"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 = 6 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"ksN" = ( -/obj/structure/transit_tube/station/dispenser, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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/organic/applebush, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/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, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"kvf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"kvh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/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) -"kvr" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/obj/machinery/light/small/directional/north, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"kvI" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_2_lavaland" - }, -/turf/open/space/basic, -/area/space) -"kvK" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small/directional/west, -/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/random/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, -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"kxp" = ( -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"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/directional/south, -/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, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"kyI" = ( -/obj/effect/decal/cleanable/dirt, -/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/line, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"kyT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/bitrunner, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kzI" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/spawner/random/structure/closet_empty/crate, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) -"kzP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"kAg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=14.0-Dormatories-CentralStarboard"; - location = "13.0-DormatoryCommons-Dormatories" - }, -/obj/machinery/light/cold/directional/south, -/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, -/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, -/turf/open/floor/plating, -/area/station/command/teleporter) -"kBc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/north{ - name = "Trash Chute" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kCP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/mop_bucket/janitorialcart, -/obj/machinery/door/window/left/directional/north{ - name = "Trash Chute" - }, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"kDl" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/vehicle/ridden/janicart, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"kDq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons) -"kEe" = ( -/obj/structure/broken_flooring/singular/directional/south, -/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, -/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, -/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, -/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) -"kFW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 8 - }, -/area/station/maintenance/starboard/greater) -"kFY" = ( -/turf/closed/wall/r_wall, -/area/station/medical/morgue) -"kGd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"kGi" = ( -/obj/machinery/light/cold/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"kGz" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"kGB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/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 - }, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"kHi" = ( -/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{ - department = "Bridge"; - name = "Bridge Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/smooth, -/area/station/command/bridge) -"kHo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"kHH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"kHL" = ( -/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") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"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/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"kIe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"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/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons) -"kIY" = ( -/obj/structure/broken_flooring/singular/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"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 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark/herringbone, -/area/station/security/execution/education) -"kJQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/effect/landmark/navigate_destination/disposals, -/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, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"kKy" = ( -/obj/structure/frame/machine, -/turf/open/floor/tram, -/area/station/security/tram) -"kKB" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/south, -/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"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) -"kLf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"kLo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/chapel/funeral) -"kLq" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/tram, -/area/station/security/tram) -"kLI" = ( -/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/tram, -/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) -"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) -"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, -/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, -/obj/machinery/power/apc/auto_name/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"kOj" = ( -/obj/structure/cable, -/obj/machinery/power/apc/worn_out/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"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, -/turf/open/floor/iron/textured_half, -/area/station/cargo/miningoffice) -"kOs" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/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, -/turf/open/floor/iron/textured_half, -/area/station/cargo/miningoffice) -"kOA" = ( -/obj/machinery/computer/quantum_console{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"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) -"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, -/obj/structure/broken_flooring/pile/directional/east, -/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/random/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/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kQt" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/aft) -"kQv" = ( -/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) -"kQX" = ( -/obj/machinery/light/floor, -/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, -/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, -/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, -/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) -"kSk" = ( -/obj/machinery/light/cold/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"kSo" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/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/iron_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/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"kSN" = ( -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/eighties/red, -/area/station/service/abandoned_gambling_den/gaming) -"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, -/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, -/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, -/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, -/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) -"kUn" = ( -/obj/structure/alien/weeds, -/obj/effect/gibspawner/xeno, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"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, -/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, -/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, -/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) -"kVJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "holodeck" - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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/item/radio/intercom/directional/south, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"kWs" = ( -/obj/structure/broken_flooring/corner/directional/south, -/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, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/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/directional/south, -/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/directional/south, -/turf/open/floor/grass, -/area/station/cargo/storage) -"kZf" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"kZg" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/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/decal/cleanable/dirt, -/obj/machinery/duct, -/obj/effect/spawner/random/trash, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/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/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) -"kZW" = ( -/obj/structure/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"lao" = ( -/obj/effect/mob_spawn/corpse/human, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"las" = ( -/obj/structure/filingcabinet/filingcabinet, -/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, -/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/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/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/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) -"lcd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"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) -"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/directional/south, -/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, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"lcz" = ( -/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/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/small/directional/east, -/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/directional/south, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"lcW" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"ldb" = ( -/obj/machinery/camera/directional/south, -/obj/machinery/light/small/directional/south, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/mousetraps{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/restraints/legcuffs/beartrap{ - pixel_x = 8; - pixel_y = 13 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"lde" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/iron/white/small, -/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, -/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/broken_flooring/pile/directional/east, -/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) -"ldJ" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) -"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, -/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, -/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, -/obj/machinery/computer/shuttle/mining{ - dir = 4 - }, -/obj/machinery/light/cold/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) -"leB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/dark_red, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/item/storage/box/prisoner{ - pixel_x = 5; - pixel_y = -12 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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, -/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, -/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, -/obj/structure/broken_flooring/plating/directional/south, -/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, -/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, -/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, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/starboard/fore) -"lhP" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"lib" = ( -/obj/structure/chair/sofa/bench, -/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/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/tram, -/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, -/obj/machinery/digital_clock/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) -"ljO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/vehicle/ridden/scooter/skateboard/hoverboard, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"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, -/obj/structure/alien/weeds, -/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) -"lkw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"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, -/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/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/medical{ - dir = 8 - }, -/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, -/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/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) -"lnz" = ( -/obj/effect/turf_decal/tile/dark_red, -/obj/machinery/light_switch/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/gulag_teleporter, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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/supply/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"lnZ" = ( -/obj/effect/turf_decal/tile/dark_red, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/autoname/directional/south, -/obj/structure/cable, -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"log" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/organic/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) -"los" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"lpa" = ( -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/bookcase/random, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"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, -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor/iron_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) -"lql" = ( -/turf/open/floor/wood/parquet, -/area/station/service/library) -"lqs" = ( -/obj/machinery/light/cold/directional/south, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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/small/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 - }, -/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/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"ltA" = ( -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/secondary/construction) -"ltP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"ltT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"luo" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"luU" = ( -/obj/machinery/smartfridge/food, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"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" - }, -/obj/machinery/door/firedoor, -/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/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/hatch, -/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, -/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/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/cold/directional/east, -/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, -/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, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"lwR" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"lwY" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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 - }, -/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/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, -/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, -/obj/structure/cable, -/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/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/commons) -"lyC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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, -/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, -/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, -/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, -/turf/open/floor/iron, -/area/station/commons) -"lAf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/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, -/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 - }, -/obj/structure/alien/resin/membrane, -/obj/structure/alien/weeds, -/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) -"lBe" = ( -/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/greater) -"lBf" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"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) -"lCS" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Coroner Office Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/turf/open/floor/plating, -/area/station/medical/morgue) -"lCV" = ( -/obj/structure/urinal/directional/west, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lDy" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/flashlight/lamp/green, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"lDE" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/small, -/area/station/engineering/supermatter/room) -"lDH" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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) -"lFJ" = ( -/obj/machinery/teleport/station, -/obj/effect/turf_decal/stripes/line{ - 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) -"lFU" = ( -/obj/effect/turf_decal/siding/red, -/obj/item/kirbyplants/random, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/light/cold/directional/east, -/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" - }, -/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, -/turf/open/floor/carpet/donk, -/area/station/command/heads_quarters/qm) -"lHc" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/structure/cable, -/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/directional/south, -/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, -/obj/structure/chair/stool/directional/east, -/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/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/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/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) -"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, -/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, -/obj/machinery/light/small/directional/east, -/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/camera/autoname/directional/east, -/obj/machinery/light_switch/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, -/obj/machinery/digital_clock/directional/south, -/obj/machinery/light/small/directional/east, -/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) -"lJE" = ( -/obj/structure/chair/stool/directional/west, -/mob/living/basic/trooper/russian/ranged/lootless, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"lJV" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/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, -/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/fluff/general.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_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, -/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/airalarm/directional/north, -/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, -/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, -/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, -/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, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"lOh" = ( -/obj/effect/turf_decal/stripes/line, -/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) -"lOs" = ( -/obj/structure/window/reinforced/shuttle, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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) -"lOZ" = ( -/obj/structure/alien/weeds/node, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"lPc" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/machinery/quantum_server, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"lQu" = ( -/obj/machinery/light/broken/directional/south, -/obj/effect/spawner/random/trash/bin, -/obj/effect/decal/cleanable/glass, -/obj/structure/alien/resin/membrane, -/obj/structure/alien/weeds, -/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, -/obj/machinery/light/small/directional/south, -/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/broken_flooring/singular/directional/east, -/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, -/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, -/obj/machinery/light/small/directional/south, -/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, -/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/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, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"lSh" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"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) -"lSN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"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, -/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, -/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/machinery/light/small/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, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron/small, -/area/station/maintenance/port/lesser) -"lTD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lTF" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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) -"lTL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"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, -/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" = ( -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"lVl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/cold/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, -/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 - }, -/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, -/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) -"lWv" = ( -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"lWA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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, -/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, -/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/security/checkpoint/supply) -"lXa" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"lXd" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/station/science/xenobiology) -"lXf" = ( -/obj/effect/decal/cleanable/dirt, -/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_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"lXJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/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, -/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, -/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, -/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/machinery/light/cold/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/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, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/xenobiology) -"lYT" = ( -/obj/effect/decal/cleanable/dirt, -/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/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/obj/item/kirbyplants/random{ - pixel_y = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"lZv" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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) -"lZH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/singular/directional/south, -/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, -/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/broken_flooring/singular/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"maX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/warm/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 - }, -/obj/machinery/firealarm/directional/north, -/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 - }, -/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/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, -/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/all/science/general, -/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/light/small/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, -/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/start/mime, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"mfB" = ( -/obj/structure/table/wood, -/obj/item/book/bible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/maintenance/starboard/greater) -"mfK" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/table/reinforced/titaniumglass, -/obj/effect/decal/cleanable/dirt, -/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/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/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, -/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/item/restraints/legcuffs/beartrap, -/obj/item/stack/tile/iron/base{ - pixel_y = 18 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = -7; - pixel_y = 12 - }, -/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, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"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, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mie" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mik" = ( -/obj/effect/turf_decal/siding/red{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/small, -/area/station/security/brig) -"mil" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/small, -/area/station/commons/fitness/locker_room) -"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/effect/spawner/structure/window/reinforced, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/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, -/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, -/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) -"mlR" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"mmf" = ( -/obj/structure/table, -/obj/effect/mapping_helpers/broken_floor, -/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, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/atmos{ - pixel_x = 3; - pixel_y = -3 - }, -/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) -"mmx" = ( -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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 - }, -/obj/machinery/light/small/directional/north, -/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, -/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 - }, -/obj/machinery/light/floor, -/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) -"moJ" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"moP" = ( -/obj/structure/transport/linear/tram, -/obj/effect/landmark/transport/nav_beacon/tram/nav/birdshot/maint, -/obj/effect/landmark/transport/nav_beacon/tram/platform/birdshot/maint_left, -/obj/structure/thermoplastic/light, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/obj/effect/mapping_helpers/airlock/unres, -/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) -"mpr" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/main) -"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, -/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) -"mrq" = ( -/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/glass{ - name = "Holodeck" - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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/small/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/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) -"msT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"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/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/small/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) -"mum" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/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, -/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) -"mvo" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"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/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/table/glass, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/airalarm/directional/west, -/obj/item/paper/monitorkey, -/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, -/obj/effect/decal/cleanable/blood/old, -/obj/item/crowbar, -/obj/structure/alien/egg/burst, -/obj/structure/alien/weeds, -/obj/effect/gibspawner, -/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) -"mwA" = ( -/obj/machinery/netpod, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"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, -/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) -"mwN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"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, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mya" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/singular/directional/south, -/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/aft) -"myt" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/item/kirbyplants/random/fullysynthetic, -/turf/open/floor/iron, -/area/station/security/processing) -"myM" = ( -/obj/structure/window/spawner/directional/north, -/obj/structure/window/spawner/directional/south, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"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, -/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/machinery/firealarm/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/light/small/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, -/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, -/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/directional/north, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"mBQ" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mCf" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"mCp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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/random/fullysynthetic, -/obj/machinery/airalarm/directional/west, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/rec) -"mCW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"mDl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mDy" = ( -/obj/structure/window/spawner/directional/south, -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/machinery/light/small/directional/north, -/turf/open/misc/sandy_dirt, -/area/station/commons) -"mDA" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/small/directional/east, -/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/iron_white, -/area/station/science/robotics/lab) -"mEk" = ( -/obj/effect/decal/cleanable/dirt, -/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/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/machinery/light/cold/directional/north, -/obj/machinery/mineral/stacking_unit_console{ - pixel_y = 27 - }, -/turf/open/floor/plating, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"mFG" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"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) -"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/transport/tram/directional/north{ - id = 2; - specific_transport_id = "bird_1" - }, -/obj/machinery/transport/destination_sign/indicator/directional/north, -/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) -"mJd" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/security/tram) -"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) -"mJC" = ( -/obj/structure/table/optable{ - desc = "A cold, hard place for your final rest."; - name = "Morgue Slab" - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"mJK" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"mJO" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"mKy" = ( -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - name = "Engineering Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/stairs, -/area/station/engineering/break_room) -"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) -"mKC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/supply) -"mLm" = ( -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/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/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"mLH" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/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/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, -/obj/structure/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mMF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/modular_computer/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) -"mMY" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"mMZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/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/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, -/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) -"mOH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/obj/effect/landmark/navigate_destination/dockescpod, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mOI" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"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/random/fullysynthetic, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"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/trimline/purple/end{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/machinery/shower/directional/east{ - name = "emergency shower" - }, -/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/firealarm/directional/north, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/incident_display/tram/directional/north, -/turf/open/floor/iron, -/area/station/security/tram) -"mRl" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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) -"mUn" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/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, -/obj/machinery/light/small/directional/east, -/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" - }, -/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) -"mVr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"mVs" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/bed/dogbed/runtime, -/mob/living/basic/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, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"mVD" = ( -/obj/effect/decal/cleanable/dirt, -/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/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"mWN" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/science/xenobiology) -"mWT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/broken_flooring/singular/directional/east, -/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, -/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" - }, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"mZR" = ( -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron, -/area/station/security/prison) -"mZX" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/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/broken_flooring/singular/directional/south, -/obj/effect/decal/cleanable/dirt, -/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) -"naG" = ( -/obj/effect/turf_decal/siding/wideplating/dark, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"naN" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/floor, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"nbU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"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, -/obj/structure/table/wood, -/obj/item/paper/calling_card, -/obj/structure/alien/resin/membrane, -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"ncf" = ( -/obj/machinery/recycler{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/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) -"ncD" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"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 = 10 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/area/station/security/tram) -"ndI" = ( -/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 - }, -/obj/machinery/airalarm/directional/south, -/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) -"neu" = ( -/obj/machinery/computer/rdconsole, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/lab) -"nex" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/glass/plastitanium, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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/broken_flooring/pile/directional/east, -/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/effect/decal/cleanable/dirt, -/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, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nfG" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"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, -/obj/structure/cable, -/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, -/obj/effect/landmark/navigate_destination/janitor, -/obj/structure/cable, -/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, -/obj/structure/sign/departments/custodian/directional/north, -/obj/structure/cable, -/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, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"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, -/obj/structure/cable, -/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, -/obj/machinery/light/small/directional/north, -/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, -/obj/structure/alien/resin/membrane, -/obj/structure/alien/weeds, -/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) -"nhO" = ( -/obj/structure/transport/linear/tram, -/obj/effect/landmark/transport/transport_id/birdshot/line_1, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/obj/item/crowbar, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"nin" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"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) -"niJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/maintenance/department/engine/atmos) -"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, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"njL" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"nkD" = ( -/obj/machinery/modular_computer/preset/id{ - dir = 1 - }, -/obj/machinery/requests_console/directional/east{ - department = "Captain's Desk"; - name = "Captain's Requests Console"; - pixel_x = 0; - pixel_y = -30 - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"nkF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/commons) -"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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/item/paper/fluff/jobs/engineering/frequencies, -/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/organic/applebush, -/obj/machinery/light/cold/directional/west, -/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, -/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/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"nnr" = ( -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"nnx" = ( -/obj/effect/turf_decal/siding/green, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"nnB" = ( -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "garbage" - }, -/turf/open/floor/plating, -/area/station/service/janitor) -"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/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, -/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, -/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) -"npr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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/organic/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/computer/records/security{ - dir = 4 - }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console" - }, -/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/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) -"nts" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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) -"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, -/obj/machinery/airalarm/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) -"nuy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/holodeck{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"nuI" = ( -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/obj/item/restraints/handcuffs, -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/directional/west, -/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, -/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, -/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/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/structure/closet/secure_closet/security/sec, -/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, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 - }, -/obj/structure/fireaxecabinet/directional/north, -/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/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{ - bodycount = 2 - }, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"nxR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/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/broken_flooring/singular/directional/east, -/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) -"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) -"nAf" = ( -/obj/item/computer_disk/virus/mime, -/turf/closed/mineral/random/stationside, -/area/space/nearstation) -"nAh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"nBo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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) -"nBP" = ( -/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/engineering/atmos) -"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/structure/extinguisher_cabinet/directional/west, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/commons) -"nCH" = ( -/turf/closed/wall/r_wall, -/area/station/security) -"nCR" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"nDq" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3 - }, -/turf/open/floor/plating, -/area/station/service/janitor) -"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, -/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, -/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, -/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) -"nEY" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/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" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/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, -/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/structure/table, -/obj/item/plant_analyzer, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"nFy" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"nFz" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"nFA" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor_switch/oneway{ - dir = 4; - id = "garbage"; - name = "trash chute" - }, -/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) -"nGe" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"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/status_display/ai/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"nGz" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/vending/wardrobe/coroner_wardrobe, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"nGA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/structure/table, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nGP" = ( -/obj/machinery/light/cold/directional/south, -/obj/machinery/modular_computer/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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"nIC" = ( -/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/white/corner, -/area/station/science/xenobiology) -"nIJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/kirbyplants/random/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) -"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/broken_flooring/pile/directional/east, -/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/structure/disposalpipe/segment{ - dir = 4 - }, -/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, -/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, -/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) -"nLL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/table/bronze, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"nLN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/camera/autoname/directional/west, -/obj/machinery/light/small/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" - }, -/obj/structure/cable, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, -/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) -"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, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white/small, -/area/station/security/warden) -"nPc" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/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, -/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, -/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 - }, -/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/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, -/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, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/camera/autoname/directional/north, -/obj/machinery/light/small/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, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/science/xenobiology) -"nST" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"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{ - dir = 1 - }, -/obj/structure/frame/machine, -/turf/open/floor/tram, -/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, -/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) -"nTE" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"nUf" = ( -/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, -/obj/machinery/light/floor, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"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) -"nUu" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/tram, -/area/station/security/tram) -"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) -"nVI" = ( -/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/landmark/navigate_destination/court, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"nVJ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"nWd" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Holodeck - Fore"; - name = "holodeck camera" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/station/holodeck/rec_center) -"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, -/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, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light/cold/directional/north, -/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, -/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, -/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, -/obj/machinery/airalarm/directional/north, -/obj/item/food/pizzaslice/moldy/bacteria{ - pixel_x = -4; - pixel_y = 2 - }, -/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, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/restrooms) -"nXE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/radio/intercom/directional/north, -/obj/item/kirbyplants/fern, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"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, -/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/iron_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) -"nYo" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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, -/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, -/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/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, -/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/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/effect/landmark/transport/nav_beacon/tram/platform/birdshot/sec_wing, -/obj/effect/landmark/transport/nav_beacon/tram/nav/birdshot/prison, -/turf/open/floor/tram, -/area/station/security/tram) -"ocb" = ( -/turf/open/floor/iron/white/small, -/area/station/science/cubicle) -"ocn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/modular_computer/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) -"oco" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ocs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"odk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"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, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"odC" = ( -/obj/machinery/power/shuttle_engine/propulsion{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"odK" = ( -/obj/structure/cable, -/obj/structure/steam_vent, -/turf/open/floor/plating/rust, -/area/station/maintenance/fore/greater) -"odP" = ( -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"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) -"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 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/security) -"oeH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"ofy" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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) -"ogy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/maintenance/fore/greater) -"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, -/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) -"ogX" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/hallway/primary/port) -"ogY" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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) -"ohw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light/floor, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) -"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, -/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, -/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, -/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/item/radio/intercom/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, -/obj/effect/landmark/navigate_destination/sec, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"ois" = ( -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"oiK" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/small/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/multi_tile/public/glass{ - 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, -/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, -/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, -/obj/structure/alien/weeds, -/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, -/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, -/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, -/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, -/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) -"onF" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/security/tram) -"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) -"onH" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/glass/drinkingglass, -/obj/item/flashlight/flare/candle/infinite, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"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/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/orange{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/item/key/janitor{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/small, -/area/station/service/janitor) -"onX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"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, -/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/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/command/meeting_room) -"ooT" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/security/processing) -"ooU" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/cold/directional/north, -/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, -/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, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"oqT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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) -"orq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"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) -"orV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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, -/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/broken_flooring/plating/directional/south, -/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, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/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, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"otQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/broken_flooring/pile/directional/east, -/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/organic/plant21, -/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 - }, -/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/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, -/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, -/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/iron_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) -"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) -"oxb" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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 - }, -/obj/machinery/plumbing/input{ - 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, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"oyG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/directional/south, -/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, -/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/machinery/incident_display/delam/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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/structure/sign/departments/cargo/directional/west, -/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/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"oAY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) -"oBm" = ( -/obj/structure/chair/sofa/bench/left, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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, -/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) -"oCy" = ( -/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 - }, -/obj/effect/landmark/navigate_destination/teleporter, -/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, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"oCM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/turf/open/floor/iron/dark/side, -/area/station/science/xenobiology) -"oDm" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance, -/obj/machinery/light/small/directional/west, -/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, -/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, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oEm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oES" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/air_sensor/engine_chamber, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"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/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") - }, -/obj/machinery/atmospherics/components/binary/pump, -/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, -/obj/machinery/door/firedoor, -/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, -/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) -"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, -/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, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"oGS" = ( -/obj/structure/transport/linear/tram, -/obj/effect/turf_decal/stripes/white/corner, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/structure/tram, -/turf/open/floor/tram, -/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/directional/south, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/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, -/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, -/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, -/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, -/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, -/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) -"oMe" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/space/nearstation) -"oMl" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/landmark/navigate_destination/med, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"oMo" = ( -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/structure/alien/weeds, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"oNJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/autoname/directional/east, -/obj/machinery/light/cold/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, -/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, -/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, -/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/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 - }, -/obj/structure/sign/poster/official/random/directional/north, -/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, -/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, -/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, -/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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oPQ" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/east, -/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/reagentgrinder{ - pixel_y = 9 - }, -/obj/machinery/light/small/directional/north, -/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, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"oRd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"oRg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"oRm" = ( -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/closed/mineral/random/stationside, -/area/station/ai_monitored/aisat/exterior) -"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, -/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" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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) -"oSG" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"oSJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"oSP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/landmark/navigate_destination/chapel, -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"oTj" = ( -/obj/effect/decal/cleanable/dirt, -/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/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, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"oTL" = ( -/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/commons/fitness/recreation/entertainment) -"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/machinery/light/cold/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, -/obj/machinery/light/warm/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/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, -/obj/structure/cable, -/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, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"oVb" = ( -/obj/structure/cable, -/obj/machinery/light/cold/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/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"oVo" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"oVI" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/security) -"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/broken_flooring/singular/directional/east, -/obj/item/clothing/suit/caution, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"oWl" = ( -/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) -"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, -/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, -/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) -"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, -/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, -/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, -/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, -/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, -/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, -/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 - }, -/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, -/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, -/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/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/status_display/ai/directional/south, -/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, -/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/circuits) -"pcN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/tank/air{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"pcT" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/hallway/secondary/recreation) -"pdo" = ( -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/structure/bodycontainer/morgue/beeper_off{ - dir = 2 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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, -/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, -/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) -"peI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/welded, -/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, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"pgw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"pgH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/lawyer, -/obj/machinery/light/small/directional/north, -/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) -"phs" = ( -/obj/machinery/duct, -/turf/open/floor/iron/white/small, -/area/station/medical/storage) -"phE" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/small, -/area/station/service/hydroponics/garden) -"phF" = ( -/obj/machinery/computer/arcade/orion_trail/kobayashi, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"phJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red/opposingcorners{ - dir = 1 - }, -/obj/structure/chair, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/cold/directional/west, -/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, -/obj/effect/landmark/start/janitor, -/obj/structure/cable, -/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 - }, -/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/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/broken_flooring/singular/directional/south, -/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, -/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, -/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/status_display/ai/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"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) -"pjD" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/tram, -/area/station/security/tram) -"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/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/machinery/light/small/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/directional/south, -/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) -"pkR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"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, -/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, -/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/broken_flooring/corner/directional/south, -/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 - }, -/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) -"poh" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/oven/range, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"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, -/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/radio/intercom/directional/west, -/obj/effect/spawner/random/armory/disablers, -/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) -"poz" = ( -/obj/structure/chair/sofa/bench/right, -/obj/effect/decal/cleanable/glass, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/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, -/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) -"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, -/obj/effect/landmark/navigate_destination/cargo, -/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) -"prE" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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) -"prS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/navigate_destination/dockarrival, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"prT" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/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, -/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/item/phone, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"psg" = ( -/obj/item/radio/intercom/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, -/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) -"psN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/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) -"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/broken_flooring/corner/directional/south, -/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, -/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 - }, -/obj/machinery/airalarm/directional/north, -/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/effect/turf_decal/arrows{ - dir = 4 - }, -/obj/machinery/door/window/right/directional/north{ - name = "Library Desk Door"; - req_access = list("library") - }, -/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/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"puD" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/machinery/newscaster/directional/west, -/obj/machinery/digital_clock/directional/north, -/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, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood/tile, -/area/station/service/bar) -"pvg" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"pvh" = ( -/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, -/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, -/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, -/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, -/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, -/obj/structure/cable, -/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) -"pwN" = ( -/turf/open/floor/iron/dark/small, -/area/station/service/chapel/storage) -"pwO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"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) -"pxl" = ( -/obj/machinery/smartfridge, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"pxs" = ( -/obj/structure/transport/linear/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/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, -/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/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/broken_flooring/singular/directional/east, -/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) -"pyU" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/effect/gibspawner/human, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"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, -/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/random/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/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/directional/north, -/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, -/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/directional/south, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/plating, -/area/station/science/lobby) -"pAp" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/dark/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"pAs" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/broken/directional/west, -/turf/open/floor/eighties, -/area/station/service/abandoned_gambling_den/gaming) -"pBn" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/singular/directional/south, -/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, -/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, -/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, -/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, -/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, -/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/small/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) -"pDQ" = ( -/obj/structure/cable, -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt, -/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, -/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/airalarm/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 - }, -/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, -/turf/open/floor/iron/white/small, -/area/station/science/ordnance/storage) -"pFk" = ( -/obj/structure/broken_flooring/singular/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/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, -/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, -/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, -/obj/effect/decal/cleanable/cobweb, -/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/directional/south, -/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/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"pHn" = ( -/obj/structure/cable, -/obj/structure/broken_flooring/singular/directional/east, -/obj/structure/alien/weeds, -/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, -/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/broken_flooring/singular/directional/east, -/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/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/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/landmark/secequipment, -/obj/machinery/light/small/directional/south, -/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, -/obj/effect/spawner/random/trash/moisture_trap, -/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) -"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/iron_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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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 - }, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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/iron_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, -/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) -"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/structure/reagent_dispensers/water_cooler, -/obj/effect/decal/cleanable/dirt, -/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/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/light/cold/directional/south, -/obj/machinery/airalarm/directional/south, -/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, -/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) -"pOX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/coroner, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"pPq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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) -"pQl" = ( -/obj/structure/fireplace, -/obj/effect/turf_decal/siding/wood/end, -/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) -"pQI" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"pQX" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/spawner/random/decoration/statue, -/obj/machinery/airalarm/directional/east, -/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, -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"pRJ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light/small/dim/directional/east, -/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, -/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, -/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, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/broken_flooring/pile/directional/east, -/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 - }, -/obj/machinery/airalarm/directional/east, -/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/adult, -/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, -/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, -/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/surgery_tray/full{ - 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, -/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, -/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, -/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, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) -"pTV" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/item/storage/box/donkpockets, -/obj/machinery/light/small/directional/west, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/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, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_command) -"pUJ" = ( -/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 - }, -/obj/machinery/firealarm/directional/west, -/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 - }, -/obj/item/radio/intercom/directional/north, -/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" - }, -/obj/structure/cable, -/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/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/broken_flooring/pile/directional/east, -/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, -/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, -/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, -/turf/open/floor/iron/dark/herringbone, -/area/station/service/abandoned_gambling_den/gaming) -"pYP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light/small/directional/south, -/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/computer/records/security{ - dir = 4 - }, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/security/execution/transfer) -"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/camera/autoname/directional/south, -/obj/machinery/light/small/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) -"qaM" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/structure/barricade/wooden, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"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, -/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 - }, -/obj/machinery/airalarm/directional/west, -/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, -/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) -"qbB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/pumproom) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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, -/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, -/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 - }, -/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, -/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, -/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, -/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) -"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/random/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/broken_flooring/singular/directional/east, -/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/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, -/obj/structure/cable, -/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, -/obj/structure/cable, -/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) -"qha" = ( -/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/starboard/aft) -"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, -/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, -/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/iron_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{ - pixel_x = 3; - pixel_y = -1 - }, -/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 - }, -/obj/item/pipe_dispenser{ - pixel_y = 4 - }, -/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) -"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) -"qlc" = ( -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security) -"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, -/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/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/broken_flooring/corner/directional/south, -/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, -/turf/open/floor/iron/small, -/area/station/security/brig) -"qmv" = ( -/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, -/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, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/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, -/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, -/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/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) -"qoj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/right/directional/west{ - name = "Corpse Arrivals" - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/plating, -/area/station/medical/morgue) -"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) -"qoX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"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/machinery/camera/autoname/directional/north, -/obj/machinery/airalarm/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/iron_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, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"qqp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/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/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 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"qrP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{ - dir = 6 - }, -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/engineering/supermatter) -"qrQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"qrR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"qsg" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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, -/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, -/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/light/cold/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, -/obj/machinery/light/small/directional/south, -/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/directional/south, -/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) -"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) -"qvj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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) -"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/broken_flooring/pile/directional/east, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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/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/random/fullysynthetic, -/obj/effect/decal/cleanable/glass, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/directional/south, -/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) -"qyx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/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/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/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/north, -/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/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, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"qzA" = ( -/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 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"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/iron_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, -/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, -/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, -/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/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qCJ" = ( -/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/head/hop{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron/large, -/area/station/command/heads_quarters/hop) -"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, -/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) -"qDe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"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, -/obj/machinery/light/small/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, -/obj/machinery/light/small/directional/east, -/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/tram, -/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/broken_flooring/pile/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/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/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, -/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, -/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, -/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, -/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, -/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, -/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, -/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/broken_flooring/pile/directional/east, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/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) -"qJB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/commons) -"qJJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 8 - }, -/obj/machinery/computer/telecomms/monitor{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/server) -"qJS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/kirbyplants/random, -/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, -/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, -/obj/machinery/light/small/directional/south, -/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, -/obj/machinery/light/cold/directional/north, -/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, -/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/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/firealarm/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, -/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) -"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, -/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, -/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, -/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/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/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, -/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/table, -/obj/effect/spawner/random/techstorage/ai_all, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/west, -/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/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/solo, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"qOG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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) -"qOP" = ( -/obj/effect/decal/cleanable/dirt, -/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/starboard/greater) -"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 - }, -/turf/open/floor/iron/smooth, -/area/station/cargo/drone_bay) -"qPC" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/north, -/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/machinery/light_switch/directional/east, -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/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, -/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, -/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, -/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, -/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) -"qRV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"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, -/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/small/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, -/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, -/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, -/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) -"qUb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/engine, -/area/station/engineering/gravity_generator) -"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, -/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, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"qUF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"qUL" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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, -/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/newscaster/directional/north, -/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/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/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, -/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/effect/spawner/random/food_or_drink/condiment, -/obj/machinery/light/small/directional/south, -/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, -/obj/machinery/light/cold/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) -"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, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"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, -/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) -"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, -/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, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"rcw" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/station/commons/dorms) -"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, -/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 - }, -/obj/machinery/plumbing/growing_vat{ - dir = 4 - }, -/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, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"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, -/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, -/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) -"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, -/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) -"rfF" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"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, -/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, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"rgA" = ( -/obj/effect/decal/cleanable/dirt, -/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/random/fullysynthetic, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rgS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/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/broken_flooring/corner/directional/south, -/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, -/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, -/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, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron/smooth, -/area/station/cargo/warehouse) -"rif" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/south, -/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_switch/directional/north, -/obj/effect/decal/cleanable/dirt, -/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) -"rkm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"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) -"rkI" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; - name = "rapid corpse mover 9000" - }, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/plating, -/area/station/medical/morgue) -"rkR" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/cargo/boutique) -"rkY" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 8 - }, -/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/random/fullysynthetic, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"rld" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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) -"rmu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/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) -"rmY" = ( -/obj/structure/sign/directions/dorms{ - dir = 1 - }, -/turf/closed/wall, -/area/station/hallway/secondary/recreation) -"rmZ" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8; - name = "Judge" - }, -/obj/machinery/light/small/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/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, -/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/effect/turf_decal/tile/neutral, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rnJ" = ( -/obj/structure/chair/stool/directional/west, -/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, -/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, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/textured_large, -/area/station/command/heads_quarters/cmo) -"row" = ( -/obj/effect/decal/cleanable/dirt, -/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/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/white/small, -/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, -/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) -"rpd" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"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, -/turf/open/floor/iron/small, -/area/station/security/brig) -"rpq" = ( -/obj/machinery/camera/autoname/directional/east, -/obj/machinery/airalarm/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, -/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, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"rqm" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/carpet/red, -/area/station/commons/dorms) -"rqM" = ( -/obj/structure/table/reinforced, -/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, -/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, -/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/medical/anchored{ - dir = 4 - }, -/obj/item/bedsheet, -/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, -/obj/effect/landmark/navigate_destination/lawyer, -/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/random/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, -/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, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"rsz" = ( -/obj/structure/bed/medical{ - dir = 4 - }, -/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, -/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, -/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, -/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/small/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, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"rtQ" = ( -/turf/closed/wall/r_wall, -/area/station/security/tram) -"ruo" = ( -/obj/structure/cable, -/obj/structure/chair{ - dir = 1; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/science/lower) -"ruD" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"ruJ" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/storage/bag/xeno, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/side, -/area/station/science/xenobiology) -"ruO" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"rvq" = ( -/obj/structure/broken_flooring/singular/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"rvy" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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/structure/closet/secure_closet/security, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console" - }, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/escape) -"rvE" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"rvP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/maintenance/starboard/greater) -"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/iron_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) -"rwK" = ( -/obj/effect/turf_decal/siding/dark_red{ - dir = 1 - }, -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/requests_console/directional/north{ - department = "Head of Security's Desk"; - name = "Head of Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/camera/autoname/directional/west, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"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/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/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, -/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, -/obj/machinery/light/floor, -/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, -/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, -/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/storage/box/bandages{ - pixel_x = -6; - pixel_y = 6 - }, -/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, -/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/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/obj/machinery/light/cold/directional/north, -/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, -/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, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/crate/trashcart/filled, -/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, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/incident_display/tram/directional/north, -/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, -/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, -/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, -/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, -/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) -"rBF" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/start/bitrunner, -/turf/open/floor/iron/dark/smooth_half, -/area/station/cargo/bitrunning/den) -"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) -"rBW" = ( -/obj/structure/cable, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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) -"rCv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"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) -"rDk" = ( -/obj/structure/cable, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"rDx" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple, -/obj/effect/decal/cleanable/dirt, -/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/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, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/structure/alien/gelpod, -/obj/structure/alien/weeds, -/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/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) -"rEt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"rEC" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/structure/table/glass, -/obj/item/storage/box/syringes{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 11 - }, -/obj/structure/reagent_dispensers/wall/virusfood/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"rEL" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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/directional/south, -/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, -/obj/effect/landmark/navigate_destination/dockaux, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"rHQ" = ( -/obj/machinery/deepfryer, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rHS" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/detective, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"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/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/graffiti, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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) -"rJG" = ( -/obj/effect/mob_spawn/corpse/human/clown, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"rJH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/cold/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/broken_flooring/singular/directional/east, -/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, -/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) -"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, -/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, -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"rMc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"rMg" = ( -/obj/effect/turf_decal/trimline/white/line, -/obj/effect/turf_decal/trimline/white/mid_joiner, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"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, -/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, -/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, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/xenobiology) -"rNU" = ( -/obj/effect/decal/cleanable/dirt, -/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/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, -/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, -/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, -/obj/machinery/camera/autoname/directional/west, -/obj/machinery/light/small/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, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/broken_flooring/singular/directional/south, -/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) -"rPo" = ( -/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/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"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/pharmacy, -/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, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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) -"rRQ" = ( -/obj/structure/hedge, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/captain) -"rRT" = ( -/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/white, -/area/station/science/cytology) -"rRU" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/lawoffice) -"rSt" = ( -/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 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Coroner's Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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, -/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, -/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, -/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/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, -/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, -/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/tram, -/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, -/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/machinery/light/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"rVX" = ( -/obj/effect/decal/cleanable/dirt, -/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/broken_flooring/pile/directional/east, -/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/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/broken_flooring/singular/directional/east, -/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/aft) -"rWW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rXV" = ( -/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/glass{ - name = "Holodeck Access" - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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/iron_white, -/area/station/science/robotics/augments) -"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, -/obj/machinery/duct, -/turf/open/floor/stone, -/area/station/service/bar/backroom) -"rZu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/obj/structure/alien/weeds, -/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, -/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, -/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/directional/south, -/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, -/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, -/obj/machinery/firealarm/directional/north, -/obj/machinery/camera/autoname/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sbB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/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/structure/sign/warning/no_smoking/circle/directional/north, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/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) -"scd" = ( -/obj/structure/transport/linear/tram, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 1 - }, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/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, -/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, -/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/random/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 - }, -/turf/open/floor/iron/smooth_large, -/area/station/service/bar) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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) -"sfN" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/area/station/security/tram) -"sfX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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) -"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, -/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" = ( -/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, -/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, -/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) -"shI" = ( -/obj/item/clothing/glasses/blindfold, -/turf/open/space/basic, -/area/space) -"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, -/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, -/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/organic/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/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 - }, -/obj/item/radio/intercom/directional/east, -/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) -"skJ" = ( -/obj/effect/mapping_helpers/broken_floor, -/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/effect/spawner/random/armory/riot_helmet, -/obj/effect/spawner/random/armory/bulletproof_helmet, -/obj/item/gun/energy/e_gun/dragnet, -/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/directional/south, -/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, -/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, -/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 - }, -/obj/structure/cable, -/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, -/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, -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"smD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/maintenance/starboard/greater) -"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, -/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, -/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/light/small/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, -/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" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/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, -/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, -/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, -/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, -/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/iv_drip, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/directional/west, -/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, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/science/xenobiology) -"sqV" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/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, -/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, -/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) -"stZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"sul" = ( -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"sus" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"suw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/checker, -/area/station/command/heads_quarters/hos) -"suE" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"suK" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) -"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, -/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" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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{ - 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, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/server) -"swb" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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, -/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 - }, -/obj/structure/table, -/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, -/obj/structure/broken_flooring/singular/directional/south, -/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, -/obj/effect/landmark/navigate_destination/chemfactory, -/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/basic/chick/permanent{ - name = "Morgan" - }, -/turf/open/floor/grass, -/area/station/cargo/storage) -"sxm" = ( -/turf/closed/wall, -/area/station/tcommsat/server) -"sxu" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"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/camera/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/item/pen{ - pixel_x = 6; - pixel_y = 8 - }, -/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 - }, -/obj/machinery/light/cold/directional/south, -/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) -"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 - }, -/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) -"sAT" = ( -/obj/machinery/deepfryer, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"sBa" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/machinery/transport/tram_controller{ - configured_transport_id = "bird_2" - }, -/obj/structure/tram, -/turf/open/floor/tram, -/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/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/cold/directional/west, -/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, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/obj/structure/alien/resin/wall, -/obj/structure/alien/weeds, -/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/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, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/corner/directional/south, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"sEB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"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, -/obj/machinery/light/small/directional/east, -/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, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sFW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/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, -/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, -/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) -"sHo" = ( -/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/starboard/greater) -"sHs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/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, -/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) -"sJm" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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, -/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, -/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, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"sKS" = ( -/obj/structure/sign/poster/official/pda_ad/directional/north, -/obj/structure/tank_holder/extinguisher, -/obj/structure/alien/weeds, -/obj/effect/gibspawner, -/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) -"sLB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"sLN" = ( -/obj/machinery/netpod, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"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, -/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) -"sMm" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/science/server) -"sMA" = ( -/obj/machinery/door/airlock/glass, -/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/plating, -/area/station/maintenance/starboard/greater) -"sMD" = ( -/turf/closed/wall, -/area/station/science/server) -"sMG" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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/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/table, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/north, -/obj/item/pen{ - pixel_x = 11 - }, -/obj/item/paper_bin{ - pixel_x = -7; - pixel_y = 6 - }, -/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/camera/autoname/directional/west, -/obj/machinery/light_switch/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, -/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, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"sPS" = ( -/obj/effect/decal/cleanable/dirt, -/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/basic/goat/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, -/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/closet_empty/crate, -/obj/item/stack/ore/iron{ - amount = 25 - }, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"sQw" = ( -/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{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/checkpoint/customs/auxiliary) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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) -"sSm" = ( -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/engineering/atmos) -"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/iron_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, -/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) -"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) -"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/directional/south, -/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, -/obj/structure/extinguisher_cabinet/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/multi_tile/public/glass{ - 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, -/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/broken_flooring/singular/directional/south, -/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, -/obj/effect/landmark/navigate_destination, -/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, -/obj/machinery/firealarm/directional/east, -/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" - }, -/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/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/multi_tile/public/glass{ - name = "Theatre" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/service/theater) -"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/organic/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, -/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, -/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/directional/east, -/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, -/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, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"sWj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/landmark/navigate_destination, -/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, -/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, -/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/iron/grimy, -/area/station/maintenance/starboard/greater) -"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, -/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/effect/landmark/start/hangover, -/obj/machinery/light/cold/directional/south, -/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) -"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) -"sZH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/iron, -/area/station/security/courtroom) -"tah" = ( -/obj/structure/cable, -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"tat" = ( -/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, -/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" - }, -/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/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) -"tbQ" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"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) -"tcC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"tcP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/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/random/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, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/explab) -"tec" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/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, -/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, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"tff" = ( -/obj/effect/decal/cleanable/dirt, -/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/iron_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, -/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) -"tgj" = ( -/obj/effect/decal/cleanable/dirt, -/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/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) -"tgV" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/spawner/random/structure/girder, -/obj/machinery/light/small/directional/south, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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/effect/landmark/start/hangover/closet, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/commons) -"thq" = ( -/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) -"tiM" = ( -/obj/structure/chair/stool/directional/west, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) -"tiN" = ( -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/item/stack/ore/glass{ - amount = 20 - }, -/obj/structure/alien/weeds, -/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) -"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/structure/secure_safe/hos{ - pixel_x = 15; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/stone, -/area/station/command/heads_quarters/hos) -"tko" = ( -/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) -"tly" = ( -/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/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/catwalk_floor/iron_white, -/area/station/engineering/atmos) -"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, -/obj/machinery/light/small/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) -"tmJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden/monastery) -"tmK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"tmN" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"tmQ" = ( -/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/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"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) -"tno" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Ordnance Test Range"; - name = "Test Range Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"tns" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/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, -/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) -"tnL" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/spawner/directional/south, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/command/corporate_showroom) -"tnO" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/landmark/navigate_destination, -/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) -"toh" = ( -/obj/structure/broken_flooring/singular/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"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/supply/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, -/obj/machinery/light/cold/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, -/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 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"toL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/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) -"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, -/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, -/obj/effect/landmark/event_spawn, -/obj/item/toy/basketball, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tpO" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tqo" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/east, -/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, -/obj/machinery/light/small/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, -/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, -/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) -"trd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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/effect/spawner/random/armory/e_gun, -/turf/open/floor/iron/dark/small, -/area/station/ai_monitored/security/armory) -"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, -/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, -/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, -/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) -"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, -/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 - }, -/obj/structure/cable, -/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/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) -"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/machinery/camera/autoname/directional/north, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"tvZ" = ( -/obj/effect/spawner/random/trash, -/obj/structure/cable, -/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) -"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 - }, -/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, -/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/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/structure/cable, -/turf/open/floor/plating/rust, -/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, -/obj/machinery/firealarm/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/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"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) -"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/directional/south, -/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, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"tzD" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/turf/open/floor/plating, -/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) -"tAd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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, -/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/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/turf/open/floor/plating, -/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, -/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, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"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 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/small, -/area/station/hallway/secondary/exit/departure_lounge) -"tCh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"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/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) -"tCF" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/turf/open/space/basic, -/area/space/nearstation) -"tCG" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/science/robotics/mechbay) -"tCM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/cheesie{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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/broken_flooring/singular/directional/east, -/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/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 - }, -/obj/effect/landmark/navigate_destination/hydro, -/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, -/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{ - dir = 9 - }, -/obj/machinery/light/floor, -/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, -/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, -/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, -/obj/effect/mapping_helpers/airlock/unres, -/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_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/machinery/computer/order_console/cook, -/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) -"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, -/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/iron_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, -/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) -"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, -/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, -/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/light/small/directional/east, -/obj/machinery/power/shieldwallgen/xenobiologyaccess, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable/multilayer, -/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) -"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) -"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) -"tKL" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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, -/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, -/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, -/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, -/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, -/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) -"tPe" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/science/xenobiology) -"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) -"tPi" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/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/starboard/greater) -"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/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood, -/area/station/commons/fitness/recreation) -"tQx" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"tRd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/navigate_destination/dorms, -/turf/open/floor/iron, -/area/station/commons/dorms) -"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/random/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, -/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, -/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, -/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) -"tSE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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, -/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) -"tUa" = ( -/obj/effect/gibspawner/human, -/obj/structure/table/optable{ - desc = "A cold, hard place for your final rest."; - name = "Morgue Slab" - }, -/mob/living/carbon/human/species/monkey{ - name = "Charles"; - real_name = "Charles" - }, -/turf/open/floor/iron/white/diagonal, -/area/station/maintenance/department/science/xenobiology) -"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, -/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, -/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/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, -/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, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"tXp" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/white/corner, -/area/station/science/xenobiology) -"tXw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/broken_flooring/singular/directional/east, -/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) -"tYn" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/security/processing) -"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, -/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) -"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/directional/north, -/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, -/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) -"tZK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"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) -"uae" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"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, -/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, -/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/all/security/general, -/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, -/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, -/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, -/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, -/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) -"udI" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"udW" = ( -/obj/item/kirbyplants/random/fullysynthetic, -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/light/small/directional/north, -/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, -/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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"ueR" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/poster/official/random/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/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, -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, -/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) -"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/iron_white, -/area/station/science/robotics/augments) -"ugY" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/turf/open/floor/tram, -/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) -"uhk" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/iv_drip, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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, -/obj/effect/landmark/start/clown, -/turf/open/floor/stone, -/area/station/service/theater) -"uhI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/navigate_destination/research, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"uhN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/west, -/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/small/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) -"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/broken_flooring/corner/directional/south, -/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, -/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) -"ukc" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/obj/machinery/firealarm/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/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) -"ukT" = ( -/obj/effect/turf_decal/siding/wood, -/mob/living/basic/trooper/russian/ranged/lootless, -/turf/open/floor/wood, -/area/station/service/abandoned_gambling_den) -"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, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/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, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/camera/directional/north, -/obj/machinery/light/small/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, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/tram) -"ulK" = ( -/obj/structure/cable, -/obj/machinery/ntnet_relay, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"ulL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) -"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, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"umr" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"umE" = ( -/obj/structure/transport/linear/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/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, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) -"umO" = ( -/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/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"uny" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"unK" = ( -/obj/structure/reagent_dispensers/fueltank, -/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, -/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/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, -/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/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/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) -"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, -/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, -/obj/machinery/light/small/directional/north, -/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/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/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/broken_flooring/singular/directional/south, -/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/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, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"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/carbine/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, -/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, -/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, -/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/east, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/hallway/abandoned_recreation) -"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, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/lawoffice) -"uup" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"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, -/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) -"uve" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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 - }, -/obj/machinery/airalarm/directional/west, -/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/directional/south, -/obj/machinery/door/window/survival_pod{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/obj/machinery/light_switch/directional/east, -/obj/machinery/light/small/directional/south, -/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/small/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"uxJ" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"uxL" = ( -/obj/structure/broken_flooring/pile/directional/east, -/obj/structure/trap/stun, -/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, -/obj/structure/broken_flooring/singular/directional/south, -/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) -"uyI" = ( -/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, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) -"uyL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/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/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, -/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/medical{ - dir = 4 - }, -/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, -/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, -/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/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, -/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, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"uEs" = ( -/obj/effect/turf_decal/trimline/blue/corner, -/obj/structure/table/glass, -/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/iron_white, -/area/station/science/robotics/augments) -"uEy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/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) -"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, -/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, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uFQ" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/spawner/directional/south, -/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, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uFZ" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/aft) -"uGj" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/structure/table/glass, -/obj/machinery/requests_console/directional/south{ - department = "Virology"; - name = "Virology Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"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, -/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 - }, -/obj/structure/cable, -/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) -"uHs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/navigate_destination/dockescpod, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"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, -/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, -/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, -/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, -/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, -/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, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"uLb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8 - }, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"uLf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/carpet/orange, -/area/station/service/abandoned_gambling_den) -"uLh" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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) -"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/structure/secure_safe/directional/north{ - name = "armory safe A" - }, -/obj/effect/decal/cleanable/dirt, -/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/effect/decal/cleanable/dirt, -/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/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/broken_flooring/plating/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/recreation) -"uME" = ( -/obj/effect/decal/cleanable/dirt, -/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/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, -/obj/structure/broken_flooring/singular/directional/south, -/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/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) -"uOy" = ( -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/plating, -/area/station/hallway/secondary/dock) -"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, -/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/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, -/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) -"uQc" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) -"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) -"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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/solars/port/aft) -"uRp" = ( -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/tram, -/area/station/security/tram) -"uRx" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/exit/departure_lounge) -"uRy" = ( -/obj/effect/landmark/navigate_destination/vault, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"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, -/obj/machinery/light/small/directional/south, -/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, -/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/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, -/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) -"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, -/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" - }, -/obj/machinery/light/directional/north, -/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/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, -/obj/machinery/newscaster/directional/south, -/obj/structure/broken_flooring/corner/directional/south, -/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/digital_clock/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, -/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, -/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) -"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) -"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, -/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) -"uXd" = ( -/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, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/research) -"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) -"uYG" = ( -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmospherics_engine) -"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, -/obj/item/radio/intercom/directional/south, -/obj/structure/broken_flooring/singular/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/dock) -"uYY" = ( -/obj/structure/cable, -/obj/structure/bed/medical/anchored{ - dir = 8 - }, -/obj/item/bedsheet{ - dir = 1 - }, -/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, -/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) -"uZR" = ( -/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, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Atmos to Loop" - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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/random/fullysynthetic, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/white, -/area/station/hallway/primary/starboard) -"vaj" = ( -/obj/machinery/destructive_scanner, -/obj/machinery/light/small/directional/south, -/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, -/obj/item/radio/intercom/directional/east, -/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, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_recreation) -"vdp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Turbine to Waste" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"vdH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"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/iron_white, -/area/station/science/robotics/augments) -"vez" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/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/briefcase/secure{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/structure/secure_safe/directional/south{ - pixel_y = -23 - }, -/obj/item/gun/syringe, -/turf/open/floor/wood/parquet, -/area/station/command/heads_quarters/cmo) -"vgD" = ( -/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, -/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, -/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) -"vhQ" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"vid" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"vie" = ( -/obj/structure/rack, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/floor/tram, -/area/station/security/tram) -"vij" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/chapel/office) -"vir" = ( -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/research) -"viv" = ( -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"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) -"viD" = ( -/obj/machinery/modular_computer/preset/cargochat/science{ - dir = 1 - }, -/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, -/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, -/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, -/obj/structure/alien/weeds, -/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/iron_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, -/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/iron_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, -/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, -/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, -/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/broken_flooring/singular/directional/east, -/obj/structure/alien/weeds, -/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, -/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) -"vly" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/hallway/abandoned_command) -"vlK" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/command/gateway) -"vlP" = ( -/obj/machinery/netpod, -/obj/machinery/light_switch/directional/north, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"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/machinery/status_display/evac/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/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) -"vmn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/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) -"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, -/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) -"vnT" = ( -/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, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/spacebridge) -"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/effect/spawner/random/armory/bulletproof_armor, -/obj/effect/spawner/random/armory/riot_armor, -/obj/effect/spawner/random/armory/riot_shield, -/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) -"vpd" = ( -/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, -/area/station/security/prison/workout) -"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) -"vpM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/smartfridge/petri/preloaded, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"vpN" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/catwalk_floor/iron, -/area/station/service/bar) -"vpQ" = ( -/obj/structure/sink/kitchen/directional/east, -/obj/machinery/light_switch/directional/west, -/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/broken_flooring/singular/directional/east, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vql" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/broken_flooring/pile/directional/east, -/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, -/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) -"vrd" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/machinery/light/cold/directional/east, -/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, -/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) -"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, -/turf/open/floor/stone, -/area/station/service/theater) -"vss" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/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/machinery/light/small/directional/north, -/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, -/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, -/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, -/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) -"vuc" = ( -/obj/structure/transport/linear/tram, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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 - }, -/obj/machinery/light/cold/directional/west, -/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, -/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, -/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, -/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, -/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, -/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, -/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/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vxa" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/directional/west, -/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, -/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, -/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) -"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) -"vyW" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/decal/cleanable/oil, -/obj/machinery/byteforge, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) -"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 - }, -/obj/item/radio/intercom/command/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/corporate_dock) -"vzo" = ( -/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{ - dir = 1 - }, -/area/station/science/research) -"vzv" = ( -/obj/item/cultivator/rake, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/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, -/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, -/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, -/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/floor, -/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, -/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, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"vCJ" = ( -/obj/structure/chair/bronze, -/turf/open/floor/wood/tile, -/area/station/maintenance/port/lesser) -"vCO" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vCQ" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"vDh" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"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, -/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, -/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, -/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, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/sign/poster/official/no_erp/directional/east, -/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, -/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) -"vGz" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"vGU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"vGX" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/obj/machinery/light_switch/directional/west, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/medical/morgue) -"vHj" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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, -/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" - }, -/obj/effect/landmark/observer_start, -/turf/open/floor/glass, -/area/station/hallway/secondary/spacebridge) -"vHV" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/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) -"vIY" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/maintenance/port/aft) -"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/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") - }, -/obj/machinery/keycard_auth/directional/east, -/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) -"vJC" = ( -/obj/machinery/door/airlock{ - name = "Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/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/greater) -"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" - }, -/obj/machinery/door/firedoor, -/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) -"vJS" = ( -/obj/structure/cable, -/obj/structure/alien/weeds, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"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, -/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, -/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/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) -"vKQ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/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, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vMr" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"vMs" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/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) -"vMK" = ( -/obj/machinery/hydroponics/soil, -/turf/open/misc/sandy_dirt, -/area/station/science/cytology) -"vML" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/maintenance/central/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 = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"vNo" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"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, -/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, -/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/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, -/obj/structure/curtain/cloth/fancy/mechanical{ - id = "detpriv"; - name = "Curtains" - }, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"vPa" = ( -/obj/effect/turf_decal/siding{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"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, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"vPV" = ( -/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_switch/directional/west, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vQj" = ( -/obj/machinery/sparker/directional/north, -/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/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/warm/directional/east, -/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/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, -/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) -"vQI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/dock) -"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, -/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, -/obj/structure/broken_flooring/corner/directional/south, -/turf/open/floor/plating, -/area/station/commons) -"vRz" = ( -/obj/machinery/computer/records/medical{ - dir = 4 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/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) -"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/status_display/evac/directional/north, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/command/heads_quarters/hop) -"vSu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/machinery/air_sensor/ordnance_freezer_chamber, -/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, -/obj/machinery/light/small/directional/west, -/obj/item/radio/intercom/directional/north, -/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 - }, -/obj/structure/cable, -/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, -/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" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/chair/stool, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"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/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) -"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, -/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, -/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, -/obj/machinery/airalarm/directional/south, -/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/machinery/light/small/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vVE" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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/effect/turf_decal/tile/dark_red{ - dir = 1 - }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron, -/area/station/security/prison) -"vVT" = ( -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/space/basic, -/area/space/nearstation) -"vVU" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/circuit, -/area/station/tcommsat/server) -"vWa" = ( -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/structure/table/reinforced, -/obj/machinery/computer/records/medical/laptop, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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) -"vWA" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningoffice) -"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, -/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, -/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/effect/landmark/start/hangover, -/obj/machinery/light/cold/directional/south, -/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, -/obj/structure/cable, -/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) -"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, -/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, -/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, -/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) -"vZJ" = ( -/obj/structure/cable, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics - Port" - }, -/obj/structure/fireaxecabinet/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"vZK" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/camera/autoname/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"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) -"wam" = ( -/obj/effect/mob_spawn/corpse/human/miner, -/turf/open/misc/asteroid, -/area/space/nearstation) -"wat" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"waG" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/machinery/light/cold/directional/east, -/obj/item/radio/intercom/directional/east, -/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 - }, -/obj/machinery/light/small/directional/east, -/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, -/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, -/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, -/obj/structure/cable, -/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, -/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, -/obj/machinery/light/small/directional/west, -/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, -/turf/open/floor/iron/white/small, -/area/station/science/lab) -"wbw" = ( -/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/fitness/recreation/entertainment) -"wbH" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"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, -/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/landmark/transport/nav_beacon/tram/platform/birdshot/prison_wing, -/turf/open/floor/tram, -/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, -/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/iron_white, -/area/station/science/research) -"wfH" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 - }, -/obj/item/stack/sheet/mineral/titanium, -/turf/open/floor/tram, -/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/broken_flooring/pile/directional/east, -/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, -/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, -/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/organic/applebush, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/light/small/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, -/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, -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"whp" = ( -/obj/machinery/vending/wardrobe/det_wardrobe, -/obj/effect/decal/cleanable/dirt, -/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) -"wht" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"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) -"wik" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Engine" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"wil" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/closet/secure_closet/psychology, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/white/small, -/area/station/medical/psychology) -"win" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/security/brig/entrance) -"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, -/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, -/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) -"wjI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"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/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wkf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_x = -29 - }, -/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/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/modular_computer/preset/cargochat/service, -/turf/open/floor/iron/kitchen/small, -/area/station/hallway/secondary/service) -"wkm" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/turf_decal/siding/corner, -/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/directional/south, -/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/light/small/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/small/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/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/machinery/light/small/directional/north, -/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) -"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, -/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/light/small/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, -/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, -/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) -"wpy" = ( -/obj/effect/turf_decal/tile/dark_red/fourcorners, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"wpF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"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, -/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, -/obj/machinery/camera/autoname/directional/east, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) -"wqi" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/storage/wallet/random{ - pixel_x = -7; - pixel_y = 1 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/machinery/requests_console/directional/north{ - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"wqj" = ( -/turf/closed/wall, -/area/station/commons/toilet/restrooms) -"wqm" = ( -/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/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) -"wqF" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"wqM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"wrr" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt, -/obj/structure/alien/weeds, -/obj/effect/gibspawner, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"wrv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"wrw" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 10 - }, -/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 - }, -/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/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) -"wrL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/order_console/bitrunning{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"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, -/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) -"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 - }, -/obj/item/radio/intercom/directional/south, -/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) -"wsZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) -"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/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/modular_computer/preset/cargochat/engineering{ - dir = 8 - }, -/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/broken_flooring/singular/directional/south, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/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, -/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, -/obj/machinery/camera/autoname/directional/south, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"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, -/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/iron_white, -/area/station/science/research) -"wwY" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/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) -"wyj" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/dirt, -/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) -"wyA" = ( -/obj/item/kirbyplants/random/fullysynthetic, -/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, -/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, -/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, -/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, -/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) -"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) -"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/curtain{ - pixel_x = -24; - name = "Curtains"; - id = "detpriv" - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) -"wAn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/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/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) -"wAS" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler, -/obj/item/camera/detective, -/obj/machinery/airalarm/directional/south, -/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" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/turf/open/floor/iron/dark/small, -/area/station/security/detectives_office) -"wBs" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"wCa" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/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) -"wCI" = ( -/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/head/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) -"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/landmark/transport/nav_beacon/tram/platform/birdshot/maint_right, -/turf/open/floor/tram, -/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, -/obj/item/kirbyplants/random/fullysynthetic, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/toilet/auxiliary) -"wDM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/navigate_destination/dockescpod, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"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) -"wEp" = ( -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/primary/central/aft) -"wEw" = ( -/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, -/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, -/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" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"wFz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/table, -/obj/item/storage/belt/mining, -/obj/structure/alien/weeds, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"wFM" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/spacebridge) -"wFQ" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/department/science/xenobiology) -"wGh" = ( -/obj/structure/broken_flooring/corner/directional/south, -/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, -/obj/structure/broken_flooring/singular/directional/east, -/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, -/obj/machinery/light/small/directional/south, -/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) -"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) -"wII" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/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, -/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/directional/south, -/turf/open/misc/sandy_dirt, -/area/station/hallway/secondary/entry) -"wJH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/electropack, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"wJK" = ( -/obj/effect/turf_decal/tile/dark_red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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/machinery/flasher/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/ai_monitored/turret_protected/ai_upload) -"wKm" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"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) -"wKD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"wKG" = ( -/obj/structure/alien/resin/wall, -/obj/structure/alien/weeds, -/turf/open/floor/wood, -/area/station/maintenance/starboard/greater) -"wKP" = ( -/obj/structure/cable, -/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, -/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, -/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, -/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" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/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) -"wLZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt, -/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/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/obj/item/radio/intercom/directional/east, -/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, -/obj/item/paper_bin, -/obj/machinery/light/small/directional/south, -/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) -"wNw" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"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/broken_flooring/plating/directional/south, -/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) -"wOj" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/station/holodeck/rec_center) -"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, -/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, -/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) -"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, -/obj/machinery/light/small/directional/south, -/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, -/obj/machinery/pdapainter/research, -/obj/machinery/computer/security/telescreen/rd{ - pixel_y = 30 - }, -/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, -/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_switch/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/light/cold/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) -"wRM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - 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/dark, -/area/station/engineering/atmos) -"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) -"wRU" = ( -/obj/machinery/smartfridge/organ, -/turf/open/floor/plating, -/area/station/medical/morgue) -"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 - }, -/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) -"wRW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/plating/rust, -/area/station/engineering/atmos/project) -"wSf" = ( -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/white, -/area/station/security/medical) -"wSH" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/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" = ( -/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/small/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" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/textured_half, -/area/station/security/prison/work) -"wTu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/commons/dorms) -"wTv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"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) -"wTZ" = ( -/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, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/security) -"wUt" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/ordnance{ - pixel_y = 2 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/science/ordnance/testlab) -"wUB" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/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 - }, -/obj/machinery/light/cold/directional/south, -/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, -/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 - }, -/obj/machinery/light/small/directional/north, -/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/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/coldroom) -"wWz" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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) -"wXd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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) -"wXr" = ( -/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/catwalk_floor/iron_dark, -/area/station/security/processing) -"wXt" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/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/effect/turf_decal/bot_red, -/obj/structure/sign/poster/official/random/directional/north, -/obj/structure/reagent_dispensers/cooking_oil, -/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/structure/broken_flooring/pile/directional/east, -/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) -"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, -/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"wZI" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"xaA" = ( -/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) -"xbb" = ( -/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/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"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, -/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/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) -"xbI" = ( -/obj/structure/alien/egg/burst, -/obj/structure/alien/weeds, -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"xbL" = ( -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/greater) -"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, -/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/random/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, -/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, -/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/directional/south, -/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, -/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, -/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, -/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/iron_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, -/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, -/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 - }, -/obj/machinery/airalarm/directional/west, -/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 = "flamedra"; - 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) -"xhl" = ( -/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 - }, -/turf/open/misc/sandy_dirt, -/area/station/security/tram) -"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, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/science/robotics/augments) -"xhQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"xia" = ( -/turf/closed/wall, -/area/station/science/cubicle) -"xif" = ( -/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/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/small, -/area/station/engineering/atmos) -"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 - }, -/obj/machinery/light/cold/directional/east, -/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/airalarm/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, -/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, -/obj/machinery/light/cold/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, -/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, -/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, -/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, -/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/greater) -"xkt" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/security/armory) -"xkw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"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/radio/intercom/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/item/storage/box/bandages{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/stack/medical/gauze{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/item/stack/medical/gauze, -/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, -/obj/machinery/light/small/directional/west, -/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, -/obj/structure/secure_safe/directional/north{ - name = "evidence safe" - }, -/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/broken_flooring/singular/directional/south, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"xmi" = ( -/turf/closed/wall, -/area/station/cargo/bitrunning/den) -"xml" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xms" = ( -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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) -"xns" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/door/airlock/mining{ - name = "Bitrunning Den" - }, -/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/supply/bit_den, -/turf/open/floor/iron/dark/smooth_half{ - dir = 1 - }, -/area/station/cargo/bitrunning/den) -"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, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"xnR" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "ordnanceburn" - }, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"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/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, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/smooth, -/area/station/security/evidence) -"xoy" = ( -/obj/item/kirbyplants/organic/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/directional/south, -/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 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"xpf" = ( -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/station/maintenance/disposal/incinerator) -"xph" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"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, -/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, -/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/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, -/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/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, -/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/transport/linear/tram, -/obj/structure/tram, -/turf/open/floor/tram, -/area/station/security/tram) -"xqC" = ( -/turf/closed/wall, -/area/station/maintenance/hallway/abandoned_command) -"xqL" = ( -/obj/structure/window/spawner/directional/south, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/structure/sign/poster/official/random/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/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"xrb" = ( -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"xrh" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/button/transport/tram/directional/north{ - id = 1; - specific_transport_id = "bird_1" - }, -/obj/machinery/transport/destination_sign/indicator/directional/north, -/turf/open/floor/noslip, -/area/station/security/tram) -"xrk" = ( -/obj/effect/turf_decal/tile/dark_red/opposingcorners, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/processing) -"xru" = ( -/obj/item/kirbyplants/random/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/directional/south, -/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, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"xsz" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/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, -/turf/open/floor/iron/small, -/area/station/security/office) -"xtk" = ( -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth_large, -/area/station/science/robotics/mechbay) -"xtI" = ( -/turf/closed/wall/r_wall, -/area/station/science/breakroom) -"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, -/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, -/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) -"xuO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xuU" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"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, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/dim/directional/west, -/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) -"xvk" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/navigate_destination/dockescpod, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"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) -"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) -"xvH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"xvT" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/maint) -"xvW" = ( -/turf/closed/wall, -/area/station/service/theater) -"xwb" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/tram, -/area/station/maintenance/department/medical/central) -"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, -/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, -/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) -"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, -/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, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xya" = ( -/obj/effect/decal/cleanable/dirt, -/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 - }, -/obj/machinery/airalarm/directional/east, -/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) -"xyj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/smooth, -/area/station/engineering/supermatter/room) -"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, -/obj/machinery/light/small/directional/north, -/obj/vehicle/sealed/mecha/ripley/paddy/preset, -/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/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) -"xyL" = ( -/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/tram, -/area/station/security/tram) -"xyQ" = ( -/obj/structure/cable, -/obj/machinery/light_switch/directional/south, -/obj/effect/decal/cleanable/dirt, -/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/item/emergency_bed{ - pixel_y = 14 - }, -/obj/item/emergency_bed{ - pixel_y = 18 - }, -/obj/item/emergency_bed{ - 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) -"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) -"xze" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/smooth_half{ - dir = 1 - }, -/area/station/cargo/bitrunning/den) -"xzf" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/light/small/dim/directional/north, -/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) -"xzE" = ( -/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, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"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, -/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/newscaster/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/light/small/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) -"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, -/obj/machinery/light/small/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" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/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) -"xDa" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"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) -"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/iron_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, -/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/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, -/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, -/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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/carpet/lone, -/area/station/service/theater) -"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/all/science/general, -/turf/open/floor/plating, -/area/station/maintenance/starboard/central) -"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, -/obj/machinery/camera/directional/south, -/turf/open/floor/iron/smooth, -/area/station/service/greenroom) -"xHw" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table/reinforced, -/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, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/security/tram) -"xHU" = ( -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/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, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xJa" = ( -/turf/closed/mineral/random/stationside, -/area/station/maintenance/port/lesser) -"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, -/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, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"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, -/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, -/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) -"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, -/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, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/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, -/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/item/stack/cable_coil/five, -/obj/effect/decal/cleanable/glass, -/obj/effect/spawner/random/techstorage/arcade_boards, -/obj/structure/frame/computer{ - dir = 1 - }, -/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, -/obj/machinery/camera/autoname/directional/north, -/obj/machinery/light/small/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_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) -"xNB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/greater) -"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/iron_white, -/area/station/science/auxlab/firing_range) -"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/effect/landmark/start/paramedic, -/turf/open/floor/iron/dark, -/area/station/medical/paramedic) -"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, -/obj/structure/broken_flooring/pile/directional/east, -/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/random/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/item/radio/intercom/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/secondary/command) -"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/modular_computer/preset/cargochat/security{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig/entrance) -"xQN" = ( -/obj/effect/decal/cleanable/dirt, -/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/medical/emergency, -/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) -"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, -/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, -/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, -/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/broken_flooring/pile/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xTo" = ( -/obj/structure/cable, -/obj/structure/window/spawner/directional/south, -/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) -"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/iron_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/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, -/obj/effect/landmark/navigate_destination, -/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, -/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, -/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/light/small/directional/west, -/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, -/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 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/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) -"xXc" = ( -/obj/structure/transit_tube/horizontal, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/space/basic, -/area/space/nearstation) -"xXi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/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/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, -/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) -"xYd" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/mecha_part_fabricator{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xYj" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/cold/directional/north, -/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, -/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, -/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/small/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/medical/storage) -"xZo" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/science/auxlab/firing_range) -"xZs" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/turf_decal/siding/white, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/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, -/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 - }, -/obj/machinery/light/small/directional/south, -/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) -"yaJ" = ( -/obj/effect/turf_decal/siding/white, -/obj/machinery/light/small/directional/south, -/obj/structure/table/reinforced, -/obj/item/surgery_tray/full/morgue, -/turf/open/floor/iron/small, -/area/station/medical/morgue) -"yaL" = ( -/turf/closed/wall, -/area/station/commons/vacant_room/commissary) -"yaO" = ( -/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, -/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, -/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/entrance, -/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/basic/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/broken_flooring/singular/directional/east, -/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) -"ycy" = ( -/obj/structure/broken_flooring/pile/directional/east, -/obj/structure/alien/weeds/node, -/turf/open/floor/plating, -/area/station/maintenance/starboard/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 - }, -/obj/machinery/light/cold/directional/south, -/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/effect/decal/cleanable/cobweb, -/obj/machinery/light/small/directional/north, -/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" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "holodeck" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation/entertainment) -"ydu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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) -"ydW" = ( -/obj/structure/bed/medical/emergency, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/item/radio/intercom/directional/north, -/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, -/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, -/turf/open/floor/iron, -/area/station/engineering/storage/tech) -"yez" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/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, -/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/directional/south, -/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, -/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, -/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, -/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, -/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) -"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, -/obj/machinery/light/small/directional/west, -/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, -/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, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"ygG" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/light/small/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/directional/north, -/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/briefcase/secure{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/storage/briefcase/secure{ - 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/directional/south, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/engine) -"yhE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/navigate_destination/library, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"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) -"yic" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) -"yig" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/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, -/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) -"yjg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden/layer1, -/turf/open/floor/iron/dark, -/area/station/engineering/main) -"yjr" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/siding/red, -/obj/effect/decal/cleanable/dirt, -/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, -/obj/effect/mapping_helpers/broken_floor, -/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, -/obj/structure/sign/warning/no_smoking/circle/directional/north, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/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/dim/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, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) -"ykz" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"ykE" = ( -/obj/structure/table/glass, -/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/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/obj/machinery/light/cold/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, -/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, -/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, -/obj/machinery/light/small/directional/east, -/obj/item/kirbyplants/random/dead/research_director, -/turf/open/floor/iron/dark/small, -/area/station/command/heads_quarters/rd) -"ykZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/small, -/area/station/security/brig) -"yla" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/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 -wRW -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 -aya -aya -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 -aHc -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 -nnr -tWx -tCg -qyT -rMm -blb -pSs -qyT -gzw -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 -eql -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 -xxs -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 -rQi -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 -dus -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 -bAq -pkR -aTW -bhc -bng -bzv -rQi -bHW -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 -fGF -rQS -rQS -dBH -snZ -mni -rQS -jGN -reM -aFq -xZN -mAL -qpO -qVP -uFQ -tIz -gHA -hop -rig -fEC -fEC -fEC -fEC -fEC -dDB -dDB -dDB -aJq -fEC -tYT -cCE -tYT -fEC -xJa -xJa -fEC -fEC -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -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 -hpQ -afu -gHA -kyr -lpC -fEC -ybM -vQq -eYY -fEC -aJq -aJq -aJq -aJq -fEC -qkK -cFS -qkK -fEC -phF -viv -lSN -fEC -fEC -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 -cSo -viv -viv -lSN -fEC -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 -vWA -lOj -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 -cSo -vCJ -nLL -viv -hWv -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -nAf -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 -coA -hzi -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 -kQX -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 -aTG -qpU -qVP -fEC -fEC -oev -fEC -fEC -fEC -fEC -uru -fEC -xpo -vFy -vGU -vFy -vGU -rOG -hbm -xvk -vSW -fEC -rpd -vCJ -nLL -lSN -fEC -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -nAf -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 -pvg -uZR -wXd -ejH -alx -vVE -xyj -mpr -cNa -cNa -iIr -rkm -diO -doQ -clJ -gSV -cvJ -bNq -ecq -bNq -knv -cSv -duF -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 -uzJ -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 -qDe -cSo -rpd -lSN -lSN -lSN -fEC -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -nAf -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 -yjg -bWZ -bNq -cmf -dHC -knv -ecq -jMJ -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 -xmi -btD -xmi -xmi -xmi -xmi -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 -qDe -fEC -qVP -fNu -fNu -cGj -cGj -cGj -cGj -cGj -rtQ -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 -arJ -hpJ -ayK -kBq -aQy -aJu -vpm -yjE -aVq -yjE -yjE -yjE -yjE -yjE -yjE -fPv -dja -bNq -hln -dIm -dQY -ecq -epA -hju -dEt -cSY -ddj -dvb -cwf -eop -wqF -fcD -fta -xae -blb -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -slY -gIs -slY -gOK -slY -hfc -hIf -hsX -xmi -mwA -rBF -lQq -kOA -bff -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 -qDe -efr -qVP -vQj -qmv -hXU -rNY -vUM -jAS -cGj -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -rtQ -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 -uYG -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 -hsX -kwY -kPW -xmi -sLN -cnx -xze -bSA -xns -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 -hTT -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 -lzM -bCU -pjD -bSi -pjD -sfN -ukc -ieZ -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 -lSh -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 -kPW -hfc -xmi -vlP -kfA -vyW -cec -bff -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 -rwK -tVe -eEN -qVP -qVP -cWo -rOG -sLB -qVP -pBN -tko -hXU -pOw -dkI -dLn -rxu -lzM -jfX -kKy -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 -niJ -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 -xmi -xmi -xmi -xmi -xmi -xmi -lTD -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 -pca -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 -kLG -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 -eFv -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 -jCi -huc -hAN -jMb -kzI -kzI -rST -iUN -jlv -sRR -odX -wrL -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 -bCr -trK -iAt -pon -voX -fQo -syk -bKE -uyH -bsl -vTV -wyO -eDX -nte -lNx -qVP -fEC -fEC -pjo -qVP -bpl -bVI -oJE -kgh -uRW -anH -lHj -lzM -ieZ -ieZ -ieZ -ieZ -ieZ -ieZ -ieZ -rtQ -lzM -aJq -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -vmL -aJq -aJq -aJq -aJq -gcs -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -blb -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 -vxt -cIy -cIy -fch -cIy -kFP -kGd -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 -aRn -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 -hsZ -hsZ -hsZ -hsZ -hsZ -hsZ -lzM -rtQ -kaI -dRk -nlV -toT -kaI -tlI -qzA -uEI -gxx -gxx -foC -jYv -nlV -sGp -xhl -qQo -uEI -lzM -lzM -lzM -lzM -lzM -lzM -lzM -lzM -lzM -xAG -xAG -tDn -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 -fAR -dlR -bNq -bNq -bNq -bNq -bNq -ybO -vZJ -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 -wCI -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 -aFR -vDh -vKQ -vKQ -vKQ -vKQ -iMr -aFR -kGC -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -ltp -qBi -hxg -nUu -sMm -nUu -nUu -dpQ -qBi -xAG -pGR -tDn -jZJ -npp -jZJ -tDn -tDn -enE -xAG -nFv -vZb -hJC -aHJ -cZP -tBm -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 -mRl -cqJ -bNq -dye -dKC -dVM -gDL -lPf -rBW -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 -pca -qVP -iHq -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 -ccJ -dPW -lLu -lLu -auP -avc -aFR -kGC -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -ltp -qBi -bgu -jYd -jYd -jYd -jYd -fiL -qBi -xAG -pGR -tDn -jZJ -cHR -jZJ -tDn -dfs -fVT -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 -bzM -ybO -lPf -fKo -dWx -egk -lPf -aDA -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 -alg -xfU -xjU -fEC -kJJ -qVP -oMe -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 -nhO -obW -lLu -jUN -nFz -xyL -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -nFz -kLI -iau -jYd -jYd -jYd -weV -jYd -jYd -qBi -iJt -pGR -tDn -xbs -qdv -bSH -tDn -eua -fQI -xAG -jWd -lGO -ufU -hyX -tBm -tBm -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 -tly -eUX -lPf -fLz -auB -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 -bhL -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 -pca -qVP -pca -qVP -llW -llW -xkt -nNb -ejc -oVI -urw -urw -rzG -rIH -cFg -hWJ -htV -ild -oeG -sDo -apk -sUZ -pYY -nhU -mco -xte -xHK -dwa -dBr -pJK -lzM -aFR -vNj -dPW -lLu -lLu -kSo -kyS -aFR -kGC -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -qBi -ltp -qBi -bgu -jYd -jYd -jYd -jYd -fiL -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 -tly -dso -lPf -cqo -yic -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 -slY -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 -tmJ -hpP -wAW -mdU -xhe -qXQ -yea -vrf -von -wgn -pRe -xhj -aHq -xMg -gLR -wmV -pca -qVP -hiq -lUV -gEH -uUV -iWE -tAs -tAs -qGH -vkS -uTT -aix -poU -xXM -gZU -qGH -vkS -gLy -njX -ncl -tBq -vYO -vYO -xOE -psS -tRE -ckH -lzM -aFR -ryj -xqx -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 -tyh -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 -tly -dsq -lPf -fMi -wKD -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 -pca -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 -tpm -lzM -rtQ -dwr -tvM -hxW -jCL -fca -qcX -lqS -iTj -uFk -dsm -qcX -rMt -hRX -jCL -pbe -mTQ -qDO -lzM -lzM -xrh -tpm -jeh -jeh -tpm -tpm -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 -tly -moJ -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 -xNh -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 -xif -eVb -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 -mJd -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 -sSm -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 -skf -lzM -kaW -fbt -vKG -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 -xGL -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 -cnM -eYM -nOI -xNU -gpS -cBc -wRM -dGO -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 -pca -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 -onF -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 -lWv -rPo -rPo -ftF -kka -kmR -orV -trd -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 -rHS -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 -skc -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 -peI -kyT -eIk -cUF -dll -fpk -fAZ -fHn -cwf -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 -xrb -uDv -eyB -wEV -vHj -vHj -vHj -vHj -cAc -wuc -vJH -rfe -wuc -qyH -ufg -ufg -ufg -uDE -wuc -lzg -tsf -vFU -wuc -xAR -xAR -xAR -xAR -umI -trp -trp -trp -trp -trp -trp -trp -eNz -trp -trp -trp -trp -trp -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 -onH -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 -wII -eJk -hSA -qUL -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 -jpd -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 -fbl -xAR -xAR -xAR -trp -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 -txN -mbn -ayV -qRG -qRG -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 -gwf -los -ybO -cwf -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 -aws -fMD -sdT -vTN -aws -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 -lDy -bRr -ufg -wuc -iai -uoi -lRG -wuc -gqg -trp -trp -tyn -trp -trp -trp -trp -trp -trp -eVe -pxs -upR -vuc -kra -vJH -xAR -trp -dDB -dDB -dDB -dDB -oCq -uYY -wmS -fCu -amE -ioW -xCS -xIj -ohR -eoz -eoz -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 -vdp -npr -jAB -erW -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 -ooT -mLp -mWY -xFw -vuO -myt -jaQ -jWs -lnz -wuc -xul -txp -wuc -ufg -tiW -qjE -bRr -ufg -wuc -cAB -cfT -ubq -wuc -xAR -trp -kiG -iVJ -coH -trp -wyA -pQI -pND -trp -mgk -qOv -gem -caO -lXa -vJH -xAR -trp -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 -hTZ -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 -wsZ -cIE -ebj -dLy -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 -wTZ -gGc -tKL -tcC -wXr -gWB -gWB -aIH -aIH -eGU -jmi -fvL -lnZ -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 -kZW -gem -scd -lXa -vJH -xAR -trp -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 -igj -fPb -fas -dzl -fQN -wBo -ehB -kfK -oxb -qOG -rEt -wik -qbB -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 -lyC -jte -xOS -par -tJz -eSW -eSW -rAR -ezM -wId -dtj -hDN -vSu -tPf -xjg -kXo -sdf -hDN -ckL -pAp -xur -wJK -rVT -gCq -xrk -uoS -vZm -vZm -qIp -jaQ -dHE -bBk -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 -gin -lXa -vJH -xAR -trp -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 -toL -ecQ -nST -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 -aws -rBQ -aws -vTN -say -yfC -nGv -glM -xOS -uJD -tJz -tqT -kFs -jsS -iAM -wId -gJt -vEP -qVV -qVV -qVV -qVV -qVV -qVV -fWw -qlc -xur -qKD -yaU -xsF -tYn -xur -bCf -xur -xLl -xur -nBo -xzE -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 -cSD -moP -gin -lXa -vJH -xAR -trp -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 -brb -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 -nBP -ecQ -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 -nfG -xur -htM -vhI -xsF -iYY -xur -xur -xur -qcY -xur -leB -dYj -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 -kZW -gem -caO -lXa -vJH -xAR -trp -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 -eKU -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 -kHL -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 -mgk -qOv -gem -scd -lXa -vJH -xAR -trp -dDB -dDB -dDB -dDB -dDB -eeq -hhZ -fSf -wRa -xXJ -wtr -lkR -vVS -wtr -skn -wsG -wtr -skn -eoa -tJi -leC -lfC -rUd -vpd -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 -ecQ -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 -pxl -wXO -xjh -alh -oio -tJz -vLC -rJH -jsS -ezM -xye -oZi -vEP -uQu -dYD -jrb -cEJ -czV -qVV -yfY -mMY -nCH -blb -blb -wpO -bfD -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 -umE -vIY -trp -vfi -trp -blb -wCc -dDB -dDB -dDB -dDB -dDB -kND -vEW -tHK -tHK -tHK -tHK -kPH -tHK -tHK -fUT -wbf -wbf -ced -wtr -jVd -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 -hgg -wTX -kIQ -kIQ -dob -rAC -jRE -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 -bYG -xul -trp -vJH -vJH -sJm -vJH -vJH -trp -xAR -trp -bSo -wCc -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 -cjP -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 -psN -sNL -uny -xJR -frI -ldZ -wXk -sxw -xOS -nsO -uBc -tJz -iya -eUg -fBT -nGe -naG -oAY -ykZ -onX -xDa -tCh -ykZ -ldJ -iYC -akR -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 -eHy -eHy -eHy -eHy -trp -iMl -trp -bSo -wCc -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 -cmT -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -vZK -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -heG -vpN -vkh -vkh -brw -bUz -sxw -xIy -isK -uBc -uBc -win -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 -dDB -dDB -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -fvJ -fOP -gmp -fpO -maf -blb -blb -blb -blb -maf -sUy -nJG -aMM -niT -aMM -kLf -sUy -xoS -hwo -hDC -tsF -ibq -nZg -yat -wCt -lEa -lWk -xRV -hSO -nAx -tmQ -xeO -xeO -xeO -xeO -mnn -naO -yfH -jVM -wzj -nvo -row -jVM -puD -pQe -qdp -qme -ycS -hWQ -ycS -ycS -vUq -uNW -poz -tIc -sxw -xuU -fvh -ogX -tCF -ncD -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -blb -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 -xbb -xeO -lpa -dOL -xeO -izB -nbn -xyY -jVM -paV -wLJ -oXe -jVM -puT -ycS -tEI -ycS -uAF -ree -rFQ -ycS -szK -vkh -oBm -tIc -bxA -idV -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -mKy -iAn -evz -ePw -fqf -fwO -iUH -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 -wKr -lql -xeO -wJV -nbu -xyY -jVM -uPd -jVM -sbm -jVM -vkh -pQl -ycS -uAX -uAX -reW -uAX -vEq -szM -vkh -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 -blb -blb -blb -wte -blb -blb -blb -jcE -vCm -blb -wCc -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 -qCJ -xQw -jLI -jYU -vrn -ncL -wQB -wMg -wKr -uup -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -wDM -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 -lql -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -yhE -pNa -qfF -xAq -jVM -uPd -jVM -glv -swt -pvR -vkh -vzM -qmO -rZN -rfI -rHd -vpY -dtM -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 -dDB -dDB -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -wqi -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -wZo -tYX -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 -blb -blb -blb -wte -blb -blb -blb -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 -"} -(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 -xQw -mvT -vrn -kvT -nVD -xeO -ltl -hzY -pum -rDk -qgH -wKr -jVM -qhp -rLw -rsV -pgW -mwP -pRP -tGq -qnC -vpQ -qIP -rHQ -shw -drM -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -xeO -wMg -dCm -wMg -jVM -jVM -rMV -jVM -swL -sOW -tfa -tHh -qnL -xiL -rgc -rgc -shU -dvl -luU -tmV -wZo -tYX -dDB -dDB -dDB -kev -uPO -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -blb -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 -tnL -jnr -jDa -hOC -uVT -iza -lqt -soA -juX -xQw -mvT -vrn -ncL -uUE -xeO -oCc -xeO -nTg -rDk -qgN -pEC -qYc -jVM -rMY -jVM -sPE -pvS -tGq -tGq -poh -ono -rgx -rIg -prQ -uXb -sSr -eDr -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 -dDB -dDB -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -xvH -oGJ -wQB -xeO -oCc -xeO -kTd -mnu -qgR -omA -uSb -jVM -vXW -jVM -siz -sPT -lej -tGq -ueR -qGw -uVE -rgx -prQ -sAT -xmt -kvr -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -fUw -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 -dDB -wte -dDB -dDB -bSo -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 -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 -blb -blb -blb -wte -blb -blb -blb -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 -"} -(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 -tIL -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -wQB -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 -blb -qtl -qTM -vHL -ozd -uRy -xbP -vnT -rUB -eLY -xcv -nBw -ghQ -nId -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -oCy -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 -dDB -dDB -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -oRm -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 -kHi -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 -blb -blb -blb -wte -blb -blb -blb -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 -"} -(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 -cTi -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 -dDB -wte -dDB -dDB -bSo -jcE -wgv -dDB -wCc -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -fMx -gyd -gyd -pRz -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 -uPO -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 -dDB -wte -dDB -dDB -bSo -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 -"} -(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 -gXW -kwZ -gDs -jXe -gzQ -gCT -mks -soO -nUf -gVc -kTH -kTH -soO -jVe -wgp -jVe -soO -kTH -kTH -soO -gfs -jOd -mzM -tWL -uFG -vpI -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 -lMF -bhS -lMF -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 -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 -pPK -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 -tIL -tYX -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 -ulO -ogY -ulO -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 -"} -(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 -hei -vPP -hxJ -gIb -jWm -fWh -kCl -soO -log -jye -jOs -mAv -khS -dIN -mwN -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 -uve -kqZ -uve -btk -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 -"} -(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 -sSQ -aTc -frB -sSQ -qDD -ehG -ehG -ehG -hbf -ulO -gpu -sSQ -vTG -vTG -vTG -vTG -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 -"} -(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 -qrQ -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 -uPO -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 -sSQ -rAj -uOw -eBQ -qDD -ehG -ehG -ehG -hbf -ulO -gpu -sOj -vTG -ksL -tmN -fkh -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 -"} -(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 -qrQ -gcz -ihq -rHp -rth -iJI -jyu -nkD -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 -ehG -ehG -ehG -hbf -ulO -gpu -sOj -vTG -gyf -ehG -tgV -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 -"} -(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 -xvH -uFG -tmQ -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 -bkY -lVP -jWb -wgL -hgF -pVK -oZY -aTc -cku -qDD -ehG -wDu -ehG -hbf -ulO -gpu -sOj -vTG -prT -prE -aDZ -sSQ -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 -evF -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 -mXT -mUg -gcf -sSQ -bbh -sSQ -kId -bba -oNd -fFD -cbO -vDV -mVs -clt -jbr -guF -nGP -wgL -rWW -sSQ -hia -ggl -eBQ -qDD -ehG -ehG -ehG -hbf -ulO -gpu -sOj -vTG -dbO -mmx -gpY -sSQ -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 -sSQ -fWW -ljp -sSQ -qDD -ehG -ehG -ehG -hbf -ulO -gpu -sOj -vTG -hUp -ggG -aDZ -sSQ -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 -oSJ -oSJ -oSJ -lto -hyj -qrQ -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 -nin -xrC -ceK -sSQ -miA -sSQ -kgc -ark -bXO -jxZ -dlz -nFD -lMr -don -cSr -krY -vJi -wgL -swJ -sSQ -lQZ -sSQ -sSQ -ugY -kfg -kfg -kfg -bMJ -ulO -gpu -sOj -vTG -xwb -ehG -aDZ -sSQ -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 -gmn -qIf -qIf -lGe -xrC -ioo -ley -mCt -lfg -mmE -czg -ddK -vcB -bDr -bsv -kNf -pWC -eAz -hGE -hXl -dcH -xrC -tFQ -sSQ -dZk -sSQ -oeW -oeW -cgZ -rlr -rlr -vDV -vDV -qKS -hBA -hBA -vDV -wgL -tLt -qAn -jmW -ibE -sSQ -ulO -ulO -ulO -ulO -ulO -ulO -gpu -sOj -vTG -nTe -prE -gAv -sSQ -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 -xph -gXf -ruY -iSb -xRH -ryi -xRH -gcz -ijD -iEF -iPD -jcZ -lGK -mgt -tsF -kiO -nDV -wNW -vpI -vpI -vpI -pwO -sfK -vpI -vpI -nMW -tEL -rMc -pwO -pjr -vpI -pBu -vpI -vpI -oXZ -rMc -vpI -pwO -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 -lTL -iFb -nuO -sSq -dYX -nzU -wnE -oeI -qVa -mhV -qsu -sSQ -ulO -ulO -ulO -ulO -ulO -ulO -gpu -sOj -vTG -wfH -kfg -bMJ -sSQ -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 -wjI -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 -tRc -tRc -tRc -tRc -tRc -tRc -tRc -tRc -tRc -hGt -lXH -sSQ -sSQ -sSQ -sSQ -sSQ -dgn -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -sSQ -nln -sSQ -vTG -vTG -vTG -vTG -sSQ -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 -nvE -qio -nvE -uQi -nvE -oCx -nvE -rFn -pAB -hvM -kfM -fKO -hvM -hvM -hvM -hvM -hvM -hvM -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 -pox -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 -kVb -kVb -qaM -sSQ -sSQ -sSQ -sSQ -sSQ -dDB -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 -oMl -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 -xbl -xbl -vlK -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 -tZK -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 -gIl -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 -tRd -qZq -qIv -oEi -mMZ -qUt -qUt -qUt -oeH -uiW -qLt -vrY -vrY -vrY -vrY -sXq -wGu -nVI -xoa -uCp -yeh -qir -pKR -ona -ona -eMo -xyk -xTD -bmB -qir -vnF -pRQ -tFQ -vsx -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 -wsR -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 -xbl -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 -oco -uPJ -lek -yhq -qir -vQp -woT -pqT -wJM -xyp -wJM -wJM -lIe -vnF -pRQ -xSO -vsx -rAv -rBY -jLV -eyZ -fRJ -jLV -bCn -jLV -fmf -eMl -oRJ -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 -eoy -xrC -qoX -pEL -pEL -qUf -qfX -oED -oED -oED -oED -oED -oED -owP -mhn -vdH -nyT -iMS -wYA -bgH -pUc -pks -buV -nei -moy -moy -xWl -gIF -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 -uQc -nXt -rbs -wfr -rbs -wfr -wfr -mUP -uSj -jBx -wUJ -wYA -dCe -ppA -tAS -tAS -tAS -moy -moy -xWl -nmh -wYA -xiE -xiE -xiE -xiE -uae -hPi -bRg -rEC -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 -dYG -mhg -wRL -rRy -xJx -qUt -qUt -qUt -qUt -qUt -qUt -qUt -qxk -wua -uwS -vvK -rRz -smH -vZD -sZJ -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 -uGj -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 -qmZ -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 -tZK -iLp -xMr -yiQ -uWo -rjJ -wpZ -tdv -eGT -xyS -uWo -aAw -rOJ -tNA -ipF -xlh -rPz -uFs -pfv -xlh -qWo -qWo -wfr -oQx -jfs -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 -dFY -sRL -sRL -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 -uxJ -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 -dga -ukW -cZL -sRL -dCH -mhD -sRL -jvm -kAg -rqw -ohT -oGm -xTd -qUt -umM -qUt -tMx -wua -wua -wua -qUt -spg -wua -wua -wua -wQT -udK -xMr -xDs -vva -vSj -vVF -vVF -lkw -xzQ -mfR -vVF -vVF -uzZ -abh -bNQ -ggi -vPs -cAr -pnf -lXR -cAr -uPp -bNQ -gUe -lgx -ufE -fXX -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 -iGl -wSZ -hnY -hYq -ksX -kCW -kWq -xmO -sHs -inV -tzD -nDq -kCN -wjM -lcW -lyp -pij -pwz -pWX -nfO -qIv -nOf -rsv -mMZ -nhs -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 -hir -hYw -tdI -rIJ -rAG -xmO -sHe -nFW -mEy -ncf -nFA -kBH -onR -xVV -lOt -acY -sRL -nfT -xcF -ylJ -oiO -aYW -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 -ijT -pDU -koz -qcQ -pDU -wpF -pDU -qcQ -koz -pDU -jOk -rIn -ibD -pKU -pDU -qZn -jWl -pDU -sKB -erA -esP -mxP -fKz -rBe -oOp -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 -kkF -kCP -kBH -ldb -sRL -sRL -sRL -sRL -ngo -xIW -rqw -rqw -qUt -qUt -qUt -tNs -tNs -qUt -qUt -qUt -qUt -wua -spi -dqO -taD -pzL -xvh -uPJ -xMr -sBL -nla -nla -nla -ldq -ldq -oom -ssz -yeP -sYt -yeP -yeP -iPF -iPF -vSg -iPF -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 -uIT -wSZ -tdI -hHE -nNi -qUb -xmO -eog -sIA -jPq -kaF -nnB -kDl -roB -lde -sRL -lOH -uyI -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 -odP -hjz -vGX -xaP -mfT -dvJ -nuI -cLY -xaP -tuT -vMs -bEw -jEG -ybD -tuT -sSQ -gUC -twF -twF -twF -tXw -sSQ -rch -cmz -hOR -sSQ -yhv -mOH -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 -aot -aot -aot -aot -aot -ijS -ijS -ijS -ijS -xmO -xmO -jsn -sIS -nFW -sRL -sRL -xVV -sRL -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 -uya -yeP -uya -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 -aot -ofy -kSk -lZv -nYo -djp -efi -cNu -aot -iFi -jej -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 -aot -vTO -sus -tAd -tSE -ltP -kZf -lqs -aot -nFW -twN -nFW -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 -tZK -nkH -xMr -slJ -vxM -qiw -pgu -ldq -qRO -ssz -bFW -rwW -vtB -pGD -wSH -kJW -hJd -rwW -bMt -jAb -wSH -pGD -wYd -rwW -wSL -ssz -kHo -ldq -rkI -qoj -rSt -wRU -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 -aJq -aJq -aJq -aJq -aot -oEm -aeo -etA -tSE -mKC -pgH -tSE -rGL -puC -kZf -jey -aot -jQh -wXt -ndZ -vRx -nkF -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 -vxM -aPU -ldq -qnx -ssz -oCg -rwW -sMU -wYd -nFa -uBy -rvO -nkN -rvO -qdr -nFa -vtB -rvO -rwW -fCy -ssz -fmH -ldq -pdo -vhQ -isV -uhk -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 -hwJ -blb -blb -blb -blb -blb -blb -blb -blb -hwJ -aJq -aJq -aot -hIB -tCM -etS -lWA -wbw -nuy -oTL -mrq -oTL -oTL -jez -rXV -wYC -kbf -wYC -kDq -kDq -ldB -lyy -lPd -qkF -mAM -nkY -nCy -wZl -omo -rOz -mfo -yaL -rAN -kzX -rdW -sGT -kVl -rqc -vuo -sQw -fne -unf -wtX -xbC -nkH -xMr -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 -nGz -qvj -byq -pOX -yaJ -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 -aJq -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -jbm -lOs -fLZ -lOs -kVJ -rGL -rGL -ydt -rGL -rGL -rGL -rGL -rIO -pLK -jeX -aot -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 -uya -yeP -uya -uya -yeP -uya -yeP -uya -ssz -pJr -xYE -ldq -vWa -hkt -wKm -eBT -mJC -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 -jbm -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -jbm -nFW -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 -gSe -uMN -ssz -qRO -pJr -ldq -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -ldq -xQI -kHo -ldq -ldq -ldq -bGk -dst -nTE -kFY -wja -wja -wja -wja -uLj -hKw -ydf -tfh -tbK -lRj -vbR -dwX -vbR -vbR -vbR -vbR -vbR -prS -vbR -ykn -vbR -vbR -vbR -hzI -cXM -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 -odC -jMW -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -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 -rmY -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 -xQI -kUF -kdn -lxa -ldq -ldq -lCS -ldq -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 -odC -jMW -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -fLZ -iHs -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 -sWQ -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 -ldq -ldq -ldq -kUF -kdn -kdn -mlR -qVn -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 -odC -jMW -jbm -eAd -eAd -wOj -eAd -eAd -eAd -eAd -eAd -eAd -eAd -fLZ -mVr -iSB -nFW -nFW -mjk -unO -kla -nFW -hWa -let -oJZ -wlm -pys -wYC -qll -qJS -wZl -ooU -tts -kTL -sQd -sSY -tbQ -qfo -qvM -uFJ -rrF -tbQ -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 -uME -jAp -ldq -lTg -dAr -hDz -ldq -qVn -ldq -uLj -uLj -jfZ -auG -uLj -dNU -off -okl -ogW -idp -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 -jbm -jbm -jbm -nWd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -aCc -fLZ -ivO -iSB -nFW -sJR -hdx -ogy -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 -vDX -tZK -xsT -xMr -tBv -vzh -vVu -wrW -ssz -roz -wBN -ldq -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -dDB -blb -dDB -ldq -tUa -vXn -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 -odC -jMW -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -jbm -yju -fXM -jfP -cDi -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 -ldq -vgz -ldq -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 -odC -jMW -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -wOj -eAd -eAd -jbm -kGz -kZo -nFW -lLv -sJR -spH -hzJ -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 -odC -jMW -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -fLZ -nex -fzy -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 -hua -hua -yiV -rUR -qTv -ssz -ssz -lOi -ssz -ssz -ssz -lmb -ssz -ssz -nIp -kgk -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 -jbm -jbm -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -eAd -jbm -kGz -iSO -bfI -dxz -jsV -xwy -sJR -nFW -kKD -vtm -wqj -wob -wqj -xla -wqj -qLq -wqj -rwT -rQA -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 -jbm -lOs -lOs -lOs -lOs -lOs -fLZ -fLZ -lOs -lOs -lOs -jbm -nFW -iSW -gWT -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 -ohw -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 -jIb -pyt -nvS -nFW -iUy -xbL -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 -gWT -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 -vmn -pqm -pqm -hHK -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 -emw -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 -gWT -wBO -suE -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 -pqm -tPm -fTM -bAs -ykL -vAo -oUw -wtt -wKl -xoW -oPc -xUt -ygK -tjj -dDB -ssz -qRO -roz -ssz -aSy -aSy -aSy -aSy -lEu -iTB -vrd -wlk -rce -wtc -hzd -aSy -aSy -aSy -aSy -xnE -bOR -pGK -rRY -jFh -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 -tuT -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 -gaQ -jJy -nvS -kbY -imE -pyt -iUz -srW -jAF -jRN -kba -kOj -kEo -kMo -leN -lDl -bio -vDK -bio -nmL -nEo -nUG -otP -oKp -iOv -veq -xww -rAg -aop -xww -xww -wPd -xOM -vMt -tQQ -vMt -pqm -eDz -fTM -xRB -ykL -rOo -rix -wtt -wKP -xsa -ldF -xUt -yig -tjj -dDB -ssz -ldq -reg -ssz -vLv -qIk -yeQ -jjH -oDc -uDg -xvF -xvF -gNB -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 -gaQ -gaQ -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 -pqm -tOZ -alb -qzn -ykL -ykL -ykL -tjj -wME -xAM -xAM -xAM -ygG -tjj -blb -ssz -jiB -qRO -ssz -xLk -qIk -vuB -wpd -ggv -uDg -tPe -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 -gaQ -gaQ -gaQ -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 -dqa -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 -gaQ -wam -aJq -aJq -weg -weg -weg -wOp -wOp -wOp -jgC -qzc -wOp -nZR -jya -uMa -iLr -xXT -oLV -xQJ -ejn -wZP -xqs -xMO -xQJ -rxM -qrR -oZb -xbg -pGU -pTY -qhF -svh -xww -veq -vDX -gaU -wbq -vMC -kxp -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 -srb -wtc -mwF -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 -hZY -aJq -aJq -aJq -aJq -aJq -aJq -wOp -suK -vvl -luh -jAV -wOp -kbE -vgf -lJE -nSu -xXT -cek -xQJ -mbV -vJx -rdw -xMO -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 -ukT -kbW -nfS -uLf -nfS -xXT -vUS -xQJ -mbV -kSN -rdw -xMo -xQJ -kBc -xPx -pcT -oIR -pHM -tpK -tPY -vMC -qVM -ruO -rVX -stP -wbu -tbD -ygu -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 -kXl -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 -rMg -vMC -tiQ -iIw -tff -tLn -sJN -veK -tzz -tUo -uiB -uGN -vdf -vAT -vWe -xsM -wNb -wtT -gye -rWm -rUI -xDg -xDg -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 -uqw -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 -dVb -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 -gOQ -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 -gTs -dIP -ois -eWI -umz -bUE -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -tqX -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 -vnf -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 -cME -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 -aLr -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 -vzo -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 -kno -wkf -mWF -wSV -rgS -tFE -rNK -eWI -dov -oLg -eWI -gpf -ycE -ycE -ycE -ycE -ycE -ycE -ycE -cOW -aLr -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 -"} -(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 -qNn -vpM -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 -dNa -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 -rpk -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 -sok -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 -hgr -xau -rsL -qhh -ghC -wkJ -oRd -jfQ -xfu -xbT -wGW -vbK -upr -uMH -xfc -rDx -vPf -rXW -tdw -uaV -xfc -vRh -lcd -vbK -xia -xia -xia -xia -xia -xia -xXN -dMY -wDA -wDA -ohA -sZK -vnf -lsO -rOX -ugX -sYa -sYa -sYa -xlP -xlP -epN -xlP -rfJ -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 -jEo -vMK -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 -orq -xhN -sYa -rQw -xlP -bAo -xlP -tGp -eWI -asc -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 -hnP -sYa -xlP -xlP -jMC -xlP -rfJ -eWI -eKf -skJ -vlV -jbb -tJX -gky -vlV -vlV -vlV -vlV -vlV -tJX -aLh -gky -pCU -dNa -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 -qRc -qRc -kuY -vbK -vzo -uGX -vjZ -xqn -xqn -wvM -xqn -xwu -xEd -uSH -yjt -gpR -nYg -jxk -vKX -vnf -wML -rOX -bXG -jlN -duc -sYa -axN -rfJ -iHH -xlP -rfJ -eWI -fxN -bZP -vlV -fSB -eWI -vbm -gky -lrh -gky -vbm -tah -xEc -gky -niZ -vlV -tqX -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 -ocb -bYk -ayu -xVv -ocb -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 -rfJ -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 -jSl -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 -xiJ -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 -vnf -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 -vQI -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 -xZo -oRg -blU -prW -pms -tCD -nWO -urd -qXL -xok -uGK -xok -wcq -wvX -kea -xff -uXd -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 -ixU -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 -hhP -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 -fxq -eQt -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 -xaN -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 -rNU -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 -uHs -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 -uOy -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 -fEo -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 -qha -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 -gfu -ewb -ewb -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 -xnR -oNJ -wLZ -dLu -cns -vwJ -kQt -kQt -kQt -fAP -vWU -kRE -hyE -nRE -snn -sQS -lxh -hyE -dkS -hyE -jtS -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 -cVE -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 -mJS -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 -tno -qiH -mmf -qei -nWv -wCH -pFd -qez -sGE -hon -kQt -lHc -pyh -wfS -pxZ -xTf -nZq -cEn -iPS -hzK -xap -ieY -ike -dof -fjU -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 -rJG -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 -ltA -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 -jVa -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 -qRV -hyE -hyE -ecL -hyE -pNC -luo -jAq -ohz -qsj -vgN -lhP -ksa -gcX -xIP -sib -uVD -bzZ -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 -xXc -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 -hUG -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 -hUG -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 -xXc -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 -msT -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 -fLB -dtq -xpb -ylD -lVz -ylD -dDB -dDB -dDB -dDB -dDB -ylD -urn -bMA -smD -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 -rfF -rfF -cCl -cCl -rfF -rfF -oGQ -oGQ -qkp -rfZ -iir -odk -sEB -eLn -iQr -sEn -csI -tmK -sHo -iQr -sOF -cFq -xZy -ylD -dDB -dDB -dDB -dDB -dDB -ylD -ylD -ylD -gyl -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 -iwH -ylD -rhL -rTq -xkw -iIm -sWA -qOP -ouL -sMA -tPi -qOP -vLs -qeT -ylD -idq -ylD -ylD -ylD -ylD -ylD -ylD -ylD -mEq -kFW -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 -nbU -wKG -lAO -ncb -iwH -oNH -pFk -ylD -rir -sIZ -iir -bGi -iwH -vlb -qEO -ylD -kQv -kGu -sVp -lcz -ylD -cni -lBe -xkn -xEv -lBe -lBe -lBe -gyl -rvP -gYq -aUA -ylD -sgO -gIS -mfB -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 -gQo -naC -ylD -rlg -tTA -bAI -fbj -iwH -ycy -jVG -ylD -ylD -ylD -ylD -ylD -ylD -cni -ylD -ylD -ylD -ylD -nEh -ylD -ylD -iaK -faB -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 -wrr -sCH -lQu -iwH -iwH -oWk -qHt -ylD -ylD -ylD -ylD -ylD -iwH -dOb -jVG -vJC -lBe -lBe -lBe -lBe -xkn -cni -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 -aVB -krS -mwx -wgF -ylD -rZG -fJz -bNP -fii -fNv -jwh -xNB -toh -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 -vJS -rvq -xgz -iKo -hbt -uxL -lhl -jxD -ylD -hqH -vzv -ljO -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 -dxj -ylD -eaa -jSn -ylD -ylD -ylD -vnv -qUe -vnv -ylD -ylD -ylD -ylD -ylD -ylD -ylD -aEB -xbI -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 -eaa -ylD -laZ -tZt -ylD -wFz -baE -hgV -lkd -stZ -hgV -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 -hgV -stZ -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 -hgV -hgV -kUn -pyU -lkd -hgV -stZ -hgV -hgV -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 -stZ -kUn -kUn -pyU -bUK -hgV -lOZ -hgV -hgV -hgV -hgV -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 -hgV -hgV -tiN -aCM -bDq -eUF -jar -iwH -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 -fvY -tYT -fvY -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 -shI -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -dDB -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/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index 0e9fde906353..f580251f7de0 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -1389,12 +1389,7 @@ /turf/open/floor/iron, /area/station/hallway/secondary/entry) "akd" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, +/obj/machinery/computer/security/telescreen/prison/directional/east, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3865,9 +3860,6 @@ /area/station/security/prison) "aMp" = ( /obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 1 - }, /obj/item/pen, /obj/effect/turf_decal/siding/dark_red{ dir = 4 @@ -4731,12 +4723,7 @@ /area/station/cargo/lobby) "aVW" = ( /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, +/obj/machinery/computer/security/telescreen/prison/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red{ @@ -4907,9 +4894,7 @@ "aXT" = ( /obj/structure/sign/warning/secure_area/directional/south, /obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) "aXU" = ( @@ -5290,12 +5275,7 @@ /area/station/security/execution/transfer) "bcI" = ( /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, +/obj/machinery/computer/security/telescreen/prison/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red{ @@ -5313,11 +5293,9 @@ /turf/open/floor/iron/dark, /area/station/security/execution/transfer) "bcO" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, /obj/machinery/light/small/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/photobooth/security, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) "bcP" = ( @@ -5542,9 +5520,8 @@ /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "bfK" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/bot, /obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/smartfridge/drying, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) "bfR" = ( @@ -13389,6 +13366,7 @@ dir = 4 }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/brig) "cvL" = ( @@ -13902,7 +13880,7 @@ /obj/structure/table/wood, /obj/item/paper_bin, /obj/item/pen, -/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/computer/security/telescreen/interrogation/directional/west, /turf/open/floor/iron/checker, /area/station/security/interrogation) "cAW" = ( @@ -15762,6 +15740,7 @@ /obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 1 }, +/obj/machinery/vending/cytopro, /turf/open/floor/iron, /area/station/science/xenobiology) "cTA" = ( @@ -20968,7 +20947,7 @@ /obj/machinery/modular_computer/preset/id{ dir = 1 }, -/obj/machinery/keycard_auth/directional/south{ +/obj/machinery/keycard_auth/wall_mounted/directional/south{ pixel_x = -5 }, /obj/machinery/button/door/directional/south{ @@ -20991,10 +20970,7 @@ }, /obj/item/folder/white, /obj/item/pen, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 1; - pixel_y = -32 - }, +/obj/machinery/computer/security/telescreen/cmo/directional/south, /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) @@ -25181,6 +25157,7 @@ dir = 8 }, /obj/machinery/light/cold/directional/north, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/science/xenobiology) "eiy" = ( @@ -25773,7 +25750,9 @@ /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/item/folder/blue, +/obj/structure/desk_bell{ + pixel_x = 7 + }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) "erj" = ( @@ -30856,10 +30835,7 @@ dir = 4 }, /obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -30 - }, +/obj/machinery/computer/security/telescreen/ce/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) @@ -31502,7 +31478,7 @@ pixel_y = -6; req_access = list("hos") }, -/obj/machinery/keycard_auth/directional/east{ +/obj/machinery/keycard_auth/wall_mounted/directional/east{ pixel_x = 38; pixel_y = 6 }, @@ -44625,7 +44601,7 @@ pixel_x = 38; pixel_y = 3 }, -/obj/machinery/keycard_auth/directional/east{ +/obj/machinery/keycard_auth/wall_mounted/directional/east{ pixel_x = 40; pixel_y = -8 }, @@ -46887,10 +46863,6 @@ /obj/structure/chair/office/light{ dir = 8 }, -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 1; - pixel_y = -32 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) @@ -47095,10 +47067,8 @@ req_access = list("kitchen") }, /obj/machinery/button/ticket_machine{ - pixel_y = 22 - }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 30 + pixel_y = 22; + pixel_x = -6 }, /obj/machinery/button/door/directional/west{ id = "hopblast"; @@ -47113,6 +47083,10 @@ req_access = list("hop") }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/button/photobooth{ + pixel_y = 22; + pixel_x = 6 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) "kpA" = ( @@ -48980,13 +48954,7 @@ /area/station/hallway/primary/central/fore) "kQh" = ( /obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; - name = "Research Monitor"; - network = list("rd","minisat"); - pixel_y = 2 - }, -/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/security/telescreen/research/directional/north, /turf/open/floor/iron/dark, /area/station/command/bridge) "kQs" = ( @@ -50246,6 +50214,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/brig) "liV" = ( @@ -54617,14 +54586,7 @@ /area/station/medical/virology) "mum" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 4; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = -24 - }, +/obj/machinery/computer/security/telescreen/engine/directional/west, /obj/effect/turf_decal/bot, /obj/machinery/computer/atmos_control/nocontrol/master{ dir = 4 @@ -54753,6 +54715,7 @@ "mwl" = ( /obj/item/kirbyplants/random, /obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/dark, /area/station/security/interrogation) "mwo" = ( @@ -57952,6 +57915,7 @@ /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, +/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron/dark, /area/station/command/bridge) "nqX" = ( @@ -60723,24 +60687,13 @@ /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "odz" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/pen{ - pixel_x = -6; - pixel_y = 5 - }, /obj/machinery/flasher/directional/east{ id = "hopflash"; pixel_x = 0; pixel_y = 26 }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/photobooth, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/fore) "odA" = ( @@ -60915,10 +60868,7 @@ /obj/machinery/computer/mecha{ dir = 8 }, -/obj/machinery/computer/security/telescreen/rd{ - dir = 8; - pixel_x = 32 - }, +/obj/machinery/computer/security/telescreen/rd/directional/east, /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 }, @@ -61777,7 +61727,7 @@ /turf/open/floor/iron, /area/station/maintenance/department/science) "osF" = ( -/obj/machinery/keycard_auth/directional/south{ +/obj/machinery/keycard_auth/wall_mounted/directional/south{ pixel_y = -38 }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -63949,7 +63899,7 @@ /obj/machinery/portable_atmospherics/canister, /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/box, -/obj/machinery/airalarm/directional/north, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron, /area/station/science/xenobiology) "oWE" = ( @@ -65501,6 +65451,7 @@ /obj/effect/turf_decal/box, /obj/structure/extinguisher_cabinet/directional/north, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) "puN" = ( @@ -65921,6 +65872,7 @@ /obj/structure/table/reinforced, /obj/item/clipboard, /obj/item/mining_voucher, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/command/bridge) "pCu" = ( @@ -70374,7 +70326,7 @@ /obj/structure/sign/nanotrasen{ pixel_x = 32 }, -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 @@ -71665,7 +71617,7 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) "rgz" = ( -/obj/machinery/keycard_auth/directional/south{ +/obj/machinery/keycard_auth/wall_mounted/directional/south{ pixel_x = 6 }, /obj/machinery/light_switch/directional/south{ @@ -73185,10 +73137,7 @@ "rDf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 4; - pixel_x = -32 - }, +/obj/machinery/computer/security/telescreen/interrogation/directional/west, /obj/structure/cable, /obj/effect/turf_decal/tile/red{ dir = 1 @@ -75291,8 +75240,8 @@ /obj/structure/table, /obj/item/binoculars, /obj/structure/window/reinforced/spawner/directional/south, -/obj/item/radio/intercom/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/ordnance/directional/west, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) "skF" = ( @@ -79141,12 +79090,7 @@ /area/station/hallway/primary/central/fore) "tqQ" = ( /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, +/obj/machinery/computer/security/telescreen/prison/directional/east, /turf/open/floor/iron, /area/station/security/execution/transfer) "tra" = ( @@ -80966,6 +80910,7 @@ /obj/structure/table/wood, /obj/item/papercutter, /obj/item/paper/fluff/ids_for_dummies, +/obj/item/radio/intercom/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "tSb" = ( @@ -83090,7 +83035,7 @@ /area/station/security/office) "uwJ" = ( /obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/machinery/digital_clock/directional/south, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /turf/open/floor/iron/dark, /area/station/command/bridge) "uwM" = ( @@ -87872,9 +87817,7 @@ /turf/open/floor/iron/recharge_floor, /area/station/cargo/storage) "vNS" = ( -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, +/obj/machinery/computer/security/telescreen/vault/directional/north, /obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, @@ -89772,7 +89715,7 @@ /area/station/hallway/primary/central/fore) "wqv" = ( /obj/structure/table/wood, -/obj/machinery/keycard_auth/directional/west, +/obj/machinery/keycard_auth/wall_mounted/directional/west, /obj/item/flashlight/lamp, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -92202,10 +92145,7 @@ /obj/machinery/light/directional/south, /obj/item/stack/package_wrap, /obj/item/hand_labeler, -/obj/machinery/computer/security/telescreen/vault{ - dir = 8; - pixel_x = 26 - }, +/obj/machinery/computer/security/telescreen/vault/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "wVj" = ( @@ -94523,10 +94463,6 @@ /area/station/maintenance/port/aft) "xCl" = ( /obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - dir = 4; - network = list("xeno") - }, /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 4 }, diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 8e55ea271aca..5f2763063647 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -1,4 +1,8 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aah" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "aap" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, @@ -18,6 +22,19 @@ /obj/structure/sign/warning, /turf/closed/wall/r_wall, /area/mine/storage) +"aaG" = ( +/obj/structure/chair/office/tactical{ + dir = 1 + }, +/obj/effect/landmark/start/coroner, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "aaI" = ( /obj/structure/closet/wardrobe/white, /obj/item/clothing/shoes/jackboots, @@ -29,6 +46,17 @@ /obj/structure/flora/bush/flowers_pp/style_random, /turf/open/floor/grass, /area/station/security/prison/safe) +"aaW" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Port Hallway West" + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"aaX" = ( +/obj/structure/chair/sofa/bench/right, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "abb" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 5 @@ -38,15 +66,19 @@ "abe" = ( /turf/open/floor/engine, /area/station/science/xenobiology) -"abu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/cold_temp/directional/west, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/stripes/line{ +"abv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"abz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/cargo/miningdock) "abB" = ( /obj/item/clothing/head/helmet/skull, /turf/open/misc/asteroid/snow/icemoon, @@ -67,6 +99,15 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"abQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "abU" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/disposalpipe/segment{ @@ -79,90 +120,96 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"aca" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) "ace" = ( /obj/structure/table/wood, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"acr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) -"act" = ( -/obj/machinery/porta_turret/ai{ - dir = 4; - installation = /obj/item/gun/energy/e_gun - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"acw" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway Center East" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"acx" = ( -/obj/effect/turf_decal/tile/bar{ +"acu" = ( +/obj/structure/chair/sofa/right/brown, +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"acB" = ( +/obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/paper{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -5 - }, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "acE" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"acM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +"acP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 }, -/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/service/chapel/office) -"adr" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/duct, /turf/open/floor/iron, -/area/station/hallway/primary/aft) +/area/station/commons/fitness) +"ade" = ( +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/reagent_containers/cup/bottle/epinephrine, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 6 + }, +/obj/item/reagent_containers/syringe, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) +"adq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "adD" = ( /obj/structure/railing/corner{ dir = 8 }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"adY" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiomain"; + name = "Containment Blast Door" + }, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"adZ" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "aee" = ( /obj/structure/ladder, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/aft/lesser) -"aeg" = ( -/obj/machinery/porta_turret/ai{ +"ael" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, -/obj/structure/sign/warning/secure_area/directional/east, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "aen" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 5 @@ -180,17 +227,14 @@ /obj/effect/turf_decal/tile/green, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"aeu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Labor Camp Ultilities" +"aes" = ( +/obj/machinery/computer/cargo, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/mine/laborcamp/security) +/area/station/command/heads_quarters/qm) "aey" = ( /obj/machinery/camera/directional/east{ c_tag = "Xenobiology Pens - Starboard Fore"; @@ -203,6 +247,19 @@ /obj/item/clothing/mask/gas, /turf/open/floor/iron/smooth, /area/mine/living_quarters) +"aeB" = ( +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard) +"aeQ" = ( +/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{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "aeV" = ( /obj/structure/sign/warning, /turf/closed/wall, @@ -232,12 +289,24 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"afI" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/openspace, +/area/station/service/bar/atrium) "afK" = ( /obj/structure/cable, /turf/open/floor/iron/stairs/left{ dir = 4 }, /area/station/engineering/lobby) +"afR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ + dir = 10 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) "afU" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -245,12 +314,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) -"agh" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron, -/area/station/commons/locker) "agk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -266,20 +329,31 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"agt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"agp" = ( +/obj/machinery/requests_console/auto_name/directional/west, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + 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/turf_decal/siding/wood, -/obj/structure/chair/stool/bar/directional/north, -/turf/open/floor/eighties, -/area/station/commons/lounge) -"agu" = ( -/turf/open/floor/glass, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/station/commons/dorms) +"agF" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"agG" = ( +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "agI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -310,23 +384,6 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"ahb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) -"ahg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/hallway/secondary/entry) "ahm" = ( /obj/machinery/newscaster/directional/west, /obj/machinery/firealarm/directional/south, @@ -345,16 +402,6 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) -"ahI" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 - }, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "ahK" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -369,6 +416,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"aif" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "ait" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -376,6 +433,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/service/chapel) +"aiA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "aiH" = ( /obj/structure/table, /obj/item/folder/white, @@ -388,11 +453,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"aiN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "aiT" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -431,6 +491,15 @@ "ajw" = ( /turf/open/floor/iron, /area/station/cargo/storage) +"ajx" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "ajz" = ( /obj/structure/marker_beacon/burgundy{ name = "landing marker" @@ -442,13 +511,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/primary/aft) -"ajP" = ( +"ajG" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/box, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) "akk" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ dir = 4 @@ -462,6 +531,24 @@ "ako" = ( /turf/closed/wall/r_wall, /area/station/medical/morgue) +"aks" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/command/teleporter) +"akx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "akz" = ( /obj/structure/chair/sofa/corp/left{ dir = 1 @@ -469,6 +556,32 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/engineering/lobby) +"akD" = ( +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"akI" = ( +/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/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"akK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "akL" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -484,6 +597,14 @@ /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) +"akZ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) "alb" = ( /obj/structure/transit_tube_pod, /obj/structure/transit_tube/station/reverse/flipped{ @@ -519,17 +640,12 @@ /turf/open/floor/wood, /area/station/security/prison/rec) "alD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/siding/yellow{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/item/kirbyplants/random, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/engineering/storage_shared) +/obj/effect/turf_decal/siding/thinplating_new/corner, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "alK" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/machinery/power/port_gen/pacman, @@ -542,6 +658,12 @@ "alM" = ( /turf/closed/wall, /area/station/maintenance/aft/lesser) +"alO" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "alT" = ( /turf/open/floor/carpet, /area/station/command/heads_quarters/qm) @@ -572,6 +694,13 @@ dir = 8 }, /area/station/engineering/lobby) +"amp" = ( +/obj/effect/spawner/random/structure/chair_flipped{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "amt" = ( /obj/structure/cable, /turf/open/floor/iron/chapel{ @@ -582,16 +711,6 @@ /obj/structure/curtain, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"amD" = ( -/obj/structure/rack, -/obj/effect/spawner/random/clothing/costume, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "amE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -624,6 +743,24 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"amY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + dir = 8; + name = "Supply multi deck pipe adapter" + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + dir = 8; + name = "Scrubbers multi deck pipe adapter" + }, +/obj/structure/cable/multilayer/multiz, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "anb" = ( /obj/machinery/door/airlock/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -651,15 +788,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"anI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"anv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access" }, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/aft) "anK" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -683,22 +820,25 @@ dir = 1 }, /area/station/command/heads_quarters/rd) -"anY" = ( -/obj/structure/sign/warning/no_smoking/directional/south, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) "anZ" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 }, /turf/open/floor/plating, /area/station/engineering/lobby) -"aoh" = ( -/obj/effect/landmark/start/prisoner, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/carpet/red, -/area/station/security/prison/work) +"aog" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/command/bridge) +"aoi" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/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) "aoo" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -709,55 +849,24 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"aop" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "aos" = ( /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/commons/dorms) -"aoF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"aoI" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/greater) -"aoK" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) -"aoO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"aoU" = ( -/obj/structure/chair/sofa/left/brown{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"apa" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "apb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -771,6 +880,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"api" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/psychologist, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "apj" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -781,6 +900,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) +"apq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/commons/locker) "apt" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -796,15 +924,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"apz" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "apB" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -825,12 +944,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"apM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) "apS" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -879,14 +992,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"aqy" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/external, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "aqB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -896,20 +1001,19 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"aqT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ +"aqQ" = ( +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ dir = 1 }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"aqU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/hallway) +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "arb" = ( /obj/structure/table, /obj/item/folder/red, @@ -919,6 +1023,10 @@ dir = 1 }, /area/station/security/office) +"arj" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "aro" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -954,25 +1062,32 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/office) -"arO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"arF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + name = "Armory Desk"; + req_access = list("armory") }, -/turf/open/floor/iron/large, -/area/station/commons/locker) +/obj/machinery/door/window/left/directional/north{ + name = "Armory Desk" + }, +/obj/item/hand_labeler, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory/upper) +"arG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "arT" = ( /obj/machinery/computer/security/labor{ dir = 4 }, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"arY" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "asa" = ( /obj/structure/table/wood, /obj/item/storage/crayons, @@ -994,10 +1109,16 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"asi" = ( -/obj/structure/chair/sofa/bench/left, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"asm" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "asy" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -1015,23 +1136,11 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"asL" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/freezer, -/area/station/medical/break_room) "asM" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"asO" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "asZ" = ( /obj/machinery/door/airlock/research{ name = "Robotics Lab" @@ -1042,6 +1151,23 @@ /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"atb" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/o2, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "atc" = ( /obj/structure/fence{ dir = 1 @@ -1057,6 +1183,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_dark, /area/station/security/prison) +"atj" = ( +/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/effect/decal/cleanable/dirt, +/turf/open/floor/stone, +/area/mine/eva/lower) "atl" = ( /obj/machinery/duct, /obj/machinery/holopad, @@ -1065,12 +1199,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"atn" = ( -/obj/structure/frame/computer, -/obj/structure/sign/poster/official/help_others/directional/north, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "atv" = ( /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, @@ -1092,26 +1220,9 @@ }, /obj/machinery/holopad, /obj/effect/landmark/start/depsec/medical, +/obj/machinery/computer/security/telescreen/cmo/directional/east, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"atF" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) -"atM" = ( -/obj/structure/cable, -/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/starboard/fore) "atN" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -1119,13 +1230,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"atT" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/kirbyplants/random, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage/gas) "atW" = ( /obj/structure/flora/grass/green/style_random, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -1144,43 +1248,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/textured, /area/station/hallway/primary/port) -"aue" = ( -/obj/structure/filingcabinet, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/psychology) -"auh" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/briefcase/secure, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, +"aud" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/area/station/cargo/miningdock) "aui" = ( -/turf/open/floor/iron/half, -/area/station/service/hydroponics) -"auq" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/dark/textured_large, -/area/station/maintenance/department/medical/central) -"aur" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "chemistry_lower_shutters"; - name = "Chemistry Exterior Shutters" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/plating, -/area/station/medical/chemistry) +/obj/structure/cable, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "aus" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -1192,15 +1271,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"aut" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/stool/directional/east, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/fore) "auw" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; @@ -1233,28 +1303,6 @@ /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"auN" = ( -/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/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"auT" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/closet/secure_closet/contraband/armory, -/obj/machinery/firealarm/directional/north, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/contraband/armory, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) "avb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -1279,10 +1327,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"avr" = ( -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "avP" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -1290,6 +1334,14 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) +"avZ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/brigdoor{ + req_access = list("brig") + }, +/obj/effect/mapping_helpers/trapdoor_placer, +/turf/open/floor/glass/reinforced, +/area/station/security/courtroom) "awa" = ( /turf/open/openspace, /area/station/science/ordnance) @@ -1298,10 +1350,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/security/armory/upper) -"awh" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "awn" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1311,14 +1359,6 @@ "awx" = ( /turf/open/floor/iron, /area/station/commons/locker) -"awy" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) "awz" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=CHW"; @@ -1332,15 +1372,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"awH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "awK" = ( /obj/structure/table, /obj/item/hemostat, @@ -1364,6 +1395,23 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"awM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"awR" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "axb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -1383,15 +1431,20 @@ /turf/open/floor/iron, /area/station/science/research) "axd" = ( -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" +/obj/structure/table, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/assembly/flash/handheld, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 }, -/area/icemoon/underground/explored/graveyard) -"axg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/security/office) +"axf" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/iron, +/area/station/command/bridge) "axm" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -1405,18 +1458,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"axo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) "axu" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -1438,6 +1479,12 @@ }, /turf/open/floor/iron/freezer, /area/station/command/heads_quarters/captain) +"axC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bookcase/random, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) "axD" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -1449,19 +1496,25 @@ /obj/effect/spawner/random/structure/billboard/nanotrasen, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"axM" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Atmospherics - West" - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"axS" = ( -/obj/structure/fence/cut/large{ +"axN" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) "axX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1476,42 +1529,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/lobby) -"ayb" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Central Hallway North" - }, -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 32 - }, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 24 - }, -/obj/structure/sign/directions/command{ - pixel_y = 40 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"aym" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +"ayg" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 }, /obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/textured, -/area/station/security/brig) -"ayn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Service - Botany Lower Entrance"; + dir = 9 }, -/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/maintenance/port/lesser) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "ayq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ cycle_id = "atmos-entrance" @@ -1532,6 +1560,26 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"ayI" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"ayR" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/stamp/head/cmo, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "azf" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -1571,38 +1619,52 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"azU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "robotics"; - name = "Robotics Lab Shutters" +"azG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/door/firedoor, -/obj/structure/desk_bell{ - pixel_x = 7 +/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/starboard/lesser) +"azN" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 5; + pixel_y = -2 }, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Robotics Desk"; - req_access = list("robotics") +/obj/item/tank/internals/emergency_oxygen{ + pixel_y = 3 }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"aAc" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"azV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"aAp" = ( -/obj/effect/spawner/random/structure/grille, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"aAf" = ( +/obj/machinery/incident_display/delam, +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"aAl" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/mechbay) "aAv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1611,22 +1673,24 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"aAE" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 +"aAF" = ( +/turf/open/floor/iron, +/area/mine/production) +"aAZ" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -6 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) +/area/station/service/bar) "aBf" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/engine{ @@ -1637,24 +1701,39 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/lobby) -"aBy" = ( -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 +"aBi" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine" }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"aBE" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/station/science/explab) -"aBQ" = ( -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aBw" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"aBR" = ( +/turf/open/genturf/blue, +/area/icemoon/surface/outdoors/noruins) +"aBT" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) +"aBX" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "aCb" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -1676,17 +1755,10 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"aCl" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) +"aCk" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/station/command/meeting_room) "aCo" = ( /obj/structure/chair/wood{ dir = 8 @@ -1699,53 +1771,89 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"aCB" = ( -/turf/open/lava/plasma/ice_moon, -/area/icemoon/surface/outdoors/nospawn) "aCH" = ( /obj/item/toy/plush/lizard_plushie/space/green{ name = "Ruins-The-Analog" }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"aCJ" = ( -/obj/structure/sign/poster/official/random/directional/east, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"aDo" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/service/library) -"aDx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"aCU" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/port/fore) -"aDB" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/maintenance/port/greater) +"aCX" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"aDe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"aDi" = ( +/obj/structure/closet/crate{ + name = "Le Caisee D'abeille" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"aDG" = ( -/obj/machinery/vending/cart, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"aDI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/queen_bee/bought, +/obj/item/clothing/suit/hooded/bee_costume, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/north, +/obj/item/seeds/sunflower, +/obj/effect/spawner/random/food_or_drink/seed, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"aDo" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/service/library) +"aDr" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) +"aDt" = ( +/obj/item/chair/stool/bar{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aDy" = ( +/obj/machinery/light/directional/south, +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "aDJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1753,15 +1861,6 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron/dark/side, /area/station/security/prison) -"aDN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/hallway/secondary/entry) "aDZ" = ( /obj/structure/sign/warning/secure_area/directional/east, /obj/machinery/door/firedoor, @@ -1772,12 +1871,21 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/command/bridge) -"aEd" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"aEl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner, +/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/morgue) "aEA" = ( /obj/structure/rack, /obj/item/clothing/mask/gas, @@ -1791,15 +1899,16 @@ dir = 1 }, /area/station/command/heads_quarters/rd) +"aEG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "aEM" = ( /obj/structure/sign/departments/cargo, /turf/closed/wall/r_wall, /area/station/cargo/warehouse) -"aEU" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/structure/cable, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) "aFg" = ( /obj/machinery/button/door/directional/east{ id = "lawyer_blast"; @@ -1819,75 +1928,56 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) -"aFj" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/icemoon, -/area/station/science/ordnance/bomb) "aFt" = ( /obj/machinery/dna_scannernew, /turf/open/floor/iron/dark, /area/station/science/genetics) "aFx" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/eva{ + pixel_y = 9 }, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white/side{ - dir = 1 +/obj/item/clothing/shoes/winterboots/ice_boots/eva{ + pixel_x = -2; + pixel_y = 4 }, -/area/mine/living_quarters) +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/gloves/color/grey/protects_cold, +/obj/item/clothing/mask/gas, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/iron/textured, +/area/station/ai_monitored/command/storage/eva) +"aFz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "aFG" = ( /obj/structure/railing/corner{ dir = 1 }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"aFJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"aFH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/green/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"aFN" = ( /obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 + dir = 10 }, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"aFR" = ( -/obj/structure/table/glass, -/obj/machinery/microwave/engineering/cell_included, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 +/area/station/service/hydroponics/garden) +"aFJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, /turf/open/floor/iron/white, -/area/station/medical/break_room) -"aFX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/mine/laborcamp) -"aGf" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) +/area/station/science/xenobiology) "aGr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/directional/east{ @@ -1900,6 +1990,22 @@ /obj/machinery/telecomms/processor/preset_two, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"aGE" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Apiary" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/hydroponics) "aGF" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -1914,18 +2020,10 @@ /turf/open/floor/iron, /area/station/cargo/office) "aGV" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/siding/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar" - }, -/turf/open/floor/iron, -/area/station/service/bar) +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/fore) "aGW" = ( /obj/machinery/door/airlock/highsecurity{ name = "Labor Camp Monitoring" @@ -1945,9 +2043,28 @@ }, /turf/open/floor/plating, /area/station/science/xenobiology) +"aHC" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/cargo/office) "aHT" = ( /turf/closed/wall, /area/station/security/checkpoint/science) +"aHW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"aHZ" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "aIe" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel" @@ -1988,34 +2105,6 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"aIK" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/sign/poster/official/random/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage) -"aIN" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - dir = 8; - id = "Cell 3"; - name = "Cell 3" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/security/brig) -"aIO" = ( -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "aIU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -2026,12 +2115,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"aJi" = ( -/obj/item/paper/fluff/jobs/security/beepsky_mom, -/obj/machinery/light/small/dim/directional/east, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/maintenance/fore) "aJm" = ( /obj/structure/cable, /obj/machinery/door/window/left/directional/east{ @@ -2064,39 +2147,53 @@ /obj/item/lighter/greyscale, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/department/medical/morgue) +"aJz" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/science/ordnance/office) "aJA" = ( /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/hallway/primary/port) -"aJB" = ( -/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/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) "aJG" = ( /obj/machinery/light/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"aJL" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage) "aJN" = ( /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"aJQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aJW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "aJX" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -2120,6 +2217,11 @@ /obj/machinery/light/directional/south, /turf/open/floor/carpet, /area/station/security/detectives_office) +"aKq" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) "aKs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2137,13 +2239,12 @@ /obj/structure/cable, /turf/open/floor/iron/white/textured, /area/station/security/medical) -"aKG" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/fore) +"aKw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "aKI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -2152,45 +2253,23 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"aKK" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) -"aLp" = ( -/obj/machinery/button/door/directional/east{ - id = "pharmacy_shutters2"; - name = "Pharmacy Shutter Control"; - req_access = list("pharmacy") - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"aLs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Break Room" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"aLy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/turf_decal/tile/brown/half{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/book/bible, +/obj/structure/altar_of_gods, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aLz" = ( +/obj/machinery/conveyor{ + id = "garbage" }, -/obj/effect/turf_decal/tile/blue/half{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron/large, -/area/station/medical/break_room) +/turf/open/floor/plating, +/area/station/maintenance/disposal) "aLA" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -2200,12 +2279,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) -"aLG" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/clothing/head/costume/fancy, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) "aLJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -2214,28 +2287,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"aLK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "aLM" = ( /obj/machinery/shower/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"aLS" = ( -/obj/machinery/modular_computer/preset/engineering, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) +"aLO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "aLV" = ( /obj/machinery/bluespace_vendor/directional/south, /turf/open/floor/iron, @@ -2268,17 +2331,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"aMd" = ( -/obj/machinery/door/window/left/directional/east{ - icon_state = "right"; - name = "Incoming Mail"; - req_access = list("shipping") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) "aMr" = ( /obj/structure/chair/office{ dir = 4 @@ -2292,18 +2344,13 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) -"aMy" = ( -/obj/machinery/door/window/left/directional/east{ - name = "Fitness Ring" - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/white{ - dir = 6 +"aMs" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +/turf/open/floor/iron, +/area/station/tcommsat/computer) "aME" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2316,34 +2363,10 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"aMN" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"aMO" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/engineering/atmos) "aMP" = ( /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"aMR" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) -"aMX" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "aNc" = ( /obj/structure/fence{ dir = 4 @@ -2351,12 +2374,6 @@ /obj/structure/sign/nanotrasen, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"aNg" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/mine/production) "aNq" = ( /obj/effect/turf_decal/caution/stand_clear, /obj/effect/turf_decal/siding/dark_blue, @@ -2386,13 +2403,23 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plating, /area/mine/eva/lower) -"aNP" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/firealarm/directional/north, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, +"aNQ" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/biogenerator, /turf/open/floor/iron, -/area/station/command/heads_quarters/rd) +/area/station/service/hydroponics) +"aOa" = ( +/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/disposal) "aOd" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -2403,22 +2430,14 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/mine/eva) -"aOA" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/command/heads_quarters/rd) -"aOD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"aOz" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "aOE" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ @@ -2440,18 +2459,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white/textured, /area/station/security/medical) -"aOV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk/multiz/down{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "aOX" = ( /turf/open/floor/engine/co2, /area/station/engineering/atmos) +"aPa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Service - Electrical Maintenace Lower" + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/lesser) "aPd" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Entrance" @@ -2481,53 +2500,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"aPn" = ( -/obj/structure/plaque/static_plaque/golden/commission/icebox{ - pixel_y = 29 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"aPo" = ( -/obj/structure/cable, -/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 = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"aPr" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/structure/sign/warning/no_smoking/directional/north, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "aPD" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage_shared) -"aPI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals" - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +"aPK" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) "aPM" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2537,26 +2515,46 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"aPN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) "aPV" = ( /obj/effect/spawner/random/trash/mess, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"aPW" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "aQe" = ( /obj/item/clothing/shoes/jackboots, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"aQj" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/vending/hydronutrients, -/turf/open/floor/iron, -/area/station/service/hydroponics) +"aQi" = ( +/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/oil, +/turf/open/floor/plating, +/area/station/maintenance/fore) "aQn" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -2566,6 +2564,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/science/ordnance) +"aQy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random/fullysynthetic{ + pixel_x = 10; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/stone, +/area/mine/eva/lower) "aQJ" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -2588,23 +2596,21 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"aRf" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) +"aQZ" = ( +/obj/machinery/vending/drugs, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "aRj" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"aRk" = ( -/obj/structure/tank_holder/extinguisher, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, +"aRl" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/smartfridge/extract/preloaded, /turf/open/floor/iron, -/area/station/hallway/primary/aft) +/area/station/science/xenobiology) "aRm" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -2624,6 +2630,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"aRr" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/bed/medical/anchored{ + dir = 8 + }, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) "aRt" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 4 @@ -2640,6 +2662,14 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"aRA" = ( +/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/plating, +/area/station/maintenance/starboard/fore) "aRD" = ( /obj/structure/sign/warning/secure_area/directional/west, /obj/machinery/porta_turret/ai{ @@ -2664,15 +2694,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/large, /area/station/engineering/atmos/storage/gas) -"aSc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"aRX" = ( +/obj/machinery/light_switch/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Vacant Commissary" + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "aSe" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -2680,36 +2712,15 @@ }, /turf/open/floor/glass/reinforced, /area/station/engineering/atmos/pumproom) -"aSf" = ( -/obj/structure/fence/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) "aSh" = ( /obj/effect/turf_decal/loading_area{ dir = 4 }, /turf/open/floor/iron, /area/station/cargo/lobby) -"aSm" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/suit/hazardvest, -/obj/item/multitool, -/obj/effect/spawner/random/maintenance, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "aSo" = ( /turf/closed/wall, /area/station/medical/medbay/aft) -"aSr" = ( -/obj/machinery/incident_display/delam, -/turf/closed/wall/r_wall, -/area/station/command/bridge) "aSu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2721,6 +2732,25 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"aSC" = ( +/obj/structure/window/spawner/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"aSH" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) +"aSI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "aSS" = ( /obj/effect/turf_decal/trimline/dark_red/end, /obj/machinery/meter, @@ -2742,6 +2772,14 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"aTl" = ( +/obj/structure/disposalpipe/sorting/mail, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/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/plating, +/area/station/maintenance/starboard/fore) "aTp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -2753,6 +2791,30 @@ /obj/structure/displaycase/captain, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"aTA" = ( +/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/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"aTE" = ( +/obj/structure/table/reinforced, +/obj/machinery/light_switch/directional/east, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/medical/chem_storage) "aTG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -2775,19 +2837,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"aTV" = ( -/obj/structure/closet/secure_closet/bar, -/obj/machinery/firealarm/directional/north{ - pixel_x = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/light_switch/directional/north{ - pixel_x = -5; - pixel_y = 28 - }, -/obj/item/vending_refill/cigarette, -/turf/open/floor/wood/parquet, -/area/station/service/bar/backroom) +"aTT" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "aTZ" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 4 @@ -2800,12 +2854,29 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"aUh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"aUa" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment, +/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/neutral/half/contrasted{ + dir = 8 }, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/fitness) +"aUi" = ( +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/wallet, +/obj/item/storage/wallet, +/turf/open/floor/iron, +/area/station/commons/locker) "aUj" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage) @@ -2817,13 +2888,12 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"aUr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new/corner, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +"aUm" = ( +/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/fore) "aUA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -2839,19 +2909,6 @@ /obj/structure/sign/departments/maint/alt, /turf/closed/wall, /area/station/maintenance/department/medical/morgue) -"aUE" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/book/manual/wiki/cytology{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/biopsy_tool{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/structure/table, -/turf/open/floor/iron/grimy, -/area/station/security/prison/work) "aUK" = ( /obj/machinery/camera/directional/west{ c_tag = "Engineering Equipment Storage" @@ -2881,6 +2938,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"aVb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "aVe" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Station Maintenance" @@ -2889,12 +2954,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"aVg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) "aVi" = ( /obj/effect/decal/cleanable/generic, /turf/open/floor/plating, @@ -2907,32 +2966,36 @@ }, /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) +"aVp" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Mining B-1 Crater Observatory Access" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/mine/living_quarters) "aVq" = ( /obj/structure/ore_box, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"aVs" = ( +"aVw" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"aVt" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "aVF" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/textured, +/area/station/security/brig) "aVH" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/tile/blue/half/contrasted, @@ -2997,17 +3060,6 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/security/armory/upper) -"aWs" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"aWw" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/station/service/chapel) "aWD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -3020,14 +3072,13 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"aWH" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/white/side{ - dir = 9 +"aWN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 }, -/area/station/science/lab) +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "aWV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -3039,47 +3090,27 @@ /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp/security) -"aWY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"aXp" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/commons/storage/mining) -"aXF" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 +/obj/machinery/button/door/directional/west{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_y = 4 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"aXH" = ( -/obj/item/toy/snowball{ - pixel_x = 9; - pixel_y = 1 +/obj/machinery/button/door/directional/west{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_y = -6 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"aXM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"aXU" = ( -/obj/structure/closet/emcloset, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/light/cold/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"aXV" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 - }, -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/area/station/maintenance/starboard/fore) +"aXD" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/light/warm/directional/north, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron, +/area/station/service/bar) "aXY" = ( /obj/structure/rack, /obj/item/circuitboard/machine/monkey_recycler, @@ -3100,24 +3131,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/mining) -"aYr" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "mining_internal" - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/mine/production) -"aYv" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/obj/structure/microscope, -/turf/open/floor/iron/grimy, -/area/station/security/prison/work) "aYJ" = ( /turf/open/floor/iron/white, /area/station/science/research) @@ -3134,9 +3147,31 @@ /obj/item/bikehorn/rubberducky/plasticducky, /turf/open/floor/iron/freezer, /area/mine/laborcamp) +"aYW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "aZd" = ( /turf/open/floor/plating, /area/station/medical/virology) +"aZj" = ( +/obj/item/flashlight/flare/candle{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/book{ + name = "Tales from the First"; + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/wood, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "aZk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -3163,24 +3198,46 @@ /obj/structure/tank_holder/oxygen, /turf/open/floor/iron, /area/station/tcommsat/computer) +"aZD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "aZH" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 8 }, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) +"aZK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/spawner/random/entertainment/cigarette_pack{ + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/soda_cans/sol_dry{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "aZL" = ( /obj/item/kirbyplants/random, /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/service/chapel) -"aZO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "aZV" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -3196,6 +3253,11 @@ dir = 8 }, /area/station/engineering/atmos/storage/gas) +"aZY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "baf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3205,30 +3267,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/storage) -"bag" = ( -/obj/machinery/light/directional/north, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "bai" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"baj" = ( -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Chapel Maintenance External Airlock"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "bam" = ( /turf/open/floor/carpet/red, /area/station/commons/vacant_room/office) @@ -3239,32 +3281,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"baw" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Psychology Office"; - name = "Psychology Office Fax Machine" - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/psychology) -"bax" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ +"bar" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/locker) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "baA" = ( /obj/structure/cable, /obj/machinery/camera/directional/east{ @@ -3277,13 +3301,17 @@ /obj/effect/spawner/random/engineering/atmospherics_portable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"baO" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"baF" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/machinery/requests_console/directional/north{ + department = "Science"; + name = "Science Requests Console" }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "baQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ dir = 4 @@ -3306,29 +3334,9 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"bba" = ( -/obj/item/stack/medical/mesh, -/obj/item/wrench/medical, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/table/glass, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/cryo) -"bbc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "bbo" = ( /turf/open/floor/iron, /area/station/construction) -"bbp" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "bbr" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -3349,16 +3357,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"bby" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/office) -"bbP" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, +"bbM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/commons/storage/tools) +/area/station/hallway/primary/starboard) "bbQ" = ( /obj/structure/chair{ dir = 4 @@ -3374,6 +3379,12 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) +"bca" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "bcm" = ( /obj/machinery/camera/directional/east{ c_tag = "Security - Lower Brig Cells"; @@ -3386,24 +3397,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) -"bcn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 1 - }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"bcs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/green/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) "bcx" = ( /obj/machinery/door/airlock/maintenance{ name = "Quartermaster Office Maintenance" @@ -3417,20 +3410,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"bcE" = ( +/obj/structure/rack, +/obj/item/wirecutters, +/obj/item/screwdriver, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/xenobiology) "bcN" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/central) -"bcQ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting Equipment" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "bcT" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -3438,9 +3431,34 @@ }, /turf/open/floor/iron/checker, /area/station/commons/storage/emergency/port) +"bcV" = ( +/obj/effect/spawner/random/trash/mess, +/obj/structure/disposalpipe/segment, +/obj/structure/railing/corner/end, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "bde" = ( /turf/open/floor/plating, /area/station/cargo/storage) +"bdm" = ( +/obj/structure/ladder{ + name = "chemistry lab access" + }, +/obj/effect/turf_decal/stripes/end, +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Chemistry Lab Access Hatch"; + req_access = list("plumbing") + }, +/obj/structure/sign/departments/chemistry/directional/north, +/obj/structure/sign/warning/no_smoking{ + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/yellow/full, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/treatment_center) "bdo" = ( /obj/structure/table/wood, /obj/item/food/grown/poppy{ @@ -3457,6 +3475,28 @@ /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"bdt" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_y = 8; + pixel_x = -5 + }, +/obj/item/storage/box/beakers{ + pixel_y = 5; + pixel_x = -9 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "bdu" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/door/airlock/external{ @@ -3478,37 +3518,67 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"bdF" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/clothing/suit/hooded/wintercoat{ - pixel_x = -5 - }, -/obj/item/clothing/suit/hooded/wintercoat/security{ - pixel_x = 5 +"bdG" = ( +/obj/machinery/door/window/left/directional/east{ + icon_state = "right"; + name = "Incoming Mail"; + req_access = list("shipping") }, -/obj/item/clothing/suit/hooded/wintercoat/security{ - pixel_x = 5 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/clothing/suit/hooded/wintercoat/security{ - pixel_x = 5 +/turf/open/floor/plating, +/area/station/cargo/sorting) +"bdI" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +/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/starboard/lesser) +"bdJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) "bdK" = ( /obj/effect/turf_decal/tile/green{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"bdQ" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/office) "bdR" = ( /obj/machinery/telecomms/server/presets/command, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"bdS" = ( +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/wood, +/area/station/service/library) "bea" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating/icemoon, @@ -3522,24 +3592,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"beo" = ( -/obj/machinery/button/elevator/directional/north{ - id = "publicElevator" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "publicElevator" - }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - req_access = null; - transport_linked_id = "publicElevator" - }, -/turf/open/floor/iron/dark, -/area/mine/storage) "bep" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) +"beB" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/fakemoustache, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/clothing/glasses/monocle, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "beO" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -3552,14 +3616,10 @@ /obj/structure/sign/painting/large, /turf/open/floor/wood, /area/station/security/prison/rec) -"beT" = ( -/obj/item/food/grown/potato{ - pixel_y = 4 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"beU" = ( +/obj/machinery/light/cold/directional/west, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "beZ" = ( /turf/closed/indestructible/riveted{ desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; @@ -3585,11 +3645,18 @@ /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, /area/mine/eva/lower) -"bfB" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/filingcabinet, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) +"bfr" = ( +/obj/structure/flora/tree/pine/style_random{ + pixel_x = -15 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"bfK" = ( +/obj/structure/fence/cut/large{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "bfL" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -3622,6 +3689,11 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"bfR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/stone, +/area/station/commons/lounge) "bfU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -3629,12 +3701,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"bgd" = ( -/obj/structure/reagent_dispensers/plumbed{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "bgs" = ( /obj/structure/sign/poster/random/directional/east, /obj/structure/cable, @@ -3679,10 +3745,26 @@ }, /turf/open/floor/iron/large, /area/station/command/gateway) -"bgJ" = ( -/obj/structure/fence, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"bgK" = ( +/obj/structure/table, +/obj/item/toner, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/effect/spawner/random/bureaucracy/birthday_wrap, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"bgN" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig/entrance) "bgU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/brown{ @@ -3701,50 +3783,31 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"bhb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"bhd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"bhj" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "bhk" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"bhs" = ( -/obj/effect/turf_decal/siding/wood, -/obj/item/kirbyplants/random/fullysynthetic{ - pixel_x = -8; - pixel_y = 21 +"bhp" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/stone, -/area/mine/eva/lower) +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"bht" = ( +/obj/structure/closet/lasertag/red, +/obj/effect/spawner/random/contraband/permabrig_gear, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/workout) "bhw" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -3754,6 +3817,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) +"bhV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "bie" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -3769,6 +3842,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"bin" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/flashlight, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/mine/living_quarters) "bit" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -3787,20 +3873,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/engine, /area/station/science/xenobiology) -"biL" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Bridge East Access" - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"biN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "biR" = ( /obj/structure/table/glass, /obj/item/storage/box/beakers{ @@ -3823,12 +3895,6 @@ /obj/machinery/duct, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"biX" = ( -/obj/machinery/status_display/evac/directional/west, -/obj/item/kirbyplants/random, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "biY" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port/fore) @@ -3855,40 +3921,34 @@ /area/station/engineering/supermatter/room) "bjm" = ( /obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 8; - name = "Medbay Monitor"; - network = list("medbay"); - pixel_y = 4 - }, /obj/structure/reagent_dispensers/wall/peppertank/directional/east, /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"bjn" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 11"; - req_access = list("xenobiology") - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio11"; - name = "Xenobio Pen 11 Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "bjp" = ( /turf/open/floor/iron/dark/textured_edge{ dir = 4 }, /area/station/security/prison) -"bjE" = ( -/obj/machinery/vending/games, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood, -/area/station/service/library) +"bjt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/smartfridge/organ, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bjv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/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/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "bjN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -3896,25 +3956,18 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron/dark, /area/mine/mechbay) -"bjO" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Backroom" +"bjQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/bar/backroom) +/turf/open/floor/iron/large, +/area/station/commons/locker) "bjU" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"bjZ" = ( -/obj/structure/kitchenspike, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "bkg" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/north, @@ -3924,16 +3977,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) -"bkq" = ( -/obj/machinery/door/window/left/directional/east{ - dir = 8; - name = "Graveyard Access"; - req_access = list("chapel_office") - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) "bkr" = ( /obj/structure/cable, /turf/open/floor/iron/dark, @@ -3953,22 +3996,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/science/explab) -"bkK" = ( -/obj/machinery/requests_console/auto_name/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/iron, -/area/station/commons/locker) -"bkQ" = ( -/obj/structure/fence/cut/large{ +"bkI" = ( +/obj/machinery/door/window/left/directional/west{ + dir = 2; + name = "Atmospherics Delivery"; + req_access = list("atmospherics") + }, +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/iron/textured_half{ dir = 1 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"bkR" = ( -/obj/structure/sign/warning/test_chamber/directional/south, -/turf/open/floor/engine, -/area/station/science/genetics) +/area/station/engineering/atmos/storage/gas) "bkS" = ( /obj/machinery/bci_implanter, /turf/open/floor/iron/white/side{ @@ -4008,6 +4052,18 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/sepia, /area/station/service/library) +"blc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) "blf" = ( /obj/structure/railing/corner{ dir = 1 @@ -4031,12 +4087,20 @@ "bln" = ( /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"blq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +"blu" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/service/hydroponics) +"blA" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/west, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "blO" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -4047,85 +4111,55 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) +"blU" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/machinery/requests_console/directional/south{ + department = "Chemistry"; + name = "Chemistry Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "blV" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/wood, /area/station/service/library) -"bmf" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"bmp" = ( -/obj/structure/stairs/west, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"bmv" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"bmw" = ( -/obj/item/kirbyplants/random/dead, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"bmx" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/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{ +"bmc" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ +/obj/effect/turf_decal/siding/white{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_half{ +/turf/open/floor/iron, +/area/station/service/hydroponics) +"bml" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/area/station/medical/morgue) -"bmz" = ( -/obj/machinery/door/firedoor, -/obj/structure/sign/warning/electric_shock/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) -"bmB" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 - }, -/turf/closed/wall, -/area/station/service/hydroponics) -"bmE" = ( +/turf/open/floor/iron/white, +/area/mine/laborcamp) +"bmv" = ( /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "bmM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"bmO" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/corner, -/area/station/command/heads_quarters/rd) "bmT" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 9 @@ -4141,25 +4175,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/medical/medbay/aft) -"bng" = ( -/obj/structure/table/wood, -/obj/item/plate, -/obj/effect/spawner/random/trash/bacteria, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) -"bnh" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 7"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "Xenobio Pen 7 Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) "bnl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -4199,18 +4214,15 @@ /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) "bnJ" = ( -/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 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" }, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/plating, +/area/station/service/hydroponics) "bnL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/airlock/maintenance_hatch, @@ -4227,90 +4239,64 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) -"bnV" = ( -/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, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"bnW" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"bnY" = ( -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/machinery/light/small/dim/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "bnZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{ dir = 1 }, /turf/open/floor/iron, /area/station/science/ordnance) +"bod" = ( +/obj/structure/closet/crate/wooden, +/obj/item/camera_film{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/camera, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/the_griffin/directional/south, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"boh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "bol" = ( /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"bop" = ( -/obj/effect/spawner/random/trash/moisture_trap, -/obj/item/reagent_containers/cup/bucket, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "bos" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"boK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cart Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, -/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, -/obj/structure/barricade/wooden/snowed, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"boL" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/commons/locker) -"boP" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/directional/south, -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +"boO" = ( +/obj/structure/chair/sofa/left/brown{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/storage_shared) +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) "boQ" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/central) -"boV" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 +"boS" = ( +/obj/structure/disposaloutlet{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 10 +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "bpd" = ( /obj/machinery/power/smes/engineering, /obj/effect/turf_decal/delivery, @@ -4324,6 +4310,15 @@ /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, /area/station/command/bridge) +"bpm" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "bpn" = ( /obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 @@ -4343,17 +4338,22 @@ dir = 8 }, /area/station/science/research) -"bpG" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/griddle, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +"bpK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "bpL" = ( /obj/structure/noticeboard/directional/west, /turf/open/floor/engine/cult, /area/station/service/library) +"bpQ" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) "bpR" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, @@ -4375,24 +4375,39 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) +"bpZ" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/chem_dispenser, +/turf/open/floor/glass/reinforced, +/area/station/medical/treatment_center) "bqe" = ( /obj/structure/grille, /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"bqn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +"bqr" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/icemoon, +/area/station/science/ordnance/bomb) "bqt" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat/hallway) +"bqx" = ( +/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, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"bqD" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "bqF" = ( /obj/structure/chair{ dir = 4 @@ -4407,32 +4422,6 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, /area/station/security/brig/upper) -"bqH" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"bqJ" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"bqX" = ( -/obj/structure/railing, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/structure/cable, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "bqY" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/two, @@ -4440,20 +4429,26 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) -"brf" = ( -/obj/structure/table, -/obj/item/newspaper, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, +"brj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/area/station/hallway/primary/starboard) "bro" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat_interior) +"brp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "brt" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron/dark, @@ -4467,6 +4462,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/checkpoint/engineering) +"brJ" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/prison/visit) "brL" = ( /obj/structure/railing/corner{ dir = 8 @@ -4475,6 +4475,18 @@ dir = 5 }, /area/station/service/chapel) +"brM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"brU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "brY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -4487,33 +4499,61 @@ }, /turf/open/floor/plating, /area/mine/eva/lower) -"bsc" = ( -/obj/structure/table, -/obj/structure/cable, -/obj/item/clothing/head/beanie/red, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +"bsd" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/sign/poster/official/obey/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, +/obj/machinery/light/small/dim/directional/west, /turf/open/floor/iron, -/area/mine/laborcamp/security) +/area/mine/laborcamp) "bse" = ( /obj/effect/spawner/random/trash/mess, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"bsi" = ( +/obj/effect/decal/cleanable/dirt, +/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 = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "bst" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, /turf/open/floor/iron/dark, /area/mine/storage) -"bsu" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 +"bsB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/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/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) +"bsE" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) "bsG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research/glass{ @@ -4541,39 +4581,20 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"bsR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/structure/cable, +"bsO" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/item/wrench, +/obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"bsV" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/area/station/maintenance/port/greater) "bta" = ( /obj/structure/chair/sofa/bench/right{ dir = 8 }, /turf/open/floor/iron, /area/station/security/prison/mess) -"btf" = ( -/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) "btg" = ( /obj/machinery/door/airlock/maintenance{ name = "Atmospherics Maintenance" @@ -4584,60 +4605,89 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"bti" = ( +"btm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) -"btq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) +/obj/structure/sign/warning/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"bts" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/construction) "btB" = ( /obj/structure/table, /obj/item/flashlight/lantern, /turf/open/floor/plating, /area/mine/eva/lower) "btC" = ( -/obj/item/toy/cards/deck{ - pixel_x = -9; - pixel_y = 13 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"btI" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Armory - Internal - Lower" +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/main) +"btG" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/obj/structure/rack, -/obj/item/storage/toolbox/drone, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) -"btQ" = ( -/obj/machinery/modular_computer/preset/curator{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 8 }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/station/service/library) +/turf/open/floor/iron, +/area/station/commons/locker) +"btH" = ( +/obj/effect/turf_decal/siding/white/end{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/bowl{ + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bowl{ + pixel_y = 8; + pixel_x = 3 + }, +/obj/item/food/grown/eggplant{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/food/grown/mushroom/chanterelle{ + pixel_y = 3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "btU" = ( /turf/closed/wall, /area/station/medical/morgue) -"bue" = ( +"btW" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bub" = ( +/obj/machinery/vending/cola/red, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"bum" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/storage_shared) "buo" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /obj/effect/spawner/structure/window/reinforced, @@ -4646,12 +4696,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"bup" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/mob/living/basic/parrot/poly, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "buv" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ color = "#ff0000"; @@ -4660,17 +4704,20 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"buS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +"buF" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 1 }, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"buM" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood/large, +/area/station/service/bar) "buW" = ( /obj/structure/lattice, /obj/structure/sign/warning/directional/south, @@ -4694,6 +4741,21 @@ }, /turf/open/openspace, /area/station/medical/treatment_center) +"bvg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "bvj" = ( /obj/structure/table, /obj/item/paper_bin, @@ -4701,17 +4763,17 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/mine/laborcamp/security) +"bvq" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "bvr" = ( /obj/machinery/light_switch/directional/west, /obj/machinery/autolathe, /turf/open/floor/iron, /area/station/cargo/office) -"bvs" = ( -/obj/structure/table, -/obj/item/clothing/suit/apron/chef, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "bvE" = ( /obj/machinery/computer/monitor{ name = "bridge power monitoring console" @@ -4738,16 +4800,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/department/medical/morgue) +"bvW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "bvY" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 4 - }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/security/brig/upper) "bwe" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/virology{ @@ -4786,12 +4849,18 @@ }, /turf/open/floor/wood, /area/station/service/library) -"bwr" = ( -/obj/machinery/light_switch/directional/east, +"bwn" = ( +/obj/effect/turf_decal/tile/blue, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "bwt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/yellow, @@ -4801,11 +4870,6 @@ /obj/structure/bookcase/random/religion, /turf/open/floor/wood, /area/station/service/library) -"bwL" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) "bwM" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -4827,6 +4891,20 @@ }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"bxd" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/mine/production) "bxe" = ( /turf/closed/wall/r_wall, /area/station/maintenance/solars/starboard/fore) @@ -4864,24 +4942,20 @@ dir = 5 }, /area/station/maintenance/port/aft) -"bxW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/mine/laborcamp) "bxX" = ( /obj/structure/chair/stool/directional/north, /obj/structure/sign/poster/official/report_crimes/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"byk" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"byd" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/light_switch/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Customs Security Checkpoint" + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "byl" = ( /obj/machinery/conveyor{ dir = 4; @@ -4895,6 +4969,20 @@ }, /turf/open/floor/plating, /area/station/cargo/sorting) +"byn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/bitrunner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) "byq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -4904,6 +4992,12 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/security/prison/safe) +"byv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/trash/semki, +/obj/item/trash/semki, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "byx" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/north, /obj/structure/cable, @@ -4940,23 +5034,29 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/central) -"bzh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance" +"bzg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"bzn" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 +/turf/open/floor/iron/white/corner{ + dir = 4 }, -/obj/machinery/light/directional/north, -/obj/structure/sign/poster/contraband/moffuchis_pizza/directional/east, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/area/station/hallway/secondary/entry) +"bzA" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/library) +"bzB" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "bzC" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -4986,12 +5086,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"bzN" = ( -/obj/structure/rack, -/obj/machinery/light_switch/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) "bzQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5001,6 +5095,19 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"bzS" = ( +/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 = 4 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "bzW" = ( /turf/open/floor/engine/plasma, /area/station/engineering/atmos) @@ -5015,18 +5122,24 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/carpet, /area/station/security/prison/rec) -"bAz" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/siding/dark_blue{ - dir = 8 +"bAo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/machinery/vending/wardrobe/coroner_wardrobe, -/obj/machinery/light/small/dim/directional/south, -/obj/effect/turf_decal/trimline/dark_blue/filled/line{ - dir = 8 +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/hallway/secondary/entry) +"bAB" = ( +/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, +/area/station/hallway/primary/port) "bAF" = ( /turf/open/floor/iron/chapel{ dir = 1 @@ -5038,32 +5151,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp/security) -"bAN" = ( -/obj/item/kirbyplants/fern, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"bAO" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/structure/cable, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/stock_parts/cell/emproof{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) "bAR" = ( /obj/machinery/duct, /obj/machinery/door/poddoor/preopen{ @@ -5093,45 +5180,20 @@ /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) "bBb" = ( -/obj/structure/closet/crate, -/obj/item/food/canned/beans, -/obj/item/food/canned/beans, -/obj/item/food/canned/beans, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = 7; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = 7; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = 7; - pixel_y = 6 +/obj/structure/railing{ + dir = 4 }, -/mob/living/basic/mouse/white, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"bBe" = ( -/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/green/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"bBn" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "permainner"; - name = "Permabrig Transfer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bBd" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/iron/dark/textured, -/area/station/security/execution/transfer) +/obj/effect/landmark/start/station_engineer, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/engineering/lobby) "bBw" = ( /obj/item/trash/sosjerky, /turf/open/floor/plating, @@ -5146,6 +5208,16 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"bBD" = ( +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/dorms) +"bBE" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "bBJ" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5158,29 +5230,10 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) -"bBP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "bBW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"bCb" = ( -/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/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) "bCc" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -5207,16 +5260,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/command/heads_quarters/cmo) -"bCl" = ( -/obj/machinery/door/firedoor, -/obj/effect/landmark/navigate_destination, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/commons/locker) "bCp" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5231,21 +5274,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"bCr" = ( -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Pharmacy Desk"; - req_access = list("pharmacy") - }, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/firedoor, -/obj/structure/sign/warning/fire/directional/west, -/obj/structure/table/reinforced, -/turf/open/floor/plating, -/area/station/medical/treatment_center) "bCs" = ( /obj/machinery/door/airlock/engineering{ name = "Construction Area" @@ -5264,34 +5292,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/medical/virology) -"bCy" = ( -/obj/structure/table/wood, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"bCD" = ( -/obj/structure/window/reinforced/spawner/directional/north, +"bCL" = ( /obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/engine, -/area/station/science/genetics) +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"bCN" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/grass, +/area/station/service/hydroponics) "bCQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/status_display/shuttle{ - pixel_x = -32; - shuttle_id = "arrival" - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "bCT" = ( /obj/effect/turf_decal/trimline/dark_red/arrow_ccw{ dir = 1 @@ -5317,36 +5331,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/command/bridge) -"bDc" = ( -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bDd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/workout) -"bDe" = ( -/obj/effect/turf_decal/siding/white/end{ - dir = 8 - }, -/obj/structure/table, -/obj/item/reagent_containers/cup/bowl{ - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bowl{ - pixel_y = 8; - pixel_x = 3 - }, -/obj/item/food/grown/eggplant{ - pixel_y = 5; - pixel_x = 5 - }, -/obj/item/food/grown/mushroom/chanterelle{ - pixel_y = 3 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "bDj" = ( /obj/machinery/light/warm/directional/south, /turf/open/floor/iron/dark/textured, @@ -5404,30 +5393,39 @@ }, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) +"bDR" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "bDX" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"bDZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"bEb" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security Post - Science"; - network = list("ss13","rd") +"bEa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"bEd" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor"; + pixel_x = -5; + pixel_y = 5 }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/light/directional/west, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/structure/railing/corner, +/obj/effect/turf_decal/box/corners{ dir = 8 }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, /turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) +/area/station/maintenance/disposal) "bEf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5459,16 +5457,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/white, /area/station/maintenance/aft/greater) -"bEp" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/wallet{ - pixel_y = 5; - pixel_x = 3 - }, -/obj/item/newspaper, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "bEz" = ( /obj/machinery/door/airlock/command/glass{ name = "Secure EVA Storage" @@ -5492,17 +5480,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"bEG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) "bEH" = ( /obj/structure/stairs/north{ dir = 4 @@ -5534,14 +5511,13 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"bFe" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +"bFm" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/landmark/blobstart, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "bFq" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -5556,18 +5532,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"bFH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"bFL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "bFS" = ( /obj/item/crowbar/red, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5592,6 +5556,15 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"bGf" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/waffles, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "bGm" = ( /obj/machinery/firealarm/directional/south, /obj/structure/filingcabinet/filingcabinet, @@ -5600,50 +5573,25 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"bGv" = ( -/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/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"bGy" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"bGr" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore) "bGA" = ( /obj/effect/spawner/structure/window, /obj/structure/sign/departments/xenobio/directional/south, /turf/open/floor/plating, /area/station/science/xenobiology) -"bGL" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +"bGP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/machinery/door/airlock/multi_tile/public/glass{ - dir = 4; - name = "Auxiliary Dock" +/turf/open/floor/iron/dark/side{ + dir = 1 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/area/mine/eva) "bGT" = ( /obj/machinery/light/directional/south, /obj/structure/closet/firecloset, @@ -5659,9 +5607,16 @@ dir = 4 }, /area/station/command/heads_quarters/rd) -"bHh" = ( -/turf/closed/mineral/random/snow/high_chance, -/area/icemoon/underground/unexplored/rivers/deep/shoreline) +"bHj" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/lesser) "bHu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -5671,13 +5626,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"bHy" = ( -/obj/structure/sign/warning/secure_area/directional/north, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "bHF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -5691,11 +5639,14 @@ }, /turf/open/floor/plating, /area/station/hallway/primary/fore) -"bHS" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) +"bHO" = ( +/obj/machinery/light_switch/directional/south{ + pixel_x = 6; + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "bHZ" = ( /obj/effect/spawner/random/trash/mess, /obj/effect/mapping_helpers/burnt_floor, @@ -5724,27 +5675,60 @@ dir = 4 }, /area/station/ai_monitored/command/storage/eva) -"bIs" = ( -/obj/structure/chair/stool/directional/east, -/obj/machinery/light/floor, -/turf/open/floor/iron/half{ - dir = 1 +"bId" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, -/area/station/engineering/atmos) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bIl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bIo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "bIt" = ( /obj/structure/rack, /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"bIv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/service) "bID" = ( /turf/closed/wall/r_wall, /area/station/engineering/lobby) +"bIL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console/directional/south{ + department = "Bridge"; + name = "Bridge Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "bIU" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -5764,6 +5748,18 @@ /obj/machinery/light/small/red/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"bJa" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "bJc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -5771,6 +5767,32 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/smooth, /area/mine/eva) +"bJe" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"bJg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"bJi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) +"bJj" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "bJp" = ( /obj/machinery/camera/directional/east{ c_tag = "Security - Permabrig Workout"; @@ -5790,9 +5812,13 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/mine/laborcamp) -"bJy" = ( -/turf/open/floor/stone, -/area/station/commons/lounge) +"bJB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "bJD" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ dir = 4 @@ -5819,21 +5845,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"bJZ" = ( -/obj/structure/table/wood, -/obj/item/pen/red{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/reagent_containers/cup/glass/mug/britcup{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/pen/blue{ - pixel_y = -2 - }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "bKm" = ( /obj/machinery/vending/assist, /obj/structure/sign/poster/random/directional/west, @@ -5850,6 +5861,31 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"bKw" = ( +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) +"bKA" = ( +/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/grunge{ + name = "Vacant Office A" + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/office) +"bKI" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "bKN" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Control" @@ -5864,16 +5900,28 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"bKZ" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/maintenance/port/aft) "bLb" = ( -/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{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/side, -/area/station/security/processing) +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/extinguisher, +/obj/item/clothing/suit/utility/fire/firefighter, +/obj/item/clothing/head/utility/hardhat/red, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore) "bLc" = ( /turf/open/floor/iron/dark/textured_edge{ dir = 1 @@ -5884,11 +5932,21 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) +"bLn" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet/locker) "bLq" = ( /obj/structure/cable, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/fore) +"bLs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_large, +/area/station/hallway/secondary/entry) "bLz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5920,6 +5978,14 @@ }, /turf/open/floor/iron/freezer, /area/mine/laborcamp) +"bLP" = ( +/obj/structure/sign/departments/botany/directional/east, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "bLQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/wood{ @@ -5927,34 +5993,10 @@ }, /turf/open/floor/wood, /area/station/service/library) -"bLU" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Laundry Room" - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) "bLW" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, /area/station/commons/vacant_room/commissary) -"bLX" = ( -/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, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/mine/eva/lower) "bLY" = ( /obj/structure/cable, /obj/machinery/duct, @@ -5966,6 +6008,11 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"bMb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "bMe" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -6001,46 +6048,6 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"bMJ" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) -"bMP" = ( -/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/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"bMR" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"bMT" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - icon_state = "left"; - name = "Pharmacy Desk"; - req_access = list("pharmacy") - }, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron, -/area/station/medical/pharmacy) "bMY" = ( /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) @@ -6064,16 +6071,23 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"bNx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"bNu" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/science/research) +"bNv" = ( +/obj/effect/turf_decal/siding/white/end{ 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, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "bNy" = ( /obj/item/toy/snowball{ pixel_x = 9; @@ -6081,17 +6095,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"bNA" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "bNE" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring" @@ -6114,6 +6117,19 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/cryo) +"bNK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"bOe" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/structure/chair/sofa/left/brown, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "bOg" = ( /obj/item/kirbyplants/random, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6127,8 +6143,11 @@ /turf/open/floor/plating, /area/station/maintenance/department/medical/central) "bOk" = ( -/turf/closed/wall/ice, -/area/icemoon/underground/explored/graveyard) +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/construction) "bOo" = ( /obj/effect/turf_decal/arrows/white{ dir = 4 @@ -6138,18 +6157,17 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"bOu" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "bOy" = ( -/obj/item/stack/rods/two, -/obj/item/stack/sheet/iron, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/machinery/camera/directional/east{ + c_tag = "Engineering Lobby" + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "bOz" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 @@ -6171,40 +6189,20 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"bOY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ - dir = 10 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"bPb" = ( -/obj/machinery/modular_computer/preset/cargochat/science{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 +"bOX" = ( +/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 = 6 }, -/turf/open/floor/iron, -/area/station/science/lab) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/fore) "bPc" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"bPe" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/security/courtroom) -"bPg" = ( -/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/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) "bPn" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -6229,6 +6227,15 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"bPs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "bPt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6259,20 +6266,23 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) -"bPL" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 1 +"bPS" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 8"; + req_access = list("xenobiology") }, -/obj/item/kirbyplants/organic/applebush, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"bPP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bPV" = ( +/obj/item/kirbyplants/random/dead, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "bPY" = ( /obj/machinery/atmospherics/pipe/multiz/pink/visible{ dir = 8; @@ -6285,6 +6295,13 @@ }, /turf/open/floor/iron/dark/diagonal, /area/station/engineering/atmos/storage) +"bQc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "bQd" = ( /obj/structure/fireaxecabinet/directional/south, /obj/structure/disposalpipe/segment{ @@ -6299,11 +6316,16 @@ dir = 1 }, /area/station/hallway/primary/starboard) -"bQr" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/food_cart, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) +"bQz" = ( +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "bQA" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -6328,6 +6350,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"bQW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "bRb" = ( /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, @@ -6341,28 +6369,30 @@ /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"bRi" = ( -/obj/effect/spawner/random/contraband/prison, -/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/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_half, -/area/station/security/prison/work) -"bRn" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, +"bRl" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"bRm" = ( +/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/cable, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bRn" = ( +/obj/machinery/computer/warrant, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "bRo" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -6382,12 +6412,6 @@ }, /turf/open/floor/plating, /area/mine/eva/lower) -"bRD" = ( -/obj/structure/bookcase/random, -/obj/structure/sign/poster/official/nanomichi_ad/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet/red, -/area/station/security/prison/work) "bRE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/status_display/evac/directional/south, @@ -6408,40 +6432,14 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"bRJ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/mine/laborcamp) -"bRO" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/atmos) -"bRW" = ( -/obj/machinery/shower/directional/east, -/obj/structure/sign/warning/gas_mask{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; - pixel_x = -29 - }, -/turf/open/floor/iron/smooth, -/area/mine/living_quarters) -"bRZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"bRY" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/engineering/transit_tube) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "bSk" = ( /obj/machinery/door/poddoor/preopen{ id = "Prison Gate"; @@ -6452,12 +6450,37 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) -"bSy" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/bar) +"bSm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"bSo" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/eighties/red, +/area/station/security/prison/safe) +"bSz" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"bSG" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/textured, +/area/station/engineering/atmos) "bSH" = ( /obj/effect/landmark/start/hangover, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6467,6 +6490,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"bSX" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/chair/sofa/right/brown, +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) "bTl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6487,13 +6515,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) -"bTB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "bTF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6502,16 +6523,13 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"bTI" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"bTQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "bUa" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6520,10 +6538,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"bUm" = ( -/obj/machinery/light/floor, -/turf/open/floor/carpet, -/area/station/service/library) "bUp" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -6540,36 +6554,30 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"bUK" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio5"; - name = "Xenobio Pen 5 Blast Door" - }, -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 5"; - req_access = list("xenobiology") - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"bVc" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ +"bUW" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "bVe" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/chemistry) +"bVi" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) +"bVn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "bVp" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/closet/secure_closet/medical3, @@ -6580,14 +6588,6 @@ /obj/item/clothing/gloves/latex/nitrile, /turf/open/floor/iron/dark, /area/station/medical/storage) -"bVt" = ( -/obj/machinery/computer/security, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) "bVv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6595,6 +6595,16 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/plating, /area/station/maintenance/central/lesser) +"bVI" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "bVJ" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -6618,6 +6628,15 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"bVY" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/soya, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "bVZ" = ( /obj/structure/sign/poster/contraband/the_big_gas_giant_truth, /turf/closed/wall, @@ -6635,6 +6654,12 @@ dir = 8 }, /area/station/security/prison) +"bWl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "bWn" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/command/storage/eva) @@ -6642,18 +6667,39 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/iron/dark, /area/station/service/chapel) -"bWA" = ( -/obj/structure/closet/secure_closet/hop, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +"bWr" = ( +/obj/machinery/door/airlock{ + name = "Bar" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, -/obj/item/radio/intercom/directional/west, +/area/station/service/bar) +"bWv" = ( +/obj/effect/turf_decal/siding/wideplating_new/light, +/obj/item/trash/bee, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/moth_piping/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/work) +"bWy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"bWB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/engineering/atmos) "bWK" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) @@ -6666,12 +6712,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"bWT" = ( -/obj/structure/fence/post{ - dir = 1 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "bWV" = ( /obj/structure/closet/crate, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -6688,6 +6728,18 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"bXi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) "bXl" = ( /obj/machinery/air_sensor/nitrous_tank, /turf/open/floor/engine/n2o, @@ -6703,40 +6755,44 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"bXy" = ( -/turf/open/openspace, -/area/station/ai_monitored/security/armory/upper) -"bXB" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiomain"; - name = "Containment Blast Door" +"bXx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"bXy" = ( +/turf/open/openspace, +/area/station/ai_monitored/security/armory/upper) "bXF" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/ai_all, /turf/open/floor/iron, /area/station/engineering/storage/tech) +"bXI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/bluespace_vendor/directional/south, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) "bXL" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/white, /area/station/science/research) -"bXM" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/newscaster/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security Post - Cargo" - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +"bXP" = ( +/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/white, +/area/station/medical/medbay/central) "bXT" = ( /obj/machinery/camera{ c_tag = "Medbay Storage"; @@ -6752,6 +6808,14 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/mine/mechbay) +"bYg" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/spawner/random/armory/laser_gun, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "bYm" = ( /obj/structure/chair/pew{ dir = 1 @@ -6774,6 +6838,16 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) +"bYz" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "bYB" = ( /obj/structure/table, /obj/item/storage/box/hug{ @@ -6851,32 +6925,23 @@ }, /turf/open/floor/iron/smooth_half, /area/station/command/heads_quarters/rd) -"bZf" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/obj/machinery/igniter/incinerator_atmos, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"bZk" = ( +"bZg" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/visit) -"bZm" = ( -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"bZu" = ( -/obj/effect/turf_decal/tile/blue, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"bZk" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/visit) "bZx" = ( /turf/open/openspace, /area/station/hallway/primary/fore) @@ -6905,112 +6970,30 @@ "bZQ" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/starboard) -"bZU" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "bZV" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"caj" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron, -/area/station/commons/fitness) -"cas" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"caA" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 8; - pixel_y = -32 - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -8; - req_access = list("hop") - }, -/obj/machinery/button/door/directional/south{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 8; - req_access = list("hop") - }, -/obj/machinery/button/ticket_machine{ - pixel_x = -8; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"caC" = ( -/obj/machinery/door/window/right/directional/south{ - dir = 8; - name = "Monkey Pen"; - req_access = list("genetics") - }, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/engine, -/area/station/science/genetics) -"caG" = ( -/obj/structure/table/glass, -/obj/item/toy/figure/cmo{ - pixel_x = -17; - pixel_y = -1 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) -"caI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"caH" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/trimline/brown/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"caS" = ( -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/large, +/area/station/hallway/primary/port) "caU" = ( /obj/structure/sign/warning/cold_temp/directional/south, /obj/structure/sign/warning/gas_mask/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"caX" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "caY" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -7027,28 +7010,31 @@ dir = 1 }, /area/mine/living_quarters) -"cbf" = ( -/obj/machinery/computer/mecha{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/keycard_auth/directional/south, -/obj/machinery/camera/autoname/directional/south{ - c_tag = "Research Director's Office"; - network = list("ss13","rd") - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "cbk" = ( /turf/open/floor/iron, /area/mine/mechbay) +"cbq" = ( +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Research Division" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/upper) "cbs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"cbz" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "cbF" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/door/poddoor/shutters/preopen{ @@ -7061,54 +7047,21 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"cbG" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/mine/eva) -"cbS" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar, -/obj/structure/disposalpipe/segment{ - dir = 4 +"cbP" = ( +/obj/machinery/button/door/directional/east{ + id = "xenobio9"; + layer = 4; + name = "Xenobio Pen 9 Blast DOors"; + req_access = list("xenobiology") }, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/lesser) +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "ccg" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"cck" = ( -/obj/structure/table/glass, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/item/reagent_containers/cup/bottle/epinephrine, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = 6 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) -"ccp" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/effect/landmark/start/hangover, -/obj/machinery/button/door/directional/south{ - id = "Dorm5"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) "ccr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7149,15 +7102,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"ccD" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +"ccB" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/obj/effect/mapping_helpers/mail_sorting/supply/disposals, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "ccQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -7167,6 +7119,17 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"ccS" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "ccT" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/dark/smooth_edge, @@ -7184,6 +7147,13 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/cafeteria, /area/station/command/heads_quarters/rd) +"ccX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/spawner/random/medical/patient_stretcher, +/obj/effect/decal/cleanable/blood/gibs/torso, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/security/prison/safe) "ccZ" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 6 @@ -7197,12 +7167,14 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"cde" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) +"cdg" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "cdl" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -7212,54 +7184,23 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"cdr" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, +"cdY" = ( +/obj/structure/cable, +/turf/open/floor/stone, +/area/station/commons/lounge) +"cea" = ( +/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/multi_tile/public/glass{ - name = "Laundry Room" +/obj/machinery/duct, +/obj/effect/turf_decal/siding/dark{ + dir = 9 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"cdu" = ( -/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"cdv" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cdI" = ( -/obj/machinery/mineral/stacking_unit_console{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Disposals" - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"ced" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "cef" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -7271,6 +7212,12 @@ /obj/structure/grille, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"ceo" = ( +/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) "cex" = ( /obj/machinery/computer/piratepad_control/civilian{ dir = 1 @@ -7305,6 +7252,26 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"ceS" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/smooth, +/area/mine/mechbay) +"ceY" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "Disposal Exit Vent" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/red/box, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "cfe" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -7331,13 +7298,6 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/fore/lesser) -"cfj" = ( -/obj/machinery/light/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/displaycase, -/obj/effect/turf_decal/tile/dark/fourcorners, -/turf/open/floor/iron, -/area/mine/living_quarters) "cfl" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -7353,6 +7313,22 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"cfp" = ( +/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) +"cfr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "cfC" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ @@ -7398,6 +7374,9 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) +"cgr" = ( +/turf/open/floor/iron/dark/smooth_half, +/area/station/service/hydroponics) "cgs" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/dark, @@ -7415,6 +7394,10 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) +"cgC" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "cgR" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -7424,14 +7407,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"cgW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "cgZ" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical, @@ -7448,29 +7423,44 @@ /obj/structure/fence/door, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"chi" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters2"; - name = "Pharmacy Shutters" +"chh" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"chz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment, -/obj/structure/railing/corner/end/flip, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"chB" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Unit 1" +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) +"chk" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/item/storage/box/matches, +/obj/effect/spawner/random/entertainment/cigar, +/turf/open/floor/iron, +/area/station/service/bar) +"chp" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 }, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) +/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 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/medical/morgue) +"cht" = ( +/obj/machinery/vending/engivend, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) "chC" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -7483,6 +7473,17 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"chF" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/landmark/start/bartender, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) "chK" = ( /obj/structure/railing{ dir = 9 @@ -7503,23 +7504,61 @@ /obj/item/flashlight/lamp, /turf/open/floor/wood/large, /area/mine/eva/lower) +"chP" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"chQ" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) "chW" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #3" +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/chem_master, +/obj/structure/sign/warning/no_smoking/circle{ + pixel_x = -27; + pixel_y = -26 }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/machinery/light/small/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/medical/treatment_center) +"cie" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"cih" = ( +/obj/machinery/button/door/directional/west{ + id = "chemistry_lower_shutters"; + name = "Chemistry Exterior Shutter Control"; + req_access = list("plumbing") + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "cin" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"cip" = ( -/obj/effect/spawner/random/trash/bin, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "ciG" = ( /obj/machinery/door/airlock/external{ name = "Security Yard"; @@ -7532,6 +7571,21 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"ciH" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"ciI" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "ciN" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -7542,61 +7596,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"ciP" = ( -/obj/structure/closet/firecloset, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "ciS" = ( /obj/structure/table/wood, /obj/effect/spawner/random/trash/cigbutt, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"cjl" = ( -/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/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) -"cjD" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"cjE" = ( -/obj/machinery/door/window/left/directional/west{ - req_one_access = list("bar", "kitchen"); - name = "Deliveries" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/textured, -/area/station/service/kitchen/coldroom) +"cjz" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/rack, +/obj/item/stack/ducts/fifty, +/obj/item/storage/box/swab, +/obj/effect/spawner/random/contraband/permabrig_gear, +/turf/open/floor/iron/grimy, +/area/station/security/prison/work) "cjI" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -7614,17 +7626,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"cjK" = ( -/obj/structure/minecart_rail{ - dir = 6 - }, -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/structure/sign/warning/directional/west, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) "cjL" = ( /obj/structure/chair/office{ dir = 1 @@ -7633,14 +7634,13 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"cjW" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/structure/chair/stool/directional/south, -/obj/machinery/requests_console/auto_name/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +"cjO" = ( +/obj/structure/table, +/obj/item/clothing/shoes/jackboots, +/obj/item/storage/backpack/satchel/leather, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "ckc" = ( /obj/machinery/door/firedoor, /obj/machinery/camera/directional/south{ @@ -7682,6 +7682,13 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"clg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "cll" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -7740,23 +7747,6 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/medbay/lobby) -"clL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining B-1 Hallway South"; - dir = 10 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) "clP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7772,12 +7762,13 @@ /turf/open/floor/carpet/blue, /area/station/security/prison/work) "clT" = ( -/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, -/turf/open/floor/iron, -/area/station/commons/storage/mining) +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "clV" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -7790,17 +7781,6 @@ }, /turf/open/floor/iron, /area/station/science/ordnance/testlab) -"clW" = ( -/obj/structure/cable, -/obj/machinery/button/door/directional/west{ - id = "xenobio1"; - layer = 4; - name = "Xenobio Pen 1 Blast Door"; - req_access = list("xenobiology") - }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/science/xenobiology) "clY" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -7812,15 +7792,20 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"cmm" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/green/opposingcorners{ +"cmn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) "cmq" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -7857,6 +7842,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/explab) +"cmy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"cmD" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) "cmJ" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/atmospherics/pipe/smart/simple/general/visible{ @@ -7864,6 +7863,33 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"cmL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"cmQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) +"cmT" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"cmV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "cmX" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/broken_floor, @@ -7874,6 +7900,10 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"cnb" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/freezer, +/area/station/medical/break_room) "cnd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7886,19 +7916,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"cni" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/landmark/start/bitrunner, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/robot_debris, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"cnj" = ( -/obj/structure/fence/door{ - name = "graveyard" - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) "cno" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, @@ -7908,13 +7925,15 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"cns" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"cnv" = ( /obj/structure/cable, -/obj/structure/sign/poster/contraband/random/directional/east, +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/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/port/greater) +/area/station/maintenance/starboard/fore) "cnx" = ( /obj/machinery/power/tracker, /obj/structure/cable, @@ -7940,66 +7959,39 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"cnM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"cnT" = ( -/obj/effect/turf_decal/trimline/blue/end{ - dir = 1 +"cnN" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/knife/kitchen{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/blue/line, -/obj/effect/turf_decal/trimline/blue/end{ - dir = 1 +/obj/effect/turf_decal/siding/white{ + dir = 10 }, -/obj/effect/turf_decal/trimline/blue/line, -/obj/effect/landmark/start/paramedic, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"coa" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"cow" = ( -/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{ +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"cnU" = ( +/obj/machinery/modular_computer/preset/id, +/obj/machinery/computer/security/telescreen/vault/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/fore) -"coz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Arrivals Hallway North" - }, -/obj/structure/cable, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"coH" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/command/heads_quarters/qm) +"coD" = ( +/obj/item/stack/rods/two, +/obj/item/stack/sheet/iron, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"coK" = ( +/area/station/maintenance/starboard/fore) +"coT" = ( /obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) +/obj/item/storage/wallet, +/obj/item/storage/wallet{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "cpe" = ( /obj/machinery/atmospherics/components/tank/air{ dir = 8 @@ -8015,13 +8007,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"cpj" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "cpl" = ( /obj/machinery/camera/directional/south{ c_tag = "Atmospherics Storage Room - East" @@ -8076,27 +8061,26 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"cpO" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 +"cpP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/obj/item/wirecutters, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) +/turf/open/floor/iron/dark, +/area/station/commons/fitness) "cpT" = ( /obj/item/kirbyplants/random, /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"cpX" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) "cpY" = ( /turf/closed/wall, /area/station/service/kitchen) -"cqb" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) "cqh" = ( /obj/machinery/door/airlock/maintenance{ name = "Library Maintenance" @@ -8112,19 +8096,51 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cqj" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"cqo" = ( +/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, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) +/turf/open/floor/iron, +/area/station/engineering/main) +"cqv" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/camera{ + c_tag = "Virology Pen"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/medical/virology) "cqx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/smooth, /area/station/security/brig/upper) +"cqy" = ( +/obj/machinery/door/window/left/directional/west{ + req_one_access = list("bar", "kitchen"); + name = "Deliveries" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured, +/area/station/service/kitchen/coldroom) "cqz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -8145,10 +8161,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"cqQ" = ( -/obj/effect/mapping_helpers/ianbirthday, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) +"cqW" = ( +/obj/vehicle/ridden/secway, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "crg" = ( /obj/machinery/door/morgue{ name = "Confession Booth" @@ -8161,19 +8179,23 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/station/science/genetics) -"crQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "crS" = ( /obj/machinery/vending/wardrobe/law_wardrobe, /turf/open/floor/wood, /area/station/service/lawoffice) +"crT" = ( +/obj/effect/spawner/random/structure/chair_flipped, +/obj/effect/spawner/random/trash/bacteria, +/obj/structure/sign/poster/ripped/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"cse" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "csf" = ( /obj/structure/table, /obj/effect/turf_decal/siding/red{ @@ -8182,15 +8204,6 @@ /obj/effect/spawner/random/clothing/bowler_or_that, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"csg" = ( -/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, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/stone, -/area/station/commons/lounge) "csm" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -8212,39 +8225,6 @@ "csT" = ( /turf/open/floor/circuit/telecomms/mainframe, /area/station/tcommsat/server) -"csZ" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics Distribution Loop" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" - }, -/obj/effect/turf_decal/siding/wideplating, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"cte" = ( -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Security Post - Engineering" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) -"ctj" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/atmos) "ctk" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -8259,20 +8239,15 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"ctm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"ctr" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"ctB" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/rack, -/obj/item/crowbar/large/old, -/obj/effect/turf_decal/tile/dark/fourcorners, -/turf/open/floor/iron, -/area/mine/living_quarters) +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/engineering/atmos) "ctE" = ( /obj/structure/cable, /obj/machinery/light_switch/directional/south, @@ -8287,21 +8262,10 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/science/xenobiology) -"ctH" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/hallway/primary/starboard) "ctI" = ( /obj/machinery/telecomms/processor/preset_three, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"ctJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "ctM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8313,28 +8277,51 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"ctO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"ctX" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 }, -/obj/effect/spawner/random/structure/closet_private, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/contraband/moffuchis_pizza/directional/east, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"ctY" = ( +/obj/structure/tank_holder/anesthetic, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "cua" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access = list("brig") + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/small/directional/north, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/security/holding_cell) +"cub" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, /turf/open/floor/iron, -/area/mine/laborcamp) +/area/station/commons/fitness) "cuc" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/science/research) +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"cuk" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/generic/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) "cum" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 @@ -8362,21 +8349,35 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) -"cuL" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster/directional/north, -/obj/item/flashlight/lantern, -/obj/effect/turf_decal/tile/neutral/fourcorners, +"cut" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"cuJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, -/area/station/service/chapel) +/area/station/medical/virology) "cuP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"cuT" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) +"cvg" = ( +/obj/effect/mapping_helpers/trapdoor_placer, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "cvh" = ( /obj/effect/landmark/start/ai, /obj/item/radio/intercom/directional/west{ @@ -8399,16 +8400,28 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"cvm" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing/corner/end/flip, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"cvq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) "cvr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"cvB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) "cvC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8419,20 +8432,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cvG" = ( -/obj/effect/turf_decal/siding/wideplating_new/light, -/obj/item/trash/bee, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/sign/poster/official/moth_piping/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/work) -"cvM" = ( -/turf/open/floor/stone, -/area/station/service/bar/atrium) "cvN" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -8446,15 +8445,45 @@ "cvS" = ( /turf/closed/wall, /area/station/maintenance/department/medical/central) -"cwd" = ( -/obj/structure/table/wood, -/obj/item/toy/mecha/honk{ - pixel_y = 12 +"cvV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchencounter"; + name = "Kitchen Counter Shutters" }, -/obj/structure/sign/poster/contraband/random/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/theater) +/obj/machinery/door/firedoor, +/obj/structure/desk_bell{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"cwe" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"cwh" = ( +/obj/structure/plaque/static_plaque/golden/commission/icebox{ + pixel_y = 29 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"cwj" = ( +/obj/machinery/requests_console/directional/south{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/storage/gas) "cwn" = ( /obj/structure/cable, /obj/structure/transit_tube/crossing/horizontal, @@ -8464,48 +8493,6 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/security/courtroom) -"cwA" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"cwI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"cwJ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass, -/area/station/security/lockers) -"cwK" = ( -/obj/structure/tank_holder/extinguisher, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"cwM" = ( -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads to the morgue."; - name = "corpse disposal" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "cwO" = ( /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, @@ -8521,12 +8508,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"cxi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) +"cxl" = ( +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"cxp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/item/clothing/under/pants/track, +/obj/item/clothing/suit/costume/wellworn_shirt/graphic/ian, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"cxx" = ( +/obj/structure/reagent_dispensers/plumbed{ + name = "service reservoir" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/delivery/white{ + color = "#307db9" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured, +/area/station/maintenance/starboard/fore) "cxz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8568,45 +8573,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"cya" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "cyh" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) -"cyo" = ( -/obj/machinery/stasis{ +"cyA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ dir = 4 }, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) -"cyB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cyF" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/coin/plasma{ - pixel_x = -6; - pixel_y = 13 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/spawner/random/structure/barricade, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) "cyG" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -8653,21 +8633,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/science/explab) -"cyX" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 8 +"cyU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 }, -/turf/open/floor/iron/white/side{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"cyV" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/area/mine/living_quarters) +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"cyX" = ( +/obj/machinery/recharge_station, +/obj/item/radio/intercom/directional/west, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) "cyZ" = ( /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/plating, @@ -8677,24 +8665,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) -"czm" = ( -/obj/structure/cable, -/obj/structure/holosign/barrier/atmos/sturdy, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id = "minecraft_shutter"; - name = "Cart Shutters"; - pixel_y = 0 - }, -/obj/structure/minecart_rail{ - dir = 1 - }, -/turf/open/floor/iron/textured, -/area/station/service/kitchen/coldroom) "czq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -8710,11 +8680,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining_station, /turf/open/floor/iron/smooth, /area/mine/eva) -"czt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "czv" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -8722,15 +8687,34 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"czz" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/trash{ + pixel_x = -24; + pixel_y = -6 + }, +/obj/machinery/button/door/directional/west{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_y = 4; + req_access = list("maint_tunnels") + }, +/obj/structure/chair/stool/directional/south{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "czD" = ( /turf/closed/wall, /area/mine/laborcamp/security) -"czH" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +"czF" = ( +/obj/machinery/smartfridge/organ, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "czO" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics" @@ -8746,14 +8730,20 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"czV" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +"czS" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/external, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "czW" = ( /obj/structure/weightmachine, /obj/effect/turf_decal/box, @@ -8765,14 +8755,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"cAc" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/item/radio/intercom/directional/north, -/obj/machinery/holopad, -/obj/machinery/light/warm/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/service/bar) "cAe" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/random/trash/grille_or_waste, @@ -8784,14 +8766,14 @@ dir = 1 }, /area/station/hallway/primary/starboard) -"cAp" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"cAo" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron, +/area/station/commons/storage/tools) "cAr" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 1 @@ -8802,15 +8784,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"cAs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/warning/docking/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "cAu" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/dark_red/arrow_ccw{ @@ -8823,13 +8796,6 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/wood, /area/station/security/courtroom) -"cAA" = ( -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/structure/curtain, -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/freezer, -/area/station/medical/break_room) "cAB" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/airalarm/directional/west, @@ -8894,34 +8860,32 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) +"cAR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/atmos/storage/gas) +"cAS" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/closet/firecloset, +/obj/structure/sign/warning/gas_mask/directional/west, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) +"cAT" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) "cBn" = ( /obj/structure/sign/poster/random/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"cBp" = ( -/obj/structure/table, -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/five, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"cBr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/small/dim/directional/north{ - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"cBB" = ( -/obj/item/kirbyplants/random, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "cBD" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -8931,32 +8895,13 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"cBJ" = ( -/obj/item/gun/energy/laser/carbine/practice{ - pixel_y = 5 - }, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice{ - pixel_y = -5 - }, -/obj/structure/rack, -/obj/structure/reagent_dispensers/wall/peppertank/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) -"cBL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 - }, +"cBG" = ( /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/hydroponics) +/obj/effect/landmark/start/prisoner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/prison/workout) "cBP" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp{ @@ -8964,24 +8909,30 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"cBR" = ( -/obj/structure/sign/warning/directional/west, -/turf/open/genturf/blue, -/area/icemoon/underground/unexplored/rivers/deep/shoreline) "cBT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"cBU" = ( +/obj/structure/table, +/obj/structure/sign/plaques/kiddie{ + pixel_x = 32 + }, +/obj/machinery/camera/motion/directional/east{ + c_tag = "AI Upload East"; + network = list("aiupload") + }, +/obj/item/folder/blue, +/obj/effect/turf_decal/tile/dark_green{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "cCb" = ( /obj/structure/flora/tree/pine/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"cCm" = ( -/obj/structure/fans/tiny, -/obj/effect/turf_decal/stripes/red/box, -/obj/machinery/door/poddoor/massdriver_trash, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "cCt" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_all, @@ -8994,6 +8945,14 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/white/smooth_large, /area/station/science/genetics) +"cCC" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + name = "\improper Beepsky's emergency battery" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) "cCD" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -9003,19 +8962,35 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"cCQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"cCV" = ( +"cCF" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/window/reinforced/spawner/directional/west, /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/item/seeds/carrot, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) +/turf/open/floor/iron/dark, +/area/mine/laborcamp) +"cCL" = ( +/obj/effect/landmark/start/bartender, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) +"cCO" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Service - Hall" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "cCW" = ( /obj/machinery/conveyor/inverted{ dir = 6; @@ -9042,6 +9017,29 @@ /obj/machinery/duct, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"cDk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cDp" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 3"; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "Xenobio Pen 3 Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "cDw" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/glass{ @@ -9051,23 +9049,50 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cDy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"cDz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 }, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/engineering/atmos) +"cDF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "cDH" = ( /obj/structure/table/wood, /obj/machinery/computer/libraryconsole, /turf/open/floor/wood, /area/station/service/library) +"cDK" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "cDQ" = ( /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) +"cDT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "cEh" = ( /obj/structure/sign/warning/cold_temp/directional/north, /obj/structure/sign/warning/xeno_mining{ @@ -9084,6 +9109,16 @@ /obj/effect/spawner/random/techstorage/medical_all, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"cEo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "cEs" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -9106,6 +9141,11 @@ /obj/structure/grille/broken, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"cEG" = ( +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "cEL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9141,26 +9181,20 @@ /obj/structure/sign/warning/cold_temp/directional/west, /turf/open/floor/vault, /area/station/security/prison/rec) -"cFl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/construction) "cFJ" = ( /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"cFL" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"cFT" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/restraints/handcuffs, -/obj/item/wrench, -/turf/open/floor/plating, -/area/station/medical/virology) +"cFX" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/structure/chair/stool/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "cFZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9182,15 +9216,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"cGh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/lesser) "cGl" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9213,21 +9238,6 @@ "cGA" = ( /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"cGB" = ( -/obj/structure/table, -/obj/item/storage/backpack{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/backpack, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) -"cGD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "cGQ" = ( /obj/structure/sign/poster/official/random/directional/west, /obj/effect/turf_decal/tile/green/anticorner/contrasted{ @@ -9235,11 +9245,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) -"cGY" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/machinery/modular_computer/preset/id, -/turf/open/floor/iron, -/area/station/command/bridge) "cHb" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -9267,62 +9272,16 @@ /turf/open/floor/iron, /area/station/engineering/atmos) "cHs" = ( -/obj/structure/table, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"cHy" = ( /obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/railing{ - dir = 6 + dir = 10 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/greater) "cHB" = ( /obj/machinery/vending/autodrobe, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"cHC" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) -"cHJ" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) "cHO" = ( /obj/effect/turf_decal/tile/dark_green{ dir = 4 @@ -9348,17 +9307,26 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/cargo/storage) +"cIa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "cIc" = ( /turf/closed/wall, /area/station/security/prison/work) -"cId" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/eighties, -/area/station/commons/lounge) -"cIl" = ( -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard) +"cIj" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) "cIq" = ( /obj/machinery/computer/slot_machine{ balance = 15; @@ -9370,12 +9338,6 @@ /obj/item/coin/diamond, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"cIu" = ( -/obj/structure/table, -/obj/item/pai_card, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) "cIK" = ( /obj/structure/table/wood, /obj/item/pai_card, @@ -9417,14 +9379,13 @@ "cJt" = ( /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"cJv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"cJw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "cJB" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -9446,70 +9407,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"cJI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"cJO" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron/dark/textured, -/area/station/security/warden) -"cJY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 - }, +"cKe" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"cJZ" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, /turf/open/floor/plating, -/area/station/maintenance/department/chapel) -"cKf" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera{ - c_tag = "Service - Botany Lower Entrance"; - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"cKl" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = 2; - pixel_y = -32 - }, -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/smooth, -/area/mine/eva) -"cKp" = ( -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/area/station/maintenance/port/fore) +"cKk" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/side{ + dir = 6 }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/hydroponics) +/area/station/science/research) "cKq" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9522,31 +9432,55 @@ }, /turf/open/floor/iron/dark/side, /area/station/security/processing) -"cKz" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/item/aquarium_kit, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/dark, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) +"cKA" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cKB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/maintenance/port/fore) +"cKD" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/stock_parts/water_recycler, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "cKF" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/carpet/blue, /area/station/medical/psychology) -"cKM" = ( -/obj/structure/sign/poster/random/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"cLl" = ( +"cKU" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 6 + }, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/the_owl/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "cLo" = ( /obj/machinery/recharge_station, /turf/open/floor/iron, @@ -9561,45 +9495,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"cLw" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Door" - }, -/obj/structure/desk_bell{ - pixel_x = 6 - }, -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Engineering Desk"; - req_access = list("engineering") - }, -/turf/open/floor/iron, -/area/station/engineering/lobby) -"cLy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/closet/cardboard, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/maintenance/port/fore) "cLB" = ( /obj/machinery/computer/prisoner/gulag_teleporter_computer{ dir = 4 @@ -9617,6 +9512,11 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark/textured, /area/station/security/lockers) +"cLG" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/mine/production) "cLJ" = ( /obj/structure/table/wood, /obj/item/paper{ @@ -9652,10 +9552,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"cMh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "cMj" = ( /obj/structure/stairs/west, /obj/structure/railing{ @@ -9666,33 +9562,13 @@ "cMk" = ( /turf/closed/wall/r_wall, /area/mine/production) -"cMs" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/engineering/atmos/storage/gas) "cMt" = ( -/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/newscaster/directional/south, /obj/item/kirbyplants/random, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) -"cMu" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/dark{ +/turf/open/floor/iron/white/side{ dir = 5 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) +/area/station/science/lab) "cMv" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -9703,25 +9579,11 @@ }, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/exit/departure_lounge) -"cMw" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/duct, -/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/service/hydroponics) "cMy" = ( /obj/structure/table, /obj/item/folder/white, /obj/item/folder/white, /obj/item/pen, -/obj/item/taperecorder, -/obj/item/paper_bin{ - pixel_y = 6 - }, /obj/machinery/power/apc/auto_name/directional/east, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -9773,53 +9635,30 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"cNd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) -"cNf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/eva) -"cNh" = ( -/obj/structure/fence/corner{ - dir = 10 +"cNc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) +/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/starboard/fore) "cNm" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/station/service/janitor) -"cNw" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/security/prison/workout) -"cND" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +"cNq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/service/lawoffice) "cNI" = ( /obj/machinery/door/poddoor/preopen{ id = "xenobio7"; @@ -9832,12 +9671,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/station/science/xenobiology) -"cNK" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "cNS" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -9875,14 +9708,20 @@ /obj/effect/turf_decal/tile/red/half, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"cOu" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"cOw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +"cOs" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/item/stack/package_wrap{ + pixel_y = 2 + }, +/obj/item/book/manual/chef_recipes, +/obj/item/holosign_creator/robot_seat/restaurant, +/obj/structure/rack, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "cOC" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -9897,14 +9736,6 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"cOZ" = ( -/obj/effect/turf_decal/siding/yellow{ - dir = 6 - }, -/obj/effect/landmark/start/station_engineer, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/engineering/lobby) "cPd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9917,29 +9748,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"cPf" = ( -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/red/anticorner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 - }, -/area/station/security/office) -"cPk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) "cPp" = ( /obj/item/stack/cable_coil{ amount = 5 @@ -9951,25 +9759,52 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/iron/dark/smooth_half, /area/station/service/chapel) -"cPz" = ( -/obj/effect/spawner/random/trash/moisture_trap, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 10 +"cPu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) "cPE" = ( /turf/open/floor/iron/smooth_half{ dir = 1 }, /area/station/security/prison/garden) -"cPH" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/eighties, -/area/station/commons/lounge) +"cPF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness) +"cPG" = ( +/obj/item/trash/popcorn, +/obj/structure/reagent_dispensers/plumbed{ + name = "dormitory reservoir" + }, +/obj/machinery/light/small/dim/directional/north, +/obj/effect/turf_decal/delivery/white{ + color = "#307db9" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured, +/area/station/maintenance/fore) "cPQ" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt, @@ -9978,6 +9813,32 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) +"cPX" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 1"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cQa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "cQc" = ( /obj/structure/table/wood, /obj/item/reagent_containers/cup/rag, @@ -10003,13 +9864,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"cQj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/tank/air{ +"cQi" = ( +/obj/machinery/disposal/delivery_chute{ dir = 4 }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Loop Chute Access" + }, /turf/open/floor/plating, -/area/station/maintenance/aft/greater) +/area/station/maintenance/disposal) "cQs" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -10021,13 +9890,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"cQv" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/kirbyplants/organic/plant2, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "cQw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/brown{ @@ -10060,11 +9922,10 @@ dir = 8 }, /area/station/ai_monitored/command/storage/eva) -"cQB" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +"cQH" = ( +/obj/structure/sign/warning/no_smoking/directional/south, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "cQL" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -10072,38 +9933,33 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/atmos) -"cRc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/glass, -/obj/structure/sign/warning/no_smoking/circle/directional/west, -/turf/open/floor/plating/icemoon, -/area/station/maintenance/port/lesser) "cRg" = ( /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/security/warden) -"cRj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"cRo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +"cRi" = ( +/obj/item/clothing/accessory/pocketprotector, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/camera{ + pixel_y = 4; + pixel_x = -3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"cRs" = ( -/obj/effect/spawner/random/trash/bin, +/obj/effect/spawner/random/clothing/mafia_outfit, +/obj/effect/spawner/random/clothing/mafia_outfit, +/obj/effect/spawner/random/clothing/backpack, +/obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"cRt" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/assistant, +"cRl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/hallway/primary/starboard) +"cRq" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "cRy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -10146,23 +10002,33 @@ /obj/machinery/processor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"cSj" = ( -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" +"cSe" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, -/area/icemoon/underground/explored/graveyard/chapel) +/obj/item/wirecutters, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"cSf" = ( +/obj/item/toy/plush/lizard_plushie{ + name = "Wines-And-Dines"; + pixel_x = 4 + }, +/obj/item/reagent_containers/cup/glass/bottle{ + pixel_x = -9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "cSo" = ( -/obj/machinery/module_duplicator, -/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/duct, /turf/open/floor/iron, -/area/station/science/explab) -"cSu" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/area/station/commons/fitness) "cSw" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -10173,15 +10039,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"cSy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "cSE" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -10194,33 +10051,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"cSM" = ( -/obj/effect/turf_decal/tile/blue, -/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/corner{ - dir = 8 +"cSJ" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 1"; + req_access = list("xenobiology") }, -/area/station/hallway/secondary/entry) -"cSQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/line{ 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) -"cSR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"cSP" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Aft Primary Hallway South"; + pixel_y = -22 }, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cTh" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "cTs" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -10230,12 +10087,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /turf/open/floor/iron, /area/station/engineering/storage) -"cTt" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/closet/l3closet/virology, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) "cTv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -10251,26 +10102,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cTJ" = ( -/obj/structure/cable, -/obj/machinery/light_switch/directional/south{ - pixel_x = -10 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/closet/crate/freezer/blood, -/turf/open/floor/iron/white, -/area/station/medical/cryo) -"cTK" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/obj/item/stock_parts/capacitor, -/obj/structure/sign/poster/random/directional/north, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"cTD" = ( +/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/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) "cTV" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -10278,39 +10117,36 @@ /obj/machinery/holopad, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"cUk" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/station/service/chapel) -"cUt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"cUd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Locker Room Maintenance" }, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/unres, /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"cUF" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Aft Primary Hallway North" + }, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/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/fore) -"cVc" = ( -/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/effect/decal/cleanable/dirt, -/turf/open/floor/stone, -/area/mine/eva/lower) -"cVd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 4 +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cVa" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Fitness Room North" }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/obj/structure/closet/masks, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "cVk" = ( /obj/item/storage/box/evidence{ pixel_x = -10; @@ -10321,6 +10157,9 @@ }, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) +"cVs" = ( +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) "cVz" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -10340,36 +10179,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"cVN" = ( -/obj/effect/spawner/random/trash/bin, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"cVQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/siding/dark_blue{ - dir = 10 +"cVF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/dark_blue/filled/line{ - dir = 10 +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 }, -/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner, -/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cWq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/morgue) -"cWn" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"cWv" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/turf/open/floor/iron, +/area/station/security/prison/garden) "cWG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -10385,35 +10210,22 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"cWJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) "cWX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"cXa" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) "cXc" = ( /obj/effect/turf_decal/arrows, /turf/open/floor/iron, /area/station/cargo/lobby) -"cXi" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/grass/both/style_random, -/turf/open/misc/asteroid/snow/standard_air, -/area/station/hallway/secondary/exit/departure_lounge) "cXl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -10422,12 +10234,6 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"cXp" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/random, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/maintenance/port/fore) "cXu" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -10456,26 +10262,20 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"cXX" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 11"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) "cXZ" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) +"cYf" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/structure/sign/warning/no_smoking/directional/east, +/turf/open/floor/iron/textured, +/area/station/engineering/atmos) "cYi" = ( /obj/effect/turf_decal/trimline/dark_red/line, /obj/effect/turf_decal/trimline/dark_red/line{ @@ -10503,6 +10303,18 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"cYv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) +"cYC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cYE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -10512,38 +10324,23 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"cYG" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Atrium" +"cYI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/wood/large, -/area/station/service/bar/atrium) +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cYK" = ( +/obj/machinery/netpod, +/obj/machinery/light/small/directional/south, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) "cYL" = ( /obj/effect/turf_decal/bot, /obj/structure/ore_box, /turf/open/floor/iron/dark, /area/mine/eva) -"cYR" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/left/directional/north{ - dir = 2; - icon_state = "right"; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access = list("medical") - }, -/obj/structure/table/glass, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/thermal_regulator, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/mod/module/signlang_radio, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "cYT" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, @@ -10566,13 +10363,9 @@ }, /area/station/service/chapel) "cZa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/plastic, -/obj/structure/sign/warning/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "cZd" = ( /obj/machinery/computer/records/security{ dir = 1 @@ -10600,6 +10393,12 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"cZt" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "cZv" = ( /obj/machinery/holopad/secure, /turf/open/floor/iron/dark, @@ -10607,16 +10406,6 @@ "cZD" = ( /turf/open/floor/iron/checker, /area/station/maintenance/port/fore) -"cZM" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = -24 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "cZN" = ( /obj/structure/table/wood, /obj/item/soap/nanotrasen, @@ -10627,10 +10416,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"cZS" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "cZT" = ( /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -10649,24 +10434,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"dab" = ( -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Antechamber"; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/aisat/atmos"; - name = "Atmospherics Turret Control"; - pixel_x = -27; - req_access = list("minisat") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "daf" = ( /obj/structure/table, /turf/open/floor/plating/snowed/icemoon, @@ -10678,6 +10445,22 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"dak" = ( +/obj/item/clothing/suit/apron/surgical, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dal" = ( +/obj/structure/table/wood, +/obj/machinery/libraryscanner{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/station/service/library) "daq" = ( /obj/machinery/computer/crew{ dir = 8 @@ -10689,6 +10472,19 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"dax" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 10"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio10"; + name = "Xenobio Pen 10 Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) "daE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/cafeteria, @@ -10720,9 +10516,6 @@ /obj/item/cultivator, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) -"daU" = ( -/turf/open/genturf/orange, -/area/icemoon/underground/unexplored/no_rivers) "daX" = ( /obj/structure/sign/warning/gas_mask, /turf/closed/wall, @@ -10731,14 +10524,6 @@ /obj/structure/marker_beacon/jade, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"dbf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "dbi" = ( /obj/structure/table, /obj/item/flashlight, @@ -10754,15 +10539,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/captain, /turf/open/floor/iron/freezer, /area/station/command/heads_quarters/captain) -"dbo" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "dbr" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, @@ -10784,14 +10560,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"dby" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "dbH" = ( /turf/closed/wall/r_wall, /area/station/security/prison/mess) @@ -10799,13 +10567,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/security/prison/safe) -"dbW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) "dcd" = ( /obj/structure/ladder, /turf/open/floor/plating, @@ -10814,19 +10575,33 @@ /obj/structure/cable, /turf/open/floor/carpet/red, /area/station/security/prison/work) -"dcq" = ( -/obj/structure/bed, -/obj/machinery/airalarm/directional/north, -/obj/item/bedsheet/dorms, -/obj/machinery/button/door/directional/east{ - id = "Dorm3"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +"dcn" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) +"dcr" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"dcs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "dct" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -10846,17 +10621,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"dcz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) "dcC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -10877,6 +10641,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"dcG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "dcO" = ( /obj/machinery/camera/directional/east{ c_tag = "Engineering Emitter Room Starboard"; @@ -10893,6 +10668,12 @@ /obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"dcW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "dcX" = ( /obj/structure/rack, /obj/item/clothing/suit/hooded/wintercoat/security{ @@ -10912,15 +10693,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/brig/upper) -"ddd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron, -/area/station/security/prison/mess) "ddh" = ( /obj/structure/chair/stool/directional/north, /obj/effect/landmark/start/assistant, @@ -10945,14 +10717,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/wood, /area/station/commons/dorms) -"ddt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "ddu" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -10962,17 +10726,18 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ddx" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "ddz" = ( /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/security/prison/toilet) +"ddA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) "ddZ" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/green{ @@ -10992,26 +10757,33 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"dex" = ( -/obj/structure/cable, -/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/port/fore) -"dez" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/stamp/head/rd{ - pixel_x = 3; - pixel_y = -2 +"deD" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) +/obj/machinery/camera/directional/west{ + c_tag = "Chief Engineer's Office" + }, +/obj/machinery/requests_console/directional/west{ + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "deN" = ( /obj/effect/decal/cleanable/blood/gibs, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"deO" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/construction) "deP" = ( /obj/machinery/camera/directional/north{ c_tag = "Chapel Office" @@ -11033,20 +10805,29 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"dfj" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/commons/locker) +"dfe" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "dfq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"dfx" = ( -/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/dark/textured, -/area/station/security/range) +"dfw" = ( +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "dfz" = ( /obj/structure/closet/secure_closet/security/sec, /obj/structure/cable, @@ -11057,36 +10838,30 @@ "dfB" = ( /turf/open/floor/iron/white/corner, /area/station/hallway/primary/starboard) -"dfN" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "dfQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos/storage/gas) -"dfY" = ( -/obj/structure/bookcase, +"dfW" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/starboard/fore) +"dfX" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "dga" = ( /obj/effect/turf_decal/loading_area{ dir = 4 }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"dgi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "dgl" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -11094,10 +10869,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dgm" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/wood, -/area/station/service/library) +"dgR" = ( +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/sink/kitchen/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Coldroom Access" + }, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) +"dgU" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/office) "dgZ" = ( /obj/machinery/airalarm/directional/south, /obj/structure/cable, @@ -11118,12 +10917,9 @@ /turf/open/floor/iron/dark/textured, /area/station/security/execution/transfer) "dhj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/command/gateway) +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood, +/area/station/command/meeting_room) "dhk" = ( /obj/structure/table/reinforced, /obj/machinery/camera{ @@ -11140,14 +10936,6 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"dho" = ( -/obj/structure/table/reinforced, -/obj/item/storage/briefcase/secure{ - pixel_y = 5 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/station/command/bridge) "dhq" = ( /turf/closed/mineral/random/labormineral/ice, /area/icemoon/surface/outdoors/labor_camp) @@ -11158,13 +10946,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"dhJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/navigate_destination/dockaux, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) "dhL" = ( /obj/machinery/computer/upload/ai{ dir = 1 @@ -11177,6 +10958,13 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) +"dhO" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "dhS" = ( /obj/machinery/door/airlock{ name = "Permabrig Showers" @@ -11187,27 +10975,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"dhT" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 1; - name = "isolation room monitor"; - network = list("isolation"); - pixel_y = -32 - }, -/obj/item/clothing/suit/jacket/straight_jacket, -/obj/item/clothing/suit/jacket/straight_jacket{ - pixel_x = 6 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Permabrig Prep"; - network = list("ss13","prison"); - view_range = 5 - }, -/obj/structure/cable, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/security/execution/transfer) "dhU" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -11215,17 +10982,15 @@ }, /turf/open/floor/iron/dark/side, /area/station/security/processing) -"did" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"dhY" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"dio" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "dip" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -11236,6 +11001,22 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"diq" = ( +/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/east, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"dit" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) "diu" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "MiniSat Maintenance" @@ -11243,19 +11024,13 @@ /obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) +"dix" = ( +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "diC" = ( /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/security/armory/upper) -"diH" = ( -/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/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "diI" = ( /obj/machinery/mech_bay_recharge_port, /obj/item/radio/intercom/directional/south, @@ -11271,57 +11046,31 @@ /obj/structure/closet, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"diU" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"diW" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/stack/package_wrap{ - pixel_x = -1; - pixel_y = -1 +"diV" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 }, -/obj/item/dest_tagger, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white/side{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/area/mine/living_quarters) "djr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/port) -"djt" = ( -/obj/machinery/door/window/right/directional/south{ - req_access = list("kitchen"); - name = "The Ice Box" - }, -/obj/structure/sign/warning/cold_temp/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"djB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/camera{ + c_tag = "Medbay Chemistry Lab - South"; + dir = 5; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"djv" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "djC" = ( /obj/effect/decal/remains/human, /obj/item/reagent_containers/cup/glass/bottle/wine{ @@ -11376,15 +11125,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"dkf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +"dkg" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/requests_console/directional/north{ + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console" }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "dkn" = ( /obj/machinery/space_heater, /turf/open/floor/wood, @@ -11393,46 +11146,30 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/science/robotics/lab) -"dku" = ( -/obj/effect/decal/cleanable/dirt, +"dkB" = ( /obj/structure/rack, -/obj/item/storage/box, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"dkI" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/sign/warning/cold_temp/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/armory/shotgun, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"dkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, -/area/station/cargo/drone_bay) +/area/station/maintenance/starboard/fore) "dkK" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"dkN" = ( -/obj/effect/turf_decal/tile/blue, -/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/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"dkO" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "dkT" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 @@ -11452,12 +11189,34 @@ dir = 8 }, /area/station/security/brig/entrance) +"dlb" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/rnd/production/techfab/department/service, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "dlc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"dlj" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/item/bikehorn/rubberducky, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"dll" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/morgue) "dlt" = ( @@ -11491,44 +11250,6 @@ }, /turf/open/floor/plating, /area/station/construction) -"dlT" = ( -/obj/structure/closet/crate{ - name = "Le Caisee D'abeille" - }, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/queen_bee/bought, -/obj/item/clothing/suit/hooded/bee_costume, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/warm/directional/north, -/obj/item/seeds/sunflower, -/obj/effect/spawner/random/food_or_drink/seed, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"dlV" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/obj/structure/rack, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/box/red, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) "dmj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/machinery/button/door/directional/east{ @@ -11540,10 +11261,22 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"dmq" = ( -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) +"dmk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "dms" = ( /obj/structure/closet/crate, /turf/open/floor/plating, @@ -11552,50 +11285,6 @@ /obj/structure/ladder, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dmu" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/sink/kitchen/directional/south, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"dmx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"dmC" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Research Division" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/upper) -"dmD" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"dmE" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "dmG" = ( /obj/structure/table/wood, /obj/item/camera, @@ -11612,19 +11301,6 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, /area/station/maintenance/department/electrical) -"dmO" = ( -/obj/effect/decal/cleanable/dirt, -/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 = 10 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) "dmR" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -11643,26 +11319,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"dmZ" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/maintenance/department/electrical) -"dnc" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "dng" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -11678,43 +11334,15 @@ /obj/structure/dresser, /turf/open/floor/carpet, /area/station/commons/dorms) -"dnn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/door/airlock{ - name = "Bar" - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/bar) "dnq" = ( /turf/open/floor/iron, /area/station/hallway/primary/central) -"dnC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"dnJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/siding/dark_blue, -/obj/effect/turf_decal/trimline/dark_blue/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/morgue) +"dns" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "dnL" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, @@ -11723,11 +11351,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"dnT" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"dnU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/item/kirbyplants/random/dead/research_director, +/obj/machinery/computer/security/telescreen/rd/directional/west, +/turf/open/floor/iron/smooth_half, +/area/station/command/heads_quarters/rd) "dnX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/lockers) +"don" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage) "doq" = ( /obj/machinery/flasher/directional/north{ id = "transferflash" @@ -11746,11 +11398,9 @@ /turf/closed/wall, /area/station/maintenance/starboard/upper) "doz" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/structure/mannequin/skeleton, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "doG" = ( /obj/structure/rack, /obj/machinery/light/small/directional/north, @@ -11764,14 +11414,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"doJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "doK" = ( /obj/machinery/button/door/directional/east{ id = "xenobio8"; @@ -11781,20 +11423,26 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"doT" = ( -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 15 - }, +"doM" = ( /obj/structure/table, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"doX" = ( -/obj/machinery/oven/range, -/obj/effect/turf_decal/siding/white, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/item/paper{ + pixel_y = 7 + }, +/obj/item/paper{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/large, +/area/mine/eva/lower) +"doW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "dpc" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command/glass{ @@ -11812,16 +11460,14 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"dpr" = ( -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/obj/effect/spawner/random/food_or_drink/donkpockets, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"dpx" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "dpB" = ( /obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/trimline/yellow/filled/line, @@ -11846,33 +11492,39 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"dpX" = ( -/obj/structure/closet/crate/grave, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) -"dqd" = ( -/obj/machinery/iv_drip, -/obj/structure/mirror/broken/directional/north, +"dpU" = ( +/obj/effect/turf_decal/tile/blue, +/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, -/area/station/maintenance/port/fore) +/area/station/hallway/secondary/entry) +"dpZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/warning/docking/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "dqg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/secure_area/directional/south, /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"dqp" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "dqs" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/primary/central) -"dqv" = ( -/obj/item/bedsheet/red, -/mob/living/simple_animal/bot/secbot/beepsky, -/turf/open/floor/plating, -/area/station/maintenance/fore) "dqw" = ( /obj/machinery/holopad, /turf/open/floor/iron, @@ -11881,6 +11533,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) +"dqF" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"dqL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) +"dqO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "medsecprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) "dqR" = ( /obj/machinery/computer/rdconsole, /obj/structure/cable, @@ -11889,6 +11568,19 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"dqV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/modular_computer/preset/civilian{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/structure/sign/poster/official/work_for_a_future/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "dqW" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating/snowed/icemoon, @@ -11903,16 +11595,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/lobby) -"drd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "drh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 @@ -11923,6 +11605,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) +"drn" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Morgue South"; + dir = 5; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "drr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, @@ -11943,11 +11638,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/station/science/robotics/mechbay) -"drG" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, +"drD" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/mine/living_quarters) +"drE" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/item/storage/bag/ore, +/obj/item/pickaxe, +/obj/item/mining_scanner, +/obj/item/flashlight, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/gps/mining, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/commons/storage/mining) "drH" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -11966,10 +11678,40 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/mine/laborcamp/security) +"drR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "drZ" = ( /obj/structure/flora/grass/both, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"dsf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"dsg" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "dsj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/firealarm/directional/south, @@ -11979,12 +11721,8 @@ /obj/machinery/computer/station_alert{ dir = 4 }, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -24; - pixel_y = -1 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/ce/directional/west, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) "dsl" = ( @@ -12006,18 +11744,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"dst" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/construction) +"dsq" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "dsR" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/window/brigdoor{ - req_access = list("brig") +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "garbage" }, -/obj/effect/mapping_helpers/trapdoor_placer, -/turf/open/floor/glass/reinforced, -/area/station/security/courtroom) +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "dsT" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -12081,31 +11822,22 @@ /obj/structure/sign/poster/contraband/random/directional/south, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"dtz" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/processing) "dtC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"dtQ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood, -/obj/effect/spawner/random/entertainment/musical_instrument, -/obj/item/instrument/harmonica, -/turf/open/floor/iron/grimy, -/area/station/commons/lounge) "dtU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"dtY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/hallway/secondary/entry) "duh" = ( /turf/closed/wall/r_wall, /area/station/engineering/transit_tube) @@ -12116,6 +11848,28 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"duI" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"duL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "botany_apiary"; + name = "Apiary Shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) "duS" = ( /obj/machinery/door/airlock{ name = "Labor Camp Library" @@ -12125,13 +11879,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"duV" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/rnd/production/techfab/department/service, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/dark, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) "duZ" = ( /obj/machinery/door/airlock/engineering{ name = "Utilities Closet" @@ -12147,19 +11894,25 @@ dir = 1 }, /area/mine/eva) -"dvf" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random/directional/south, +"dvc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, -/area/station/construction) -"dvh" = ( -/obj/structure/table/wood, -/obj/structure/noticeboard/directional/north, -/obj/item/flashlight/lantern, +/area/station/maintenance/starboard/fore) +"dvf" = ( +/obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals Lobby South" + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/service/chapel) +/area/station/hallway/secondary/entry) "dvi" = ( /obj/structure/flora/grass/both/style_random, /obj/structure/railing, @@ -12172,44 +11925,50 @@ /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"dvR" = ( -/obj/structure/cable, -/obj/structure/chair/stool/directional/south, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral/fourcorners, +"dvq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dvw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/hallway/primary/central/fore) +"dvO" = ( +/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 = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) +"dvS" = ( +/turf/open/floor/iron/recharge_floor, +/area/station/maintenance/department/electrical) "dvY" = ( /obj/structure/flora/tree/dead/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"dwa" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"dwl" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"dwu" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"dwb" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) -"dwv" = ( -/obj/machinery/computer/telecomms/server{ - dir = 4; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dwo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/cobweb, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) "dww" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -12219,10 +11978,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dwF" = ( -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/stone, -/area/station/commons/lounge) +"dwy" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"dwI" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/wallet_storage, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "dwS" = ( /obj/machinery/status_display/door_timer{ id = "Cell 3"; @@ -12236,6 +12004,20 @@ }, /turf/open/floor/iron/textured, /area/station/security/brig) +"dwY" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"dxa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/medical/morgue) "dxg" = ( /obj/structure/table, /obj/item/stack/sheet/plasteel{ @@ -12256,26 +12038,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/wood, /area/station/commons/dorms) -"dxj" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new/corner, -/turf/open/floor/iron, -/area/station/commons/locker) "dxm" = ( /obj/structure/rack, /obj/item/clothing/suit/toggle/labcoat, /obj/effect/spawner/random/clothing/gloves, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"dxq" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) +"dxn" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Engineering East" + }, +/obj/structure/closet/toolcloset, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "dxs" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -12284,6 +12064,15 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"dxu" = ( +/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) +"dxx" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "dxA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12292,6 +12081,26 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) +"dxE" = ( +/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/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) +"dxJ" = ( +/obj/structure/table, +/obj/item/crowbar/red, +/obj/item/stock_parts/cell/high{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "dxK" = ( /turf/closed/wall/r_wall, /area/station/command/meeting_room) @@ -12304,19 +12113,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"dxW" = ( -/turf/closed/wall/r_wall, -/area/station/security/mechbay) "dyf" = ( /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/security/courtroom) -"dyt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"dyh" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) "dyE" = ( /obj/structure/chair/pew/right{ dir = 1 @@ -12324,16 +12131,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) -"dyG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 +"dyF" = ( +/obj/item/food/grown/potato{ + pixel_y = 4 }, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "dyN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -12343,27 +12148,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"dyQ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"dza" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"dzf" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 1 +"dyW" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/table/optable{ + name = "Robotics Operating Table" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "dzg" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/door/poddoor/preopen{ @@ -12382,14 +12174,21 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"dzk" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "dzl" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"dzt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/status_display/door_timer{ + id = "Isolation_Cell"; + name = "Isolation Cell"; + pixel_x = -32 + }, +/turf/open/floor/iron/smooth, +/area/station/security/execution/transfer) "dzy" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -12409,20 +12208,14 @@ /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/mine/eva/lower) -"dzZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "dAa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/structure/railing, +/obj/effect/turf_decal/siding/white, +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/interrogation) +/turf/open/floor/wood, +/area/station/commons/lounge) "dAc" = ( /obj/item/radio/intercom/directional/north, /obj/item/storage/belt/utility{ @@ -12441,49 +12234,13 @@ /obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"dAd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "pharmacy_shutters3"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"dAg" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "N2 to Airmix" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dAh" = ( -/obj/machinery/door/airlock/mining/glass{ - id_tag = "innercargo"; - name = "Bitrunning Den" - }, -/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/airlock/access/any/supply/bit_den, -/turf/open/floor/iron, -/area/station/cargo/bitrunning/den) -"dAi" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics Monitoring" - }, -/obj/structure/window/reinforced/spawner/directional/east{ - layer = 2.9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"dAk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 }, -/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) +/area/station/hallway/primary/aft) "dAm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12497,26 +12254,6 @@ /obj/item/cultivator/rake, /turf/open/floor/grass, /area/station/maintenance/starboard/aft) -"dAB" = ( -/obj/machinery/door/window/brigdoor{ - name = "Research Director Observation"; - req_access = list("rd") - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"dAO" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 5 - }, -/turf/open/floor/carpet/blue, -/area/station/hallway/secondary/entry) "dAP" = ( /obj/structure/cable, /obj/structure/chair{ @@ -12527,11 +12264,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"dAT" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, +"dAY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/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/port/greater) +/area/station/maintenance/starboard/lesser) "dAZ" = ( /turf/closed/wall/r_wall, /area/station/security/prison/visit) @@ -12539,20 +12280,6 @@ /obj/machinery/telecomms/server/presets/medical, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"dBj" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/hallway/secondary/entry) "dBp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12568,15 +12295,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/mine/laborcamp/security) -"dBx" = ( -/obj/machinery/computer/order_console/mining, -/obj/machinery/light/small/directional/south, -/obj/machinery/light_switch/directional/south, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/production) "dBB" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/effect/turf_decal/bot_white, @@ -12584,15 +12302,12 @@ /turf/open/floor/iron/checker, /area/station/commons/storage/emergency/port) "dBJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/visit) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "dBK" = ( /obj/machinery/disposal/bin, /obj/machinery/light/directional/south, @@ -12603,6 +12318,12 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage/gas) +"dBP" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "dBQ" = ( /obj/machinery/camera/directional/north{ c_tag = "MiniSat AI Chamber South"; @@ -12622,13 +12343,6 @@ "dBZ" = ( /turf/open/floor/iron, /area/station/cargo/sorting) -"dCo" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/item/radio/headset/headset_med, -/obj/item/radio/headset/headset_med, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "dCs" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -12653,6 +12367,13 @@ }, /turf/open/floor/engine, /area/station/science/explab) +"dDo" = ( +/obj/item/trash/pistachios, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) "dDp" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -12686,14 +12407,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"dDO" = ( -/obj/structure/sign/warning/directional/south, -/obj/structure/sign/warning/directional/south, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"dDE" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/mine/production) "dDQ" = ( /obj/structure/table, /obj/machinery/cell_charger{ @@ -12706,25 +12425,14 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/textured, /area/mine/mechbay) -"dDR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/extinguisher, -/obj/item/clothing/suit/utility/fire/firefighter, -/obj/item/clothing/head/utility/hardhat/red, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/fore) "dDV" = ( /obj/effect/spawner/random/structure/girder, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"dDX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "dEf" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 1 @@ -12749,11 +12457,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"dEi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) "dEv" = ( /obj/machinery/airalarm/directional/south, /turf/open/floor/wood, @@ -12764,19 +12467,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/security/prison/rec) -"dEB" = ( -/obj/structure/reagent_dispensers/plumbed{ - dir = 1; - name = "hydroponics reservoir" - }, -/obj/effect/turf_decal/delivery/white{ - color = "#307db9" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/maintenance/starboard/lesser) "dEC" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/door/poddoor/shutters/preopen{ @@ -12800,14 +12490,6 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"dEM" = ( -/obj/machinery/mass_driver/trash{ - dir = 1 - }, -/obj/structure/sign/warning/cold_temp/directional/east, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "dEQ" = ( /obj/machinery/camera/directional/east{ c_tag = "Public Mining Ladder" @@ -12817,6 +12499,18 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/mining) +"dER" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "dEV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -12850,9 +12544,29 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"dFr" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/isolation/directional/south, +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/item/clothing/suit/jacket/straight_jacket{ + pixel_x = 6 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Security - Permabrig Prep"; + network = list("ss13","prison"); + view_range = 5 + }, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/security/execution/transfer) "dFt" = ( /turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) +"dFA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/grimy, +/area/station/maintenance/aft/greater) "dFC" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -12878,19 +12592,26 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dFP" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dFQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/sign/poster/official/do_not_question/directional/north, +"dFO" = ( +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/mine/laborcamp) +/area/station/hallway/primary/starboard) +"dFT" = ( +/obj/structure/chair/sofa/left/brown{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"dFV" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/starboard) "dFW" = ( /turf/open/floor/iron/white/side, /area/station/science/research) @@ -12908,22 +12629,27 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dGd" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "dGe" = ( /obj/effect/decal/cleanable/food/egg_smudge, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"dGq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Chapel External Airlock"; + opacity = 0 + }, +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/iron, +/area/station/service/chapel) "dGK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -12946,32 +12672,47 @@ /obj/effect/mapping_helpers/airlock/access/all/command/captain, /turf/open/floor/plating, /area/station/maintenance/central/lesser) -"dHf" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/structure/disposalpipe/segment{ - dir = 5 +"dHa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/railing{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"dHg" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Fore Primary Hallway - Courtroom Hallway" +/obj/machinery/button/elevator/directional/north{ + id = "publicElevator" }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "publicElevator" }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"dHn" = ( +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "publicElevator" + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/mining) +"dHb" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/throwing_star/toy, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) +"dHk" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/science/explab) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) +"dHl" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/restraints/handcuffs, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/medical/virology) "dHw" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -12979,51 +12720,29 @@ }, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) -"dHG" = ( -/obj/structure/chair/comfy/beige{ +"dHC" = ( +/obj/structure/frame/computer{ dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/fore) "dHJ" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"dHK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 4 - }, -/obj/machinery/bluespace_vendor/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"dHM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"dHV" = ( +/obj/structure/window/reinforced/spawner/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"dIa" = ( -/obj/structure/sign/warning/gas_mask/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"dIb" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Outlet Pump" - }, -/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/turf/open/floor/iron/white/corner, -/area/station/engineering/atmos) +/turf/open/floor/iron/dark, +/area/station/commons/fitness) "dIl" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -13031,19 +12750,6 @@ /obj/effect/turf_decal/bot_red, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"dIs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"dIw" = ( -/obj/structure/sign/warning/electric_shock/directional/south, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "dIx" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, @@ -13063,22 +12769,6 @@ dir = 9 }, /area/station/science/xenobiology) -"dID" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"dIM" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/bar) "dIS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13092,17 +12782,6 @@ /obj/structure/sign/warning/electric_shock, /turf/open/floor/plating, /area/station/science/xenobiology) -"dIT" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 13; - name = "port bay 2"; - shuttle_id = "ferry_home"; - width = 5 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "dIZ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -13111,12 +12790,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/dark, /area/station/medical/virology) -"dJr" = ( -/obj/structure/frame/computer, -/obj/item/stack/cable_coil/five, -/obj/effect/turf_decal/tile/purple/fourcorners, +"dJf" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/barsign/all_access/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/mine/living_quarters) +/area/station/service/bar) +"dJk" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "dJx" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -13133,20 +12821,56 @@ /obj/machinery/air_sensor/ordnance_freezer_chamber, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) -"dJX" = ( +"dJC" = ( /obj/structure/table, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/machinery/reagentgrinder{ + pixel_y = 9; + pixel_x = 4 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"dJY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/item/paper_bin, -/obj/item/pen/blue{ - pixel_y = 5 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dJZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/item/pen, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) +/turf/open/floor/iron/white, +/area/station/science/genetics) +"dKd" = ( +/obj/structure/reagent_dispensers/plumbed{ + dir = 1; + name = "hydroponics reservoir" + }, +/obj/effect/turf_decal/delivery/white{ + color = "#307db9" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/lesser) +"dKe" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/cargo/sorting) "dKh" = ( /obj/machinery/light_switch/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -13155,27 +12879,17 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/tcommsat/computer) -"dKk" = ( +"dKo" = ( /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/structure/cable, -/turf/open/floor/wood/parquet, -/area/station/service/bar/backroom) -"dKt" = ( -/obj/machinery/door/airlock/external, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "chem-morgue-airlock" +/obj/machinery/door/airlock/freezer{ + desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; + name = "The Ice Box" }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, /turf/open/floor/plating, -/area/station/medical/morgue) +/area/station/service/kitchen/coldroom) "dKy" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -13185,16 +12899,24 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig) +"dKA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/maintenance/fore) "dKC" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 }, /turf/open/floor/plating, /area/station/service/lawoffice) -"dKH" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/medical/virology) +"dKI" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "dKK" = ( /obj/structure/chair/office{ dir = 4 @@ -13215,17 +12937,6 @@ dir = 1 }, /area/station/security/processing) -"dKR" = ( -/obj/machinery/door/airlock/external, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "graveyard" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/turf/open/floor/plating, -/area/station/medical/morgue) "dKS" = ( /obj/structure/sign/warning/electric_shock/directional/south, /obj/effect/decal/cleanable/dirt, @@ -13249,6 +12960,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) +"dLc" = ( +/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/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "dLe" = ( /obj/structure/chair/stool/directional/west, /turf/open/floor/wood/large, @@ -13256,27 +12974,29 @@ "dLf" = ( /turf/closed/wall/r_wall, /area/station/cargo/storage) -"dLk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"dLj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/wood{ + dir = 1 }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "dLo" = ( /obj/structure/disposalpipe/segment, /obj/machinery/status_display/evac/directional/east, /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"dLE" = ( -/obj/machinery/button/door/directional/south{ - id = "vacantofficemaintshutter"; - name = "Privacy Shutters"; - pixel_x = 4; - pixel_y = -28 +"dLr" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "dLH" = ( /obj/structure/fence{ dir = 1 @@ -13293,6 +13013,34 @@ /obj/effect/spawner/random/food_or_drink/donkpockets, /turf/open/floor/iron, /area/mine/laborcamp) +"dLW" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"dMh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/mime, +/turf/open/floor/wood, +/area/station/commons/lounge) +"dMj" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/bar/atrium) +"dMm" = ( +/obj/machinery/door/window{ + dir = 1; + name = "AI Core Door"; + req_access = list("ai_upload") + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "dMp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13306,37 +13054,35 @@ /obj/item/clothing/under/color/rainbow, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"dME" = ( -/obj/structure/railing{ - dir = 8 +"dMB" = ( +/obj/vehicle/ridden/wheelchair{ + dir = 4 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"dMF" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/misc/asteroid/snow/standard_air, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/effect/turf_decal/trimline/blue/filled/end{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/large, +/area/station/medical/medbay/aft) "dMH" = ( /obj/machinery/light/directional/north, /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/station/service/chapel) +"dMK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) "dMO" = ( /obj/structure/closet/secure_closet/freezer/kitchen/maintenance, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"dMS" = ( -/obj/item/toy/snowball{ - pixel_y = 3; - pixel_x = 3 - }, -/obj/item/toy/snowball, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) "dMX" = ( /obj/structure/chair{ dir = 1; @@ -13344,27 +13090,23 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"dNd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"dNh" = ( -/obj/vehicle/ridden/wheelchair{ +"dNf" = ( +/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 }, -/obj/effect/turf_decal/trimline/blue/filled/end{ +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"dNl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 - }, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/large, -/area/station/medical/medbay/aft) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "dNt" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -13374,21 +13116,17 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"dNv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/medical{ - name = "Surgery North" +"dNw" = ( +/obj/structure/chair/office{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/medbay/aft) +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/science/genetics) "dNA" = ( /turf/open/floor/iron/smooth, /area/mine/mechbay) @@ -13426,6 +13164,11 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"dOk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/plating, +/area/station/maintenance/fore) "dOq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13439,14 +13182,6 @@ /obj/structure/closet/wardrobe/mixed, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"dOF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/textured, -/area/station/security/brig) "dOH" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plating, @@ -13460,58 +13195,27 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dOQ" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, -/obj/structure/cable, -/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/lesser) "dOY" = ( /obj/effect/spawner/random/vending/snackvend, /obj/effect/turf_decal/tile/red/half, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"dPh" = ( -/obj/structure/cable, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "dPj" = ( /obj/structure/ladder, /obj/effect/turf_decal/tile/neutral/diagonal_centre, /obj/effect/turf_decal/tile/dark_blue/diagonal_edge, /turf/open/floor/iron/dark/diagonal, /area/station/engineering/atmos/storage) -"dPl" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"dPn" = ( -/obj/structure/rack, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/item/shovel{ - pixel_x = -5 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"dPo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ +"dPw" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "dPy" = ( /obj/machinery/camera/directional/west{ c_tag = "Xenobiology Kill Chamber"; @@ -13526,6 +13230,12 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"dPS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "dPT" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/unres{ @@ -13534,6 +13244,16 @@ /obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"dPX" = ( +/obj/structure/sign/warning/docking/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "dQd" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Station Maintenance" @@ -13544,8 +13264,25 @@ dir = 1 }, /area/station/maintenance/department/cargo) -"dQF" = ( -/obj/structure/stairs/south, +"dQo" = ( +/obj/machinery/button/door/directional/east{ + id = "pharmacy_shutters2"; + name = "Pharmacy Shutter Control"; + req_access = list("pharmacy") + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"dQq" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"dQu" = ( +/obj/machinery/newscaster/directional/east, /turf/open/floor/stone, /area/station/commons/lounge) "dQI" = ( @@ -13559,30 +13296,6 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"dQO" = ( -/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 - }, -/obj/structure/sign/departments/rndserver/directional/south, -/turf/open/floor/iron/white, -/area/station/science/research) -"dQZ" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 9"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) "dRc" = ( /obj/structure/table, /obj/machinery/firealarm/directional/west, @@ -13592,6 +13305,29 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"dRe" = ( +/obj/machinery/camera{ + c_tag = "Medbay Break Room"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/deck{ + pixel_x = -6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "dRk" = ( /obj/effect/turf_decal/bot, /obj/structure/ore_box, @@ -13600,27 +13336,36 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"dRl" = ( -/obj/structure/fence/door{ - dir = 4 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"dRm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"dRr" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/door/airlock/grunge{ - name = "Vacant Office A" +/obj/structure/reagent_dispensers/plumbed{ + name = "dormitory reservoir" }, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/office) -"dRy" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/delivery/white{ + color = "#307db9" }, -/turf/open/floor/iron, -/area/station/commons/dorms) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured, +/area/station/maintenance/fore) +"dRx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/wood/fancy/red, +/obj/effect/spawner/random/aimodule/harmful, +/obj/machinery/door/window/brigdoor/left/directional/south{ + dir = 4; + name = "High-Risk Modules"; + req_access = list("captain") + }, +/obj/item/ai_module/reset/purge{ + pixel_y = 11 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) "dRz" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13628,57 +13373,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"dRM" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/red/line, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) -"dRS" = ( +"dRD" = ( /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, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/area/station/command/gateway) +"dSj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/mine/production) "dSm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/security/prison/safe) -"dSn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/sign/poster/official/random/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"dSC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "medsecprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) -"dSI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Chamber" +"dSD" = ( +/obj/machinery/flasher/directional/south{ + id = "hopflash"; + pixel_y = -23 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +/turf/closed/wall, +/area/station/command/heads_quarters/hop) "dSJ" = ( /obj/machinery/flasher/directional/north{ id = "visitorflash" @@ -13703,17 +13425,16 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"dTc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/caution_sign, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "dTm" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/effect/mob_spawn/corpse/human/skeleton, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"dTo" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "dTq" = ( /obj/structure/fireplace, /turf/open/floor/wood, @@ -13729,58 +13450,11 @@ "dTs" = ( /turf/open/floor/iron/smooth, /area/mine/eva) -"dTu" = ( -/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 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"dTv" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Chapel External Airlock"; - opacity = 0 - }, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/iron, -/area/station/service/chapel) -"dTy" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) "dTD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/storage/primary) -"dTE" = ( -/obj/structure/sign/warning/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "dTF" = ( /obj/machinery/conveyor{ dir = 10; @@ -13794,11 +13468,14 @@ }, /turf/open/floor/iron, /area/mine/production) -"dUd" = ( -/obj/structure/closet/secure_closet/warden, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) +"dTW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "dUe" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13808,18 +13485,27 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) -"dUk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/stool/bar/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "dUn" = ( /obj/machinery/shieldgen, /turf/open/floor/plating, /area/station/engineering/engine_smes) +"dUp" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"dUr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "dUv" = ( /obj/structure/rack, /obj/item/clothing/suit/hazardvest, @@ -13835,6 +13521,11 @@ /obj/item/clothing/glasses/meson/engine/tray, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) +"dUD" = ( +/obj/machinery/icecream_vat, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "dUG" = ( /obj/machinery/door/airlock/public/glass{ name = "Showers" @@ -13843,11 +13534,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, /area/mine/laborcamp) -"dUK" = ( -/obj/machinery/netpod, -/obj/machinery/light/small/directional/south, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) "dUL" = ( /obj/machinery/door/poddoor/preopen{ id = "maint1" @@ -13858,18 +13544,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"dUN" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Mining"; - name = "Mining Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "dUO" = ( /turf/closed/wall, /area/station/security/brig) @@ -13877,10 +13551,9 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/wood, /area/station/security/courtroom) -"dVj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"dVb" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/locker) @@ -13889,6 +13562,11 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"dVr" = ( +/obj/structure/kitchenspike, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "dVt" = ( /obj/structure/chair/stool/directional/west, /turf/open/floor/iron/checker, @@ -13904,47 +13582,74 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/medbay/aft) -"dVD" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/assembly/infra{ - pixel_x = 3 - }, -/obj/item/assembly/igniter{ - pixel_y = -2 - }, -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/item/assembly/signaler, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"dVF" = ( +/obj/structure/sign/warning/secure_area/directional/north, +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/ai_monitored/command/storage/eva) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "dVJ" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/engineering/lobby) "dVN" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/coin{ - pixel_x = -7; - pixel_y = 0 +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/effect/spawner/random/clothing/bowler_or_that, /turf/open/floor/wood/large, /area/station/commons/lounge) "dVO" = ( -/obj/machinery/modular_computer/preset/civilian, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/obj/structure/minecart_rail{ + dir = 1 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) +"dVQ" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"dVX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"dWc" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "dWf" = ( /obj/item/trash/pistachios, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"dWl" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "dWn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera/directional/north{ @@ -13954,32 +13659,35 @@ /obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"dWu" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/science/research) -"dWB" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/wallet_storage, -/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) "dWK" = ( /obj/machinery/hydroponics/soil, /obj/item/shovel/spade, /turf/open/floor/grass, /area/station/security/prison/garden) -"dWL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 +"dWP" = ( +/obj/structure/table/wood, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/pen/blue{ + pixel_y = -2 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"dWU" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/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/fore) "dWX" = ( /obj/machinery/modular_computer/preset/engineering, /obj/effect/turf_decal/tile/brown/anticorner/contrasted{ @@ -13996,12 +13704,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"dXb" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/figure/chaplain, +"dXf" = ( +/obj/structure/railing, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plating, -/area/station/maintenance/department/chapel) +/area/station/maintenance/starboard/fore) "dXi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -14009,6 +13718,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"dXj" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/sign/warning, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "dXn" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -14017,12 +13733,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"dXy" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +"dXv" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "dXF" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -14032,10 +13748,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"dXJ" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) "dXP" = ( /obj/effect/turf_decal/trimline/yellow/filled/shrink_cw{ dir = 4 @@ -14043,46 +13755,35 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"dXR" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Quartermaster's Office" - }, -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, -/obj/structure/table, -/obj/item/coin/silver, -/obj/item/computer_disk/quartermaster, -/obj/item/computer_disk/quartermaster, -/obj/item/computer_disk/quartermaster, -/obj/item/clipboard, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +"dXU" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"dYd" = ( +/obj/machinery/light/small/dim/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"dXT" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, /turf/open/floor/plating, -/area/station/maintenance/port/greater) -"dYl" = ( -/obj/structure/fake_stairs/wood/directional/north, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"dYn" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"dYo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/medical/morgue) +"dYe" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"dYj" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dYq" = ( +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "dYr" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, @@ -14090,6 +13791,20 @@ "dYt" = ( /turf/open/floor/engine/cult, /area/station/service/library) +"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/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/mine/production) +"dYC" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "dYI" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 @@ -14103,22 +13818,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"dYO" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) "dYP" = ( /obj/item/toy/snowball{ pixel_x = -11; @@ -14136,18 +13835,32 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/checker, /area/station/maintenance/port/fore) -"dZj" = ( -/obj/effect/turf_decal/siding/wood{ +"dZi" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/dorms{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"dZq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 }, -/obj/structure/closet/crate/bin, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"dZy" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) "dZJ" = ( /obj/machinery/seed_extractor, /obj/machinery/status_display/evac/directional/north, @@ -14164,10 +13877,16 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dZP" = ( -/obj/structure/sign/warning/electric_shock/directional/west, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"dZQ" = ( +/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, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "dZS" = ( /obj/structure/railing/corner{ dir = 4 @@ -14213,6 +13932,14 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"eag" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/start/scientist, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) "eaq" = ( /obj/structure/table, /obj/item/paper_bin/carbon, @@ -14220,60 +13947,61 @@ /obj/structure/cable, /turf/open/floor/carpet/red, /area/station/security/prison/work) -"eaB" = ( -/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, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 +"eaw" = ( +/obj/effect/spawner/random/contraband/prison, +/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/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/prison/work) +"eaO" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Mass Driver"; + req_access = list("chapel_office") }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/mass_driver/chapelgun{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"eaR" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +/turf/open/floor/plating, +/area/station/service/chapel) "ebb" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"ebc" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "ebd" = ( /obj/structure/flora/rock/pile/icy/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"ebg" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"ebm" = ( +"ebo" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) -"ebq" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/dice, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/turf/open/floor/iron/dark/smooth_half, +/area/station/service/hydroponics) "ebr" = ( /turf/open/openspace, /area/station/engineering/atmos/storage) -"ebs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/iron/checker, -/area/station/maintenance/port/fore) "ebv" = ( /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/stripes/corner{ @@ -14281,18 +14009,13 @@ }, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"ebw" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ebK" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/rack, +/obj/item/crowbar/large/old, +/obj/effect/turf_decal/tile/dark/fourcorners, /turf/open/floor/iron, -/area/station/maintenance/starboard/aft) -"ebB" = ( -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) +/area/mine/living_quarters) "ebL" = ( /obj/effect/turf_decal/bot_white/right, /obj/structure/closet/crate/goldcrate, @@ -14300,20 +14023,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"ebP" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) "ebX" = ( /obj/structure/fence/corner{ dir = 1 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"ecn" = ( +/obj/structure/table/wood, +/obj/item/instrument/saxophone, +/obj/item/instrument/piano_synth, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/commons/lounge) "ecs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14337,38 +14059,61 @@ /obj/effect/mapping_helpers/airlock/access/all/science/genetics, /turf/open/floor/iron, /area/station/science/genetics) +"ecE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, +/obj/machinery/meter/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"ecH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/sign/warning/cold_temp/directional/south, +/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/hydroponics) "ecJ" = ( /obj/effect/landmark/blobstart, /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"ecR" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/mine/eva/lower) -"ecS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"ecW" = ( +"ecU" = ( +/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{ - dir = 4 - }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness) -"ecZ" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/white{ - dir = 6 +/area/station/hallway/secondary/entry) +"eda" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 7 }, -/obj/machinery/reagentgrinder{ - pixel_y = 9; - pixel_x = 4 +/obj/item/pen{ + pixel_x = -5; + pixel_y = 5 }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Door" + }, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Engineering Desk"; + req_access = list("engineering") + }, +/turf/open/floor/iron, +/area/station/engineering/lobby) "edd" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -14387,72 +14132,77 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"edv" = ( -/obj/effect/turf_decal/stripes/corner{ +"edp" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"edq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/atmos/storage/gas) +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"edN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "edT" = ( /obj/structure/grille/broken, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"edW" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"edY" = ( +"eef" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box/red/corners{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "eei" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "SapMaster XP" +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eek" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/clothing/head/costume/fancy, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"eeq" = ( +/obj/structure/table, +/obj/item/hand_tele{ + pixel_x = 3; + pixel_y = 13 }, /turf/open/floor/iron, -/area/station/service/hydroponics) +/area/station/command/teleporter) +"eeD" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "eeF" = ( /obj/item/cigbutt/cigarbutt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"eeK" = ( -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/computer/security/mining{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"eeO" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) +"eeG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/dark_blue, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/morgue) "eeT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14463,12 +14213,6 @@ /obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, /turf/open/floor/iron, /area/station/engineering/lobby) -"efa" = ( -/obj/machinery/mechpad, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/textured, -/area/mine/mechbay) "efi" = ( /obj/structure/bed/dogbed, /obj/effect/decal/cleanable/blood/gibs/body, @@ -14478,24 +14222,6 @@ /obj/structure/cable, /turf/open/floor/iron/white/side, /area/station/science/explab) -"efo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/customs/auxiliary) -"efq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "efv" = ( /obj/item/toy/snowball{ pixel_x = -6; @@ -14530,6 +14256,10 @@ /obj/item/food/grown/harebell, /turf/open/floor/iron/chapel, /area/station/service/chapel) +"efI" = ( +/obj/structure/lattice, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "efK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -14537,44 +14267,30 @@ /obj/machinery/iv_drip, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"efL" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/openspace, -/area/station/service/bar/atrium) -"efM" = ( -/obj/structure/closet/crate/grave, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) -"efN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"efU" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/main) +"efV" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) "ega" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"egc" = ( -/turf/open/floor/glass/reinforced, -/area/station/hallway/secondary/entry) "egf" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/burnchamber) +"egj" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/spawner/random/armory/riot_armor, +/obj/effect/spawner/random/armory/riot_helmet, +/obj/effect/spawner/random/armory/riot_shield, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "egm" = ( /obj/structure/table, /obj/item/restraints/handcuffs, @@ -14583,26 +14299,10 @@ dir = 1 }, /area/station/security/office) -"ego" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) "egp" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"egy" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/command/bridge) "egz" = ( /obj/structure/table/wood, /obj/item/radio/intercom/prison, @@ -14615,13 +14315,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"egG" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/rec) "egL" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -14638,17 +14331,46 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"egS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"egT" = ( +/obj/item/circuitboard/machine/stasis, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/item/wrench/medical, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "egV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/lobby) -"egZ" = ( -/obj/machinery/newscaster/directional/south, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/side{ - dir = 5 +"egY" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "hop"; + name = "Privacy Shutters" }, -/area/station/science/lab) +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"eha" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "ehd" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -14656,37 +14378,39 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"ehm" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "ehp" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/locker) "ehy" = ( -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/hos) -"ehA" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"ehD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) +"ehH" = ( +/obj/effect/decal/cleanable/blood/tracks{ dir = 4 }, -/obj/item/kirbyplants/organic/plant10, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/effect/decal/cleanable/dirt, +/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/morgue) "ehJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -14694,26 +14418,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"ehO" = ( -/obj/machinery/door/window/brigdoor/right/directional/south{ - dir = 8; - name = "Observation Deck"; - req_access = list("xenobiology") - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "ehP" = ( /obj/structure/sign/warning/cold_temp, /turf/closed/wall/r_wall, @@ -14726,6 +14430,13 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"ehY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "ehZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14734,14 +14445,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/security/prison/rec) -"eia" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) "eic" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14771,29 +14474,17 @@ /turf/open/floor/iron/smooth, /area/station/security/holding_cell) "eim" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Bar and Kitchen" +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/kirbyplants/random, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/textured, -/area/station/maintenance/starboard/fore) -"eix" = ( -/obj/structure/table, -/obj/item/radio{ - pixel_x = -3 - }, -/obj/item/pickaxe, -/obj/item/flashlight, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/medical/morgue) +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "eiI" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -14807,39 +14498,12 @@ /obj/item/clothing/suit/hooded/wintercoat/engineering, /turf/open/floor/iron/dark, /area/station/engineering/storage_shared) -"eiQ" = ( -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/obj/machinery/door/airlock/medical/glass, -/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/dark, -/area/station/medical/morgue) -"eiU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) "eiY" = ( /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, /area/station/medical/medbay/central) -"ejg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ - dir = 8; - name = "Air Out" - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "ejn" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -14861,12 +14525,19 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"ejO" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/machinery/airalarm/directional/west, +"ejD" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/directional/east, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) +/area/station/science/ordnance/office) +"ejL" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) "ejQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -14875,64 +14546,77 @@ }, /turf/open/floor/plating, /area/station/engineering/lobby) -"ejW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) "ejX" = ( /turf/open/floor/plating, /area/station/security/prison/safe) -"ejZ" = ( -/obj/structure/sink/directional/south, -/obj/machinery/light/small/directional/north, +"ekh" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Atmospherics - Central" + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Infiltrate" + }, /turf/open/floor/iron, -/area/station/science/xenobiology) -"eke" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/knife/kitchen{ - pixel_y = 2 +/area/station/engineering/atmos) +"ekm" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "chemistry_lower_shutters"; + name = "Chemistry Exterior Shutters" }, -/obj/effect/turf_decal/siding/white{ - dir = 10 +/obj/structure/cable, +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"ekk" = ( -/obj/structure/railing/corner, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) +/turf/open/floor/plating, +/area/station/medical/chemistry) "ekn" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/bottle/epinephrine, -/obj/item/stack/sheet/mineral/plasma, -/obj/machinery/light/directional/north, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters3"; - name = "Pharmacy Shutter Controls"; - req_access = list("pharmacy") - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/turf/open/floor/iron, +/area/station/commons/storage/primary) "ekq" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"eks" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"ekv" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"ekx" = ( +/obj/structure/flora/grass/brown/style_random, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, -/turf/open/floor/iron/white/corner{ - dir = 4 +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"ekE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"ekW" = ( +/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, +/area/station/security/processing) +"ela" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "elf" = ( /obj/machinery/rnd/production/circuit_imprinter/department/science, /obj/machinery/button/door/directional/north{ @@ -14943,6 +14627,27 @@ }, /turf/open/floor/iron/checker, /area/station/science/lab) +"elh" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"elj" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/engineering) "elk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14952,40 +14657,22 @@ dir = 8 }, /area/station/science/explab) -"elr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"elu" = ( -/obj/item/chair/stool{ - pixel_x = -1; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "elw" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/upper) -"emg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sink/directional/south, -/obj/structure/mirror/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"emi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/construction) +"elT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"elU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/work) "emp" = ( /turf/open/floor/iron/dark/side{ dir = 1 @@ -14997,17 +14684,17 @@ dir = 6 }, /area/station/command/heads_quarters/rd) -"emM" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - dir = 8; - id = "Cell 1"; - name = "Cell 1" - }, +"emP" = ( +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth_half{ +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Apiary" + }, +/turf/open/floor/iron/dark/textured_half{ dir = 1 }, -/area/station/security/brig) +/area/station/service/hydroponics) "ena" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -15015,19 +14702,6 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"eni" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 6; - pixel_y = 28 - }, -/obj/machinery/button/door/directional/north{ - id = "botany_chasm_and_wolf_shutters"; - name = "Exterior Shutters"; - pixel_y = 28; - pixel_x = -4 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/service/hydroponics) "enq" = ( /obj/machinery/doppler_array{ dir = 4 @@ -15039,6 +14713,23 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating, /area/station/engineering/lobby) +"enD" = ( +/obj/machinery/duct, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) +"enF" = ( +/obj/structure/railing, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "enI" = ( /obj/machinery/door/airlock/maintenance{ name = "Tool Storage Maintenance" @@ -15054,33 +14745,29 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"enU" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"eop" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Starboard Primary Hallway Center West" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"enX" = ( +/obj/structure/railing{ + dir = 6 }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"eoq" = ( -/obj/machinery/smartfridge, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"eog" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/north, +/obj/item/flashlight/lantern, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/service/chapel) "eos" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"eoy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "eoD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ @@ -15092,6 +14779,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"eoE" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "eoJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -15106,6 +14798,28 @@ /obj/item/taperecorder, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"eoO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"eoP" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) +"eoY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "epd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -15121,58 +14835,50 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"epF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_half, +/area/station/service/hydroponics) "epH" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/science/explab) -"epP" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/closet/firecloset, -/obj/structure/sign/warning/gas_mask/directional/west, -/obj/effect/turf_decal/siding/white, +"epK" = ( +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/obj/machinery/light/small/dim/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"epW" = ( -/obj/machinery/pdapainter, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"epX" = ( +/area/station/maintenance/fore) +"epY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) -"eqc" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/siding/blue{ +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/yellow/corner{ dir = 8 }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/structure/closet/crate/trashcart/laundry, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/storage) "eqj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria{ dir = 8 }, /area/station/science/ordnance/office) -"eqm" = ( -/obj/machinery/computer/atmos_control/oxygen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"eqn" = ( +/obj/structure/sign/warning/docking/directional/east, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "eqp" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -15201,16 +14907,23 @@ }, /turf/open/floor/iron/large, /area/station/hallway/primary/starboard) -"eqH" = ( -/obj/machinery/camera{ - c_tag = "Chapel North"; - dir = 6 +"eqv" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/trash/mopbucket, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"eqw" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 3"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "eqI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -15226,16 +14939,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"eqL" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/hydroponics) "eqN" = ( /obj/structure/fence/door, /obj/effect/turf_decal/weather/snow/corner{ @@ -15270,23 +14973,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"eqW" = ( -/obj/structure/fence, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) -"erg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/button/door/directional/north{ - id = "secmechbay"; - name = "Security Mech Garage Door Controls"; - req_access = list("security") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/mechbay) "eri" = ( /obj/structure/chair/office/light{ dir = 4 @@ -15304,6 +14990,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"erl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/sign/poster/official/safety_eye_protection/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "ero" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -15315,50 +15007,64 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/genetics) -"erB" = ( -/obj/machinery/door/poddoor/shutters{ - id = "secmechbay"; - name = "Security Mech Bay Shutters" - }, +"ert" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"erw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown, /obj/structure/cable, -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/turf_decal/box, /turf/open/floor/iron/dark, -/area/station/security/mechbay) -"erD" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/maintenance/disposal) +"erA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron, +/area/station/construction) +"erH" = ( +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma{ - pixel_x = 3; - pixel_y = 3 +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_x = -6; - pixel_y = 6 +/turf/open/floor/iron, +/area/station/commons/fitness) +"erI" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 5; + pixel_y = -2 }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_x = -3; - pixel_y = 9 +/obj/item/tank/internals/emergency_oxygen{ + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"erE" = ( -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron, -/area/station/commons/locker) -"erJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/storage/medkit/regular, -/obj/item/razor{ - pixel_y = 5 +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/exit/departure_lounge) +"erK" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + id = "vacantofficemaintshutter"; + name = "Privacy Shutters" }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"erN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/cargo/storage) "erY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15369,10 +15075,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/teleporter) -"esj" = ( -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +"esc" = ( +/obj/machinery/computer/order_console/mining, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "eso" = ( /obj/machinery/telecomms/receiver/preset_left, /turf/open/floor/iron/dark/telecomms, @@ -15402,32 +15111,33 @@ /turf/open/floor/plating, /area/station/command/gateway) "esK" = ( -/obj/structure/bodycontainer/morgue{ +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass/reinforced, +/area/station/security/brig/entrance) +"esS" = ( +/obj/machinery/computer/shuttle/labor{ dir = 8 }, -/obj/machinery/light/dim/directional/south, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 +/turf/open/floor/iron/showroomfloor, +/area/station/security/processing) +"eta" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Central Hallway East" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) -"etl" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/obj/item/clothing/shoes/workboots, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"etm" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/structure/sign/warning/pods/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eti" = ( +/obj/effect/spawner/random/trash/hobo_squat, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "etw" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt, @@ -15461,21 +15171,10 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /turf/open/floor/iron/dark, /area/station/engineering/main) -"etV" = ( -/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/stone, -/area/station/commons/lounge) -"etW" = ( -/obj/item/reagent_containers/cup/soda_cans/beer{ - pixel_x = -7; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"etY" = ( +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron, +/area/station/commons/locker) "euc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -15492,18 +15191,23 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"eum" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"eug" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/bowl{ + pixel_y = 5 }, -/obj/machinery/light/directional/west, -/obj/item/kirbyplants/random/dead/research_director, -/obj/machinery/computer/security/telescreen/rd{ - dir = 4; - pixel_x = -26 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/iron/smooth_half, -/area/station/command/heads_quarters/rd) +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"eul" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/medical/chem_storage) "euq" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -15517,48 +15221,61 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"eus" = ( +/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) "euw" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical, /turf/open/floor/iron/smooth, /area/mine/eva) -"euR" = ( -/obj/structure/ladder{ - name = "chemistry lab access" +"euI" = ( +/obj/structure/statue/snow/snowman, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"euK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + name = "Warden Desk"; + req_access = list("armory") }, -/obj/effect/turf_decal/stripes/end, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Chemistry Lab Access Hatch"; - req_access = list("plumbing") +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/structure/sign/departments/chemistry/directional/north, -/obj/structure/sign/warning/no_smoking{ - pixel_x = -28 +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, -/obj/effect/turf_decal/tile/yellow/full, -/turf/open/floor/iron/white/textured_large, -/area/station/medical/treatment_center) +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/window/left/directional/north{ + name = "Warden Desk" + }, +/turf/open/floor/iron, +/area/station/security/warden) +"euM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) "euZ" = ( -/obj/item/toy/snowball{ - pixel_x = 6; - pixel_y = 5 +/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/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "evb" = ( /turf/open/floor/iron, /area/station/service/janitor) -"evj" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/spawner/random/armory/laser_gun, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) "evk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15571,34 +15288,47 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"evq" = ( -/obj/structure/chair/stool/directional/north, +"evw" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 + }, +/obj/structure/closet/emcloset, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/security/processing) "evT" = ( /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb) -"ewd" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"ewq" = ( -/obj/machinery/light/directional/north, +"ewi" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Janitor" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/maintenance/department/medical/central) "ewC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/chapel) -"exc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"ewI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 }, -/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) +"ewM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/security/brig/upper) "exe" = ( /obj/effect/turf_decal/siding/yellow/end{ dir = 8 @@ -15607,24 +15337,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/plating, /area/station/medical/treatment_center) -"exl" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/east, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"exm" = ( -/obj/structure/railing, -/obj/structure/marker_beacon/cerulean, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"exo" = ( -/obj/structure/sign/poster/official/cleanliness/directional/east, -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "exq" = ( /obj/effect/turf_decal/trimline/neutral/warning, /obj/effect/turf_decal/trimline/neutral/mid_joiner, @@ -15662,11 +15374,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"exI" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/bar) "exL" = ( /obj/item/trash/cheesie, /obj/effect/decal/cleanable/dirt, @@ -15681,13 +15388,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/work) -"exQ" = ( -/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/starboard/lesser) "eyb" = ( /turf/closed/wall, /area/station/security/processing) @@ -15698,32 +15398,66 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"eye" = ( -/obj/structure/chair/comfy/beige{ +"eyf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Arrivals" + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, -/turf/open/floor/carpet/blue, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"eyj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, /area/station/hallway/secondary/entry) -"eyB" = ( +"eyk" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants/random, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) +"eyT" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "eyU" = ( /obj/structure/closet/crate/coffin, /obj/machinery/light/small/red/directional/south, /turf/open/floor/iron/dark/smooth_half, /area/station/service/chapel) -"eyW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "ezf" = ( /obj/machinery/door/airlock{ name = "Private Restroom" @@ -15731,6 +15465,11 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/general, /turf/open/floor/iron/freezer, /area/station/medical/break_room) +"ezl" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/large, +/area/mine/eva/lower) "ezq" = ( /obj/structure/table, /obj/item/stamp, @@ -15766,16 +15505,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"eAa" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs/auxiliary) "eAb" = ( /obj/structure/chair{ dir = 1 @@ -15796,6 +15525,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"eAk" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + id = "lower_chapel_shutters"; + name = "Graveyard Shutters"; + pixel_y = -8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "eAu" = ( /obj/structure/flora/grass/green/style_2, /turf/open/misc/asteroid/snow/icemoon, @@ -15808,32 +15553,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"eAI" = ( -/obj/machinery/light/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Chapel East" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"eAS" = ( -/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{ - name = "Utilities Room" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"eBa" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/bar/atrium) "eBd" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, @@ -15851,13 +15570,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"eBv" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/onion, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) "eBz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15882,12 +15594,14 @@ /turf/open/floor/iron, /area/station/engineering/main) "eBT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/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/parquet, +/area/station/service/bar/backroom) "eBU" = ( /obj/machinery/camera/directional/north{ c_tag = "Courtroom" @@ -15902,26 +15616,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/station/security/checkpoint/engineering) -"eBY" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) -"eCk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "eCn" = ( /obj/structure/disposalpipe/trunk/multiz{ dir = 1 @@ -15940,23 +15634,14 @@ /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) "eCq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"eCs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/bluespace_vendor/directional/south, -/turf/open/floor/iron/dark/textured_edge{ +/obj/structure/chair/plastic{ dir = 1 }, -/area/station/security/prison) +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "eCt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15968,13 +15653,11 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"eCA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) +"eCz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp) "eCD" = ( /obj/machinery/door/airlock/public/glass{ name = "Prison Common Room" @@ -15989,29 +15672,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"eCH" = ( -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/regular, -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "eCR" = ( /obj/structure/no_effect_signpost{ desc = "Now, where to go from here? That's a timeless question." }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"eDa" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/chair, -/obj/effect/landmark/start/bitrunner, -/turf/open/floor/iron, -/area/station/cargo/storage) "eDc" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/structure/cable, @@ -16022,6 +15688,15 @@ /obj/machinery/suit_storage_unit/medical, /turf/open/floor/iron/dark, /area/station/medical/storage) +"eDg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/prison/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison) "eDh" = ( /obj/machinery/door/poddoor/shutters{ dir = 8; @@ -16030,18 +15705,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"eDi" = ( -/obj/structure/sink/kitchen/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "eDj" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -16054,15 +15717,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison/visit) -"eDx" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"eDy" = ( +/obj/structure/closet/boxinggloves, +/obj/machinery/light/directional/north, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) +/turf/open/floor/iron, +/area/station/commons/fitness) "eDC" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ @@ -16082,40 +15745,18 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/smooth_large, /area/station/command/heads_quarters/hos) -"eDP" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"eDX" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/box/red, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "ordnanceburn" - }, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"eEb" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 26 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white/side{ - dir = 1 +"eEe" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door/directional/south{ + id = "Dorm6"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/area/station/command/heads_quarters/rd) +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) "eEh" = ( /obj/structure/table/reinforced, /obj/item/storage/toolbox/mechanical, @@ -16127,17 +15768,16 @@ /obj/item/flashlight, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"eEz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"eEm" = ( +/obj/structure/railing/corner/end{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/structure/cable, +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "eEC" = ( /obj/structure/table/wood, /obj/machinery/fax{ @@ -16167,17 +15807,11 @@ cycle_id = "brigoutpost" }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark/textured_edge{ dir = 8 }, /area/station/security/brig/entrance) -"eFb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "eFd" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -16224,6 +15858,13 @@ /obj/structure/sign/poster/official/report_crimes, /turf/closed/wall/ice, /area/icemoon/underground/explored) +"eFO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "eFS" = ( /obj/machinery/door/airlock/maintenance{ name = "Mech Bay Maintenance" @@ -16238,15 +15879,23 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/wood, /area/station/commons/dorms) -"eGj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) +"eGl" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/mix) "eGr" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) +"eGw" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "eGy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16254,18 +15903,14 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/dorms) -"eGz" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - name = "Permabrig Visitation" +"eGA" = ( +/obj/machinery/computer/prisoner/management{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/security/brig, -/turf/open/floor/plating, -/area/station/security/prison/visit) -"eGI" = ( -/obj/structure/sign/warning/directional/south, -/turf/open/openspace/icemoon/keep_below, -/area/icemoon/underground/explored) +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "eGK" = ( /obj/structure/closet, /obj/effect/spawner/random/entertainment/drugs, @@ -16277,6 +15922,12 @@ }, /turf/open/floor/iron/freezer, /area/station/science/xenobiology) +"eGT" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm/directional/west, +/obj/machinery/fax, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) "eGW" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -16306,14 +15957,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"eHq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +"eHj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 }, +/obj/item/clothing/under/costume/jabroni, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"eHC" = ( +/obj/machinery/light/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/hallway/primary/central) "eHT" = ( /obj/structure/cable, /obj/effect/spawner/random/structure/steam_vent, @@ -16385,39 +16041,6 @@ /obj/structure/lattice, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) -"eJn" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/engineering/atmos) -"eJq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/hallway/secondary/service) -"eJv" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/smartfridge/extract/preloaded, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron, -/area/station/science/xenobiology) "eJx" = ( /obj/machinery/newscaster/directional/east, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -16446,6 +16069,20 @@ /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"eJP" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 8"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "eJU" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 2" @@ -16464,51 +16101,36 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/mine/eva) -"eKg" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals Lobby South" - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"eKk" = ( +"eJZ" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"eKi" = ( +/obj/structure/fence/cut/large{ dir = 1 }, -/turf/open/floor/iron/smooth_half, -/area/station/security/brig/upper) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "eKl" = ( /obj/effect/turf_decal/stripes/box, /obj/machinery/destructive_scanner, /turf/open/floor/iron/textured_large, /area/station/hallway/primary/starboard) -"eKn" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) -"eKC" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "eKJ" = ( /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) +"eKN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) "eKW" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -16526,9 +16148,6 @@ /obj/machinery/iv_drip, /turf/open/floor/engine, /area/station/science/xenobiology) -"eLi" = ( -/turf/open/cliff/snowrock, -/area/icemoon/surface/outdoors/nospawn) "eLl" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -16547,53 +16166,35 @@ dir = 5 }, /area/station/science/research) -"eLs" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/pen/red, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"eLx" = ( +"eLJ" = ( +/obj/structure/chair/stool/directional/west, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, /obj/structure/cable, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) -"eLO" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance" - }, -/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/stone, +/area/station/commons/lounge) +"eLS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/turf/open/floor/plating, -/area/station/service/hydroponics) +/obj/structure/statue/snow/snowman{ + name = "Cecil"; + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/mine/mechbay) "eMa" = ( /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/cargo/storage) -"eMh" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/button/door/directional/south{ - id = "surgery"; - name = "Surgery Shutter Control" - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "eMr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, @@ -16602,6 +16203,27 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) +"eMs" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Central Hallway North-East" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eMG" = ( +/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{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/mess) "eMH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/assistant, @@ -16665,21 +16287,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"eNz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance" - }, -/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/airlock/access/any/security/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore) +"eNC" = ( +/obj/machinery/status_display/evac/directional/west, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "eND" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16715,13 +16328,10 @@ }, /turf/open/floor/iron/smooth, /area/station/engineering/lobby) -"eNR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/broken/directional/north, -/obj/machinery/vending/dinnerware, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +"eNS" = ( +/obj/structure/sign/warning/xeno_mining, +/turf/closed/wall, +/area/mine/storage) "eOl" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, @@ -16730,16 +16340,6 @@ /obj/structure/sign/poster/official/no_erp/directional/west, /turf/closed/wall, /area/station/maintenance/starboard/fore) -"eOv" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "Bridge" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/central/greater) "eOw" = ( /obj/machinery/computer/shuttle/labor, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ @@ -16753,13 +16353,25 @@ /obj/item/storage/backpack/duffelbag/sec/surgery, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) -"eOJ" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 +"eOD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/door/window/brigdoor/right/directional/north{ + dir = 8; + name = "Medbay Access"; + req_access = list("medical") }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"eOI" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "eOK" = ( /obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 4 @@ -16799,25 +16411,32 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"ePn" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit/black/skirt, +/obj/item/clothing/under/suit/black, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"ePq" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) "ePr" = ( /turf/open/floor/carpet/royalblue, /area/station/command/heads_quarters/hos) -"ePs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +"ePB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/light/directional/east, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"ePN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external/glass, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) +/area/station/cargo/miningdock) "ePR" = ( /obj/structure/railing{ dir = 6 @@ -16825,11 +16444,22 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"eQx" = ( -/obj/effect/spawner/random/clothing/wardrobe_closet_colored, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) +"ePS" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) "eQz" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -16839,16 +16469,11 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/security/prison/mess) -"eQN" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) +"eQH" = ( +/obj/structure/sign/departments/medbay/alt/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/mine/laborcamp) "eQQ" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -16858,31 +16483,21 @@ /obj/structure/cable, /turf/open/floor/plating, /area/mine/laborcamp/security) -"eQU" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) "eQX" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"eQZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +"eRb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eRh" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "eRw" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -16905,33 +16520,29 @@ }, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat_interior) -"eRK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "eRO" = ( /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/showroomfloor, /area/station/security/warden) -"eRS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"eRZ" = ( +/obj/structure/table, +/obj/item/papercutter{ + pixel_x = 8; + pixel_y = 6 }, /turf/open/floor/iron, -/area/station/cargo/office) -"eSg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/fore) +/area/station/command/heads_quarters/hop) +"eSj" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/quantum_server, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/cargo/bitrunning/den) "eSn" = ( /obj/structure/chair/office, /obj/effect/landmark/start/assistant, @@ -16946,12 +16557,19 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/mine/laborcamp/security) -"eSF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"eSE" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/spawner/random/contraband/prison, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/work) "eSJ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -16964,13 +16582,10 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) -"eST" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) +"eSR" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "eSY" = ( /obj/structure/closet/emcloset, /turf/open/floor/iron/smooth, @@ -16991,21 +16606,6 @@ /obj/machinery/telecomms/broadcaster/preset_left, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"eTq" = ( -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/door/window/left/directional/east{ - name = "Loop Chute Access" - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "eTv" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 1" @@ -17019,13 +16619,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/large, /area/station/engineering/main) -"eTL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw, -/obj/machinery/camera/directional/south{ - c_tag = "Atmospherics - HFR South" +"eTz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) +/turf/open/floor/plating, +/area/station/maintenance/fore) +"eTC" = ( +/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, +/area/station/commons/locker) "eTM" = ( /obj/effect/turf_decal/trimline/blue/corner, /obj/effect/turf_decal/trimline/blue/corner, @@ -17043,13 +16648,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/fore) -"eTY" = ( -/obj/structure/table, -/obj/item/clothing/shoes/jackboots, -/obj/item/storage/backpack/satchel/leather, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "eUe" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron/white, @@ -17072,6 +16670,38 @@ /obj/item/seeds/tower, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) +"eUA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/green/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"eUB" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/clothing/suit/hooded/wintercoat{ + pixel_x = -5 + }, +/obj/item/clothing/suit/hooded/wintercoat/security{ + pixel_x = 5 + }, +/obj/item/clothing/suit/hooded/wintercoat/security{ + pixel_x = 5 + }, +/obj/item/clothing/suit/hooded/wintercoat/security{ + pixel_x = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "eUI" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -17130,19 +16760,24 @@ /obj/effect/gibspawner/human, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"eVk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +"eVa" = ( +/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/mine/eva/lower) +"eVj" = ( +/obj/structure/bodycontainer/morgue{ dir = 8 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "eVl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining/glass{ @@ -17158,6 +16793,11 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/shipping, /turf/open/floor/iron, /area/station/cargo/sorting) +"eVp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "eVC" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 9 @@ -17181,14 +16821,14 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"eVR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/cafeteria{ - dir = 5 +"eVQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/area/station/maintenance/port/aft) +/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/hydroponics) "eVV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -17198,6 +16838,14 @@ /obj/effect/turf_decal/siding/yellow, /turf/open/floor/iron, /area/station/engineering/storage) +"eVX" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron, +/area/station/service/hydroponics) "eVY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -17218,51 +16866,31 @@ /obj/item/ai_module/reset, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"eWe" = ( -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/machinery/door/airlock/engineering{ - name = "Utilities Room" - }, -/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/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"eWh" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 2"; - req_access = list("xenobiology") - }, +"eWc" = ( /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "Xenobio Pen 2 Blast Door" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "eWj" = ( /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"eWn" = ( -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/requests_console/directional/north{ - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console" +"eWk" = ( +/obj/structure/chair{ + desc = "Aw geez, I wonder what the chef's cooking up in there!"; + dir = 1; + name = "The Peanut's Gallery" }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/mapping_helpers/requests_console/announcement, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "eWB" = ( /obj/structure/rack, /obj/item/electropack, @@ -17276,21 +16904,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"eWI" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/smooth_half, -/area/station/service/hydroponics) -"eWK" = ( -/obj/structure/closet/toolcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/construction) "eWP" = ( /obj/machinery/computer/security/mining, /obj/effect/turf_decal/tile/brown/anticorner/contrasted, @@ -17313,87 +16926,34 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"eWY" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"eXj" = ( -/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/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"eXk" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"eXr" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"eXh" = ( +/obj/structure/table/glass, +/obj/machinery/door/window/left/directional/north{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"eXw" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/structure/chair/sofa/right/brown{ - dir = 4 +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "eXH" = ( /turf/closed/wall/r_wall, /area/station/medical/chemistry) -"eXU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"eXY" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore) "eYe" = ( /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, /area/station/hallway/primary/central/fore) -"eYg" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/toxin, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/left/directional/north{ - icon_state = "right"; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access = list("medical") - }, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "eYn" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -17401,14 +16961,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"eYr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "eYz" = ( /obj/machinery/mineral/processing_unit{ dir = 1 @@ -17416,11 +16968,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/mine/laborcamp) -"eYA" = ( -/obj/machinery/vending/engivend, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/storage_shared) "eYC" = ( /turf/open/floor/iron/smooth, /area/mine/laborcamp/security) @@ -17431,20 +16978,6 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"eYI" = ( -/obj/structure/railing, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) -"eYL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/fore) "eYP" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -17496,15 +17029,6 @@ /obj/machinery/drone_dispenser, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"eZj" = ( -/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/wood, -/area/station/hallway/secondary/service) "eZp" = ( /obj/machinery/space_heater, /obj/effect/decal/cleanable/dirt, @@ -17514,32 +17038,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"eZw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "eZz" = ( /obj/item/storage/fancy/cigarettes/cigpack_mindbreaker, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"eZB" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"eZD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eZK" = ( +/obj/machinery/recycler{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"eZJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/obj/structure/sign/warning/secure_area/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"eZL" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "eZO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17556,31 +17081,55 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/main) -"eZW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/transport/linear{ - radial_travel = 0 - }, -/obj/structure/railing{ - dir = 6 - }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) "fab" = ( /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"fad" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security - HoS Office" + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16; + start_on = 0 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/stamp/head/hos{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/machinery/recharger{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/phone{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) "faf" = ( /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"fas" = ( -/obj/machinery/vending/coffee, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/stone, -/area/mine/eva/lower) +"far" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"faG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "faJ" = ( /obj/structure/railing/corner{ dir = 8 @@ -17595,28 +17144,30 @@ /obj/structure/cable, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"fbj" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fbl" = ( /turf/open/floor/iron/dark, /area/station/science/breakroom) -"fbr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 +"fbw" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Bridge Conference Room" }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"fbK" = ( +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"fbY" = ( +/obj/effect/spawner/random/trash/hobo_squat, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"fca" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/railing/corner/end, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/locker) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "fcg" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17640,26 +17191,17 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"fcz" = ( -/obj/machinery/computer/pod/old/mass_driver_controller/trash{ - pixel_x = -24; - pixel_y = -6 - }, -/obj/machinery/button/door/directional/west{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_y = 4; - req_access = list("maint_tunnels") - }, -/obj/structure/chair/stool/directional/south{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +"fcy" = ( +/obj/item/pickaxe/improvised{ + pixel_x = 7 }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) +"fcI" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "fcN" = ( /obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ dir = 8 @@ -17683,16 +17225,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/mine/laborcamp/security) -"fda" = ( -/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/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "fde" = ( /obj/structure/table, /obj/item/paper{ @@ -17701,18 +17233,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"fdi" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/window/right/directional/west{ - dir = 1; - name = "Security Checkpoint"; - req_access = list("security") - }, -/obj/effect/turf_decal/delivery, -/obj/item/paper, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs/auxiliary) "fdm" = ( /obj/structure/falsewall, /turf/open/floor/iron, @@ -17747,21 +17267,39 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"fdJ" = ( -/obj/structure/cable, +"fdN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/construction) +/area/station/maintenance/department/chapel) "fdP" = ( /obj/structure/bonfire, /obj/item/melee/roastingstick, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"fdX" = ( +/obj/item/toy/cards/deck{ + pixel_x = -9; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "fdY" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall, /area/station/medical/cryo) +"fej" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "fez" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -17775,21 +17313,12 @@ /obj/item/seeds/apple, /turf/open/floor/iron, /area/mine/laborcamp) -"feB" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/landmark/event_spawn, +"feG" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"feD" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 9 - }, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/hallway/primary/starboard) "feJ" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/security/armory/upper) @@ -17797,32 +17326,37 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"feZ" = ( -/obj/structure/window/reinforced/spawner/directional/east, +"feU" = ( /obj/structure/table/glass, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/item/reagent_containers/cup/bottle/epinephrine, +/obj/item/stack/sheet/mineral/plasma, +/obj/machinery/light/directional/north, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters3"; + name = "Pharmacy Shutter Controls"; + req_access = list("pharmacy") + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"feX" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "ffe" = ( /turf/closed/wall/r_wall, /area/station/maintenance/aft/lesser) -"fff" = ( -/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/dark/side, -/area/mine/eva/lower) -"ffi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 +"ffp" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" }, -/area/mine/eva) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "ffz" = ( /obj/machinery/processor/slime, /turf/open/floor/iron, @@ -17840,11 +17374,25 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) +"fgj" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "fgm" = ( /obj/machinery/photocopier, /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/wood, /area/station/service/library) +"fgo" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "fgs" = ( /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, @@ -17874,13 +17422,6 @@ dir = 1 }, /area/station/ai_monitored/command/storage/eva) -"fgS" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/four, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random/directional/north, -/turf/open/floor/plating, -/area/station/construction) "fgU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -17905,25 +17446,29 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/iron, /area/station/cargo/lobby) -"fhz" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"fhJ" = ( -/obj/structure/bookcase{ - name = "Holy Bookcase" +"fhy" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"fhL" = ( -/obj/item/clothing/suit/apron/surgical, +/area/station/service/hydroponics) +"fhz" = ( /obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/maintenance/fore) +"fhB" = ( +/obj/structure/chair/sofa/bench/left, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "fhU" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -17932,14 +17477,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/prison/mess) -"fhV" = ( -/obj/structure/closet/secure_closet/brig, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Transport" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/processing) "fhW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -17962,6 +17499,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/atmos/storage) +"fil" = ( +/obj/structure/table/glass, +/obj/machinery/microwave/engineering/cell_included, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "fio" = ( /obj/structure/marker_beacon/burgundy{ name = "landing marker" @@ -17971,28 +17516,32 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"fiq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/science/xenobiology) "fiu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) +"fiv" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "fiA" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"fiC" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/sign/warning/cold_temp{ - pixel_x = 3; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) "fiD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18010,6 +17559,12 @@ "fiL" = ( /turf/closed/wall/r_wall, /area/station/security/evidence) +"fiN" = ( +/obj/structure/table/wood, +/obj/structure/secure_safe/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "fiO" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -18021,81 +17576,33 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"fiT" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) "fiU" = ( /obj/machinery/door/poddoor/massdriver_ordnance, /obj/structure/fans/tiny, /turf/open/floor/plating, /area/station/science/ordnance/testlab) -"fiW" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Tool Storage" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "fiY" = ( /obj/machinery/ntnet_relay, /turf/open/floor/circuit/telecomms/mainframe, /area/station/tcommsat/server) -"fjg" = ( -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/trimline/blue, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) -"fjl" = ( -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/hydroponics) -"fjm" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/eighties, -/area/station/commons/lounge) -"fjp" = ( -/obj/effect/decal/cleanable/dirt, +"fjg" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) +"fjz" = ( +/obj/effect/decal/cleanable/generic, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/grimy, -/area/station/maintenance/aft/greater) -"fjt" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 9"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio9"; - name = "Xenobio Pen 9 Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"fjC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "botany_apiary"; - name = "Apiary Shutters" - }, /turf/open/floor/plating, -/area/station/service/hydroponics) +/area/station/maintenance/department/chapel) "fjD" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/turf_decal/bot, @@ -18117,44 +17624,34 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"fjK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"fjM" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) "fjQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/mine/living_quarters) -"fjW" = ( -/obj/machinery/button/door/directional/east{ - id = "armory"; - name = "Armory Shutters"; - pixel_x = -9; - pixel_y = 30; - req_access = list("armory") +"fjT" = ( +/obj/structure/railing{ + dir = 4 }, +/obj/item/radio/intercom/directional/north, /obj/structure/rack, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/item/pickaxe, +/obj/item/toy/figure/chef, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Coldroom" + }, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/effect/spawner/random/armory/e_gun, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) -"fjY" = ( +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) +"fkc" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/contraband/missing_gloves/directional/east, /turf/open/floor/plating, -/area/station/maintenance/solars/starboard/aft) +/area/station/maintenance/department/electrical) "fkj" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18170,45 +17667,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/kitchen/diagonal, /area/station/service/kitchen) +"fkr" = ( +/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/spawner/random/structure/chair_flipped{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fkt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/icemoon, +/area/station/maintenance/port/lesser) "fkF" = ( /obj/item/weldingtool, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"fkJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) "fkN" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"fkO" = ( -/obj/machinery/door/window/left/directional/west{ - dir = 2; - name = "Atmospherics Delivery"; - req_access = list("atmospherics") - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/siding/yellow/corner, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/turf/open/floor/iron/textured_half{ - dir = 1 - }, -/area/station/engineering/atmos/storage/gas) "fkV" = ( /obj/machinery/door/airlock/maintenance{ name = "Permabrig Maintenance" @@ -18226,40 +17705,15 @@ }, /turf/open/openspace, /area/station/science/ordnance/office) -"fkZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/kitchen/directional/north{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/obj/effect/turf_decal/tile/green/half/contrasted, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) +"fld" = ( +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "fle" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"flq" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/quantum_server, -/obj/effect/decal/cleanable/oil/streak, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/cargo/bitrunning/den) -"fls" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/effect/landmark/start/hangover/closet, -/obj/machinery/mining_weather_monitor/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "flx" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=HOP"; @@ -18274,12 +17728,6 @@ /obj/effect/spawner/random/structure/tank_holder, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"flF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "flH" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 6 @@ -18290,6 +17738,13 @@ /obj/machinery/vending/wardrobe/jani_wardrobe, /turf/open/floor/iron, /area/station/service/janitor) +"flV" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood, +/area/station/service/library) "flW" = ( /obj/machinery/atmospherics/components/tank/air, /turf/open/floor/plating, @@ -18313,6 +17768,19 @@ "fmc" = ( /turf/closed/wall, /area/station/hallway/primary/aft) +"fmf" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"fmg" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "fmm" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty{ @@ -18352,13 +17820,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"fmD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "fmU" = ( /obj/structure/railing/corner{ dir = 4 @@ -18371,10 +17832,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"fnf" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/plating/snowed/icemoon, -/area/station/maintenance/port/aft) "fng" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -18399,17 +17856,31 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/engineering/atmos) -"fnL" = ( -/obj/machinery/door/firedoor, +"fnC" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) +"fnF" = ( +/obj/structure/chair/sofa/middle/brown, +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) +"fnS" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"fnU" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fnW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/red/warning{ @@ -18417,13 +17888,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"fob" = ( -/obj/structure/sink/directional/west, -/obj/structure/mirror/directional/east, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/eva/lower) "fog" = ( /obj/machinery/rnd/production/techfab/department/medical, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -18439,14 +17903,6 @@ "foO" = ( /turf/open/floor/carpet, /area/station/security/prison/rec) -"foS" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Chapel West" - }, -/obj/structure/cable, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "foT" = ( /obj/structure/closet/emcloset/anchored, /turf/open/floor/plating, @@ -18455,23 +17911,12 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"fpb" = ( -/obj/structure/minecart_rail{ - dir = 10 - }, -/obj/structure/cable, -/obj/structure/sign/warning/directional/south, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) -"fpj" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/light_switch/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Customs Security Checkpoint" - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +"fpa" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/commons/dorms) "fpp" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -18501,6 +17946,14 @@ }, /turf/open/floor/grass, /area/station/maintenance/starboard/fore) +"fpC" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/structure/sign/warning/cold_temp/directional/east, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "fpD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, @@ -18512,50 +17965,6 @@ /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos) -"fpN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"fpP" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Central Hallway North-East" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"fpS" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"fqp" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) "fqv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -18563,30 +17972,32 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"fqx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"fqA" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/effect/turf_decal/siding/wideplating{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "fqH" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/red/half, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"fqI" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "fqJ" = ( /obj/effect/turf_decal/trimline/white/filled/warning, /turf/open/genturf, /area/icemoon/underground/unexplored/rivers/deep) -"fqK" = ( -/obj/structure/railing{ - dir = 6 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "fqQ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -18597,14 +18008,16 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"fqT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +"fqS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "fqW" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/carbon{ @@ -18623,10 +18036,16 @@ dir = 8 }, /area/station/medical/chem_storage) -"frn" = ( -/obj/structure/marker_beacon/cerulean, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"frd" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/commons/locker) "fro" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/line{ @@ -18655,10 +18074,31 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"frA" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Chapel Electrical Maintenace Upper" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/fore) "frD" = ( /obj/machinery/air_sensor/oxygen_tank, /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"frE" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/storage/gas) +"frN" = ( +/obj/machinery/power/shieldwallgen, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/command/teleporter) "frP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18676,24 +18116,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/evidence) -"frW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"fse" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "fsm" = ( /obj/structure/flora/rock/pile/icy/style_random, /turf/open/misc/asteroid/snow/icemoon, @@ -18723,6 +18145,22 @@ }, /turf/open/floor/plating, /area/station/security/execution/education) +"fsO" = ( +/obj/structure/table, +/obj/item/flashlight/flare/candle{ + pixel_y = 1; + pixel_x = -16 + }, +/obj/item/paper/crumpled{ + pixel_y = 3; + pixel_x = 1; + name = "used napkin" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "fsQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /obj/effect/turf_decal/tile/blue{ @@ -18730,6 +18168,25 @@ }, /turf/open/floor/iron/cafeteria, /area/station/engineering/atmos) +"fsS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"fsZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "ftt" = ( /obj/structure/sign/warning/secure_area/directional/south{ desc = "A warning sign which reads 'SERVER ROOM'."; @@ -18738,51 +18195,19 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/server) -"ftx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/commons/dorms) "ftA" = ( /obj/structure/table, /obj/item/storage/box/prisoner, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"ftJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "gene_desk_shutters"; - name = "Genetics Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/south{ - dir = 4; - name = "Genetics Desk"; - req_access = list("genetics") - }, -/turf/open/floor/plating, -/area/station/science/genetics) -"ftM" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kitchencounter"; - name = "Kitchen Counter Shutters" +"ftB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/displaycase/forsale/kitchen, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "ftN" = ( /obj/machinery/light_switch/directional/west, /obj/machinery/rnd/destructive_analyzer, @@ -18796,13 +18221,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) -"fuc" = ( -/obj/structure/closet, -/obj/effect/spawner/random/clothing/costume, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/effect/spawner/random/clothing/gloves, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "fue" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -18814,6 +18232,21 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"fum" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"fux" = ( +/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/item/chair, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "fuD" = ( /obj/structure/tank_holder/extinguisher, /obj/structure/sign/poster/random/directional/north, @@ -18832,6 +18265,10 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) +"fuQ" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fuS" = ( /obj/structure/stairs/east, /obj/structure/railing, @@ -18849,41 +18286,48 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"fuZ" = ( +/obj/structure/railing, +/obj/structure/flora/tree/pine/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "fvk" = ( /turf/open/floor/glass/reinforced, /area/station/science/xenobiology) -"fvn" = ( +"fvx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "fvK" = ( /obj/structure/rack, /obj/item/storage/box/petridish, /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/grimy, /area/station/security/prison/work) -"fvN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/railing/corner/end/flip{ - 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/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "fvO" = ( /obj/structure/closet/secure_closet/brig, /obj/machinery/light/directional/north, /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) +"fvQ" = ( +/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/maintenance{ + name = "Bar Maintenance" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/commons/lounge) "fvR" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -18905,16 +18349,6 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"fwi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/poster/official/wtf_is_co2/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "fwm" = ( /obj/effect/turf_decal/plaque{ icon_state = "L14" @@ -18924,22 +18358,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"fwn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/prison/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/security/prison) -"fwo" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "fwq" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -18947,14 +18365,22 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"fws" = ( +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"fwv" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/bar) "fwB" = ( /turf/closed/mineral/snowmountain/coldroom, /area/station/service/kitchen/coldroom) -"fwC" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "fwD" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -18979,6 +18405,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"fwM" = ( +/obj/effect/turf_decal/tile/blue{ + 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, +/area/station/hallway/secondary/entry) "fwO" = ( /obj/machinery/space_heater, /obj/structure/cable, @@ -19003,13 +18438,13 @@ dir = 4 }, /area/station/engineering/lobby) -"fwZ" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +"fxd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "fxl" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -19017,17 +18452,27 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"fxJ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +"fxn" = ( +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/newscaster/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security Post - Cargo" }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/computer/security/mining{ dir = 8 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"fxE" = ( +/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/starboard/fore) "fxR" = ( /obj/machinery/telecomms/hub/preset, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -19046,47 +18491,21 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"fya" = ( -/obj/structure/cable, -/mob/living/basic/sloth/paperwork, -/turf/open/floor/iron, -/area/station/cargo/storage) "fyc" = ( /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"fyh" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/item/stack/package_wrap{ - pixel_y = 2 - }, -/obj/item/book/manual/chef_recipes, -/obj/item/holosign_creator/robot_seat/restaurant, -/obj/structure/rack, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"fyj" = ( -/obj/machinery/light/small/directional/south, -/turf/open/openspace, -/area/station/service/chapel) -"fyq" = ( -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"fym" = ( +/obj/item/popsicle_stick{ + pixel_y = 1; + pixel_x = -9 }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - dir = 1 +/obj/item/popsicle_stick{ + pixel_y = 3; + pixel_x = -2 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) "fyr" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command/glass{ @@ -19106,19 +18525,13 @@ /obj/machinery/telecomms/server/presets/service, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"fyJ" = ( -/obj/machinery/button/door/directional/east{ - id = "commissarydoor"; - name = "Commissary Door Lock"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +"fyQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "fyR" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -19137,14 +18550,34 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"fzu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"fzc" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Fitness Ring" + }, +/obj/structure/window/reinforced/spawner/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"fzl" = ( +/obj/structure/fence/post{ + dir = 1 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"fzo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "fzv" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -19157,14 +18590,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/central) -"fzA" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "fzD" = ( /obj/structure/disposalpipe/segment, /obj/item/radio/intercom/directional/east, @@ -19174,12 +18599,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"fzF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) "fzG" = ( /obj/structure/closet{ name = "evidence closet 5" @@ -19212,37 +18631,42 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/storage/tech) -"fAo" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/suit/red, -/obj/item/flashlight/flare/candle{ - pixel_x = -8; - pixel_y = 4 +"fAb" = ( +/obj/structure/fence, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) +"fAf" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/item/flashlight/flare/candle{ - pixel_x = 8; - pixel_y = 4 +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/engine/cult, -/area/station/service/library) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"fAA" = ( +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore) "fAF" = ( /obj/structure/rack, /obj/item/clothing/gloves/boxing/green, /obj/item/reagent_containers/cup/glass/waterbottle, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"fAH" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) "fAV" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/security/prison/work) -"fAW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue, -/obj/structure/railing/corner/end/flip, -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/iron, -/area/station/commons/locker) "fBc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/line, @@ -19266,19 +18690,42 @@ }, /turf/open/floor/plating, /area/station/cargo/drone_bay) -"fBA" = ( +"fBs" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/west{ + c_tag = "Labor Camp Cell 3"; + network = list("labor") + }, +/obj/machinery/flasher/directional/west{ + id = "GulagCell 1" + }, +/turf/open/floor/iron, +/area/mine/laborcamp) +"fBw" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 + dir = 5 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) -"fBL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fBC" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) +"fBF" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "fBM" = ( /obj/structure/chair{ dir = 4 @@ -19291,6 +18738,18 @@ /obj/structure/marker_beacon/burgundy, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"fBQ" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"fBR" = ( +/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/white, +/area/station/medical/medbay/central) "fCd" = ( /obj/structure/table, /obj/machinery/button/door{ @@ -19322,13 +18781,6 @@ }, /turf/open/floor/iron/textured, /area/station/security/brig) -"fCo" = ( -/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/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) "fCw" = ( /obj/machinery/door/morgue{ name = "Relic Closet"; @@ -19336,18 +18788,6 @@ }, /turf/open/floor/cult, /area/station/service/chapel/office) -"fCE" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Dormitory North" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/bluespace_vendor/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "fCM" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -19371,20 +18811,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"fDi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/smooth_half, -/area/station/service/hydroponics) -"fDj" = ( -/obj/structure/railing, -/obj/structure/marker_beacon/cerulean, -/turf/open/genturf, -/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) "fDl" = ( /obj/machinery/light/small/built/directional/west, /turf/open/floor/iron, @@ -19393,27 +18819,16 @@ /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"fDt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"fDv" = ( -/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/turf_decal/stripes/white/line{ - dir = 1 +"fDI" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 4 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/commons/locker) -"fDH" = ( -/obj/structure/flora/rock/pile/jungle/style_random, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "fDJ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19421,21 +18836,25 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/service/janitor) -"fDZ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +"fDP" = ( +/obj/structure/cable, +/obj/item/radio/intercom/prison/directional/north, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 }, -/obj/structure/sink/directional/east, -/obj/machinery/requests_console/auto_name/directional/west, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/prison/garden) +"fEd" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/obj/item/stock_parts/capacitor, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"fEg" = ( -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood, -/area/station/commons/lounge) +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "fEA" = ( /obj/structure/cable, /obj/machinery/door/airlock/maintenance{ @@ -19459,17 +18878,11 @@ cycle_id = "brigoutpost" }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark/textured_edge{ dir = 4 }, /area/station/security/brig/entrance) -"fEO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) "fER" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ dir = 4 @@ -19490,31 +18903,50 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/stone, /area/mine/eva/lower) +"fEX" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "fEZ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/dorms) +"fFb" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fFi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/engineering/transit_tube) "fFn" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"fFu" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/deepfryer, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"fFv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to West Ports" - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"fFx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) "fFy" = ( /obj/machinery/space_heater, /obj/structure/sign/poster/official/random/directional/north, @@ -19526,12 +18958,13 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"fFI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/mine/production) +"fFD" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/structure/cable, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "fFJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19544,11 +18977,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"fFT" = ( -/obj/structure/ladder, -/obj/machinery/light/small/red/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/greater) "fGn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19556,13 +18984,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/lobby) -"fGo" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/mechbay) "fGq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/toilet{ @@ -19578,6 +18999,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/security/prison/workout) +"fGJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) "fGM" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -19586,16 +19014,6 @@ dir = 8 }, /area/station/security/brig/entrance) -"fHa" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/east, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "fHb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/cold_temp, @@ -19605,32 +19023,6 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron/dark/side, /area/station/security/prison) -"fHk" = ( -/obj/structure/table/glass, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "fHo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/dark_green{ @@ -19665,6 +19057,10 @@ /obj/machinery/holopad, /turf/open/floor/carpet, /area/station/command/meeting_room) +"fHM" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fHQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/violet/visible{ dir = 5 @@ -19678,6 +19074,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"fHS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) "fHY" = ( /obj/item/kirbyplants/random, /obj/machinery/button/door/directional/south{ @@ -19693,66 +19102,75 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) -"fIe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"fHZ" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) +"fIb" = ( +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/rec) +"fIn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/cryo) +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"fIq" = ( +/obj/machinery/door/window/left/directional/south{ + req_access = list("kitchen"); + name = "The Ice Box" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "fIs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) -"fIt" = ( -/turf/closed/wall/r_wall, -/area/icemoon/underground/explored) -"fIu" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/bottle/epinephrine, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = 6 - }, -/obj/item/reagent_containers/syringe, -/obj/machinery/defibrillator_mount/directional/north, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) -"fIv" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/airlock_controller/incinerator_atmos{ - pixel_x = -24 +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"fIH" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/spawner/random/contraband/permabrig_gear, -/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"fIL" = ( -/obj/machinery/door/airlock{ - name = "Observatory Access" +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"fIt" = ( +/turf/closed/wall/r_wall, +/area/icemoon/underground/explored) +"fIx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) +"fIK" = ( +/obj/structure/railing/corner/end/flip{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/port/aft) +/area/station/maintenance/department/medical/central) +"fJd" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/warning/pods/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "fJe" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock" @@ -19763,6 +19181,16 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/plating, /area/station/engineering/atmos) +"fJl" = ( +/obj/machinery/computer/accounting{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "fJm" = ( /obj/structure/railing{ dir = 8 @@ -19770,23 +19198,49 @@ /obj/structure/lattice/catwalk, /turf/open/openspace, /area/station/science/ordnance/office) +"fJB" = ( +/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/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"fJF" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "fJL" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ dir = 1 }, /turf/open/floor/engine/n2, /area/station/engineering/atmos) +"fKe" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Engineering West" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/engineering/main) "fKf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"fKh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/basketball, -/turf/open/floor/iron, -/area/station/security/prison/workout) "fKi" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/bed/medical/emergency, @@ -19805,35 +19259,6 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) -"fKw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"fKx" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) -"fKy" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "fKF" = ( /obj/effect/turf_decal/plaque{ icon_state = "L7" @@ -19852,22 +19277,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"fKP" = ( -/obj/machinery/shower/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/left/directional/north{ - name = "Shower Cubicle" +"fKO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/iron/freezer, -/area/station/maintenance/starboard/fore) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "fKW" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 +/obj/machinery/camera/directional/north{ + c_tag = "Security - Upper Permabrig Hallway North"; + network = list("ss13","prison") }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) "fLb" = ( /obj/structure/sink/directional/west, /obj/structure/mirror/directional/east, @@ -19880,29 +19309,6 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"fLj" = ( -/obj/machinery/camera{ - c_tag = "Medbay Break Room"; - dir = 1; - network = list("ss13","medbay") - }, -/obj/structure/table/glass, -/obj/effect/spawner/random/entertainment/deck{ - pixel_x = -6 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 7; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) "fLl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19923,15 +19329,47 @@ /turf/closed/wall/r_wall, /area/station/ai_monitored/security/armory/upper) "fLy" = ( -/obj/structure/lattice, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fLC" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/large, +/area/mine/eva/lower) +"fLK" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "fLP" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 10 }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"fLQ" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/button/door/directional/north{ + id = "surgery"; + name = "Surgery Shutter Control" + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"fLS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "fLT" = ( /obj/machinery/door/airlock{ name = "Restroom" @@ -19948,10 +19386,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/science/research) -"fLX" = ( -/obj/structure/bed/medical/emergency, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "fLY" = ( /obj/structure/table, /obj/item/stock_parts/micro_laser{ @@ -19971,6 +19405,12 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/drone_bay) +"fMc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fMg" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/acidic_buffer{ @@ -19989,11 +19429,6 @@ dir = 8 }, /area/station/medical/chem_storage) -"fMo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "fMq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20004,65 +19439,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"fMx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/wood, -/area/station/commons/lounge) -"fMy" = ( -/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/white, -/area/station/medical/medbay/aft) -"fMA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fMJ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fML" = ( -/obj/effect/turf_decal/siding/white, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"fMU" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/storage_shared) +"fMS" = ( +/obj/effect/spawner/random/trash/bin, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fNa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"fNj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "fNp" = ( /obj/structure/girder, /turf/open/floor/plating/snowed/icemoon, @@ -20078,18 +19464,36 @@ dir = 1 }, /area/station/engineering/engine_smes) +"fNt" = ( +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard) +"fNv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fNy" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/structure/sign/warning/gas_mask/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/mining_weather_monitor/directional/north, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals External Access"; + dir = 9 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/entry) "fNA" = ( /turf/open/openspace, /area/station/medical/medbay/central) -"fNE" = ( -/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/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "fNK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20110,17 +19514,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/explab) -"fOz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"fOV" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/wood/large, -/area/mine/eva/lower) +"fOF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) +"fOI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore) "fPb" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/cable, @@ -20134,16 +19545,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"fPt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "fPv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -20161,14 +19562,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"fPN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "fPP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -20178,15 +19571,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"fPS" = ( -/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{ - dir = 4 - }, -/turf/open/floor/iron, -/area/mine/production) "fPX" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -20197,12 +19581,40 @@ /obj/effect/landmark/navigate_destination/dockesc, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"fPY" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/gun/energy/laser/carbine/practice{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/laser/practice, +/obj/item/clothing/ears/earmuffs, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) +"fPZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) "fQc" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 1 }, /turf/open/floor/iron, /area/station/engineering/atmos) +"fQg" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"fQk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "fQu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20210,26 +19622,10 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat_interior) -"fQy" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "fQz" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/service/library) -"fQB" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/structure/sign/departments/maint/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "fQG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -20241,33 +19637,20 @@ dir = 1 }, /area/station/security/prison) -"fQM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/large, -/area/station/hallway/primary/port) -"fRt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"fRu" = ( -/obj/item/toy/snowball{ - pixel_x = -11; - pixel_y = -2 +"fRb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"fRx" = ( -/obj/machinery/light_switch/directional/north, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fRv" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "fRz" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 1 @@ -20277,41 +19660,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/dark, /area/station/medical/virology) -"fRG" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"fRI" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"fRJ" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/duct, +"fRR" = ( /obj/effect/turf_decal/tile/bar{ - dir = 4 + dir = 1 }, -/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/directional/north, /turf/open/floor/iron, -/area/station/service/kitchen/coldroom) -"fRP" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Service - Electrical Maintenace Upper" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/fore) +/area/station/hallway/primary/starboard) "fSd" = ( /obj/structure/railing/corner{ dir = 4 @@ -20319,6 +19674,17 @@ /obj/structure/railing/corner, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"fSi" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "fSj" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, @@ -20329,11 +19695,20 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"fSu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/maintenance/department/medical/morgue) +"fSv" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"fSC" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"fSG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) "fTb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20343,28 +19718,26 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) -"fTc" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room" - }, -/obj/structure/cable, +"fTj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"fTk" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) +"fTo" = ( +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 }, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/knife/plastic, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/prison/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "fTq" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -20372,27 +19745,17 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"fTw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "fTx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"fTz" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "permainner"; - name = "Permabrig Transfer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/iron/dark/textured, -/area/station/security/execution/transfer) "fTB" = ( /obj/machinery/power/turbine/core_rotor{ dir = 8; @@ -20405,16 +19768,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"fTD" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) "fTF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet/red, @@ -20452,22 +19805,64 @@ }, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) -"fUb" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/regular, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/green/full, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/medbay/aft) "fUc" = ( /turf/open/floor/plating, /area/station/maintenance/department/electrical) +"fUd" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"fUh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Firefighting Equipment" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fUj" = ( +/obj/structure/bed/medical/emergency, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "fUr" = ( /obj/machinery/airalarm/directional/south, /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/station/hallway/primary/port) +"fUs" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/mine/production) +"fUx" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"fUE" = ( +/obj/structure/chair/wood, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "fUI" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -20491,14 +19886,6 @@ "fUR" = ( /turf/closed/wall, /area/station/hallway/secondary/entry) -"fUZ" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) "fVm" = ( /obj/machinery/door/airlock/maintenance{ name = "Chemical Storage" @@ -20510,14 +19897,31 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"fVA" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"fVo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"fVv" = ( +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access = list("research") }, -/area/mine/eva/lower) +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) "fVD" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/engineering{ @@ -20538,20 +19942,16 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"fVJ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/book/manual/wiki/cooking_to_serve_man, +/obj/structure/table/reinforced, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "fVS" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/iron, /area/station/service/janitor) -"fVX" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"fVZ" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) "fWa" = ( /obj/structure/chair/wood{ dir = 4 @@ -20566,45 +19966,57 @@ /obj/item/plant_analyzer, /turf/open/floor/grass, /area/station/security/prison/garden) -"fWk" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "fWl" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) -"fWr" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/wood/large, +/area/station/service/bar) +"fWn" = ( +/obj/structure/table/glass, +/obj/machinery/vending/wallmed/directional/north, +/obj/item/book/manual/wiki/surgery{ + pixel_x = -4; + pixel_y = 3 }, -/obj/machinery/firealarm/directional/north{ - pixel_x = -4 +/obj/machinery/camera{ + c_tag = "Surgery A"; + dir = 1; + network = list("ss13","medbay"); + pixel_x = 22 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = 5; - pixel_y = 28 +/obj/item/surgery_tray/full, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/bar) +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"fWo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp) "fWw" = ( /obj/structure/railing/corner, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"fWI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "fWL" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -20618,6 +20030,10 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/aft/greater) +"fWN" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "fWO" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, @@ -20640,46 +20056,48 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"fXf" = ( -/obj/machinery/shower/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/door/window/left/directional/north{ - name = "Shower Cubicle" - }, -/obj/item/soap/nanotrasen, -/turf/open/floor/iron/freezer, -/area/station/maintenance/starboard/fore) -"fXi" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner, -/area/station/security/processing) -"fXj" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/red/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) -"fXm" = ( +"fXo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/computer/quantum_console, -/turf/open/floor/iron/dark/smooth_corner, -/area/station/cargo/bitrunning/den) +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) "fXr" = ( /turf/open/floor/iron/white/corner{ dir = 8 }, /area/station/science/research) +"fXt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "fXu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/science/genetics) +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"fXy" = ( +/obj/structure/cable, +/obj/machinery/computer/prisoner/management, +/obj/effect/turf_decal/tile/red/opposingcorners, +/turf/open/floor/iron, +/area/mine/laborcamp/security) +"fXA" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"fXD" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/fore) "fXO" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -20696,13 +20114,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"fYd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/smooth_large, -/area/station/science/breakroom) "fYi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20711,27 +20122,16 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) -"fYj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +"fYF" = ( +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/openspace, +/area/station/commons/storage/mining) "fYH" = ( /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/mine/eva/lower) -"fYL" = ( -/obj/machinery/seed_extractor, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) "fYO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -20745,6 +20145,12 @@ "fYS" = ( /turf/closed/wall, /area/station/commons/storage/primary) +"fYW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "fZb" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ cycle_id = "miner-passthrough" @@ -20764,37 +20170,13 @@ }, /turf/open/floor/plating, /area/station/command/teleporter) -"fZh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"fZk" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "fZq" = ( /obj/structure/curtain/cloth, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"fZH" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"fZM" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt/dust, +"fZL" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "fZT" = ( @@ -20804,6 +20186,13 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/aft/greater) +"fZV" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "gad" = ( /obj/item/radio/intercom/directional/east, /obj/structure/table/reinforced, @@ -20820,6 +20209,10 @@ }, /turf/open/floor/iron, /area/station/command/gateway) +"gak" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet/locker) "gam" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining/glass{ @@ -20884,16 +20277,14 @@ /obj/effect/turf_decal/box/corners, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"gaz" = ( -/obj/structure/table, -/obj/machinery/firealarm/directional/east, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser{ - pixel_x = 3; - pixel_y = 7 +"gaR" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/office) +/mob/living/carbon/human/species/monkey/punpun, +/obj/item/kirbyplants/organic/plant11, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "gaS" = ( /obj/item/hot_potato/harmless/toy, /obj/structure/table/wood, @@ -20930,47 +20321,22 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"gbj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) +"gbh" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "gbl" = ( -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera, -/obj/machinery/firealarm/directional/south, -/obj/machinery/camera/directional/east{ - c_tag = "Art Storage" - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/commons/storage/art) -"gbq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/maintenance/port/aft) -"gbt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/railing/corner/end{ - dir = 8 +/obj/machinery/smartfridge, +/obj/machinery/door/window/right/directional/south{ + name = "Produce Access"; + req_access = list("hydroponics") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ +/obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 }, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "gbu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21032,6 +20398,12 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/plating, /area/station/security/processing) +"gcu" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "gcy" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -21041,25 +20413,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"gcE" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/eighties/red, -/area/station/security/prison/safe) -"gcP" = ( -/obj/item/book/bible, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table/wood, -/turf/open/floor/iron/dark, -/area/station/security/prison/rec) "gcV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -21110,22 +20463,32 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"gdT" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing/corner/end{ - dir = 4 +"gdS" = ( +/obj/machinery/shower/directional/north, +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/turf/open/floor/iron/smooth, +/area/mine/eva/lower) +"gdY" = ( +/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/green/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "gea" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"ged" = ( +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "geg" = ( /obj/machinery/light/directional/north, /obj/effect/decal/cleanable/dirt, @@ -21135,16 +20498,27 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/science/explab) +"gel" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/item/flashlight/lamp/green{ + pixel_y = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "gem" = ( /obj/structure/railing, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"gex" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"geq" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/greater) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron, +/area/station/commons/locker) "geJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21154,18 +20528,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"geP" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "Medbay" - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced/spawner/directional/east{ - layer = 2.9 - }, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/medical/central) "geV" = ( /obj/structure/ladder, /obj/structure/cable, @@ -21190,16 +20552,6 @@ "gfb" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central/greater) -"gfl" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/light/floor, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "gfo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21214,14 +20566,11 @@ /obj/structure/table, /turf/open/floor/plating, /area/mine/eva/lower) -"gfE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/broken/directional/north, +"gfC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_construct/directional/south, /turf/open/floor/plating, -/area/station/maintenance/fore) +/area/station/maintenance/port/aft) "gfF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21230,12 +20579,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/station/commons/storage/art) -"gge" = ( -/obj/structure/railing, -/obj/structure/marker_beacon/cerulean, -/obj/structure/flora/tree/pine/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"gfY" = ( +/obj/effect/spawner/random/structure/tank_holder, +/obj/structure/sign/poster/official/wtf_is_co2/directional/east, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"gga" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/trash/hobo_squat, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "ggn" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics Maintenance" @@ -21248,13 +20602,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"ggD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +"ggv" = ( +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/xeno_mining{ + pixel_x = 2; + pixel_y = -32 }, -/obj/machinery/duct, -/turf/open/floor/wood/large, -/area/station/service/bar) +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/smooth, +/area/mine/eva) +"ggA" = ( +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "ggG" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -21269,13 +20629,36 @@ /obj/structure/sign/warning/biohazard/directional/west, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"ggV" = ( +/obj/machinery/conveyor{ + id = "gulag" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/mine/laborcamp) +"ghj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "ghl" = ( -/obj/machinery/light/directional/west, -/turf/open/openspace, -/area/station/commons/storage/mining) +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) "ghx" = ( /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"ghz" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) "ghE" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera/directional/west{ @@ -21297,39 +20680,26 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron, /area/station/maintenance/port/fore) +"ghQ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "ghY" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/atmos) -"giv" = ( -/obj/machinery/door/window/left/directional/east{ - name = "Coffin Storage"; - req_access = list("chapel_office") - }, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/turf/open/floor/iron/dark/side{ - dir = 6 - }, -/area/station/service/chapel) -"giD" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 +"gif" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/seeds/watermelon, -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/maintenance/starboard/fore) -"giF" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) -"giH" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/smartfridge/petri/preloaded, -/turf/open/openspace, -/area/station/science/xenobiology) +/obj/effect/decal/cleanable/plastic, +/obj/structure/sign/warning/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "giN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/yellow/line, @@ -21368,6 +20738,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/mine/eva/lower) +"giZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/rack, +/obj/machinery/camera/directional/south{ + c_tag = "Chapel Electrical Maintenace Lower" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/chapel) "gjc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -21409,6 +20788,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"gjN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "gjP" = ( /obj/structure/table, /obj/item/clothing/gloves/cargo_gauntlet, @@ -21416,13 +20806,6 @@ /obj/item/clothing/gloves/cargo_gauntlet, /turf/open/floor/iron, /area/station/cargo/storage) -"gjQ" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "gjS" = ( /obj/structure/chair{ dir = 8; @@ -21431,16 +20814,18 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/wood, /area/station/security/courtroom) -"gjT" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "gjW" = ( /obj/structure/chair, /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) +"gjZ" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "gka" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) @@ -21484,6 +20869,22 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"gkY" = ( +/obj/machinery/atmospherics/components/binary/pump/off{ + dir = 1; + name = "N2 To Pure" + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gkZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "glc" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -21494,6 +20895,18 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"gle" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/cold_temp{ + pixel_x = -2; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) "glh" = ( /turf/closed/wall/r_wall, /area/station/maintenance/solars/port/aft) @@ -21506,20 +20919,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/chapel) -"glz" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/west{ - c_tag = "Labor Camp Cell 2"; - network = list("labor") +"gls" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/effect/turf_decal/tile/dark{ + dir = 8 }, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 1" +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron, -/area/mine/laborcamp) +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) "glC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -21529,10 +20942,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/department/electrical) -"glN" = ( -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "glP" = ( /obj/structure/railing/corner, /obj/item/storage/belt/utility, @@ -21545,10 +20954,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"glQ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "glS" = ( /obj/machinery/camera/directional/south{ c_tag = "MiniSat Pod Access"; @@ -21565,17 +20970,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"gma" = ( -/obj/structure/table, -/obj/machinery/firealarm/directional/north, -/obj/item/stack/sheet/iron/five, -/obj/item/stack/cable_coil/five, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) "gmb" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 10 @@ -21585,6 +20979,32 @@ }, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) +"gmf" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"gmD" = ( +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/fire/directional/west, +/obj/structure/table/reinforced, +/turf/open/floor/plating, +/area/station/medical/treatment_center) "gmJ" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Port to Infiltrate/Filter" @@ -21618,29 +21038,6 @@ "gmW" = ( /turf/closed/wall, /area/station/commons/fitness) -"gnb" = ( -/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/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"gne" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/red/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "gnh" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/cargo) @@ -21659,35 +21056,36 @@ /obj/effect/mapping_helpers/airlock/access/any/security/general, /turf/open/floor/iron/dark, /area/station/engineering/lobby) +"gnq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"gnt" = ( +/obj/machinery/light/cold/directional/east, +/obj/machinery/status_display/ai/directional/east, +/turf/open/openspace, +/area/station/service/kitchen/coldroom) "gnw" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"gnD" = ( -/obj/machinery/requests_console/auto_name/directional/west, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"gnA" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 }, +/obj/machinery/light/small/directional/west, +/obj/machinery/requests_console/directional/west, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, /turf/open/floor/iron, -/area/station/commons/dorms) -"gnE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/crate_abandoned, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"gnH" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/warning/pods/directional/west, -/obj/machinery/light/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/hallway/secondary/entry) +/area/station/command/heads_quarters/hop) +"gnD" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/crate/wooden/toy, +/turf/open/floor/wood/parquet, +/area/station/service/theater) "gnL" = ( /obj/structure/closet/bombcloset/security, /turf/open/floor/iron/smooth, @@ -21717,11 +21115,6 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"goi" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/light/blacklight/directional/east, -/turf/open/floor/wood, -/area/station/service/library) "goq" = ( /obj/structure/statue/snow/snowman, /turf/open/misc/asteroid/snow/standard_air, @@ -21759,18 +21152,29 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) -"goL" = ( -/obj/structure/cable, +"goI" = ( +/obj/structure/curtain/bounty/start_closed, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/office) +"goJ" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"goZ" = ( +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/brig/upper) -"goX" = ( -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "gpj" = ( /obj/structure/chair/sofa/corp/right{ dir = 8 @@ -21778,9 +21182,26 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"gpl" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "gpp" = ( /turf/open/floor/iron, /area/station/hallway/primary/port) +"gps" = ( +/obj/machinery/light/small/directional/east, +/obj/item/pickaxe, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/medical/morgue) "gpt" = ( /obj/machinery/button/door/directional/east{ id = "kanyewest"; @@ -21792,29 +21213,41 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"gpK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"gpQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"gpU" = ( +/obj/structure/frame/computer, +/obj/item/stack/cable_coil/five, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) +"gpZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"gpT" = ( +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"gqh" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/dead_body_placer, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 +/obj/structure/sink/kitchen/directional/north{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "gqj" = ( /obj/structure/railing/corner{ dir = 1 @@ -21828,6 +21261,12 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"gqs" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/atrium) "gqv" = ( /obj/structure/sign/poster/contraband/random/directional/west, /obj/effect/mapping_helpers/burnt_floor, @@ -21842,6 +21281,24 @@ /obj/structure/sign/warning, /turf/closed/wall/ice, /area/icemoon/underground/explored) +"gqK" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"gqP" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"gqQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "gqT" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ @@ -21853,14 +21310,6 @@ dir = 8 }, /area/station/command/heads_quarters/rd) -"gqY" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/mechbay) "gqZ" = ( /obj/machinery/status_display/door_timer{ id = "Cell 2"; @@ -21874,10 +21323,12 @@ }, /turf/open/floor/iron/textured, /area/station/security/brig) -"grh" = ( -/obj/machinery/vending/security, -/turf/open/floor/iron/smooth_edge, -/area/station/security/lockers) +"grk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "grr" = ( /obj/structure/table, /obj/item/storage/box/shipping, @@ -21896,21 +21347,6 @@ /obj/structure/sign/warning/fire/directional/south, /turf/open/floor/glass/reinforced, /area/station/science/ordnance/office) -"grz" = ( -/obj/machinery/exodrone_launcher, -/obj/item/exodrone{ - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/yellow/end, -/obj/effect/turf_decal/trimline/yellow/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/mid_joiner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/mid_joiner, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/drone_bay) "grA" = ( /obj/structure/table/reinforced, /obj/item/assembly/flash/handheld, @@ -21973,21 +21409,57 @@ "gst" = ( /turf/closed/wall, /area/station/commons/vacant_room/commissary) -"gsD" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +"gsy" = ( +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"gsA" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/vending/hydronutrients, /turf/open/floor/iron, -/area/station/service/bar) -"gsS" = ( -/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" +/area/station/service/hydroponics) +"gsC" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) +"gsF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) +"gsK" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"gsN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, -/area/station/service/bar) +/area/station/security/checkpoint/customs/auxiliary) "gsT" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -21995,21 +21467,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"gsW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/obj/structure/minecart_rail{ - dir = 1 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) -"gtc" = ( -/obj/machinery/light/cold/directional/east, -/obj/machinery/status_display/ai/directional/east, -/turf/open/openspace, -/area/station/service/kitchen/coldroom) +"gta" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/commons/locker) "gtg" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ dir = 8 @@ -22019,38 +21483,6 @@ "gti" = ( /turf/open/openspace, /area/station/maintenance/starboard/aft) -"gtj" = ( -/obj/effect/spawner/random/maintenance/three, -/obj/structure/closet/crate/wooden, -/obj/effect/spawner/random/clothing/twentyfive_percent_cyborg_mask, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"gtp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"gtq" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"gtt" = ( -/obj/structure/rack, -/obj/effect/spawner/random/clothing/costume, -/obj/effect/spawner/random/clothing/costume, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "gtw" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /turf/open/floor/iron/kitchen/diagonal, @@ -22061,12 +21493,16 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"guG" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/bureaucracy/briefcase, -/obj/item/taperecorder/empty, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +"gtG" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/commons/locker) +"gun" = ( +/obj/item/kirbyplants/random/dead, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "guS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22105,41 +21541,71 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/workout) -"gvx" = ( -/obj/vehicle/sealed/mecha/ripley/paddy/preset, -/obj/structure/cable, -/turf/open/floor/iron/recharge_floor, -/area/station/security/mechbay) -"gvH" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/item/toy/plush/moth{ - name = "Theseus" +"gvp" = ( +/obj/item/chair/stool{ + pixel_x = -1; + pixel_y = -3 }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/west, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/greater) +"gvz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "gvK" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/dark, /area/station/service/chapel) +"gvM" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/smartfridge/extract/preloaded, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron, +/area/station/science/xenobiology) "gwm" = ( /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/white/side{ dir = 9 }, /area/station/science/research) +"gwp" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/full, +/obj/machinery/holopad, +/turf/open/floor/iron/large, +/area/station/commons/locker) +"gwq" = ( +/obj/machinery/computer/records/security, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "gwy" = ( -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/wirecutters, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/light/warm/directional/north, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) +"gwz" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "gwJ" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 5 @@ -22155,101 +21621,36 @@ "gwK" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/engineering) -"gwO" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/spawner/random/trash/hobo_squat, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"gwS" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +"gwM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/dim/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/dark/corner{ dir = 4 }, +/area/station/maintenance/port/fore) +"gxh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gxq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"gwY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - dir = 8; - name = "Reception Window" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "hop"; - name = "Privacy Shutters" - }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/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/flasher/directional/south{ - id = "hopflash"; - pixel_y = -23 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"gxe" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #1" - }, -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"gxi" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"gxm" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/purple/half/contrasted{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"gxn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) +/area/station/hallway/primary/central) "gxx" = ( /obj/item/radio/intercom/prison/directional/south, /turf/open/floor/iron/dark, /area/station/security/prison/rec) -"gxM" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) "gxO" = ( /obj/structure/table/reinforced, /obj/item/hand_labeler{ @@ -22289,30 +21690,11 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/command/bridge) -"gxY" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/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/fore) "gya" = ( /obj/structure/table/wood, /obj/item/storage/medkit/regular, /turf/open/floor/iron, /area/station/commons/dorms) -"gyc" = ( -/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/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) "gyf" = ( /obj/structure/table/wood, /obj/machinery/newscaster/directional/south, @@ -22322,59 +21704,59 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"gyr" = ( +"gyB" = ( +/obj/machinery/door/airlock/wood{ + name = "Backstage" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"gyw" = ( -/obj/machinery/requests_console/auto_name/directional/east, -/obj/machinery/duct, -/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/commons/lounge) +"gyH" = ( +/obj/machinery/light/directional/north, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"gyG" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +/area/station/hallway/secondary/entry) "gyR" = ( /turf/closed/wall/r_wall, /area/station/engineering/main) -"gyT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "gyY" = ( /obj/machinery/vending/wardrobe/viro_wardrobe, /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) -"gzd" = ( +"gzb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/cobweb, /obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics - HFR North" +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) -"gzv" = ( -/turf/open/floor/iron, -/area/mine/production) -"gzw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/medical/morgue) +"gzr" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "gzz" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/west, /obj/machinery/computer/monitor{ @@ -22384,12 +21766,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"gzB" = ( -/obj/machinery/recharge_station, -/obj/item/radio/intercom/directional/west, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) "gzV" = ( /obj/structure/mineral_door/paperframe{ name = "Meditation Room" @@ -22403,13 +21779,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"gAe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +"gAd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/small/dim/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "gAk" = ( /obj/machinery/airalarm/directional/east, /obj/structure/closet/l3closet/scientist, @@ -22433,12 +21810,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/visit) -"gAy" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +"gAx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) +"gAB" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/commons/locker) "gAD" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/siding/wood{ @@ -22446,28 +21832,6 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"gAM" = ( -/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/engineering{ - name = "Utilities Room" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"gAN" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "gAR" = ( /obj/structure/falsewall, /turf/open/floor/plating, @@ -22476,59 +21840,21 @@ /obj/structure/sign/warning/cold_temp/directional/west, /turf/open/floor/iron, /area/station/cargo/miningdock) -"gBb" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 3"; - req_access = list("xenobiology") - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "Xenobio Pen 3 Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "gBc" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/carpet/blue, /area/station/security/prison/work) -"gBk" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Central Hallway East" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"gBe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "gBl" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/icemoon/underground/explored) -"gBq" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) -"gBs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) "gBv" = ( /obj/machinery/door/window/left/directional/south{ name = "Engineering Delivery"; @@ -22562,20 +21888,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/storage/tech) -"gCe" = ( -/obj/effect/turf_decal/trimline/dark_green/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage) -"gCg" = ( -/obj/machinery/smartfridge/organ, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "gCh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -22585,27 +21897,47 @@ }, /turf/open/floor/iron/dark, /area/mine/storage) +"gCn" = ( +/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, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"gCo" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gCq" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/east, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "gCu" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"gCS" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/service/chapel) -"gCU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"gCK" = ( +/obj/structure/chair/office{ + dir = 8 }, -/obj/machinery/door/airlock/freezer{ - desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; - name = "The Ice Box" +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) +/turf/open/floor/iron, +/area/station/engineering/lobby) "gCY" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -22627,16 +21959,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/security/courtroom) -"gDg" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "gDp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22660,18 +21982,20 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/fore) -"gDJ" = ( -/obj/machinery/bluespace_vendor/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"gDO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"gDN" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) +"gDP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/obj/structure/railing/corner/end, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "gDS" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -22682,16 +22006,6 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"gDX" = ( -/obj/effect/turf_decal/loading_area/white{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/service/bar/atrium) -"gDY" = ( -/obj/structure/table/wood, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "gDZ" = ( /turf/open/floor/wood, /area/station/maintenance/port/fore) @@ -22718,21 +22032,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"gEj" = ( -/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/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32 - }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "gEn" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22766,49 +22065,16 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"gEt" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) -"gEw" = ( -/obj/machinery/suit_storage_unit/rd, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/smooth_half, -/area/station/command/heads_quarters/rd) "gEE" = ( /turf/open/openspace, /area/station/service/chapel) -"gEF" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 +"gEP" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 }, -/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron, -/area/mine/living_quarters) -"gEL" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen{ - pixel_x = -5 - }, -/obj/item/hand_labeler{ - pixel_y = -3 - }, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) +/area/station/hallway/primary/central) "gER" = ( /turf/open/floor/iron, /area/station/command/bridge) @@ -22839,16 +22105,25 @@ /obj/structure/sign/warning/gas_mask, /turf/open/floor/plating/icemoon, /area/station/maintenance/solars/port/aft) -"gFF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "gFH" = ( /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"gFK" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) +"gFL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "gFR" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/utility/radiation, @@ -22863,6 +22138,15 @@ "gFX" = ( /turf/closed/wall, /area/icemoon/underground/explored) +"gGb" = ( +/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/white, +/area/station/medical/medbay/aft) "gGf" = ( /obj/structure/railing{ dir = 1 @@ -22904,6 +22188,15 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/engineering/main) +"gGx" = ( +/obj/machinery/dna_scannernew, +/obj/machinery/camera/directional/west{ + c_tag = "Research Division Genetics Lab"; + network = list("ss13","rd") + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "gGC" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -22928,45 +22221,16 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "gGH" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_lavaland" - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"gGJ" = ( -/obj/structure/cable, -/obj/structure/minecart_rail{ - dir = 1 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_construct/directional/west, +/turf/open/floor/plating, +/area/station/construction) "gGK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/lighter/greyscale{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/effect/spawner/random/entertainment/cigarette_pack{ - pixel_x = 7 - }, -/obj/item/reagent_containers/cup/soda_cans/sol_dry{ - pixel_x = -7; - pixel_y = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) -"gGT" = ( -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "gGZ" = ( /obj/machinery/computer/bank_machine, /obj/effect/turf_decal/bot_white, @@ -22977,11 +22241,25 @@ /obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, -/area/station/hallway/primary/central) -"gHg" = ( -/obj/machinery/mineral/processing_unit_console, -/turf/closed/wall, -/area/mine/laborcamp) +/area/station/hallway/primary/central) +"gHg" = ( +/obj/machinery/mineral/processing_unit_console, +/turf/closed/wall, +/area/mine/laborcamp) +"gHj" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gHl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gHq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22990,11 +22268,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"gHv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, +"gHr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/portable_atmospherics/canister, /turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) +/area/station/maintenance/fore) "gHA" = ( /mob/living/simple_animal/hostile/asteroid/polarbear{ move_force = 999; @@ -23009,13 +22287,6 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"gHE" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "gHF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/red/line{ @@ -23048,36 +22319,21 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron/checker, /area/station/science/lab) -"gIk" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) "gIl" = ( /obj/structure/fence/corner{ dir = 6 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"gIo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/purple/half/contrasted, +"gIt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/maintenance/department/electrical) "gIu" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/mine/mechbay) -"gIx" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 - }, -/area/station/security/prison) "gIF" = ( /obj/machinery/holopad, /turf/open/floor/iron/showroomfloor, @@ -23100,26 +22356,9 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"gIO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "gIY" = ( /turf/closed/wall, /area/station/medical/medbay/central) -"gJo" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/yellow/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) "gJs" = ( /obj/machinery/portable_atmospherics/canister, /obj/structure/disposalpipe/segment, @@ -23130,17 +22369,28 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/storage/art) -"gJM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"gJC" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gJK" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, /turf/open/floor/plating, -/area/station/maintenance/port/greater) -"gKc" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 +/area/station/commons/dorms/laundry) +"gJT" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/white/side{ + dir = 10 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/command/heads_quarters/rd) +"gJX" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "gKd" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -23156,14 +22406,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining_station, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"gKk" = ( -/obj/structure/table/reinforced, -/obj/structure/secure_safe/caps_spare/directional/east, -/obj/item/papercutter{ - pixel_x = 7 - }, -/turf/open/floor/iron, -/area/station/command/bridge) "gKl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23188,19 +22430,12 @@ /turf/open/floor/iron/white, /area/station/medical/chemistry) "gKq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/grimy, -/area/station/maintenance/aft/greater) -"gKr" = ( -/obj/structure/sign/warning/docking/directional/east, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "gKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/tile/green{ @@ -23211,56 +22446,41 @@ "gKQ" = ( /turf/closed/wall, /area/station/security/courtroom) +"gLb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"gLj" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) "gLk" = ( /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, /area/station/hallway/primary/central) -"gLl" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Access" - }, -/obj/effect/turf_decal/tile/red/half, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/smooth_half, -/area/station/security/brig/upper) -"gLm" = ( -/obj/structure/minecart_rail{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) -"gLo" = ( -/obj/machinery/firealarm/directional/west, -/obj/structure/closet/crate/wooden/toy, -/turf/open/floor/wood/parquet, -/area/station/service/theater) "gLu" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"gLx" = ( -/obj/structure/disposalpipe/segment, -/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/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/fitness) -"gLH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"gLw" = ( +/obj/effect/turf_decal/siding/wood/end{ dir = 1 }, -/obj/item/radio/intercom/directional/south, +/obj/item/kirbyplants/organic/plant11, +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"gLF" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, /area/mine/eva) "gLN" = ( /obj/structure/disposaloutlet{ @@ -23280,21 +22500,29 @@ /obj/item/flashlight/lamp, /turf/open/floor/wood, /area/station/maintenance/port/fore) -"gMe" = ( -/obj/effect/turf_decal/tile/purple/half/contrasted{ +"gMg" = ( +/obj/item/bedsheet/red, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"gMt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"gMg" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"gMw" = ( +/obj/structure/sign/warning/gas_mask{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; + pixel_x = -29 }, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/mine/eva) "gMK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23324,17 +22552,20 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos) -"gMQ" = ( -/obj/item/surgery_tray/full/morgue, -/obj/structure/table/reinforced, -/obj/machinery/light/small/dim/directional/north, -/obj/machinery/requests_console/auto_name/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"gMR" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) +"gMS" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/dice{ + pixel_y = 5; + pixel_x = -4 + }, +/obj/effect/spawner/random/entertainment/money_small, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"gMT" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) "gMZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23369,6 +22600,25 @@ /obj/item/reagent_containers/dropper, /turf/open/floor/iron/cafeteria, /area/station/science/lab) +"gNm" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_apiary"; + name = "Apiary Shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"gNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore) "gNH" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -23376,12 +22626,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/workout) -"gNQ" = ( +"gNJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"gNL" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"gNP" = ( +/obj/machinery/oven/range, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "gNT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23397,10 +22656,39 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/command/heads_quarters/cmo) -"gOw" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +"gOg" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Atmospherics"; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"gOi" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/taperecorder, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"gOq" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "gOx" = ( /obj/effect/turf_decal/loading_area, /obj/effect/turf_decal/tile/neutral/half/contrasted, @@ -23412,16 +22700,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"gOz" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stamp/head/cmo, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "gOI" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -23429,26 +22707,6 @@ }, /turf/open/openspace, /area/station/cargo/storage) -"gOJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/modular_computer/preset/civilian{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/structure/sign/poster/official/work_for_a_future/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"gOM" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Xenobiology Pens Observation - Port Fore"; - network = list("ss13","rd","xeno") - }, -/turf/open/openspace, -/area/station/science/xenobiology) "gOS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23501,6 +22759,15 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"gPC" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "gPE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23508,14 +22775,13 @@ dir = 8 }, /area/station/science/research) -"gPH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/customs/auxiliary) +"gPJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "gPR" = ( /obj/effect/turf_decal/trimline/green/filled/warning, /obj/machinery/duct, @@ -23529,52 +22795,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"gPX" = ( -/obj/machinery/computer/atmos_control/mix_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "gPY" = ( /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/science/breakroom) -"gPZ" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"gQd" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Chapel South" - }, -/obj/structure/closet/crate/bin, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "gQe" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"gQj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/sheet/mineral/coal{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "gQp" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -23592,20 +22824,33 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"gQs" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/mine/living_quarters) "gQw" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"gQC" = ( +/obj/machinery/biogenerator, +/obj/machinery/door/window/left/directional/south{ + name = "Biogenerator Access"; + req_access = list("hydroponics") + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gQD" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "gQE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -23616,17 +22861,9 @@ /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) "gQH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"gQI" = ( -/obj/effect/turf_decal/tile/blue, -/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, -/area/station/hallway/secondary/entry) +/obj/effect/spawner/structure/window, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "gQO" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel Office" @@ -23641,15 +22878,6 @@ /obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"gQZ" = ( -/obj/machinery/light/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"gRa" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/mining) "gRm" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -23661,19 +22889,38 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"gRp" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/locker) +"gRs" = ( +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "gRI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"gSa" = ( -/obj/structure/toilet{ - pixel_y = 12 +"gRZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/start/psychologist, -/turf/open/floor/iron/freezer, -/area/station/medical/break_room) +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/visit) "gSr" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/utility/radiation, @@ -23689,15 +22936,28 @@ "gSy" = ( /turf/open/floor/iron, /area/station/security/prison/workout) +"gSE" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "gSK" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/trunk{ +/obj/structure/railing/corner{ dir = 1 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "gSN" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -23707,12 +22967,18 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/smooth, /area/station/command/heads_quarters/rd) -"gSR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"gSO" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) +"gSP" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) "gSV" = ( /obj/machinery/light/directional/south, /obj/structure/bodycontainer/morgue{ @@ -23722,10 +22988,18 @@ dir = 1 }, /area/station/service/chapel/office) -"gTe" = ( -/obj/structure/fence/corner, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"gTb" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/station/cargo/storage) "gTi" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay Chemistry Access" @@ -23742,11 +23016,20 @@ /obj/effect/turf_decal/tile/yellow/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) -"gTs" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/holopad, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) +"gTp" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/fore) +"gTq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "gTw" = ( /obj/structure/railing{ dir = 8 @@ -23759,6 +23042,15 @@ "gTK" = ( /turf/closed/wall, /area/station/engineering/engine_smes) +"gTV" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Service - Gambling Lounge" + }, +/obj/machinery/computer/slot_machine{ + name = "two-armed bandit" + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "gTW" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23770,25 +23062,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/cryo) -"gUj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/commons/locker) -"gUo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/item/radio/intercom/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/service/library) "gUp" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -23817,12 +23090,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"gUB" = ( -/obj/structure/chair/sofa/right/brown{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "gUQ" = ( /obj/structure/fence/door{ dir = 4 @@ -23847,28 +23114,27 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"gVn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"gVf" = ( +/obj/machinery/computer/records/medical/laptop{ + pixel_y = 1 }, -/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/engineering/tracking_beacon, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"gVr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/table/reinforced, +/obj/machinery/camera/directional/north, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"gVm" = ( +/obj/item/coin/silver{ + pixel_x = -5; + pixel_y = -3 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/item/toy/plush/moth{ + name = "Marcellus"; + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "gVt" = ( /obj/item/radio/intercom/directional/west, /obj/effect/turf_decal/tile/red{ @@ -23878,6 +23144,13 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) +"gVw" = ( +/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, +/turf/open/floor/wood/large, +/area/station/service/bar) "gVx" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -23896,17 +23169,14 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"gVF" = ( -/obj/machinery/light_switch/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Vacant Commissary" - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 +"gVD" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/area/station/hallway/primary/aft) "gVO" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -23932,13 +23202,14 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"gWd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/edge{ - dir = 8 - }, -/area/station/engineering/lobby) +"gWf" = ( +/obj/item/storage/box/lights/mixed, +/obj/structure/table, +/obj/item/crowbar, +/obj/item/wrench, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical/morgue) "gWr" = ( /obj/structure/tank_dispenser, /turf/open/floor/iron/dark, @@ -23948,16 +23219,11 @@ /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"gWB" = ( -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "gWQ" = ( -/obj/machinery/chem_master, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/structure/table/wood, +/obj/item/pai_card, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "gWX" = ( /obj/structure/chair{ dir = 4 @@ -23969,25 +23235,22 @@ /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) -"gXe" = ( -/obj/machinery/duct, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "gXh" = ( /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/textured_large, /area/station/security/evidence) -"gXl" = ( -/obj/machinery/dna_scannernew, -/obj/machinery/camera/directional/west{ - c_tag = "Research Division Genetics Lab"; - network = list("ss13","rd") +"gXk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/science/genetics) +/area/station/command/heads_quarters/cmo) "gXm" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/effect/decal/cleanable/dirt, @@ -24004,6 +23267,20 @@ /obj/item/pen, /turf/open/floor/wood, /area/station/service/library) +"gXr" = ( +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "gXv" = ( /obj/machinery/portable_atmospherics/pump/lil_pump, /turf/open/floor/iron/dark, @@ -24024,20 +23301,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/lab) -"gXQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"gXS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "gYa" = ( /obj/structure/railing{ dir = 9 @@ -24057,16 +23320,6 @@ /obj/effect/spawner/structure/window/hollow/reinforced, /turf/open/floor/plating, /area/mine/living_quarters) -"gYl" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "gYp" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -24104,45 +23357,20 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/medical/virology) -"gZj" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency{ - pixel_y = 9 - }, -/obj/item/assembly/timer, -/obj/item/assembly/signaler{ - pixel_x = 7; - pixel_y = -7 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = -12 - }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron, -/area/station/command/bridge) -"gZl" = ( -/obj/structure/railing/corner/end{ +"gZc" = ( +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"gZq" = ( -/obj/machinery/firealarm/directional/south, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/machinery/door/airlock, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/hallway/primary/port) +"gZk" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/construction) "gZt" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 6 @@ -24156,39 +23384,11 @@ /turf/open/floor/iron/dark, /area/station/science/ordnance/office) "gZz" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/chem_master, -/obj/structure/sign/warning/no_smoking/circle{ - pixel_x = -27; - pixel_y = -26 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/glass/reinforced, -/area/station/medical/treatment_center) -"gZF" = ( -/obj/structure/table/glass, -/obj/item/hemostat, -/obj/item/stock_parts/servo, -/obj/item/storage/bag/trash, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"gZJ" = ( -/obj/machinery/light/directional/south, -/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, -/turf/open/floor/iron, -/area/station/commons/fitness) -"gZO" = ( -/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, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" }, -/turf/open/floor/iron, -/area/station/engineering/main) +/area/icemoon/underground/explored/graveyard) "gZP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -24204,6 +23404,17 @@ dir = 1 }, /area/station/security/prison) +"gZT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics - HFR North" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) "hac" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 9 @@ -24220,17 +23431,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"haj" = ( -/obj/structure/reagent_dispensers/plumbed{ - name = "service reservoir" - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/delivery/white{ - color = "#307db9" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured, -/area/station/maintenance/starboard/fore) "han" = ( /obj/structure/table, /obj/item/plate, @@ -24239,80 +23439,75 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/mine/laborcamp) -"hao" = ( -/obj/structure/frame/computer{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/fore) "hap" = ( /turf/open/floor/vault, /area/station/security/prison/rec) -"haq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/mine/eva/lower) -"haw" = ( -/obj/structure/secure_safe/directional/south, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ +"hay" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "haC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"haN" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Service - Kitchen" - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/structure/table, -/obj/machinery/processor{ - pixel_y = 6 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"haQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ - dir = 8 +"haD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"hbm" = ( +/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/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) +"haE" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/snack, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) +"haG" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/chair, +/obj/effect/landmark/start/bitrunner, +/turf/open/floor/iron, +/area/station/cargo/storage) +"haQ" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hbp" = ( /obj/machinery/photocopier, /turf/open/floor/wood, /area/station/command/meeting_room) -"hbC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters2"; - name = "Pharmacy Shutters" +"hbt" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/clothing/mafia_outfit, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/bureaucracy/briefcase{ + pixel_y = 8 }, +/obj/item/toy/gun, +/obj/effect/spawner/random/entertainment/money_small, +/obj/effect/turf_decal/siding/wood, +/obj/effect/spawner/random/trash/box, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"hby" = ( /turf/open/floor/plating, -/area/station/medical/pharmacy) +/area/station/maintenance/disposal) "hbI" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "hbR" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -24323,6 +23518,13 @@ /obj/machinery/holopad, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"hbY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "hce" = ( /obj/machinery/door/airlock{ id_tag = "AuxToilet3"; @@ -24339,13 +23541,14 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"hcv" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +"hcw" = ( +/obj/docking_port/stationary/random/icemoon{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_2_lavaland" }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "hcG" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -24361,14 +23564,17 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"hdf" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ +"hcX" = ( +/obj/machinery/status_display/ai/directional/west, +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"hdb" = ( +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/smooth, +/area/mine/eva) "hdh" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -24382,6 +23588,15 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"hdp" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/mine/living_quarters) "hds" = ( /obj/structure/disposalpipe/junction{ dir = 2 @@ -24404,22 +23619,21 @@ /obj/structure/sign/warning/gas_mask, /turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) +"hdB" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Starboard Primary Hallway West" + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hdH" = ( /obj/structure/railing{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"hdT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "hdV" = ( /obj/structure/table, /obj/item/reagent_containers/condiment/saltshaker{ @@ -24431,56 +23645,25 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"hdW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"hdY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/sign/warning/gas_mask{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; - pixel_x = -2; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) -"hed" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"hei" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, +"heg" = ( +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hek" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, /obj/structure/cable, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/lab) "het" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/gas_mask, @@ -24501,18 +23684,13 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"hez" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/xenobiology) +"heG" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/gateway_control, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "heH" = ( /obj/structure/sign/poster/random/directional/west, /turf/closed/wall/r_wall, @@ -24552,30 +23730,49 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/wood, /area/station/service/library) -"hfq" = ( -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/knife/plastic, -/obj/structure/table/reinforced, -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +"hfm" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "hfv" = ( /obj/machinery/processor{ pixel_y = 6 }, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) +"hfA" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/security/holding_cell) "hfI" = ( /obj/machinery/light/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) +"hfJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) "hfL" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/closet/l3closet/scientist, @@ -24588,33 +23785,40 @@ "hgh" = ( /turf/closed/wall, /area/station/medical/medbay/lobby) -"hgx" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) -"hgz" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 +"hgr" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"hgs" = ( +/obj/structure/rack, +/obj/item/shovel, +/obj/item/clothing/mask/gas/plaguedoctor, +/obj/item/tank/internals/emergency_oxygen, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/turf_decal/bot_white, +/obj/structure/noticeboard/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hgx" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"hgB" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/icemoon, -/area/station/maintenance/port/lesser) +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "hgH" = ( /obj/item/radio/intercom/prison/directional/west, /turf/open/floor/iron/dark/textured, /area/station/security/prison) +"hgK" = ( +/obj/structure/ladder, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/department/medical/central) "hgM" = ( /turf/closed/wall, /area/station/security/execution/transfer) -"hgV" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"hgX" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 }, /turf/open/floor/iron, @@ -24629,11 +23833,50 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"hhc" = ( +/obj/structure/closet/lasertag/blue, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness) +"hhd" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "hhr" = ( /obj/structure/weightmachine/weightlifter, /obj/effect/turf_decal/box, /turf/open/floor/iron/dark/textured, /area/station/security/prison/workout) +"hht" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/engineering/atmos) +"hhu" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/camera/directional/south{ + c_tag = "Ordnance Lower Mix Lab"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "hhz" = ( /obj/structure/bodycontainer/morgue{ dir = 1 @@ -24642,6 +23885,13 @@ dir = 1 }, /area/station/service/chapel/office) +"hhN" = ( +/obj/structure/sign/warning/secure_area/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/command/gateway) "hhT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -24653,40 +23903,33 @@ /obj/effect/landmark/start/chemist, /turf/open/floor/iron/textured, /area/station/medical/chem_storage) -"hic" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/engine, -/area/station/science/genetics) -"hid" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/bar) "hil" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"hiq" = ( -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - name = "Robotics Requests Console" +"hiB" = ( +/obj/structure/cable, +/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/starboard/fore) +"hiJ" = ( +/obj/structure/closet/crate/grave, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"hiR" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/siding/blue{ - dir = 8 +/area/icemoon/underground/explored/graveyard/chapel) +"hjh" = ( +/obj/machinery/computer/records/security{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 }, /turf/open/floor/iron, -/area/station/commons/dorms/laundry) +/area/station/hallway/secondary/exit/departure_lounge) "hjp" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/camera/directional/south{ @@ -24703,14 +23946,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/hydroponics/garden) -"hjB" = ( -/obj/structure/railing/corner/end{ - dir = 4 - }, -/turf/open/floor/iron/stairs/old{ - dir = 4 - }, -/area/station/hallway/primary/starboard) "hjE" = ( /turf/closed/wall/r_wall, /area/station/science/explab) @@ -24721,6 +23956,12 @@ "hjI" = ( /turf/open/floor/plating, /area/station/maintenance/port/fore) +"hjJ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/north, +/obj/machinery/vending/coffee, +/turf/open/floor/iron, +/area/station/commons/locker) "hjM" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/morgue) @@ -24735,6 +23976,15 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos/project) +"hjU" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "hjV" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -24743,11 +23993,11 @@ }, /turf/open/floor/plating, /area/station/medical/virology) -"hke" = ( +"hkd" = ( /obj/structure/cable, -/obj/item/radio/intercom/prison/directional/east, -/turf/open/floor/carpet/red, -/area/station/security/prison/work) +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) "hkp" = ( /obj/effect/turf_decal/trimline/dark_blue/line{ dir = 8 @@ -24765,6 +24015,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"hkC" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/landmark/start/bartender, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) "hkU" = ( /obj/effect/landmark/start/cargo_technician, /obj/structure/chair/office{ @@ -24772,6 +24032,16 @@ }, /turf/open/floor/iron, /area/station/cargo/office) +"hkY" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/security/lockers) "hll" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -24789,23 +24059,22 @@ /obj/item/bikehorn/rubberducky, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"hlJ" = ( -/obj/structure/plaque/static_plaque/golden/commission/icebox, -/obj/effect/landmark/navigate_destination/dockarrival, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"hlP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 9 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/cup/watering_can, +"hlB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"hlE" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/mine/laborcamp) +"hlG" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/modular_computer/preset/cargochat/engineering, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/engineering/lobby) "hlS" = ( /obj/structure/table, /obj/item/clothing/under/misc/burial, @@ -24816,6 +24085,11 @@ /obj/item/clothing/under/misc/burial, /turf/open/floor/iron/dark, /area/station/service/chapel) +"hlW" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/clothing, +/turf/open/floor/iron, +/area/station/commons/locker) "hmb" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -24831,23 +24105,27 @@ dir = 6 }, /area/station/security/prison) -"hmh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"hml" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +"hmF" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 4 +/obj/structure/table, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot{ + pixel_y = 4; + pixel_x = -2 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) +"hmX" = ( +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + dir = 8; + name = "Supply multi deck pipe adapter" }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/medical/chemistry) "hmZ" = ( /obj/structure/sink/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24858,14 +24136,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"hnf" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/desk_bell{ - pixel_x = -3 - }, -/turf/open/floor/iron, -/area/station/service/bar) "hno" = ( /obj/structure/sign/painting/library{ pixel_y = 32 @@ -24879,16 +24149,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"hnB" = ( -/obj/item/toy/plush/lizard_plushie{ - name = "Wines-And-Dines"; - pixel_x = 4 - }, -/obj/item/reagent_containers/cup/glass/bottle{ - pixel_x = -9 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "hnC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -24911,35 +24171,23 @@ }, /area/station/science/research) "hnV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/digital_clock/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hoe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/table/glass, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = 2; + pixel_y = 11 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 }, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"hoo" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"hor" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/stone, -/area/mine/eva/lower) +/area/station/medical/pharmacy) "hos" = ( /obj/structure/disposalpipe/trunk/multiz/down{ dir = 1 @@ -24949,15 +24197,26 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"hoC" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "hoD" = ( /turf/open/floor/iron, /area/station/cargo/miningdock) +"hoM" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/closet/l3closet/virology, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hoQ" = ( +/obj/machinery/door/window/right/directional/north{ + dir = 8; + name = "Shop Counter" + }, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "hoT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -24977,6 +24236,15 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"hoZ" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "hpd" = ( /turf/open/floor/plating, /area/station/engineering/engine_smes) @@ -24996,10 +24264,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"hpi" = ( -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/smooth, -/area/mine/eva) "hpm" = ( /obj/machinery/camera/directional/north{ c_tag = "Starboard Primary Hallway East" @@ -25019,15 +24283,45 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"hpr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"hps" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) "hpx" = ( /obj/structure/marker_beacon/burgundy, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) "hpB" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) +/obj/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"hpC" = ( +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + name = "Robotics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "hpE" = ( /obj/structure/marker_beacon/burgundy{ name = "landing marker" @@ -25064,27 +24358,31 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron/smooth, /area/station/cargo/drone_bay) -"hpN" = ( -/obj/structure/cable, -/obj/effect/spawner/random/structure/steam_vent, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "hpR" = ( /obj/effect/spawner/random/entertainment/arcade{ dir = 4 }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"hqi" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Security Delivery"; - req_access = list("brig") +"hpU" = ( +/obj/structure/chair/plastic{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/plating, -/area/station/security/processing) +/area/station/maintenance/department/cargo) +"hpY" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Genetics"; + name = "Genetics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "hqm" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -25099,6 +24397,14 @@ dir = 1 }, /area/station/commons/storage/art) +"hqn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/south{ + pixel_x = 5 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) "hqx" = ( /obj/effect/landmark/start/assistant, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25115,33 +24421,30 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"hqS" = ( -/obj/structure/railing, -/obj/structure/rack, -/obj/item/gun/energy/e_gun/dragnet{ - pixel_y = 4 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/structure/cable, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/red/half/contrasted{ +"hqE" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "hqV" = ( /obj/structure/sign/warning/radiation/rad_area, /turf/closed/wall/r_wall, /area/station/engineering/main) -"hqY" = ( -/turf/closed/mineral/snowmountain/cavern/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"hrd" = ( -/obj/structure/destructible/cult/item_dispenser/archives/library, -/obj/item/book/codex_gigas, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/engine/cult, -/area/station/service/library) +"hqX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hrh" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "hro" = ( /obj/machinery/computer/records/security{ dir = 1 @@ -25151,28 +24454,25 @@ /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron/dark, /area/station/security/checkpoint/engineering) -"hrt" = ( -/obj/structure/table/glass, -/obj/item/shovel/spade, -/obj/item/cultivator{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"hrB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/decal/cleanable/plastic, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "hrJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/storage) +"hrK" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) +"hrS" = ( +/obj/item/trash/raisins, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "hrZ" = ( /obj/structure/chair/office/light{ dir = 4 @@ -25180,17 +24480,37 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/iron/white, /area/station/medical/virology) -"hsf" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"hsa" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/plastic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hsh" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/service) +"hsj" = ( +/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/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hsn" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "hsr" = ( /obj/structure/table/wood, /obj/item/newspaper, @@ -25201,6 +24521,21 @@ /obj/machinery/vending/cigarette, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"hsy" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) +"hsA" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hsB" = ( /turf/open/floor/iron/freezer, /area/station/commons/toilet) @@ -25220,43 +24555,39 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"hsI" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat{ - pixel_x = 3; - pixel_y = 3 +"hsF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/structure/sign/warning/gas_mask/directional/west, -/obj/machinery/light/small/directional/west, -/obj/machinery/mining_weather_monitor/directional/north, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals External Access"; - dir = 9 +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner/end{ + dir = 4 }, -/turf/open/floor/iron/textured, -/area/station/hallway/secondary/entry) +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hsM" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ + dir = 1; + name = "Air In" + }, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"hsN" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "hsQ" = ( /obj/structure/tank_holder/oxygen, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"hsR" = ( -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) -"hsV" = ( -/obj/vehicle/ridden/wheelchair{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/end, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/sign/warning/no_smoking/circle/directional/west, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/large, -/area/station/medical/medbay/aft) "htc" = ( /obj/structure/table/reinforced, /obj/machinery/cell_charger, @@ -25264,21 +24595,14 @@ /obj/item/rcl/pre_loaded, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) +"htd" = ( +/obj/structure/sign/warning/docking/directional/north, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "hte" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"htg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/virology) "hth" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating, @@ -25295,6 +24619,14 @@ }, /turf/open/floor/plating, /area/station/science/xenobiology) +"htq" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/east, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "hty" = ( /obj/item/stack/rods, /turf/open/misc/asteroid/snow/icemoon, @@ -25302,13 +24634,6 @@ "htB" = ( /turf/open/floor/carpet/red, /area/station/security/prison/work) -"htF" = ( -/obj/structure/flora/grass/brown/style_random, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "htO" = ( /obj/structure/chair/office{ dir = 4 @@ -25316,17 +24641,20 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) -"hub" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/effect/spawner/random/entertainment/dice, -/turf/open/floor/iron, -/area/station/commons/locker) "hue" = ( /obj/structure/chair/comfy/black, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/command/meeting_room) +"hui" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/commons/dorms) "huj" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -25335,18 +24663,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"hun" = ( -/obj/item/pickaxe/improvised{ - pixel_x = 7 - }, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) -"huy" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +"hul" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/vending/autodrobe/all_access, +/turf/open/floor/iron, +/area/station/commons/locker) "huB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -25386,6 +24708,25 @@ }, /turf/open/floor/iron, /area/station/service/chapel) +"huM" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/assembly/infra{ + pixel_x = 3 + }, +/obj/item/assembly/igniter{ + pixel_y = -2 + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/item/assembly/signaler, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/ai_monitored/command/storage/eva) "huN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -25399,6 +24740,12 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"huS" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "huT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -25409,54 +24756,19 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"huX" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"hvl" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"huY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/bar) +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "hvm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"hvy" = ( -/obj/structure/grille/broken, -/obj/effect/spawner/random/maintenance, -/obj/effect/decal/cleanable/generic, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"hvJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"hvR" = ( -/obj/machinery/recharger, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) "hvS" = ( /obj/effect/landmark/start/depsec/engineering, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25474,26 +24786,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"hvX" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/fake_stairs/wood/directional/north, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"hwg" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"hwi" = ( -/turf/closed/wall, -/area/station/maintenance/port/lesser) "hwn" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -25555,12 +24847,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/security/brig/upper) -"hxh" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "hxs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25571,11 +24857,12 @@ /turf/open/floor/iron/large, /area/station/medical/treatment_center) "hxz" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "hxE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25587,17 +24874,6 @@ dir = 5 }, /area/station/service/chapel) -"hxT" = ( -/obj/structure/railing{ - dir = 9 - }, -/obj/machinery/button/door/directional/east{ - id = "drone_bay"; - name = "Shutter Control"; - pixel_y = -8 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) "hyd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -25607,26 +24883,30 @@ }, /turf/open/floor/iron/white, /area/station/medical/break_room) +"hyj" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/station/maintenance/disposal) +"hyv" = ( +/obj/structure/sign/warning/gas_mask/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hyC" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/lobby) -"hyS" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/courtroom) +"hyL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) "hyV" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/testlab) -"hyW" = ( -/obj/item/toy/snowball{ - pixel_x = -6; - pixel_y = -3 - }, -/mob/living/basic/pet/penguin/baby/permanent, -/turf/open/misc/asteroid/snow/standard_air, -/area/station/science/research) "hyY" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -25659,18 +24939,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"hzE" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/locker) "hzH" = ( /obj/machinery/camera/motion/directional/west{ c_tag = "MiniSat Core Hallway"; @@ -25688,14 +24956,18 @@ /obj/structure/cable, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"hzQ" = ( -/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/lesser) +"hzL" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/wardrobe/white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) +"hzN" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Armory - Internal - Upper" + }, +/turf/open/openspace, +/area/station/ai_monitored/security/armory/upper) "hzY" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -25705,15 +24977,34 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig/entrance) +"hAg" = ( +/obj/structure/chair/sofa/right/brown{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "hAm" = ( /turf/open/floor/iron/white/side{ dir = 4 }, /area/station/science/research) -"hAB" = ( -/obj/structure/fence, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"hAo" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"hAq" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner, +/area/station/command/heads_quarters/rd) +"hAG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "hAO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25744,19 +25035,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/genetics) -"hAY" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"hAZ" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) +"hBd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "hBg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25768,57 +25052,69 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/textured_large, /area/station/security/brig/entrance) +"hBu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "hBv" = ( /obj/structure/kitchenspike, /obj/item/stack/sheet/leather, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"hBz" = ( -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) "hBB" = ( /obj/effect/spawner/random/structure/girder, /turf/open/floor/plating, /area/station/security/prison/safe) +"hBE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/west{ + c_tag = "Atmospherics Incinerator" + }, +/obj/machinery/atmospherics/components/tank/plasma, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"hBF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) "hBG" = ( /obj/effect/turf_decal/siding/green{ dir = 8 }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"hBM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) -"hCb" = ( -/obj/structure/cable, +"hBZ" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/command, +/obj/item/paper/fluff/jobs/engineering/frequencies, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"hCa" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/aft) -"hCe" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/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) -"hCu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 +/area/station/commons/locker) +"hCn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 + dir = 4 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/eva) "hCv" = ( /obj/structure/table, /obj/item/storage/bag/tray, @@ -25829,9 +25125,7 @@ "hCx" = ( /obj/structure/table, /obj/item/binoculars, -/obj/machinery/computer/security/telescreen/ordnance{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/ordnance/directional/north, /turf/open/floor/iron, /area/station/science/ordnance/testlab) "hCC" = ( @@ -25841,22 +25135,16 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"hCF" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "hCP" = ( -/obj/effect/turf_decal/siding/thinplating_new/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "hCV" = ( /obj/structure/table/wood, /obj/item/hand_tele{ @@ -25866,77 +25154,45 @@ /turf/open/floor/wood, /area/station/command/heads_quarters/captain) "hCY" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 to Pure" +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 8 }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 +/obj/item/folder/white{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/item/folder/blue{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 2 }, +/obj/item/folder, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"hDb" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/hallway/primary/starboard) "hDc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) -"hDf" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1; - piping_layer = 2 - }, -/turf/open/floor/iron, -/area/station/science/ordnance) -"hDg" = ( -/obj/structure/chair/sofa/left/brown{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) "hDh" = ( /obj/machinery/computer/atmos_alert{ dir = 8 }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage/gas) -"hDj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "hDp" = ( /turf/open/floor/engine, /area/station/science/genetics) -"hDr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/bar{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) -"hDx" = ( -/obj/machinery/computer/order_console/mining, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Bunks"; - dir = 6 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/production) "hDA" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating/icemoon, @@ -25965,36 +25221,55 @@ /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) "hDI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/machinery/computer/order_console/cook{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) "hDK" = ( /turf/open/floor/iron, /area/mine/laborcamp) +"hDS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/fore) "hDU" = ( /turf/closed/wall/r_wall, /area/station/command/gateway) +"hDV" = ( +/obj/structure/plasticflaps, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "hEm" = ( /obj/structure/closet/emcloset, /turf/open/floor/iron/dark, /area/mine/eva) -"hEr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/light_construct/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"hEC" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/light_switch/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/smooth_edge{ - dir = 1 +"hEs" = ( +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Chapel External Airlock"; + opacity = 0 }, -/area/station/security/lockers) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/service/chapel) "hEG" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Control" @@ -26010,19 +25285,18 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"hEJ" = ( -/obj/structure/sign/warning/docking/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"hEM" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +"hEW" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/work) +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/xenobiology) "hEZ" = ( /obj/structure/ladder, /turf/open/floor/plating, @@ -26038,10 +25312,32 @@ /obj/structure/frame/machine, /turf/open/floor/plating, /area/station/construction) +"hFj" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 6"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "hFr" = ( /obj/structure/flora/grass/both/style_2, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"hFC" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 + }, +/obj/structure/rack, +/obj/item/storage/crayons, +/turf/open/floor/iron, +/area/station/security/processing) "hFD" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -26050,6 +25346,12 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) +"hFF" = ( +/obj/structure/reagent_dispensers/plumbed{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hFL" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -26066,13 +25368,20 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/cargo/storage) -"hGf" = ( -/obj/structure/table, -/obj/item/trash/can/food/beans, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +"hFW" = ( +/obj/machinery/vending/wardrobe/det_wardrobe, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"hGd" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) "hGh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26091,18 +25400,12 @@ "hGH" = ( /turf/closed/wall, /area/station/security/lockers) -"hGI" = ( -/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/wood/parquet, -/area/station/service/bar/backroom) -"hGL" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/hangover, -/obj/structure/sign/warning/electric_shock/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"hGZ" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) "hHb" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/hallway) @@ -26126,6 +25429,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/engineering/supermatter) +"hHq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "hHu" = ( /obj/structure/disposalpipe/segment, /obj/structure/extinguisher_cabinet/directional/west, @@ -26140,6 +25450,16 @@ }, /turf/open/floor/plating, /area/station/construction) +"hHF" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hHG" = ( +/turf/open/cliff/snowrock, +/area/icemoon/surface/outdoors/nospawn) "hHI" = ( /obj/machinery/chem_dispenser, /obj/effect/turf_decal/tile/yellow/full, @@ -26148,18 +25468,6 @@ "hHN" = ( /turf/open/floor/iron, /area/station/engineering/atmos) -"hHU" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/obj/machinery/light/small/red/directional/north, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) "hHV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ dir = 1 @@ -26178,14 +25486,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"hIt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "hIA" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -26202,6 +25502,10 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"hIN" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "hIS" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/blue/half/contrasted{ @@ -26219,86 +25523,51 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/fore) -"hJi" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 6"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "Xenobio Pen 6 Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hJm" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +"hJp" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/item/kirbyplants/random, -/obj/machinery/light/warm/directional/south, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "hJx" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hJC" = ( -/obj/structure/closet{ - name = "janitorial supplies" - }, -/obj/item/pushbroom, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/west, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "hJD" = ( /obj/structure/ladder, /turf/open/floor/wood, /area/station/maintenance/space_hut/cabin) -"hJG" = ( -/obj/item/coin/silver{ - pixel_x = -5; - pixel_y = -3 - }, -/obj/item/toy/plush/moth{ - name = "Marcellus"; - pixel_x = 5; - pixel_y = 5 +"hJE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"hJL" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"hJG" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, /turf/open/floor/iron, -/area/station/maintenance/port/fore) +/area/station/commons/locker) "hJY" = ( /obj/structure/closet/l3closet/janitor, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/service/janitor) "hKj" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 +/obj/machinery/atmospherics/components/binary/pump/off, +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_x = 24 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"hKk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "hKr" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/infections{ @@ -26319,12 +25588,37 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/cmo) +"hKu" = ( +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "hKI" = ( /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, /turf/open/floor/iron, /area/station/security/prison/garden) +"hKJ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"hKM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/flashlight{ + pixel_y = 3; + pixel_x = -4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"hKO" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hKT" = ( /obj/machinery/light/floor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26332,6 +25626,10 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/storage) +"hKV" = ( +/obj/structure/chair, +/turf/open/floor/iron, +/area/station/cargo/storage) "hLf" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -26339,22 +25637,26 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, /area/station/security/brig/upper) -"hLw" = ( +"hLk" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/west{ + c_tag = "Labor Camp Cell 2"; + network = list("labor") + }, +/obj/machinery/flasher/directional/west{ + id = "GulagCell 1" + }, +/turf/open/floor/iron, +/area/mine/laborcamp) +"hLF" = ( +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/caution_sign, +/obj/structure/railing/corner/end/flip, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"hLy" = ( -/obj/structure/barricade/wooden/snowed, -/obj/machinery/light/small/red/directional/north, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "minecraft_shutter"; - name = "Cart Shutters"; - pixel_y = 0 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) +/area/station/maintenance/starboard/fore) "hLO" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -26378,6 +25680,16 @@ }, /turf/open/floor/iron/white/corner, /area/station/engineering/atmos) +"hLY" = ( +/obj/structure/cable, +/obj/structure/chair, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hLZ" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "hMc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_dark, @@ -26389,48 +25701,39 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/port) -"hMk" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/west, -/obj/machinery/fax, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) "hMr" = ( /obj/effect/landmark/start/chaplain, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/chapel) -"hMu" = ( -/obj/structure/table, -/obj/item/storage/briefcase{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/storage/wallet, -/obj/item/storage/wallet, -/turf/open/floor/iron, -/area/station/commons/locker) "hMw" = ( /obj/structure/bookcase/random/fiction, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"hMy" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) "hMz" = ( /obj/structure/marker_beacon/burgundy{ name = "landing marker" }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"hMB" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/servo, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/lab) "hMH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26447,14 +25750,17 @@ }, /turf/open/floor/iron/smooth, /area/mine/laborcamp/security) -"hML" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +"hMO" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/west, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_y = 3 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +/obj/item/storage/photo_album/bar, +/obj/item/toy/figure/bartender, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) "hMS" = ( /obj/machinery/light/small/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -26486,24 +25792,11 @@ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"hNE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"hNF" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/structure/sign/warning, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) +"hNz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/large, +/area/station/hallway/primary/port) "hNI" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -26512,15 +25805,14 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"hNL" = ( -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 +"hNM" = ( +/obj/structure/sign/warning/no_smoking/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/engineering/storage) "hOc" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -26529,14 +25821,6 @@ }, /turf/open/floor/plating, /area/station/engineering/lobby) -"hOe" = ( -/obj/structure/sign/warning/gas_mask/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"hOi" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) "hOk" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -26562,25 +25846,11 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hOA" = ( -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/security/prison/rec) -"hOC" = ( -/obj/item/stack/cable_coil, -/obj/structure/fence/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"hOQ" = ( -/obj/effect/decal/cleanable/greenglow, -/obj/effect/decal/cleanable/plastic, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"hOx" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) "hOU" = ( /obj/machinery/camera/directional/west{ c_tag = "Xenobiology Pens - Port Fore"; @@ -26604,27 +25874,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, /area/station/science/robotics/mechbay) -"hPc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "hPe" = ( /obj/structure/cable/multilayer/connected, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) -"hPf" = ( -/obj/structure/safe, -/obj/item/clothing/head/costume/bearpelt, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "hPk" = ( /obj/machinery/door/airlock/security{ name = "Permabrig Chapel" @@ -26635,40 +25889,16 @@ /obj/machinery/door/firedoor, /turf/open/floor/wood, /area/station/security/prison/rec) -"hPp" = ( -/obj/machinery/door/firedoor, -/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/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/door/airlock/multi_tile/public/glass{ - dir = 4; - name = "Arrivals Dock" - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) "hPs" = ( /turf/closed/wall/r_wall, /area/station/security/prison/work) -"hPD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ +"hPz" = ( +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"hPI" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "hPK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -26687,13 +25917,12 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) -"hPV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, +"hPX" = ( +/obj/structure/frame/computer, +/obj/structure/sign/poster/official/help_others/directional/north, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/maintenance/port/fore) "hQc" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/line{ @@ -26706,6 +25935,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white/textured, /area/station/security/medical) +"hQh" = ( +/obj/structure/fence, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "hQi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26728,6 +25961,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"hQJ" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hQO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -26748,6 +25985,16 @@ /obj/effect/turf_decal/tile/red/half, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"hQQ" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 4 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"hRe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) "hRp" = ( /obj/machinery/button/door/directional/north{ id = "visitation"; @@ -26764,6 +26011,11 @@ /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, /area/station/security/prison/visit) +"hRt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "hRw" = ( /obj/structure/chair/wood{ dir = 8 @@ -26773,18 +26025,21 @@ "hRA" = ( /turf/closed/wall, /area/station/medical/psychology) -"hRC" = ( -/obj/machinery/door/window/left/directional/south{ - dir = 4; - name = "Test Chamber"; - req_access = list("xenobiology") +"hRD" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/mechpad{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/mine/mechbay) "hRE" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, @@ -26795,6 +26050,15 @@ /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"hRG" = ( +/obj/machinery/shower/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/left/directional/north{ + name = "Shower Cubicle" + }, +/turf/open/floor/iron/freezer, +/area/station/maintenance/starboard/fore) "hRH" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -26802,23 +26066,11 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"hRV" = ( -/turf/open/floor/wood, -/area/station/commons/lounge) -"hSb" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/commons/lounge) -"hSi" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/circuitboard/computer/operating, -/obj/structure/mirror/broken/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) +"hRX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "hSl" = ( /obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 8 @@ -26835,19 +26087,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark/smooth_corner, /area/station/ai_monitored/command/storage/eva) -"hSp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/science{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science{ - pixel_x = 4; - pixel_y = -4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "hSq" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood{ @@ -26859,6 +26098,19 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_half, /area/station/service/bar/atrium) +"hSs" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"hSt" = ( +/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/plating, +/area/station/maintenance/port/lesser) "hSF" = ( /obj/machinery/atmospherics/components/tank/air{ dir = 8 @@ -26873,11 +26125,6 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/iron, /area/station/security/processing) -"hSN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) "hSZ" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line{ @@ -26887,37 +26134,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"hTa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"hTb" = ( -/obj/structure/table, -/obj/item/folder/blue{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/paper_bin/carbon{ - pixel_x = 5; - pixel_y = 18 - }, -/obj/item/stamp/head/hop{ - pixel_x = 8; - pixel_y = 5 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +"hTf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/warning/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "hTm" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/meter, @@ -26925,14 +26146,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"hTt" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters{ - id = "vacantofficemaintshutter"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) "hTw" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red/half{ @@ -26940,6 +26153,15 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"hTy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "hTB" = ( /obj/structure/table, /obj/item/clothing/suit/jacket/leather{ @@ -26952,17 +26174,14 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"hTH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp) -"hTL" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron, -/area/station/commons/locker) +"hTJ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Solar Maintenance - North West Access" + }, +/obj/machinery/light/small/dim/directional/north, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "hUe" = ( /obj/effect/landmark/start/hangover, /obj/machinery/status_display/evac/directional/south, @@ -26975,24 +26194,25 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"hUj" = ( -/turf/open/openspace/icemoon/keep_below, -/area/station/hallway/secondary/entry) -"hUo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"hUp" = ( -/obj/structure/railing/corner{ - dir = 8 +"hUl" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel" }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) +/obj/structure/cable, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/hop, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"hUo" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "hUx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27019,6 +26239,18 @@ "hUD" = ( /turf/closed/wall, /area/station/service/library) +"hUG" = ( +/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/spawner/random/trash/botanical_waste, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"hUI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "hUK" = ( /obj/structure/railing{ dir = 4 @@ -27048,31 +26280,65 @@ /obj/structure/table, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hVt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"hVq" = ( +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/obj/effect/turf_decal/tile/dark{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/mine/living_quarters) "hVu" = ( -/obj/structure/chair/stool/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "hVB" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/mine/laborcamp) "hVC" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/obj/structure/table/wood, +/obj/item/paper/crumpled, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "hVI" = ( /obj/structure/reagent_dispensers/watertank, /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/dark, /area/mine/eva) +"hVJ" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"hVW" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 7"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "hVX" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 1 @@ -27085,20 +26351,22 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/security/prison/garden) -"hWh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, +"hWd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/service/bar/backroom) +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "hWi" = ( /obj/machinery/teleport/hub, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"hWC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "hWI" = ( /obj/effect/turf_decal/box, /obj/effect/spawner/random/structure/closet_empty/crate/with_loot, @@ -27106,70 +26374,99 @@ /obj/structure/sign/poster/official/wtf_is_co2/directional/north, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/aft) -"hWP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, +"hWK" = ( +/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/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "hWV" = ( /obj/machinery/light/small/directional/north, /obj/machinery/space_heater, /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/plating, /area/station/medical/virology) -"hXt" = ( -/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, -/obj/effect/landmark/event_spawn, +"hWW" = ( +/obj/structure/sign/warning/directional/south, +/obj/structure/sign/warning/directional/south, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"hXi" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/closet/crate/hydroponics, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/grenade/chem_grenade/antiweed{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/grenade/chem_grenade/antiweed, +/obj/item/shovel/spade, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/reagent_containers/cup/watering_can, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/mine/eva) +/area/station/service/hydroponics) +"hXl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) +"hXC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hXU" = ( /obj/machinery/newscaster/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/white, /area/station/medical/cryo) -"hXZ" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 +"hYb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 }, -/obj/structure/closet/crate/mod, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"hYc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"hYu" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Armory - Internal - Upper" - }, -/turf/open/openspace, -/area/station/ai_monitored/security/armory/upper) +/obj/effect/landmark/navigate_destination/disposals, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "hYy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -27178,24 +26475,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/wood, /area/station/security/prison/rec) -"hYI" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/commons/locker) -"hYO" = ( -/obj/machinery/shower/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/left/directional/north{ - name = "Shower Cubicle" - }, -/turf/open/floor/iron/freezer, -/area/station/maintenance/starboard/fore) "hYP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27217,47 +26496,44 @@ /area/icemoon/underground/explored) "hZq" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/machinery/light/floor, -/turf/open/floor/iron/smooth, -/area/station/security/brig/upper) -"hZw" = ( -/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, -/turf/open/floor/iron, -/area/station/security/brig/upper) +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "hZQ" = ( /obj/item/stack/sheet/iron/five, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"hZR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"hZT" = ( +/obj/item/toy/snowball{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"iaa" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/wood{ dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "iag" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) "iah" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/obj/item/toy/snowball{ + pixel_y = 3; + pixel_x = 3 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) +/obj/item/toy/snowball, +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) "iam" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ @@ -27278,6 +26554,11 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) +"iav" = ( +/obj/structure/closet/secure_closet/labor_camp_security, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "iay" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -27293,28 +26574,29 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/cargo/storage) -"iaI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"iaQ" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) "iaS" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 }, -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "iaT" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"iaU" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Emergency EVA Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/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/dark/textured, +/area/station/hallway/secondary/entry) "iaV" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, @@ -27344,35 +26626,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"ibc" = ( -/obj/effect/turf_decal/siding/brown/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"ibi" = ( -/obj/machinery/door/airlock/wood{ - name = "Backstage" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/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/service/theatre, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/theater) "ibj" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -27436,21 +26689,19 @@ }, /turf/open/floor/wood, /area/station/security/prison/rec) -"ibB" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/supply/disposals, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"ibI" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 10 +"ibH" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/hangover, +/obj/machinery/button/door/directional/south{ + id = "Dorm5"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/turf/open/floor/wood/large, -/area/station/hallway/primary/starboard) +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) "ibM" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -27463,24 +26714,63 @@ }, /turf/open/floor/plating, /area/station/service/chapel) -"ibR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "ica" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/medical/cryo) +"ici" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "ick" = ( /obj/effect/spawner/random/trash/grille_or_waste, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"icu" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/mine/living_quarters) +"icv" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Coffin Storage"; + req_access = list("chapel_office") + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/service/chapel) +"icB" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) +"icE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/upper) "icF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/binary/pump/on{ @@ -27489,6 +26779,12 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"icI" = ( +/obj/structure/table, +/obj/item/retractor, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "icQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27502,6 +26798,16 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"icU" = ( +/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, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "icV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -27510,14 +26816,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"icX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/rack_parts, -/obj/effect/spawner/random/clothing/beret_or_rabbitears, -/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "icY" = ( /obj/machinery/door/airlock/maintenance{ name = "Garden Maintenance" @@ -27529,6 +26827,21 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/plating, /area/station/service/hydroponics/garden) +"ida" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/chemistry/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"idc" = ( +/obj/machinery/door/airlock/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/fore) "idi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/shutters{ @@ -27544,6 +26857,14 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) +"idq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "idr" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -27551,6 +26872,16 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"ids" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Dormitory South" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) "idt" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, @@ -27566,17 +26897,13 @@ }, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) -"idw" = ( -/obj/machinery/firealarm/directional/west{ - pixel_y = -4 - }, -/obj/machinery/light_switch/directional/west{ - pixel_y = 5 - }, -/obj/machinery/photocopier, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) +"idF" = ( +/obj/structure/table, +/obj/item/trash/can/food/beans, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "idO" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -27586,79 +26913,48 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/port) -"idU" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/east, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"iep" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ieq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/structure/sign/warning/cold_temp/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"iec" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ieF" = ( -/obj/structure/railing{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 }, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"ieW" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Port Hallway Center" +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"ieG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/port) -"ieZ" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue, +/area/station/hallway/primary/central) +"ifa" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/mine/laborcamp/security) "ife" = ( /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/ai_monitored/turret_protected/aisat/atmos) -"ifw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "ifA" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating/icemoon, /area/station/maintenance/solars/port/aft) -"ifQ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/work) +"ifX" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/turf/open/floor/iron, +/area/station/cargo/storage) "ifY" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 @@ -27673,27 +26969,6 @@ /obj/item/soap/nanotrasen, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"igh" = ( -/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/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"igi" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/item/radio/intercom/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Service - Atrium Entrance" - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "igm" = ( /turf/closed/wall/ice, /area/mine/living_quarters) @@ -27701,22 +26976,17 @@ /obj/structure/railing, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"igo" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, +"igq" = ( +/obj/machinery/recharge_station, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/construction) +/area/mine/eva/lower) "igx" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 5 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"igy" = ( -/obj/structure/fence, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) "igB" = ( /obj/machinery/firealarm/directional/west, /turf/open/floor/glass, @@ -27749,24 +27019,18 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"ihf" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/multi_tile/public/glass{ - name = "Atrium" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/navigate_destination/kitchen, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/bar/atrium) -"iho" = ( -/obj/effect/mapping_helpers/trapdoor_placer, -/obj/effect/turf_decal/delivery, +"ihc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"ihk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/stool/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/commons/locker) "ihu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -27779,35 +27043,32 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/security/armory/upper) -"ihz" = ( -/turf/open/floor/iron/recharge_floor, -/area/station/maintenance/department/electrical) "ihB" = ( /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/textured, /area/station/security/execution/transfer) -"ihD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"ihL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ihM" = ( +/obj/machinery/door/airlock/wood{ + name = "Bar Backroom" }, -/obj/machinery/status_display/door_timer{ - id = "Isolation_Cell"; - name = "Isolation Cell"; - pixel_x = -32 +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/security/execution/transfer) -"ihG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/decal/cleanable/ash, -/obj/item/rack_parts, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/effect/turf_decal/siding/wood, +/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/service/bar, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/bar/backroom) "ihN" = ( /obj/machinery/button/door/directional/west{ id = "xenobio4"; @@ -27817,14 +27078,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"iig" = ( -/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, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "iih" = ( /obj/effect/spawner/xmastree, /obj/effect/turf_decal/tile/neutral{ @@ -27852,20 +27105,13 @@ /turf/open/floor/iron, /area/station/cargo/lobby) "iiF" = ( -/obj/machinery/requests_console/auto_name/directional/south, -/obj/structure/bodycontainer/morgue/beeper_off{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark/smooth_half{ - dir = 1 - }, -/area/station/medical/morgue) +/obj/structure/cable, +/obj/structure/minecart_rail/railbreak, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "iiH" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "innerbrig"; @@ -27882,34 +27128,19 @@ dir = 4 }, /area/station/security/brig/entrance) -"iiL" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_2_lavaland" - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "iiR" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/medical/virology) -"iiW" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Atmospherics" - }, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"ijf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/generic_maintenance_landmark, +"iiT" = ( +/obj/machinery/light/small/directional/south, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/area/station/engineering/storage/tech) +"ijb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "iji" = ( /obj/structure/table, /obj/item/multitool/circuit{ @@ -27941,13 +27172,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/office) -"ijl" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "ijn" = ( /obj/structure/cable, /obj/item/reagent_containers/cup/glass/bottle/hooch, @@ -27980,17 +27204,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ijN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/chemistry/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "ijT" = ( /obj/structure/transit_tube/horizontal, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"ijU" = ( +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/brig/upper) "ijY" = ( /obj/structure/flora/rock/icy/style_random, /turf/open/misc/asteroid/snow/icemoon, @@ -28006,6 +27231,14 @@ /obj/structure/rack, /turf/open/floor/plating, /area/station/security/prison/safe) +"ikd" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/storage) "ikk" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 @@ -28032,44 +27265,17 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/wood, /area/station/service/library) -"iko" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"ikp" = ( -/obj/effect/turf_decal/tile/blue, +"iku" = ( /obj/item/kirbyplants/random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/structure/cable, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) "ikw" = ( -/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/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-med-passthrough" - }, -/obj/machinery/door/airlock/medical{ - name = "Medbay" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/large, -/area/station/maintenance/aft/greater) +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) "ikz" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -28089,15 +27295,18 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/primary/central) -"ikH" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway Center" +"ikI" = ( +/obj/item/gun/energy/laser/carbine/practice{ + pixel_y = 5 }, -/obj/structure/cable, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice{ + pixel_y = -5 + }, +/obj/structure/rack, +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "ikO" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -28119,9 +27328,28 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/station/security/courtroom) +"ilv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "ily" = ( /turf/open/openspace, /area/station/science/xenobiology) +"ilB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ilD" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) +"ilI" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "ilJ" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "MiniSat Maintenance" @@ -28136,28 +27364,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"ilP" = ( -/obj/effect/landmark/start/botanist, -/obj/structure/chair/office/light, -/turf/open/floor/glass, -/area/station/service/hydroponics) -"ilQ" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"ilY" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/white, -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "ilZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28175,16 +27381,6 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"imn" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "imy" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark, @@ -28196,6 +27392,23 @@ /obj/item/clothing/mask/breath, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"imO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/commons/storage/art) +"imR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "imV" = ( /obj/structure/stairs/east, /obj/structure/railing{ @@ -28213,34 +27426,63 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/iron/white, /area/station/science/ordnance) -"inw" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Bow Solar Access" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ini" = ( +/obj/structure/falsewall, /turf/open/floor/plating, -/area/station/maintenance/solars/port/fore) -"inB" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/maintenance/port/lesser) "inE" = ( /turf/open/floor/iron/corner, /area/station/engineering/lobby) -"inZ" = ( -/obj/structure/chair/stool/directional/south, -/obj/structure/sign/poster/official/obey/directional/north, -/obj/effect/decal/cleanable/dirt, +"inJ" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"inQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/newspaper{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"inU" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/iron, -/area/mine/laborcamp) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iog" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/medkit/emergency{ + pixel_y = 5 + }, +/obj/item/radio/off, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"ioi" = ( +/obj/structure/bed/dogbed/lia, +/obj/structure/cable, +/mob/living/basic/carp/pet/lia, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hos) "iol" = ( /obj/machinery/camera/directional/south{ c_tag = "MiniSat Teleporter"; @@ -28255,25 +27497,19 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"ion" = ( -/obj/item/storage/box/lights/mixed, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/medical/morgue) -"ioo" = ( -/obj/structure/table, -/obj/item/plate, -/obj/item/food/piedough, -/obj/effect/spawner/random/food_or_drink/cake_ingredients, -/obj/effect/turf_decal/siding/white{ - dir = 9 +"ior" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/item/kitchen/rollingpin, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "iot" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -28285,6 +27521,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"iox" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "ioz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28294,15 +27537,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"ioC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/mess) "ioK" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, @@ -28319,12 +27553,25 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"ipa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"ioQ" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) +"ioZ" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "chem-morgue-airlock" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/medical/morgue) "ipd" = ( /obj/machinery/light/small/directional/south, /obj/machinery/camera/directional/south{ @@ -28362,18 +27609,30 @@ "ipE" = ( /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"ipH" = ( -/obj/machinery/door/window/left/directional/west{ - req_access = list("hydroponics"); - name = "Hydroponics Equipment" +"ipF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/pen/red, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, -/turf/open/floor/iron/half, -/area/station/service/hydroponics) -"ipJ" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +/obj/item/folder/yellow, +/obj/machinery/keycard_auth/wall_mounted/directional/west{ + pixel_x = -25; + pixel_y = -5 + }, +/obj/machinery/button/door/directional/west{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + pixel_y = 5; + req_access = list("qm") + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "ipM" = ( /obj/structure/transit_tube/curved{ dir = 4 @@ -28381,16 +27640,16 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"ipP" = ( +"iqn" = ( /obj/structure/rack, -/obj/machinery/light/cold/directional/north, -/obj/item/storage/box/bandages{ - pixel_x = -6; - pixel_y = 6 +/obj/effect/spawner/random/clothing/costume, +/obj/machinery/light/small/directional/south, +/obj/item/toy/foamblade, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/item/healthanalyzer, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "iqr" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/maintenance, @@ -28416,20 +27675,6 @@ /obj/item/flashlight/lamp, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"iqG" = ( -/obj/machinery/incident_display/delam, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"iqL" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/food_or_drink/snack, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) -"iqN" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "irp" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -28444,27 +27689,22 @@ /obj/effect/mapping_helpers/airlock/access/all/security/detective, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"iry" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) -"irz" = ( -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Service External Airlock"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"irq" = ( +/obj/structure/minecart_rail{ dir = 4 }, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/light/small/red/directional/north, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) +"iry" = ( +/obj/structure/grille, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/aft/lesser) "irA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, @@ -28476,14 +27716,6 @@ }, /turf/open/openspace, /area/station/cargo/storage) -"irF" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "irG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -28492,6 +27724,20 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"irM" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/microwave, +/obj/machinery/camera/directional/north{ + c_tag = "Mining B-1 Crater Observatory" + }, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) "irO" = ( /obj/structure/ladder{ name = "chemistry lab access" @@ -28513,6 +27759,18 @@ dir = 8 }, /area/station/service/chapel) +"irX" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/sign/warning/pods/directional/west, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "isb" = ( /obj/machinery/atmospherics/components/binary/pump/off{ dir = 1; @@ -28542,40 +27800,48 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/central) -"isj" = ( -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"isk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "isl" = ( /obj/structure/fence/door{ name = "graveyard" }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"isE" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, +"isq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/smooth_edge, -/area/station/security/lockers) +/turf/open/floor/iron/grimy, +/area/station/service/theater) +"ist" = ( +/obj/structure/chair/sofa/left/brown, +/obj/effect/landmark/start/psychologist, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/blue, +/area/station/medical/psychology) +"isu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, +/obj/machinery/air_sensor/incinerator_tank, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"isz" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) +"isO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/item/sign, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "isP" = ( /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/storage) -"isQ" = ( -/obj/structure/closet/crate, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/turf/open/floor/iron/dark/smooth_half, -/area/station/security/prison/work) "isU" = ( /obj/structure/fluff/tram_rail, /obj/structure/fluff/tram_rail{ @@ -28607,34 +27873,12 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) -"itu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals Dock North" - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "itE" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 10 }, /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) -"itM" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) "itN" = ( /obj/item/toy/snowball{ pixel_x = 6; @@ -28642,36 +27886,18 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"itW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/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/mechbay) "itY" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"iub" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/mix) -"iuh" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, +"ium" = ( /obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 + dir = 4 }, /turf/open/floor/iron/dark/side{ - dir = 1 + dir = 4 }, -/area/mine/eva/lower) +/area/mine/eva) "iuq" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -28705,26 +27931,46 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"iuE" = ( +"iuH" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"iuO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iuP" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "iuS" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/security/armory/upper) -"ivh" = ( -/obj/machinery/chem_master, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters"; - name = "Pharmacy Shutter Controls"; - req_access = list("pharmacy") - }, -/obj/effect/turf_decal/tile/yellow/full, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/pharmacy) +"ivi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "ivo" = ( /obj/machinery/airalarm/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -28740,24 +27986,6 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"ivr" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"ivz" = ( -/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, -/area/station/security/processing) "ivB" = ( /obj/structure/closet/emcloset, /turf/open/floor/iron, @@ -28779,17 +28007,27 @@ "iwf" = ( /turf/closed/wall/r_wall, /area/mine/mechbay) -"iwo" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary" +"iwh" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/left/directional/north{ + dir = 4; + req_access = list("brig_entrance") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "medsecprivacy"; + name = "Privacy Shutters" }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"iwj" = ( +/obj/structure/table, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "iwx" = ( /obj/machinery/door/airlock/maintenance{ name = "Xenobiology Maintenance" @@ -28817,21 +28055,22 @@ "iwC" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/central/fore) -"iwD" = ( -/obj/machinery/modular_computer/preset/id, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ +"iwE" = ( +/obj/machinery/modular_computer/preset/cargochat/medical{ dir = 1 }, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) -"iwL" = ( -/obj/effect/turf_decal/weather/snow/corner{ +/obj/effect/turf_decal/trimline/brown/filled/end{ dir = 1 }, -/turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron, +/area/station/medical/medbay/aft) +"iwO" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "iwS" = ( /turf/closed/wall, /area/station/commons/dorms/laundry) @@ -28839,13 +28078,15 @@ /obj/structure/railing, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"ixd" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2{ - dir = 8 +"ixb" = ( +/obj/machinery/button/door/directional/south{ + id = "vacantofficemaintshutter"; + name = "Privacy Shutters"; + pixel_x = 4; + pixel_y = -28 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/cryo) +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "ixu" = ( /obj/machinery/camera/directional/north{ c_tag = "Teleporter" @@ -28853,6 +28094,14 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/command/teleporter) +"ixv" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "ixw" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -28860,21 +28109,16 @@ }, /turf/open/floor/sepia, /area/station/security/prison/rec) -"ixH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/wood{ +"ixG" = ( +/obj/effect/turf_decal/bot{ dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) -"ixL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/main) +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) "ixZ" = ( /obj/machinery/door/airlock/command/glass{ name = "Chief Engineer" @@ -28888,13 +28132,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"iyb" = ( -/obj/structure/chair/sofa/right/brown, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "iyd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -28907,25 +28144,19 @@ /obj/structure/bookcase/random, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"iyg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "iyE" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 4 }, /turf/open/floor/plating, /area/mine/living_quarters) -"iyF" = ( -/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 = 4 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) "iyK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -28939,6 +28170,23 @@ /obj/machinery/photocopier, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"iyL" = ( +/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/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "iyP" = ( /obj/structure/table, /obj/item/aicard, @@ -28954,20 +28202,19 @@ /obj/machinery/duct, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"iyV" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "iyY" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"izc" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "izn" = ( /obj/effect/spawner/random/decoration/generic, /turf/open/floor/plating, @@ -28988,20 +28235,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"izA" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 8"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) "izC" = ( /turf/closed/wall, /area/station/service/bar/atrium) @@ -29025,6 +28258,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) +"izH" = ( +/obj/structure/stairs/south, +/turf/open/floor/stone, +/area/station/commons/lounge) +"izI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "izJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -29049,6 +28296,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"iAp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Mining B-1 Hallway South"; + dir = 10 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) "iAt" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -29057,47 +28321,16 @@ /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"iAJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) -"iAL" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/seeds/tower, -/obj/item/seeds/chanter{ - pixel_y = 3; - pixel_x = 3 - }, -/obj/item/seeds/watermelon{ - pixel_y = -6; - pixel_x = 3 - }, -/obj/item/seeds/apple{ - pixel_y = 4; - pixel_x = 2 - }, -/obj/item/seeds/banana, -/obj/item/seeds/rose{ - pixel_y = -3; - pixel_x = -4 - }, -/obj/structure/noticeboard/directional/west, -/obj/item/paper/guides/jobs/hydroponics{ - pixel_y = 3; - pixel_x = -27 +"iAA" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/cultivator, +/obj/item/seeds/potato, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "iAO" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -29107,6 +28340,29 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"iAQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) +"iAV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"iBa" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "iBd" = ( /obj/structure/fireplace{ pixel_x = -32 @@ -29125,11 +28381,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/command/bridge) -"iBh" = ( -/obj/machinery/vending/autodrobe/all_access, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) +"iBg" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "iBj" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -29151,17 +28412,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/smooth_large, /area/station/science/breakroom) -"iBv" = ( -/obj/structure/sign/warning/secure_area/directional/south, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "iBz" = ( /obj/structure/sign/warning/no_smoking/directional/south, /turf/open/openspace, /area/station/engineering/atmos/storage) +"iBC" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/table/glass, +/obj/item/book/manual/hydroponics_pod_people, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/sign/poster/contraband/kudzu/directional/north, +/obj/machinery/light/small/directional/west, +/obj/item/plant_analyzer, +/obj/item/watertank{ + pixel_y = -3; + pixel_x = -5 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "iBF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -29175,12 +28446,16 @@ dir = 4 }, /area/station/science/explab) -"iCa" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/effect/spawner/random/armory/disablers, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) +"iBX" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/storage) "iCg" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -29193,25 +28468,17 @@ /obj/item/stack/rods/ten, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"iCz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "robotics2"; - name = "Robotics Lab Shutters" +"iCw" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 }, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access = list("robotics") +/turf/open/floor/iron/white/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) +/area/station/hallway/secondary/entry) "iCD" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -29230,11 +28497,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"iCO" = ( -/obj/machinery/vending/cola/red, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) "iCX" = ( /obj/machinery/power/solar_control{ dir = 4; @@ -29244,10 +28506,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"iDg" = ( -/obj/machinery/light/cold/directional/west, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "iDp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall, @@ -29267,18 +28525,19 @@ /obj/item/kirbyplants/random, /turf/open/floor/wood, /area/station/security/prison/rec) -"iDG" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 3"; - req_access = list("xenobiology") +"iDB" = ( +/obj/machinery/computer/holodeck{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, -/obj/effect/turf_decal/delivery, /turf/open/floor/iron, -/area/station/science/xenobiology) +/area/station/commons/fitness) +"iDM" = ( +/obj/machinery/modular_computer/preset/civilian, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "iDQ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, @@ -29288,11 +28547,11 @@ /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"iEr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron, -/area/station/commons/locker) +"iEy" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "iEA" = ( /obj/structure/table/glass, /obj/item/storage/box/gloves{ @@ -29318,34 +28577,30 @@ /obj/structure/cable, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) -"iFa" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +"iER" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, /obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/warm/directional/south, -/obj/structure/sign/poster/contraband/lizard/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iFc" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/item/storage/box/matches, -/obj/effect/spawner/random/entertainment/cigar, +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Pens Hall - Aft"; + network = list("ss13","rd","xeno_pens") + }, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/science/xenobiology) +"iES" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "iFe" = ( /obj/structure/cable, /turf/open/floor/iron/dark/smooth_half, @@ -29357,13 +28612,20 @@ /mob/living/basic/pet/dog/pug/mcgriff, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"iFm" = ( -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria{ - dir = 5 +"iFh" = ( +/obj/structure/table, +/obj/item/newspaper, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 }, -/area/station/maintenance/port/aft) +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"iFj" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "iFs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -29371,6 +28633,18 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"iFw" = ( +/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/starboard/fore) +"iFL" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/basic/pet/fox/renault, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "iFX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -29384,6 +28658,27 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"iGj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/security/glass{ + name = "Labor Camp Ultilities" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron, +/area/mine/laborcamp/security) +"iGr" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) "iGH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -29394,13 +28689,6 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"iGW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 1 - }, -/area/station/command/gateway) "iHc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -29417,61 +28705,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"iHn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) "iHp" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai) -"iHy" = ( -/obj/structure/stairs/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"iHz" = ( -/obj/structure/cable, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"iHQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/prisoner, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/prison/workout) "iHV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/carpet/red, /area/station/security/prison/work) -"iHX" = ( -/obj/machinery/status_display/evac/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) "iIe" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"iIh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/button/elevator/directional/north{ - id = "publicElevator" - }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - transport_linked_id = "publicElevator" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "publicElevator" - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/mining) "iIs" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, @@ -29480,36 +28737,10 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"iIx" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) -"iIz" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) "iIA" = ( /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/hallway/primary/central) -"iIE" = ( -/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/turf_decal/tile/blue/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/large, -/area/station/medical/medbay/lobby) "iIF" = ( /obj/effect/landmark/start/hangover, /obj/machinery/status_display/evac/directional/south, @@ -29518,47 +28749,30 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"iII" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"iIN" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) "iIW" = ( /obj/structure/table, /obj/item/plant_analyzer, /obj/item/stock_parts/cell/high, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"iJh" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Engineering East" +"iJl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/structure/closet/toolcloset, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"iJr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/warm/directional/east, /turf/open/floor/iron, -/area/station/engineering/main) -"iJv" = ( -/obj/machinery/computer/mechpad, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/textured, -/area/mine/mechbay) +/area/station/security/prison/mess) "iJC" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -29584,6 +28798,10 @@ }, /turf/open/openspace, /area/station/engineering/atmos/storage) +"iJL" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "iJM" = ( /obj/structure/stairs/south{ dir = 1 @@ -29593,11 +28811,14 @@ "iJO" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"iKk" = ( -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) +"iJX" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/icemoon, +/area/station/science/ordnance/bomb) "iKl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -29614,11 +28835,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/cargo/warehouse) -"iKr" = ( -/obj/machinery/firealarm/directional/east, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "iKw" = ( /obj/item/kitchen/fork/plastic, /obj/structure/table, @@ -29630,40 +28846,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"iKL" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/smartfridge/extract/preloaded, -/turf/open/floor/iron, -/area/station/science/xenobiology) "iKQ" = ( /obj/machinery/status_display/evac/directional/east, /turf/open/openspace, /area/station/service/chapel) -"iKR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals" - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) -"iKS" = ( -/obj/structure/bookcase, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet, -/area/station/security/processing) "iKX" = ( /obj/machinery/door/airlock{ id_tag = "AuxToilet1"; @@ -29680,31 +28866,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) -"iLe" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "iLf" = ( /obj/machinery/atmospherics/pipe/smart/simple/brown/visible, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"iLh" = ( +/turf/closed/wall, +/area/station/maintenance/port/lesser) "iLi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/smooth_edge{ dir = 4 }, /area/station/command/gateway) -"iLl" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/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/dark, -/area/station/security/checkpoint/customs/auxiliary) "iLt" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -29736,16 +28910,30 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/processing) -"iLB" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Dormitory South" +"iLy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/prison) +"iLA" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"iLE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) "iLK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29753,17 +28941,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"iLS" = ( -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"iLU" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +"iLX" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "iLY" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 @@ -29779,18 +28966,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"iMh" = ( -/obj/effect/turf_decal/siding/wood, +"iMi" = ( /obj/effect/turf_decal/siding/wood{ - dir = 1 + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/landmark/navigate_destination/bar, -/obj/machinery/door/airlock/multi_tile/public/glass{ - name = "Atrium" +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/dark/textured_half, +/turf/open/floor/stone, /area/station/service/bar/atrium) +"iMp" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "iMu" = ( /obj/machinery/camera/directional/east{ c_tag = "Arrivals Escape Pod 1" @@ -29822,50 +29011,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) -"iMF" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"iMQ" = ( -/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{ - dir = 8 - }, -/turf/open/floor/iron, -/area/mine/production) "iMT" = ( /turf/open/floor/iron, /area/station/commons/storage/primary) -"iMV" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +"iMZ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/conveyor_switch/oneway{ + id = "mining_internal"; + name = "mining conveyor"; + pixel_x = 12; + pixel_y = -6 }, +/obj/structure/chair/stool/directional/south, /turf/open/floor/iron, -/area/station/science/xenobiology) -"iMW" = ( -/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 = 8 - }, -/obj/machinery/newscaster/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) +/area/mine/production) "iNa" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -29891,35 +29050,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/genetics) -"iNv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +"iNy" = ( +/obj/structure/chair{ dir = 4 }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/iron/checker{ - dir = 8 +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"iNE" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 4 }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, /area/station/maintenance/port/fore) "iNH" = ( -/obj/structure/chair/comfy/beige{ +/obj/structure/chair/office{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet/blue, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "iNQ" = ( /turf/open/floor/carpet, /area/station/maintenance/space_hut/cabin) -"iNZ" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light/directional/west, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) "iOc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -29929,11 +29086,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"iOj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured, -/area/station/service/hydroponics) "iOs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/airalarm/directional/south, @@ -29945,7 +29097,7 @@ /obj/item/bedsheet/cmo, /obj/machinery/light_switch/directional/south, /obj/effect/landmark/start/chief_medical_officer, -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /obj/machinery/camera{ c_tag = "Chief Medical Officer Bedroom"; dir = 4; @@ -29964,22 +29116,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) -"iOz" = ( -/obj/structure/railing/corner/end/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"iOD" = ( -/obj/structure/table/wood, -/obj/item/pai_card, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "iOF" = ( /obj/machinery/door/poddoor/preopen{ id = "heads_meeting"; @@ -29996,20 +29132,15 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"iOO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, +"iOS" = ( +/obj/machinery/airalarm/directional/east, /obj/structure/table, -/obj/structure/secure_safe/directional/south, -/obj/item/storage/briefcase/secure, -/turf/open/floor/iron/smooth, -/area/station/command/heads_quarters/rd) -"iOU" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants/random, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/security/checkpoint/supply) "iOZ" = ( /obj/effect/turf_decal/trimline/dark_blue/line{ dir = 8 @@ -30017,32 +29148,27 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"iPa" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/smartfridge/drying, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"iPm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "iPx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, /turf/open/floor/iron/dark, /area/station/commons/storage/mining) -"iPD" = ( -/obj/machinery/atmospherics/components/binary/pump/off, -/obj/machinery/airlock_sensor/incinerator_ordmix{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"iPO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) "iPR" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -30053,36 +29179,50 @@ dir = 4 }, /area/station/security/brig/entrance) -"iQb" = ( -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 +"iQe" = ( +/obj/structure/minecart_rail{ + dir = 1 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/storage) +/obj/item/radio/intercom/directional/west{ + frequency = 1453; + name = "Kitchen Intercom" + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) +"iQj" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "iQt" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating, /area/station/service/chapel) +"iQw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) +"iQx" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) "iQF" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"iQH" = ( -/obj/item/stack/spacecash/c10{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/toy/plush/beeplushie{ - name = "Coolidge"; - pixel_y = -6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "iQK" = ( /obj/structure/table, /obj/item/dice/d4{ @@ -30112,6 +29252,16 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"iQX" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "iRc" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -30120,16 +29270,6 @@ /obj/item/flashlight, /turf/open/floor/plating, /area/station/construction) -"iRd" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "iRo" = ( /turf/closed/wall, /area/station/security/checkpoint/customs/auxiliary) @@ -30149,6 +29289,13 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/engineering) +"iRw" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - West" + }, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) "iRx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30172,11 +29319,12 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/station/engineering/atmos) -"iRK" = ( -/obj/structure/cable, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +"iRM" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/twenty, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/interrogation) "iRN" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -30239,11 +29387,36 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/virology) +"iSA" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/cargo/sorting) "iSE" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison/safe) +"iSL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/edge{ + dir = 8 + }, +/area/station/engineering/lobby) +"iSQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "iST" = ( /obj/structure/chair/office, /obj/structure/extinguisher_cabinet/directional/east, @@ -30254,23 +29427,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) -"iSY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"iTr" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/service/chapel) +"iTs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "iTy" = ( /obj/machinery/space_heater, /obj/machinery/airalarm/directional/south, @@ -30284,6 +29450,22 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"iTJ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/folder/white{ + pixel_x = 2 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "iTP" = ( /obj/item/reagent_containers/cup/bucket, /obj/effect/turf_decal/trimline/green/filled/line, @@ -30295,26 +29477,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"iUd" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "mining_internal" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/mine/production) -"iUg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) "iUm" = ( /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, @@ -30329,13 +29491,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/iron, /area/station/security/warden) -"iUs" = ( -/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/structure/sign/clock/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) "iUw" = ( /obj/structure/closet/lasertag/blue, /obj/structure/sign/poster/official/random/directional/east, @@ -30349,13 +29504,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/lobby) -"iUA" = ( -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"iUz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "publicElevator" + }, +/obj/machinery/light/floor, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "publicElevator" + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) "iUG" = ( /turf/open/floor/plating, /area/station/maintenance/fore/lesser) +"iUH" = ( +/obj/effect/landmark/start/botanist, +/obj/structure/chair/office/light, +/turf/open/floor/glass, +/area/station/service/hydroponics) "iUJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -30369,34 +29541,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/engineering/supermatter) -"iUO" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/siding/white/corner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"iUS" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage"; - name = "disposal conveyor"; - pixel_x = -5; - pixel_y = 5 - }, -/obj/structure/railing/corner, -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "iUT" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -30406,11 +29550,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/command/bridge) +"iUV" = ( +/obj/structure/cable, +/obj/machinery/light_switch/directional/south{ + pixel_x = -10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "iUW" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/generic/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "iVb" = ( /obj/structure/railing/corner{ dir = 8 @@ -30420,6 +29574,20 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"iVe" = ( +/obj/structure/table/wood, +/obj/item/circuitboard/machine/fax, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"iVi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/secondary/entry) "iVm" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -30431,13 +29599,6 @@ /obj/effect/landmark/start/shaft_miner, /turf/open/floor/iron, /area/station/cargo/miningdock) -"iVM" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) "iVN" = ( /obj/machinery/vending/sustenance, /turf/open/floor/iron/dark/textured, @@ -30457,48 +29618,25 @@ /obj/structure/stairs/south, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"iWd" = ( -/obj/structure/table/glass, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/screwdriver{ - pixel_x = 2; - pixel_y = 11 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"iWr" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +"iWb" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/bar) -"iWx" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Janitor" +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"iWq" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/maintenance/department/medical/central) -"iWC" = ( -/obj/structure/secure_safe/directional/north, +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/department/chapel) +"iWI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/reagent_dispensers/watertank, +/turf/open/openspace, +/area/station/science/xenobiology) "iWM" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -30524,51 +29662,27 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"iWQ" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/obj/item/paper/fluff/jobs/engineering/frequencies, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"iWS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor{ - dir = 1; - req_access = list("brig") - }, -/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/border_only{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/security/holding_cell) -"iWY" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/requests_console/directional/north{ - department = "Engineering"; - name = "Engineering Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "iWZ" = ( /obj/effect/decal/cleanable/glass, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"iXc" = ( +/obj/item/book/manual/wiki/barman_recipes{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/rag, +/obj/structure/table/wood, +/obj/item/holosign_creator/robot_seat/bar{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) "iXh" = ( /obj/machinery/vending/cigarette, /obj/machinery/firealarm/directional/east, @@ -30607,21 +29721,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"iXE" = ( -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 +"iXM" = ( +/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{ + name = "Utilities Room" }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) -"iXH" = ( -/obj/machinery/smartfridge, -/turf/open/floor/iron/dark, -/area/station/service/kitchen) -"iXK" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/dorms) +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "iXP" = ( /obj/machinery/holopad, /obj/effect/turf_decal/box/white{ @@ -30632,28 +29742,6 @@ "iYb" = ( /turf/closed/wall, /area/station/maintenance/central/greater) -"iYi" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/stool/bar/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"iYq" = ( -/obj/structure/dresser, -/obj/structure/mirror/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Service - Backstage"; - dir = 9 - }, -/turf/open/floor/wood/parquet, -/area/station/service/theater) "iYs" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -30668,6 +29756,15 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) +"iYy" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"iYA" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/mine/mechbay) "iYG" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, @@ -30687,20 +29784,6 @@ }, /turf/open/floor/iron/textured, /area/station/security/brig) -"iYV" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"iZc" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Xenobiology Lab Access"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small/directional/north, -/turf/open/openspace, -/area/station/science/xenobiology) "iZl" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/shutters/preopen{ @@ -30732,21 +29815,17 @@ /obj/item/kitchen/spoon/plastic, /turf/open/floor/iron, /area/station/security/prison/mess) -"iZy" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ +"iZx" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/maintenance/starboard/fore) +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "iZz" = ( /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/labor_camp) -"iZJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/light_construct/directional/west, -/turf/open/floor/plating, -/area/station/construction) "iZO" = ( /obj/machinery/status_display/ai/directional/west, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -30758,14 +29837,13 @@ dir = 6 }, /area/station/science/xenobiology) -"iZT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/effect/landmark/generic_maintenance_landmark, +"iZR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, /turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/area/station/medical/break_room) "iZW" = ( /obj/structure/toilet{ pixel_y = 8 @@ -30783,9 +29861,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"jab" = ( -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard) "jag" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -30801,12 +29876,10 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"jao" = ( -/obj/structure/railing, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line, +"jaq" = ( +/obj/effect/landmark/start/head_of_personnel, /turf/open/floor/iron, -/area/station/command/heads_quarters/rd) +/area/station/command/heads_quarters/hop) "jaw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30816,12 +29889,17 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"jaN" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/stripes/end, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/engineering/atmos) +"jaF" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "jaO" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Turbine Access" @@ -30838,6 +29916,10 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"jaR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "jaS" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/effect/turf_decal/siding/green{ @@ -30861,6 +29943,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/department/electrical) +"jaY" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "jba" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30874,17 +29963,27 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) -"jbt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) +"jbk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "jbu" = ( /obj/structure/railing/corner, /turf/open/floor/iron/dark/side{ dir = 9 }, /area/station/service/chapel) +"jbw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/fitness) "jbx" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay Storage" @@ -30924,6 +30023,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"jbJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "jbT" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -30936,44 +30044,15 @@ "jbU" = ( /turf/closed/wall, /area/station/command/heads_quarters/rd) -"jbX" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads to the morgue."; - name = "corpse disposal" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"jbZ" = ( -/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/insectguts, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/warning/cold_temp/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"jcc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"jck" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/medical/morgue) -"jcf" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 4 +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +/turf/open/floor/stone, +/area/station/service/bar/atrium) "jco" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 6 @@ -30981,43 +30060,16 @@ /obj/effect/turf_decal/siding/wideplating{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"jcw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) -"jcC" = ( -/obj/machinery/requests_console/directional/north{ - department = "Ordnance"; - name = "Ordnance Lab Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"jcJ" = ( -/obj/structure/table/wood/fancy/blue, -/obj/effect/spawner/random/aimodule/neutral, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Core Modules"; - req_access = list("captain") - }, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 8 - }, -/obj/item/reagent_containers/pill/iron{ - pixel_x = 13; - pixel_y = -13 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"jcC" = ( +/obj/machinery/requests_console/directional/north{ + department = "Ordnance"; + name = "Ordnance Lab Requests Console" }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/iron/white, +/area/station/science/ordnance) "jcP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral{ @@ -31035,11 +30087,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/mess) -"jdj" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) +"jdo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "robotics"; + name = "Robotics Lab Shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access = list("robotics") + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) "jdJ" = ( /obj/structure/chair/wood, /turf/open/floor/carpet, @@ -31052,11 +30119,16 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"jdP" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +"jdO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "jdQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31077,6 +30149,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"jdY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "jeh" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ dir = 1 @@ -31094,16 +30172,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"jen" = ( -/obj/machinery/requests_console/directional/east{ - department = "Telecomms Admin"; - name = "Telecomms Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "jer" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -31120,19 +30188,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"jew" = ( -/obj/item/flashlight/flare/candle{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/item/book{ - name = "Tales from the First"; - pixel_x = 5; - pixel_y = 5 - }, -/obj/structure/table/wood, +"jez" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/greater) +"jeE" = ( +/obj/machinery/stasis{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) "jeF" = ( /obj/effect/landmark/start/security_officer, /turf/open/floor/glass/reinforced, @@ -31146,55 +30213,20 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/wood, /area/station/service/lawoffice) +"jeK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "jfc" = ( /turf/closed/wall, /area/station/command/heads_quarters/hop) -"jfq" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"jft" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"jfD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/engineering/atmos) -"jfH" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "jfR" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/command/gateway) -"jfZ" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/processing) -"jgf" = ( -/obj/effect/spawner/random/structure/grille, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "jgl" = ( /obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 1 @@ -31209,35 +30241,45 @@ }, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"jgw" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +"jgs" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/station/security/lockers) +"jgx" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"jgD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/pjs{ + anchored = 1 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "jgG" = ( /obj/structure/closet/secure_closet/security/sec, /turf/open/floor/iron/smooth_edge, /area/station/security/lockers) -"jgV" = ( -/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, -/area/station/medical/morgue) -"jhe" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/railing/corner/end/flip{ - dir = 1 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "jhf" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"jhv" = ( +/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/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "jhy" = ( /obj/effect/turf_decal/tile/brown, /turf/open/floor/iron, @@ -31260,6 +30302,19 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"jhH" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/book/manual/wiki/cytology{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/biopsy_tool{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/structure/table, +/turf/open/floor/iron/grimy, +/area/station/security/prison/work) "jhQ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -31269,53 +30324,13 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"jik" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) -"jit" = ( -/obj/structure/fence/cut/medium, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"jiE" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 15; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - shuttle_id = "arrival_stationary"; - width = 7 +"jiV" = ( +/obj/item/stack/cable_coil, +/obj/structure/fence/corner{ + dir = 1 }, -/turf/open/floor/plating/snowed/icemoon, +/turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"jiI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"jiZ" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat Service Bay"; - network = list("minisat"); - start_active = 1 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/service) "jjk" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -31339,6 +30354,11 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"jju" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) "jjx" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 @@ -31351,22 +30371,12 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"jjB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/incident_display/delam/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jjG" = ( -/obj/structure/fireplace{ - pixel_x = 0 +"jjF" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/commons/lounge) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "jjJ" = ( /obj/machinery/camera/directional/west{ c_tag = "Labor Camp External West"; @@ -31381,57 +30391,46 @@ /obj/structure/mirror/directional/east, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"jjQ" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/storage/medkit/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/o2, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) -"jjS" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/redbeet, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"jjW" = ( -/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) "jkn" = ( /obj/effect/turf_decal/tile/dark/fourcorners, /turf/open/floor/iron, /area/mine/living_quarters) -"jkt" = ( -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron, -/area/station/science/xenobiology) +"jko" = ( +/obj/structure/railing, +/obj/structure/rack, +/obj/item/gun/energy/e_gun/dragnet{ + pixel_y = 4 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) +"jkx" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Security Post - Engineering" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/machinery/computer/security/telescreen/engine/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "jkH" = ( /obj/structure/training_machine, /obj/effect/landmark/blobstart, /turf/open/floor/engine, /area/station/science/explab) -"jkK" = ( -/obj/structure/statue/snow/snowman, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"jkP" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "jkS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -31448,10 +30447,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"jkY" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "jla" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -31466,6 +30461,18 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/command/meeting_room) +"jlh" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "mining_internal" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/mine/production) "jli" = ( /obj/machinery/vending/clothing, /turf/open/floor/iron/dark/textured, @@ -31475,10 +30482,30 @@ /obj/machinery/atmospherics/components/tank, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"jls" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/turf/open/floor/plating, +/area/station/service/hydroponics) "jlu" = ( /obj/structure/railing/corner, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"jlv" = ( +/obj/structure/fence/post{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "jly" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -31523,11 +30550,33 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"jmc" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/mine/laborcamp) "jms" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/plating, /area/station/medical/virology) +"jmy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) +"jmC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/pen/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/large, +/area/mine/eva/lower) "jmI" = ( /turf/closed/wall/r_wall, /area/station/security/prison/workout) @@ -31540,37 +30589,20 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"jnn" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) -"jnt" = ( -/obj/effect/decal/cleanable/dirt, +"jne" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) -"jnI" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"jnM" = ( -/obj/structure/chair/sofa/middle/brown, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "jnR" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/maintenance/disposal) "jnS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -31583,6 +30615,22 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"jnU" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/science{ + pixel_x = -1 + }, +/obj/item/clothing/suit/hooded/wintercoat/science{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/clothing/shoes/winterboots{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/clothing/shoes/winterboots, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "jnV" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -31592,27 +30640,6 @@ /obj/item/bikehorn/rubberducky/plasticducky, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"jnY" = ( -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) -"joc" = ( -/obj/machinery/door/poddoor/shutters{ - id = "secmechbay"; - name = "Security Mech Bay Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/turf_decal/box, -/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/mechbay) "joh" = ( /obj/structure/rack, /obj/item/clothing/suit/hooded/wintercoat/eva{ @@ -31640,28 +30667,49 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"joW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "jpd" = ( /obj/machinery/vending/coffee, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"jpn" = ( -/obj/structure/sign/warning/docking/directional/north, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"jpe" = ( +/obj/structure/rack, +/obj/machinery/light_switch/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"jpg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/machinery/hydroponics/constructable, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jpi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/sign/warning/gas_mask{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; + pixel_x = -2; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "jpo" = ( /obj/machinery/door/poddoor/preopen{ id = "maint2" }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"jpx" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "jpy" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -31675,34 +30723,24 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall, -/area/station/service/library) +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "jpE" = ( /obj/structure/closet/l3closet/security, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/smooth, /area/station/security/brig/upper) -"jpK" = ( -/obj/machinery/recharge_station, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/service) -"jpR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/effect/landmark/navigate_destination, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/commons/dorms) "jpS" = ( /turf/closed/wall/r_wall, /area/station/cargo/warehouse) +"jpT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "jqc" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -31716,33 +30754,43 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"jqj" = ( +/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, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"jqn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/here_for_your_safety/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/visit) "jqr" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"jqs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "jqx" = ( /obj/structure/transit_tube/crossing/horizontal, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"jqB" = ( -/obj/structure/railing, -/obj/machinery/flasher/portable, -/obj/structure/cable, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 +"jqy" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #2" }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "jqE" = ( /obj/structure/table, /obj/item/book/manual/wiki/grenades, @@ -31762,32 +30810,30 @@ "jqT" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage/tech) +"jqV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jrc" = ( +/obj/machinery/button/door/directional/east{ + id = "xenobio6"; + layer = 4; + name = "Xenobio Pen 6 Blast DOors"; + req_access = list("xenobiology") + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "jre" = ( /turf/closed/wall, /area/station/maintenance/starboard/lesser) -"jrf" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/rack, -/obj/item/stack/ducts/fifty, -/obj/item/storage/box/swab, -/obj/effect/spawner/random/contraband/permabrig_gear, -/turf/open/floor/iron/grimy, -/area/station/security/prison/work) "jrk" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"jrv" = ( -/obj/machinery/holopad, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"jrA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "jrI" = ( /obj/structure/transit_tube/curved/flipped, /obj/structure/cable, @@ -31809,21 +30855,22 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"jse" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +"jsf" = ( +/obj/structure/fireplace{ + pixel_x = 0 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/virology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/stone, +/area/station/commons/lounge) "jsh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 5 + }, +/obj/machinery/mining_weather_monitor/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "jsp" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, @@ -31841,6 +30888,14 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"jss" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "jsB" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, @@ -31861,47 +30916,64 @@ dir = 1 }, /area/station/hallway/primary/port) -"jsH" = ( +"jtf" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"jth" = ( /obj/structure/table, -/obj/item/storage/medkit/regular{ - pixel_x = 6; - pixel_y = -5 +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/obj/item/multitool, -/obj/item/trash/cheesie, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron, -/area/station/cargo/office) -"jsX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"jtl" = ( -/obj/machinery/meter/monitored/waste_loop, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/obj/effect/turf_decal/siding/wideplating/corner, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/crowbar, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +/area/station/science/robotics/lab) +"jtm" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/hallway) "jtn" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/unres, /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"jtu" = ( -/obj/effect/turf_decal/siding/wood/end{ - dir = 1 +"jtt" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitorial Requests Console" }, -/obj/item/kirbyplants/organic/plant11, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron, +/area/station/service/janitor) "jtx" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/red, @@ -31917,13 +30989,6 @@ }, /turf/open/floor/carpet/red, /area/station/security/prison/work) -"jtz" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) "jtA" = ( /obj/structure/reagent_dispensers/wall/peppertank/directional/south, /obj/structure/table, @@ -31958,14 +31023,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) -"jtF" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/mob/living/basic/pet/dog/corgi/ian{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) "jtG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -31980,23 +31037,36 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"jtH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"jtM" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "jtN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, /area/station/commons/storage/mining) -"jtV" = ( -/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, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"jtX" = ( -/turf/open/floor/plating, -/area/station/maintenance/disposal) "jtY" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -32017,28 +31087,34 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"jue" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/storage) "jug" = ( /turf/open/floor/glass/reinforced, /area/station/engineering/atmos/pumproom) +"jul" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "jum" = ( /obj/effect/turf_decal/tile/brown, /turf/open/floor/iron/dark/corner, /area/mine/eva) -"jun" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"juq" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "jur" = ( /obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/broken_floor, @@ -32048,24 +31124,32 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) +"juu" = ( +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "juw" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"juE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/tank/oxygen, -/obj/machinery/light/small/directional/west, +"juH" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/mob/living/basic/parrot/poly, /turf/open/floor/iron/dark, -/area/station/science/ordnance) +/area/station/command/heads_quarters/ce) "juQ" = ( /obj/structure/rack, /obj/item/stack/rods/fifty, /obj/item/stack/sheet/glass/fifty, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"juS" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "jvc" = ( /obj/machinery/door/firedoor/border_only, /turf/open/openspace, @@ -32077,13 +31161,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"jvm" = ( -/obj/structure/closet/secure_closet/courtroom, -/obj/item/gavelhammer, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/security/courtroom) "jvs" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -32093,6 +31170,13 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/medical/morgue) +"jvD" = ( +/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, +/turf/open/floor/iron, +/area/mine/production) "jvL" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle{ @@ -32152,10 +31236,22 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"jwB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "jwF" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) +"jwH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "jwN" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable, @@ -32167,73 +31263,89 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"jxc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/genetics) "jxq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) -"jxu" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) "jxv" = ( /obj/effect/landmark/start/paramedic, /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/storage) "jxJ" = ( -/obj/machinery/atmospherics/components/tank, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/reagent_dispensers/plumbed{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"jyx" = ( -/obj/effect/turf_decal/siding/white/end{ - dir = 4 +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) +"jxK" = ( +/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, +/turf/open/floor/iron, +/area/station/commons/fitness) +"jyl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"jyo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/donkpockets{ - pixel_y = 6 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"jyp" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"jyz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"jyM" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/hooded/ablative, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"jyL" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ dir = 8 }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) +/obj/structure/closet/crate/preopen, +/obj/item/stack/sheet/mineral/plasma/thirty, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/mine/laborcamp/security) "jyR" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/checkpoint/engineering) -"jzc" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"jzf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/office) "jzk" = ( /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/wood, @@ -32242,16 +31354,6 @@ /obj/structure/closet/secure_closet/captains, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"jzr" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/structure/table/glass, -/obj/item/plant_analyzer, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) "jzy" = ( /obj/machinery/computer/exodrone_control_console{ dir = 1 @@ -32278,19 +31380,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) -"jAh" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "jAk" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron/dark/textured, /area/station/security/warden) +"jAq" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "jAu" = ( /obj/structure/rack, /obj/structure/cable, @@ -32301,32 +31403,12 @@ /obj/structure/flora/grass/both/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"jAF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 5"; - req_access = list("xenobiology") - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"jAO" = ( -/obj/effect/turf_decal/siding/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"jAI" = ( +/obj/machinery/module_duplicator, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jAQ" = ( -/obj/structure/window/reinforced/fulltile/ice{ - name = "frozen window" - }, -/turf/open/floor/plating, -/area/station/maintenance/space_hut/cabin) -"jAZ" = ( +/area/station/science/explab) +"jAM" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 }, @@ -32349,6 +31431,45 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"jAO" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jAQ" = ( +/obj/structure/window/reinforced/fulltile/ice{ + name = "frozen window" + }, +/turf/open/floor/plating, +/area/station/maintenance/space_hut/cabin) +"jBa" = ( +/obj/structure/rack, +/obj/item/clothing/suit/utility/beekeeper_suit, +/obj/item/clothing/head/utility/beekeeper_head, +/obj/item/melee/flyswatter, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jBc" = ( +/obj/machinery/dna_infuser, +/obj/item/infuser_book, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"jBf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "jBh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -32369,28 +31490,20 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"jBq" = ( -/obj/machinery/biogenerator, -/obj/machinery/door/window/left/directional/south{ - name = "Biogenerator Access"; - req_access = list("hydroponics") - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "jBB" = ( /obj/structure/kitchenspike, /turf/open/floor/plating/snowed/coldroom, /area/station/service/kitchen/coldroom) -"jBH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +"jBK" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/mining_weather_monitor/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "jBR" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 8 @@ -32401,15 +31514,6 @@ "jCl" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"jCn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/cup/bucket{ - pixel_y = 10; - pixel_x = -4 - }, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "jCr" = ( /obj/structure/sign/poster/random/directional/north, /turf/open/floor/plating, @@ -32420,6 +31524,21 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"jCA" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/camera{ + c_tag = "Virology Module North"; + dir = 9; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "jCD" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32430,11 +31549,11 @@ }, /turf/open/floor/carpet, /area/station/security/detectives_office) -"jCF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"jCE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/smartfridge/petri/preloaded, +/turf/open/openspace, +/area/station/science/xenobiology) "jCL" = ( /obj/structure/disposalpipe/trunk{ dir = 4 @@ -32443,21 +31562,12 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"jCP" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"jCY" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/light/small/directional/east, +"jDc" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/structure/sign/departments/restroom/directional/south, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/medbay/aft) +/area/station/medical/break_room) "jDi" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -32471,9 +31581,30 @@ id = "robotics2"; name = "Robotics Lab Shutters" }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/robotics/lab) +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"jDn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"jDp" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/sign/calendar/directional/north, +/obj/machinery/camera{ + c_tag = "Service - Botany Equipment"; + dir = 9 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "jDt" = ( /obj/machinery/pdapainter/security, /turf/open/floor/wood/large, @@ -32485,6 +31616,41 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron/dark/textured, /area/station/security/prison) +"jDM" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/security/warden) +"jDP" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"jDS" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"jDT" = ( +/obj/structure/table/reinforced, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "jDW" = ( /obj/effect/turf_decal/bot_white/left, /obj/structure/closet/crate/silvercrate, @@ -32497,54 +31663,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"jDY" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) -"jEa" = ( -/obj/machinery/camera{ - c_tag = "Service - Botany"; - dir = 9 - }, -/obj/machinery/hydroponics/constructable, +"jEf" = ( /obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"jEg" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kitchencounter"; - name = "Kitchen Counter Shutters" + dir = 5 }, -/obj/machinery/door/firedoor, -/obj/structure/desk_bell{ - pixel_x = -4; - pixel_y = 3 +/obj/structure/bed/medical/anchored{ + dir = 8 }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"jEr" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/taperecorder, -/obj/item/radio/intercom/directional/east, -/obj/structure/sign/painting/library_private{ - pixel_y = 32 +/obj/item/bedsheet/medical{ + dir = 4 }, -/obj/item/storage/photo_album/library, -/turf/open/floor/engine/cult, -/area/station/service/library) +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) "jEs" = ( /obj/machinery/conveyor_switch/oneway{ id = "gulag"; @@ -32552,33 +31684,14 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"jED" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"jEB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/small/dim/directional/north{ + pixel_y = 1 }, /turf/open/floor/plating, -/area/station/maintenance/aft/lesser) -"jEP" = ( -/obj/structure/table/wood, -/obj/machinery/libraryscanner{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/station/service/library) -"jFd" = ( -/obj/structure/table, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/radio/intercom/directional/north, -/obj/item/radio/intercom/directional/north, -/obj/item/newspaper, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals Lobby North" - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/area/station/maintenance/port/fore) "jFf" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -32591,34 +31704,21 @@ /obj/structure/rack, /turf/open/floor/iron, /area/station/command/gateway) -"jFn" = ( -/obj/structure/railing, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/service/chapel) -"jFv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"jFJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/structure/cable, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"jFA" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/corner{ dir = 4 }, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/wood/large, -/area/station/service/bar) +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) "jFR" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -32652,44 +31752,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"jGq" = ( -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"jGr" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/engineering/external, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"jGu" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"jGv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"jGw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +"jGo" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/eva) +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "jGB" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -32726,34 +31792,6 @@ /obj/item/clothing/suit/hazardvest, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"jHk" = ( -/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/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"jHm" = ( -/obj/machinery/computer/warrant, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) -"jHD" = ( -/obj/machinery/light/small/dim/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/turf/open/floor/plating, -/area/station/medical/morgue) -"jHE" = ( -/turf/open/misc/ice/coldroom, -/area/station/service/kitchen/coldroom) "jHF" = ( /obj/item/trash/boritos/red, /obj/structure/cable, @@ -32765,14 +31803,13 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"jHN" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 +"jHI" = ( +/obj/structure/sign/nanotrasen, +/obj/structure/fence/post{ + dir = 8 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored) "jHQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ dir = 1 @@ -32782,6 +31819,25 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"jHV" = ( +/obj/machinery/mineral/stacking_machine{ + output_dir = 2; + stack_amt = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"jHX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination/dockescpod1, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "jIg" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -32791,15 +31847,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"jIi" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "jIk" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -32816,30 +31863,70 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/smooth_half, /area/station/security/office) +"jIn" = ( +/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/security/checkpoint/customs/auxiliary) +"jIp" = ( +/obj/item/beacon, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) +"jIr" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "jIv" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"jIx" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/kitchen) +"jIB" = ( +/obj/machinery/door/window/brigdoor/right/directional/south{ + dir = 8; + name = "Observation Deck"; + req_access = list("xenobiology") + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "jIE" = ( /obj/structure/sign/warning/gas_mask, /turf/closed/wall, /area/station/cargo/storage) +"jIH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "jII" = ( /turf/closed/wall, /area/station/hallway/primary/central) -"jIM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "jIO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -32852,10 +31939,6 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/station/science/server) -"jIW" = ( -/obj/machinery/oven/range, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "jIX" = ( /obj/effect/turf_decal/siding/brown/corner{ dir = 4 @@ -32877,10 +31960,15 @@ /obj/structure/cable/multilayer/connected, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"jJb" = ( +"jJd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "jJe" = ( /obj/machinery/conveyor{ dir = 4; @@ -32891,12 +31979,13 @@ }, /turf/open/floor/plating, /area/station/cargo/sorting) -"jJm" = ( -/obj/structure/chair/office{ - dir = 1 +"jJF" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/carpet/red, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "jJG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -32904,22 +31993,9 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"jJH" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "jJM" = ( /turf/open/floor/glass, /area/station/security/lockers) -"jJU" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/computer/gateway_control, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/command/gateway) "jJV" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -32933,11 +32009,23 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"jKe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/main) "jKh" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater/on, /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"jKl" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/engine, +/area/station/science/genetics) "jKr" = ( /obj/structure/railing{ dir = 8 @@ -32952,25 +32040,11 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"jKz" = ( -/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, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) "jKA" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/tile/dark/fourcorners, /turf/open/floor/iron, /area/mine/living_quarters) -"jKC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/station/service/lawoffice) "jKG" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/light/directional/south, @@ -33008,32 +32082,25 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"jKV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance/two, +"jKP" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/fore) +/area/station/maintenance/port/greater) "jKY" = ( -/obj/structure/closet/secure_closet/cytology, -/obj/machinery/button/door/directional/north{ - id = "xenobiomain"; - name = "Containment Blast Doors"; - pixel_y = 32; - req_access = list("xenobiology") - }, -/obj/machinery/button/door/directional/north{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_y = 23; - req_access = list("xenobiology") - }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"jLb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/production) +/turf/closed/mineral/random/snow/high_chance, +/area/icemoon/underground/unexplored/rivers/deep/shoreline) +"jLa" = ( +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/openspace, +/area/station/commons/storage/mining) +"jLf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "jLl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/effect/turf_decal/siding/yellow{ @@ -33050,17 +32117,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) -"jLn" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster/directional/west, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap{ - pixel_y = 3 - }, -/obj/item/storage/photo_album/bar, -/obj/item/toy/figure/bartender, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) "jLo" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -33069,27 +32125,28 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"jLx" = ( -/obj/structure/closet/wardrobe/black, -/obj/item/clothing/shoes/jackboots, -/obj/effect/turf_decal/tile/neutral/fourcorners, +"jLw" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_half, +/area/station/service/hydroponics) +"jLB" = ( +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red, /turf/open/floor/iron, -/area/station/commons/locker) -"jLK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/camera{ - c_tag = "Virology Module North"; - dir = 9; - network = list("ss13","medbay") +/area/station/hallway/primary/central/fore) +"jLM" = ( +/obj/effect/turf_decal/tile/blue, +/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/corner{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/area/station/hallway/secondary/entry) "jLO" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -33120,22 +32177,11 @@ /turf/open/floor/iron, /area/station/science/ordnance/testlab) "jLX" = ( -/obj/structure/railing/corner{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/north, -/obj/machinery/camera{ - c_tag = "Mining B-2 Hallway"; - dir = 9 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "jLZ" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -33163,25 +32209,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/atmos) -"jMp" = ( -/obj/machinery/vending/tool, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) -"jMs" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Arrivals Hallway South" - }, -/obj/machinery/newscaster/directional/west, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "jMw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -33192,18 +32219,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"jMM" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/locker) "jMY" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line{ @@ -33213,6 +32228,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"jNe" = ( +/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/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "jNf" = ( /turf/closed/wall, /area/station/security/prison/garden) @@ -33228,44 +32253,50 @@ /obj/effect/mapping_helpers/airlock/access/any/command/general, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"jNk" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 +"jNo" = ( +/obj/structure/beebox, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Service - Botany Apiary"; + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "jNp" = ( /turf/closed/wall/r_wall, /area/station/security/holding_cell) -"jNA" = ( -/obj/structure/closet/crate/wooden, -/obj/item/camera_film{ - pixel_x = -4; - pixel_y = 4 +"jNz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/item/camera, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/sign/poster/contraband/the_griffin/directional/south, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"jNB" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/hallway/secondary/entry) "jNZ" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 9 }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"jOe" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/food_or_drink/snack, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "jOi" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -33293,6 +32324,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/hallway/primary/port) +"jOz" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "jOD" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -33300,15 +32344,15 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"jOJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood, +/area/station/maintenance/port/aft) "jOQ" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/fore) -"jOV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "jPc" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2" @@ -33327,6 +32371,21 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"jPl" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "jPo" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ @@ -33341,44 +32400,51 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) +"jPt" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/camera/directional/south{ + c_tag = "Service - Botany Garden Access" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "jPu" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"jPv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "jPx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron/dark/smooth_large, /area/station/science/breakroom) -"jPB" = ( -/obj/machinery/computer/cargo, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"jPK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"jPL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"jPH" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "graveyard" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +/turf/open/floor/plating, +/area/station/medical/morgue) +"jPV" = ( +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "jPY" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -33398,15 +32464,18 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"jQw" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"jQt" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Medbay" }, -/turf/open/floor/iron/dark/side{ - dir = 1 +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/east{ + layer = 2.9 }, -/area/mine/eva) +/obj/structure/plasticflaps/opaque, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical/central) "jQz" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -33473,6 +32542,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig/entrance) +"jRd" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/mine/eva) +"jRg" = ( +/obj/structure/table, +/obj/machinery/camera/motion/directional/west{ + c_tag = "AI Upload West"; + network = list("aiupload") + }, +/obj/item/ai_module/supplied/freeform, +/obj/effect/turf_decal/tile/dark_green, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "jRu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33485,17 +32570,32 @@ "jRA" = ( /turf/open/openspace, /area/station/service/bar/atrium) -"jRB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table_frame, -/obj/item/melee/baton/security/cattleprod, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "jRC" = ( /obj/structure/cable, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"jRG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/duct, +/obj/machinery/newscaster/directional/east, +/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/service/hydroponics) +"jRI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "jRM" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -33503,12 +32603,27 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"jRP" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/interrogation) "jRS" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 8 }, /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) +"jRV" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"jSd" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "jSe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -33520,30 +32635,12 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"jSk" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/command/bridge) "jSl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"jSm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/door/window/brigdoor/right/directional/south{ - name = "Research Director Observation"; - req_access = list("rd") - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "jSt" = ( /obj/machinery/door/airlock/external{ name = "Security Yard"; @@ -33561,35 +32658,19 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"jSC" = ( +/obj/structure/bookcase/random/reference, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/service/library) "jSL" = ( /obj/structure/stairs/east, /turf/open/floor/plating, /area/station/hallway/primary/central/fore) -"jSN" = ( -/obj/item/popsicle_stick{ - pixel_y = 1; - pixel_x = -9 - }, -/obj/item/popsicle_stick{ - pixel_y = 3; - pixel_x = -2 - }, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) "jSQ" = ( /obj/structure/sign/poster/official/here_for_your_safety/directional/east, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"jST" = ( -/obj/machinery/door/window/right/directional/east{ - dir = 1; - name = "Bridge Delivery"; - req_access = list("command") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/central/greater) "jSW" = ( /mob/living/simple_animal/slime, /turf/open/floor/engine, @@ -33608,19 +32689,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"jTk" = ( -/obj/structure/table, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 +"jTj" = ( +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/obj/effect/turf_decal/loading_area/white, +/turf/open/floor/wood/large, +/area/station/service/bar/atrium) "jTm" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -33642,34 +32717,13 @@ }, /turf/open/floor/plating, /area/station/science/genetics) -"jTO" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"jTV" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/siding/white{ +"jTT" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/floor, +/turf/open/floor/iron/half{ dir = 1 }, -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/item/radio/intercom/directional/south{ - frequency = 1453; - name = "Kitchen Intercom" - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/area/station/engineering/atmos) "jTZ" = ( /obj/machinery/door/airlock/command/glass{ name = "Server Room" @@ -33677,16 +32731,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/rd, /turf/open/floor/iron/dark, /area/station/science/server) -"jUe" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp) "jUn" = ( /obj/structure/table, /obj/item/folder/red{ @@ -33704,18 +32748,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"jUr" = ( -/obj/structure/railing{ - dir = 6 - }, -/obj/effect/turf_decal/siding/white{ - dir = 6 - }, -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "jUB" = ( /turf/closed/wall, /area/station/medical/virology) @@ -33725,12 +32757,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/teleporter) +"jUF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ + dir = 1; + name = "Can In" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) "jUL" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/grass/green/style_random, -/turf/open/misc/asteroid/snow/standard_air, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "jUW" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -33747,30 +32791,53 @@ dir = 8 }, /area/station/science/ordnance/office) +"jUY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/item/clothing/gloves/boxing, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"jUZ" = ( +/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, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "jVb" = ( /obj/machinery/space_heater, /obj/machinery/light/small/directional/north, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/fore) -"jVq" = ( +"jVx" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/warning/cold_temp/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/turf/open/floor/plating, +/area/station/cargo/drone_bay) "jVE" = ( /obj/effect/turf_decal/box/white, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"jWd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"jVL" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/structure/sign/departments/rndserver/directional/south, /turf/open/floor/iron/white, -/area/station/medical/virology) +/area/station/science/research) "jWl" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -33782,6 +32849,12 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) +"jWt" = ( +/obj/structure/cable, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) "jWJ" = ( /obj/machinery/light/small/directional/west, /obj/structure/closet/emcloset/anchored, @@ -33794,43 +32867,64 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"jWU" = ( +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/hydroponics) "jXc" = ( /obj/structure/sign/poster/official/help_others, /turf/closed/wall/ice, /area/icemoon/underground/explored) +"jXe" = ( +/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/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "jXl" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"jXq" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/holosign/barrier/atmos/sturdy, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"jXm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jXr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"jXC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/box, +/obj/effect/spawner/random/bureaucracy/birthday_wrap, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/effect/spawner/random/bureaucracy/birthday_wrap, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"jXF" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "minecraft_shutter"; - name = "Cart Shutters" - }, -/turf/open/floor/iron/textured, -/area/station/service/hydroponics) -"jXw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"jXD" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/decoration/ornament, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/turf/open/floor/iron, +/area/station/service/bar) "jXL" = ( /obj/machinery/newscaster/directional/south, /obj/structure/disposalpipe/trunk{ @@ -33861,14 +32955,14 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"jYg" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"jYd" = ( +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/treatment_center) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "jYj" = ( /obj/structure/sign/warning/secure_area/directional/north, /obj/effect/turf_decal/stripes/red/line{ @@ -33896,18 +32990,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"jYM" = ( -/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, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) -"jYQ" = ( -/obj/effect/turf_decal/tile/purple/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "jYS" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, @@ -33922,22 +33004,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) +"jYX" = ( +/obj/structure/minecart_rail{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "jZe" = ( /obj/structure/disposalpipe/segment{ dir = 6 }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/fore/lesser) -"jZg" = ( -/obj/structure/closet/crate/freezer/food{ - name = "cooler" - }, -/obj/item/reagent_containers/cup/glass/ice, -/obj/item/reagent_containers/cup/glass/ice, -/obj/item/reagent_containers/cup/glass/ice, -/obj/item/reagent_containers/cup/glass/ice, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) "jZi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/public/glass{ @@ -33954,11 +33033,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) -"jZz" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/xenoblood, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "jZB" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -33967,6 +33041,12 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"jZD" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/commons/vacant_room/office) "jZI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -33975,6 +33055,10 @@ dir = 10 }, /area/station/security/prison) +"jZK" = ( +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "jZM" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -33985,12 +33069,10 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"jZV" = ( -/obj/structure/rack, -/obj/item/bouquet, -/obj/item/binoculars, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"jZU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/construction) "jZY" = ( /obj/structure/tank_holder/extinguisher, /obj/effect/turf_decal/stripes/line{ @@ -33999,42 +33081,69 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"kap" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"kal" = ( /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "kaw" = ( /obj/machinery/photocopier, /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/cargo/office) +"kax" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = -5 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"kaD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/right/directional/north{ + dir = 4; + req_access = list("brig_entrance") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "medsecprivacy"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"kaK" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/construction) "kaO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/loading_area{ dir = 8 }, /turf/open/floor/iron, -/area/mine/laborcamp) -"kaW" = ( -/obj/machinery/button/door/directional/east{ - id = "xenobio9"; - layer = 4; - name = "Xenobio Pen 9 Blast DOors"; - req_access = list("xenobiology") - }, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"kaX" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/station/science/research) +/area/mine/laborcamp) +"kbd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/clothing/shoes/workboots, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kbm" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/mechbay) "kbn" = ( /obj/effect/decal/cleanable/food/pie_smudge, /turf/open/floor/iron, @@ -34044,22 +33153,22 @@ /obj/structure/fluff/fokoff_sign, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"kbs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"kbt" = ( +"kbq" = ( /obj/machinery/conveyor{ - dir = 8; + dir = 1; id = "garbage" }, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 5 }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"kbs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "kbx" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -34068,10 +33177,16 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"kbD" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +"kbG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/duct, +/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/service/hydroponics) "kbJ" = ( /obj/machinery/field/generator, /turf/open/floor/plating, @@ -34097,10 +33212,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/fore) -"kbU" = ( -/mob/living/basic/goat/pete/icebox, -/turf/open/misc/ice/coldroom, -/area/station/service/kitchen/coldroom) "kcc" = ( /obj/machinery/camera/directional/west{ c_tag = "Security - Infirmary" @@ -34124,25 +33235,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) +"kcj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "kcm" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/command_all, /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/storage/tech) -"kcA" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "kcC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -34173,6 +33278,10 @@ }, /turf/open/floor/plating, /area/station/security/prison/visit) +"kcW" = ( +/obj/structure/sign/warning/directional/south, +/turf/open/genturf/blue, +/area/icemoon/underground/unexplored/rivers/deep/shoreline) "kdc" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 @@ -34186,16 +33295,16 @@ /obj/structure/sign/warning/test_chamber/directional/south, /turf/open/floor/iron, /area/station/science/ordnance/testlab) -"kdu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 +"kdy" = ( +/obj/machinery/door/poddoor/shutters{ + id = "secmechbay"; + name = "Security Mech Bay Shutters" }, -/area/mine/eva/lower) +/obj/structure/cable, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) "kdF" = ( /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/iron, @@ -34211,19 +33320,25 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white/textured, /area/station/security/medical) +"kdU" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "kdY" = ( /obj/machinery/camera/directional/north{ c_tag = "Atmospherics Waste Tank" }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"keq" = ( -/obj/machinery/modular_computer/preset/cargochat/service, -/obj/machinery/requests_console/auto_name/directional/north, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/dark, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) +"kei" = ( +/obj/docking_port/stationary/escape_pod, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "keu" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/burgundy{ @@ -34249,13 +33364,11 @@ /obj/item/canvas/nineteen_nineteen, /turf/open/floor/sepia, /area/station/security/prison/rec) -"keF" = ( -/obj/structure/sign/warning/secure_area/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/command/gateway) +"keL" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/dorms) "keP" = ( /turf/closed/wall, /area/station/engineering/atmos/storage/gas) @@ -34271,6 +33384,21 @@ dir = 1 }, /area/station/hallway/primary/central) +"keT" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/port/fore) "keV" = ( /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) @@ -34284,6 +33412,19 @@ /obj/item/stock_parts/cell/high, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"keZ" = ( +/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 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "kfa" = ( /obj/machinery/air_sensor/air_tank, /turf/open/floor/engine/air, @@ -34313,23 +33454,14 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"kfp" = ( +"kfm" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/fore) -"kfr" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "kfs" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"kfx" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "kfy" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -34340,10 +33472,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp) -"kfK" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +"kfP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/camera/motion/directional/south{ + c_tag = "MiniSat AI Chamber North"; + network = list("aicore") + }, +/obj/structure/cable, +/obj/machinery/flasher/directional/south{ + id = "AI"; + pixel_x = -10 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "kfQ" = ( /obj/machinery/atmospherics/components/binary/pressure_valve/on{ name = "Waste Release" @@ -34351,16 +33494,6 @@ /obj/structure/sign/poster/random/directional/west, /turf/open/floor/iron, /area/station/engineering/atmos) -"kfY" = ( -/obj/structure/table/wood, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/box/white/corners, -/obj/item/storage/fancy/cigarettes/cigars{ - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) "kfZ" = ( /obj/machinery/door/firedoor/heavy, /obj/structure/sign/warning/test_chamber/directional/east, @@ -34402,11 +33535,13 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"kgs" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/trash/mopbucket, +"kgy" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/fore) "kgz" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle, @@ -34422,50 +33557,35 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"kgE" = ( -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 +"kgJ" = ( +/obj/structure/closet{ + name = "janitorial supplies" }, -/turf/open/floor/iron/dark/smooth_half, +/obj/item/pushbroom, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark, /area/station/medical/morgue) "kgN" = ( /obj/structure/girder, /obj/structure/lattice/catwalk, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"kgU" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/north{ - id = "Dozer_Launch"; - name = "Mech Bay Door Control"; - pixel_x = 4; - pixel_y = 3; - req_access = list("robotics") - }, -/obj/item/folder/red{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/paper{ - pixel_x = -4; - pixel_y = 1 +"kgS" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 11"; + req_access = list("xenobiology") }, -/obj/item/pen{ - pixel_x = -4; - pixel_y = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/mine/mechbay) +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "kgX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/window/left/directional/west{ @@ -34479,6 +33599,13 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) +"kgY" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "khb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -34494,6 +33621,24 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"khl" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Backroom" + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/bar/backroom) +"kho" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Psychology Office"; + name = "Psychology Office Fax Machine" + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "kht" = ( /obj/structure/railing/corner{ dir = 4 @@ -34501,53 +33646,65 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"khx" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/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/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, +"khu" = ( +/obj/structure/closet/toolcloset, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"khA" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/area/station/construction) +"khy" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"khz" = ( +/obj/structure/marker_beacon/cerulean, +/turf/open/genturf, +/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) +"khF" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/warning/gas_mask/directional/north{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, -/obj/machinery/airalarm/directional/west, -/obj/item/kirbyplants/organic/plant10, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"khP" = ( -/obj/machinery/atmospherics/components/tank/air{ - initialize_directions = 2 +/obj/machinery/button/door/directional/north{ + id = "drone_bay"; + name = "Shutter Control"; + pixel_x = -24 }, +/obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/area/station/cargo/drone_bay) "khR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) +"khV" = ( +/obj/structure/table, +/obj/item/ai_module/reset, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_green, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "khW" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/fore) -"khX" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/item/trash/semki, -/obj/item/trash/semki, +"kig" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/aft) +"kii" = ( +/obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/maintenance/port/greater) "kin" = ( /obj/machinery/pdapainter/supply, /turf/open/floor/carpet, @@ -34562,9 +33719,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"kis" = ( -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "kix" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Base" @@ -34576,13 +33730,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining_station, /turf/open/floor/iron/dark/textured_half, /area/station/cargo/storage) -"kiB" = ( -/obj/effect/decal/cleanable/confetti, -/obj/structure/closet/crate/cardboard, -/obj/item/storage/cans/sixbeer, -/obj/effect/spawner/random/food_or_drink/cups, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "kiE" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -34593,16 +33740,59 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/command/meeting_room) -"kjs" = ( -/obj/effect/turf_decal/stripes/line{ +"kiR" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/paper_bin, +/obj/item/pen/blue{ + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 1 }, -/obj/item/flashlight{ - pixel_y = 3; - pixel_x = -4 +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"kiY" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/spawner/random/armory/bulletproof_armor, +/obj/effect/spawner/random/armory/bulletproof_helmet, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"kjh" = ( +/obj/machinery/modular_computer/preset/engineering, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/directional/north, +/obj/machinery/computer/security/telescreen/engine/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"kjo" = ( +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/machinery/door/airlock/engineering{ + name = "Utilities Room" }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/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/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"kjr" = ( +/obj/structure/sign/warning/test_chamber/directional/south, +/turf/open/floor/engine, +/area/station/science/genetics) +"kjt" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "kjw" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/machinery/camera/directional/south{ @@ -34626,11 +33816,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"kjG" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) "kjK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34683,14 +33868,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"kku" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/stool/directional/west, -/obj/machinery/status_display/ai/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/commons/locker) +"kky" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"kkA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "kkB" = ( /obj/machinery/light/small/directional/south, /obj/structure/closet/secure_closet/brig{ @@ -34738,6 +33924,18 @@ /obj/effect/mapping_helpers/airlock/access/all/command/gateway, /turf/open/floor/iron/dark/textured, /area/station/command/gateway) +"kkS" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "klc" = ( /turf/closed/wall, /area/station/medical/cryo) @@ -34767,10 +33965,21 @@ /obj/effect/spawner/random/contraband/prison, /turf/open/floor/carpet/blue, /area/station/security/prison/work) -"klz" = ( -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/visit) +"klB" = ( +/obj/item/clothing/head/beanie/orange{ + pixel_y = 8 + }, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/wheelys/skishoes{ + pixel_y = -8 + }, +/obj/effect/decal/remains/human, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"klP" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "klX" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/public/glass{ @@ -34782,28 +33991,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp) -"klY" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) -"kma" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"kme" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "kmf" = ( /obj/machinery/status_display/evac/directional/west, /turf/open/openspace, @@ -34817,6 +34004,46 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/central/greater) +"kmm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/dead_body_placer, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) +"kmn" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/station/service/chapel) +"kmA" = ( +/obj/structure/bed/medical/anchored{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/camera/directional/east{ + c_tag = "Labor Camp Infirmary"; + network = list("labor") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/mine/laborcamp) +"kmD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/electrolyzer, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "kmH" = ( /obj/effect/spawner/random/entertainment/cigar, /obj/structure/table, @@ -34826,52 +34053,28 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"kmQ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 +"kmO" = ( +/obj/machinery/computer/mechpad, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/textured, +/area/mine/mechbay) +"kmS" = ( +/obj/structure/fence{ + dir = 4 }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"knd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) +"knf" = ( +/obj/effect/spawner/random/trash/mess, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/service/hydroponics) -"kmW" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/button/door/directional/south{ - id = "minecraft_shutter"; - req_one_access = list("hydroponics", "kitchen"); - name = "Cart Access"; - desc = "Opens the railway leading into the Kitchen Coldroom." - }, -/obj/structure/minecart_rail/railbreak{ - dir = 4 - }, -/obj/structure/closet/crate/miningcar{ - name = "delivery cart"; - desc = "Used for quick transit of fresh produce to the kitchen. Just give it a shove." - }, -/obj/item/storage/bag/plants, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"kna" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/modular_computer/preset/cargochat/engineering, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) -"knc" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/photocopier, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) +/area/station/maintenance/starboard/fore) "knl" = ( /turf/open/floor/engine{ name = "Holodeck Projector Floor" @@ -34882,39 +34085,40 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/workout) -"knB" = ( -/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/white, -/area/station/medical/medbay/central) -"knQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +"knC" = ( +/obj/effect/decal/cleanable/confetti, +/obj/structure/closet/crate/cardboard, +/obj/item/storage/cans/sixbeer, +/obj/effect/spawner/random/food_or_drink/cups, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "knU" = ( /obj/machinery/vending/coffee, /obj/machinery/light/directional/east, /turf/open/floor/wood, /area/station/command/meeting_room) -"knW" = ( -/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/starboard/fore) "knX" = ( /obj/machinery/status_display/evac/directional/east, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) +"kod" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"koH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/large, +/area/station/commons/locker) "koO" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ @@ -34922,34 +34126,34 @@ }, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"koQ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "koX" = ( /obj/structure/sign/warning/secure_area/directional/west, /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"kpp" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 7; - pixel_y = 10 +"kpj" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 }, -/obj/item/storage/box/matches, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"kpu" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/mask/muzzle, +/obj/machinery/flasher/directional/east{ + id = "cell4" }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"kpz" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/engineering/atmos/storage/gas) +/turf/open/floor/iron/smooth, +/area/station/security/holding_cell) "kpC" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/mix) @@ -34973,26 +34177,15 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"kpM" = ( -/obj/machinery/status_display/ai/directional/north, -/turf/open/openspace, -/area/station/engineering/atmos/storage) -"kpO" = ( -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"kpX" = ( +/obj/structure/bed/medical{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"kpU" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet, -/area/station/service/library) +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "kqc" = ( /turf/closed/wall, /area/station/security/medical) @@ -35033,6 +34226,24 @@ }, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) +"kqq" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white/corner, +/area/station/engineering/atmos) +"kqs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/sustenance/labor_camp, +/turf/open/floor/iron, +/area/mine/laborcamp) "kqw" = ( /obj/effect/spawner/random/vending/colavend, /obj/effect/turf_decal/tile/red{ @@ -35040,14 +34251,29 @@ }, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/exit/departure_lounge) -"kqA" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 +"kqx" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 }, -/obj/structure/sink/kitchen/directional/west, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/area/station/command/gateway) +"kqG" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/engineering/tool{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/security/mechbay) +"kqK" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) "kqN" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 1 @@ -35064,6 +34290,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/sepia, /area/station/security/prison/rec) +"kqS" = ( +/obj/machinery/atmospherics/components/binary/pump/off{ + dir = 1; + name = "O2 To Pure" + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kqV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/firealarm/directional/south, @@ -35093,6 +34327,17 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/mine/eva/lower) +"kru" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "krv" = ( /obj/structure/sign/directions/engineering{ pixel_x = -32; @@ -35111,12 +34356,15 @@ /turf/open/floor/iron, /area/station/hallway/primary/central) "krx" = ( -/obj/machinery/cryo_cell, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/iron/dark/textured, -/area/station/medical/cryo) +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "kry" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35130,10 +34378,19 @@ /turf/open/floor/plating, /area/mine/laborcamp/security) "krH" = ( -/obj/structure/closet/firecloset, -/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/maintenance/starboard/fore) +"krN" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) "krQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/red{ @@ -35150,6 +34407,16 @@ /obj/machinery/telecomms/bus/preset_four, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"krV" = ( +/obj/machinery/vending/autodrobe/all_access, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"krW" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "krY" = ( /turf/closed/wall/r_wall, /area/station/science/breakroom) @@ -35173,16 +34440,15 @@ /obj/effect/turf_decal/tile/dark/fourcorners, /turf/open/floor/iron, /area/mine/living_quarters) -"ksl" = ( -/obj/effect/turf_decal/siding/white/corner{ +"ksn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, -/obj/machinery/light/directional/south, -/obj/machinery/status_display/ai/directional/south, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/chem_master/condimaster, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) "kso" = ( /obj/structure/fence/corner{ dir = 6 @@ -35203,37 +34469,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/virology) -"ksL" = ( -/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/effect/turf_decal/siding/wood, -/obj/structure/chair/stool/bar/directional/north, -/obj/structure/cable, -/turf/open/floor/eighties, -/area/station/commons/lounge) -"ksM" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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/morgue) -"ksO" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 - }, -/obj/machinery/hydroponics/constructable, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "ksU" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -35258,6 +34493,16 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/command/bridge) +"ktp" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "ktt" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -35278,6 +34523,12 @@ /obj/effect/mapping_helpers/airalarm/tlv_no_checks, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"ktx" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "ktz" = ( /obj/machinery/newscaster/directional/north, /turf/open/floor/wood, @@ -35286,12 +34537,6 @@ /obj/effect/spawner/random/trash/hobo_squat, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"ktC" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/fore/lesser) "ktD" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -35310,10 +34555,19 @@ "ktU" = ( /turf/open/floor/carpet, /area/station/command/meeting_room) -"kuu" = ( -/obj/item/kirbyplants/random/dead, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) +"ktW" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"kub" = ( +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "kuy" = ( /obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ pixel_x = 28 @@ -35342,21 +34596,20 @@ dir = 1 }, /area/station/hallway/primary/starboard) -"kuW" = ( -/obj/structure/sign/nanotrasen, -/obj/structure/fence/post{ - dir = 8 +"kva" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -3; + pixel_y = 3 }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored) -"kuX" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper{ + pixel_x = -4; + pixel_y = 4 }, -/obj/effect/turf_decal/tile/yellow/full, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/pharmacy) +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/science/xenobiology) "kvf" = ( /obj/effect/turf_decal/caution{ dir = 4 @@ -35373,12 +34626,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"kvn" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) "kvu" = ( /obj/machinery/door/airlock/security{ id_tag = "IsolationCell"; @@ -35387,50 +34634,58 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/smooth, /area/station/security/prison/safe) -"kvw" = ( -/turf/open/floor/iron/white/corner{ - dir = 4 +"kvA" = ( +/obj/structure/table/wood, +/obj/item/wallframe/camera{ + pixel_y = -2; + pixel_x = 1 }, -/area/station/hallway/secondary/entry) +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "kvE" = ( /obj/structure/closet/firecloset, /turf/open/floor/iron/smooth, /area/station/maintenance/port/fore) "kvG" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white, -/obj/structure/closet/firecloset, -/obj/machinery/mining_weather_monitor/directional/north, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"kvI" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) -"kvN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/sign/warning/secure_area/directional/south, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"kvV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"kvH" = ( +/obj/structure/ladder, +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/light/small/directional/east, /turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/engineering/lobby) +"kvR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) "kvX" = ( /turf/open/floor/iron/dark/smooth_edge{ dir = 4 }, /area/station/service/chapel) -"kwd" = ( -/obj/structure/sign/poster/official/random/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) +"kwb" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/service/bar) "kwe" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -35440,16 +34695,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"kwf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) "kwm" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ @@ -35458,45 +34703,30 @@ /obj/item/wrench, /turf/open/floor/iron, /area/station/engineering/atmos) -"kwo" = ( -/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/item/chair, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"kwv" = ( -/obj/structure/closet/crate/grave/filled, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) -"kww" = ( +"kwz" = ( /obj/structure/table/wood, -/obj/item/clothing/mask/fakemoustache, -/obj/item/clothing/mask/cigarette/pipe, -/obj/item/clothing/glasses/monocle, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/theater) +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "kwK" = ( /obj/effect/turf_decal/tile/purple/half, /turf/open/floor/iron/half, /area/station/hallway/primary/starboard) -"kwQ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +"kwM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/tank/oxygen, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"kwT" = ( +/obj/machinery/mass_driver/trash{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "kwU" = ( /obj/machinery/computer/records/security, /obj/structure/cable, @@ -35505,18 +34735,20 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) +"kwV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Bar Maintenance" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/service/bar/backroom) "kwX" = ( /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"kxc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "kxe" = ( /obj/structure/rack, /obj/item/poster/random_official, @@ -35540,47 +34772,89 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/brig/entrance) +"kxs" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kxu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Corpse Arrivals"; + req_access = list("morgue") + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/trimline/neutral/filled, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "kxv" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) "kxy" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/iron/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, /area/station/hallway/primary/starboard) -"kxB" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 +"kxO" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 4"; + req_access = list("xenobiology") }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"kxN" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/door/poddoor/preopen{ + id = "xenobio4"; + name = "Xenobio Pen 4 Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"kxX" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) +"kxY" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/station/engineering/storage_shared) +"kxZ" = ( +/obj/machinery/space_heater, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kyc" = ( +/obj/effect/turf_decal/tile/blue, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"kxY" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron, -/area/station/engineering/storage_shared) -"kyd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/hallway/secondary/entry) +"kyg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/navigate_destination/dockescpod2, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "kyi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line, @@ -35593,58 +34867,30 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"kyr" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/effect/turf_decal/siding/wideplating{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +"kyu" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/iron/smooth, +/area/station/security/execution/transfer) "kyy" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/warden) -"kyD" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) -"kyK" = ( -/obj/machinery/door/firedoor, -/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/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) "kyL" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"kyM" = ( -/obj/structure/fence{ - dir = 4 +"kyU" = ( +/obj/machinery/modular_computer/preset/id, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "kyW" = ( /obj/machinery/computer/records/medical, /obj/structure/cable, @@ -35655,38 +34901,38 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"kzc" = ( -/obj/structure/cable, -/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/lesser) -"kzr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wideplating/dark{ +"kzj" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/rec) -"kzt" = ( -/obj/machinery/door/window/left/directional/east{ - dir = 1; - name = "Medbay Delivery"; - req_access = list("medical") +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/yellow/full, -/turf/open/floor/iron/large, -/area/station/medical/storage) -"kzv" = ( -/obj/structure/bed, -/obj/item/bedsheet/random, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "kzw" = ( /turf/closed/wall/r_wall, /area/station/security/medical) +"kzx" = ( +/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/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/spawner/random/contraband/prison, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"kzz" = ( +/obj/structure/sign/warning/gas_mask/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore) "kzA" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -35721,17 +34967,6 @@ dir = 10 }, /area/station/science/research) -"kzH" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/conveyor_switch/oneway{ - id = "mining_internal"; - name = "mining conveyor"; - pixel_x = 12; - pixel_y = -6 - }, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron, -/area/mine/production) "kzO" = ( /obj/structure/table, /obj/machinery/cell_charger{ @@ -35741,13 +34976,9 @@ /turf/open/floor/plating, /area/station/engineering/storage/tech) "kzU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/upper) +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "kzZ" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -35757,19 +34988,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"kAd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/fore) "kAm" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating, @@ -35799,54 +35017,13 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"kAT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/binary/pressure_valve/on{ - dir = 4; - name = "Output Release" - }, -/obj/machinery/light/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"kAY" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 10 - }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 8; - pixel_x = 6 - }, -/obj/item/storage/box/syringes{ - pixel_y = 8; - pixel_x = -5 - }, -/obj/item/storage/box/beakers{ - pixel_y = 5; - pixel_x = -9 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"kBf" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/closet, -/obj/effect/spawner/random/clothing/gloves, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) -"kBh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"kAW" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/execution/transfer) +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) "kBi" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/atmos{ @@ -35865,6 +35042,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, /area/station/science/robotics/mechbay) +"kBo" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "kBr" = ( /obj/structure/table/reinforced, /obj/item/storage/medkit/regular{ @@ -35882,31 +35066,46 @@ /obj/structure/sink/directional/south, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kBP" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/west{ - c_tag = "Labor Camp Cell 1"; - network = list("labor") - }, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 1" +"kBU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 5 }, -/turf/open/floor/iron, -/area/mine/laborcamp) -"kBT" = ( -/obj/structure/table, -/obj/item/retractor, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +/turf/open/floor/carpet/blue, +/area/station/hallway/secondary/entry) "kBV" = ( /obj/structure/table, /obj/item/circuitboard/machine/chem_dispenser/drinks, /turf/open/floor/wood, /area/station/maintenance/port/aft) +"kBX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) +"kCb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kCg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/service/library) "kCh" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, @@ -35918,11 +35117,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"kCr" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/engine, -/area/station/science/genetics) +"kCo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"kCp" = ( +/obj/structure/fence, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "kCs" = ( /obj/machinery/airalarm/directional/south, /obj/item/kirbyplants/random, @@ -35935,6 +35138,11 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/dorms) +"kCv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "kCx" = ( /obj/structure/table/wood, /obj/item/book/granter/action/spell/smoke/lesser{ @@ -35949,16 +35157,6 @@ }, /turf/open/floor/cult, /area/station/service/chapel/office) -"kCy" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons/fitness) "kCz" = ( /obj/machinery/light/small/directional/north, /obj/machinery/firealarm/directional/west, @@ -35978,17 +35176,17 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/mine/laborcamp/security) -"kCQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"kCK" = ( +/obj/structure/bodycontainer/morgue{ dir = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 }, -/area/mine/eva) +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "kCR" = ( /obj/structure/stairs/west, /turf/open/floor/iron/dark, @@ -35996,11 +35194,23 @@ "kCV" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) -"kDa" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/chem_dispenser, -/turf/open/floor/glass/reinforced, -/area/station/medical/treatment_center) +"kCY" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots/ice_boots/eva{ + pixel_y = 2 + }, +/obj/item/clothing/suit/hooded/wintercoat/eva{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/mining_weather_monitor/directional/north, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals Emergency EVA" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "kDb" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped{ dir = 4; @@ -36015,16 +35225,36 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"kDc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"kDj" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"kDm" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"kDs" = ( +/turf/closed/mineral/snowmountain/cavern/icemoon, +/area/icemoon/surface/outdoors/nospawn) "kDu" = ( /obj/machinery/reagentgrinder, /obj/structure/table, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"kDw" = ( -/obj/item/clothing/under/costume/skeleton, -/obj/item/clothing/head/helmet/skull, +"kDv" = ( +/obj/effect/spawner/random/trash/bin, /turf/open/floor/plating, -/area/station/medical/morgue) +/area/station/maintenance/port/greater) "kDz" = ( /obj/structure/toilet{ pixel_y = 8 @@ -36039,25 +35269,15 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"kDJ" = ( -/obj/structure/table/wood, -/obj/item/food/pie/cream, -/obj/item/bikehorn, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"kDP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +"kDI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 9 +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/area/mine/eva) "kEj" = ( /obj/machinery/computer/libraryconsole/bookmanagement, /obj/structure/table, @@ -36074,12 +35294,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/visit) -"kEo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "kEq" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -36094,28 +35308,45 @@ /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/iron/checker, /area/station/maintenance/port/fore) -"kEH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"kEL" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "kEM" = ( /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"kFk" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/station/command/meeting_room) +"kET" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"kEY" = ( +/obj/structure/cable, +/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/port/fore) +"kFm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kFr" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kFu" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/storage/box/lights/mixed, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "kFx" = ( /obj/machinery/door/window/brigdoor/left/directional/west, /obj/structure/cable, @@ -36124,11 +35355,12 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"kFG" = ( -/obj/structure/table/wood, -/obj/machinery/microwave, -/turf/open/floor/stone, -/area/mine/eva/lower) +"kFz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "kFH" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 10 @@ -36142,25 +35374,30 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/prison/mess) -"kFR" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, +"kFO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/mine/eva) "kFU" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"kFZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/machinery/smartfridge, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"kGc" = ( +/obj/structure/table/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/fax{ + fax_name = "Head of Security's Office"; + name = "Head of Security's Fax Machine" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) "kGx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36170,26 +35407,41 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/lobby) -"kGD" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/commons/dorms) -"kGR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"kGB" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/white{ dir = 8 }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"kGF" = ( +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/directional/east{ + c_tag = "Art Storage" + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/commons/storage/art) +"kGP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"kHa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/construction) +/area/station/security/prison/mess) +"kGQ" = ( +/obj/structure/table, +/obj/item/stamp/head/qm, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "kHb" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -36197,37 +35449,77 @@ /obj/item/clothing/head/costume/pirate/bandana, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) +"kHj" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random/fullysynthetic{ + pixel_x = -8; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/stone, +/area/mine/eva/lower) +"kHl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "kHn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) "kHq" = ( -/obj/effect/turf_decal/siding/dark_blue{ +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/status_display/shuttle{ + pixel_x = -32; + shuttle_id = "arrival" + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/trimline/dark_blue/filled/line{ +/turf/open/floor/iron/white/corner{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/hallway/secondary/entry) "kHr" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/project) -"kHu" = ( -/obj/machinery/status_display/ai/directional/south, +"kHI" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, -/area/station/hallway/primary/port) +/area/station/hallway/primary/starboard) +"kHL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "kHN" = ( /obj/machinery/firealarm/directional/north, /turf/open/openspace, /area/station/science/xenobiology) -"kHQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"kHP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/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/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) "kHU" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -36242,23 +35534,18 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/service) -"kHV" = ( -/obj/structure/table/glass, -/obj/machinery/door/window/right/directional/north{ - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/desk_bell{ - pixel_x = 1; - pixel_y = 3 +"kIh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/turf_decal/tile/green/opposingcorners{ +/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/cable, +/turf/open/floor/iron/white/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/hallway/secondary/entry) "kIi" = ( /obj/machinery/door/airlock{ name = "Perma Overlook Entrance" @@ -36281,16 +35568,6 @@ /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/vault, /area/station/security/prison/rec) -"kIq" = ( -/obj/machinery/mineral/stacking_machine{ - output_dir = 2; - stack_amt = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "kIt" = ( /obj/effect/turf_decal/siding/yellow{ dir = 4 @@ -36302,34 +35579,38 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, /area/station/engineering/storage) -"kIu" = ( -/obj/structure/chair/sofa/left/brown, -/obj/effect/landmark/start/psychologist, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet/blue, -/area/station/medical/psychology) -"kIw" = ( -/obj/machinery/conveyor{ - id = "mining_internal" - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ +"kIx" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/red/anticorner{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Mining Ore Smeltery"; - dir = 6 +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 }, -/obj/structure/sign/poster/official/random/directional/east, -/turf/open/floor/iron, -/area/mine/production) +/area/station/security/office) +"kIy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "kII" = ( /obj/machinery/space_heater, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) +"kIU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) "kIX" = ( /obj/structure/fence/corner{ dir = 6 @@ -36360,6 +35641,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"kJv" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "kJw" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ dir = 4 @@ -36368,13 +35654,6 @@ /obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron/smooth, /area/mine/laborcamp/security) -"kJC" = ( -/obj/structure/cable, -/obj/machinery/light/directional/south, -/obj/structure/closet/secure_closet/psychology, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "kJI" = ( /obj/structure/transit_tube/station/reverse, /turf/open/floor/plating, @@ -36387,34 +35666,18 @@ /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) "kJO" = ( -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/item/key/security, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "kJP" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 }, /turf/open/floor/iron, /area/station/command/bridge) -"kJQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"kJR" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"kJT" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/lawoffice) "kJU" = ( /obj/structure/girder, /turf/open/floor/iron/dark, @@ -36430,32 +35693,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"kJW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/locker) -"kKb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"kKv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"kKe" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"kKl" = ( -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"kKn" = ( -/obj/effect/landmark/start/clown, -/turf/open/floor/wood, -/area/station/commons/lounge) +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/genetics) "kKy" = ( /obj/structure/tank_holder/oxygen, /obj/effect/turf_decal/tile/blue{ @@ -36463,31 +35710,20 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"kKH" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "kKL" = ( /turf/closed/wall, /area/station/maintenance/starboard/fore) -"kKQ" = ( -/obj/machinery/computer/records/security{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"kKV" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance" +"kKU" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 }, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "kKX" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/tile/blue{ @@ -36522,9 +35758,9 @@ /turf/open/floor/iron, /area/station/engineering/storage) "kLo" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/smooth, -/area/mine/living_quarters) +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) "kLr" = ( /obj/structure/table/wood, /obj/effect/spawner/random/maintenance, @@ -36535,20 +35771,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"kLx" = ( -/obj/machinery/computer/security/qm, -/obj/machinery/requests_console/directional/west{ - department = "Quartermaster's Desk"; - name = "Quartermaster's Desk Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "kLy" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research{ @@ -36557,23 +35779,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"kLK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"kLS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/research{ - name = "Chemical Storage" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/cable, -/turf/open/floor/iron/textured, -/area/station/medical/chem_storage) "kLZ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -36593,38 +35798,40 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"kMz" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +"kMF" = ( +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"kMD" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato{ + pixel_y = 2; + pixel_x = 2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) -"kMF" = ( -/obj/effect/turf_decal/box, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/item/wrench, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/dark, -/area/station/maintenance/port/greater) -"kMM" = ( -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/obj/machinery/button/door/directional/east{ + pixel_x = 35; + name = "Kitchen Counter Shutter Control"; + id = "kitchencounter"; + req_access = list("kitchen") + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "kMN" = ( /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"kMP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/item/storage/backpack/satchel/leather/withwallet, +/obj/item/toy/figure/assistant, +/obj/structure/sign/calendar/directional/west, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "kMY" = ( /obj/effect/turf_decal/siding/yellow{ dir = 6 @@ -36644,6 +35851,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/cryo) +"kNb" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "kNi" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -36693,14 +35906,6 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"kOi" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) "kOk" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -36710,34 +35915,6 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"kOB" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"kOE" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - location = "Engineering" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"kOF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/fore) "kON" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt, @@ -36788,15 +35965,30 @@ /obj/effect/turf_decal/tile/dark_green, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"kPb" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/requests_console/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/duct, -/obj/machinery/light/small/directional/north, -/obj/effect/mapping_helpers/requests_console/supplies, +"kPg" = ( +/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 = 5 + }, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/hallway/primary/aft) +"kPo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) +"kPq" = ( +/obj/effect/spawner/random/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "kPv" = ( /obj/machinery/vending/cigarette, /turf/open/floor/wood, @@ -36805,28 +35997,43 @@ /obj/structure/flora/bush/flowers_yw/style_random, /turf/open/floor/grass, /area/station/maintenance/starboard/aft) -"kPC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +"kPy" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/mid_joiner{ +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"kPL" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/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/smooth_large, -/area/station/medical/morgue) -"kPF" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"kPS" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/cerulean, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"kPY" = ( +/obj/structure/disposalpipe/segment{ dir = 5 }, +/obj/structure/railing{ + dir = 10 + }, /turf/open/floor/plating, -/area/station/maintenance/disposal) +/area/station/maintenance/starboard/fore) "kQc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36850,6 +36057,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"kQm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) "kQt" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -36875,12 +36088,15 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/fore) -"kQL" = ( -/obj/structure/cable, -/obj/structure/chair, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/station/cargo/storage) +"kQJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/warning/bodysposal/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "kQM" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 5 @@ -36894,20 +36110,13 @@ /obj/item/pipe_dispenser, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"kQS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"kQX" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, +"kQV" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/structure/sign/departments/maint/directional/west, +/obj/machinery/light/small/directional/west, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/greater) "kQY" = ( /obj/effect/turf_decal/arrows/red{ dir = 4; @@ -36918,51 +36127,24 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"kRc" = ( +/obj/machinery/light/directional/west, +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/commons/locker) "kRd" = ( /obj/structure/bookcase, /turf/open/floor/iron, /area/mine/laborcamp) -"kRe" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"kRg" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"kRi" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/extinguisher, -/obj/machinery/requests_console/directional/north{ - department = "Science"; - name = "Science Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"kRm" = ( -/obj/structure/cable, -/obj/item/radio/intercom/prison/directional/north, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"kRr" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Quarter Solar Access" +"kRp" = ( +/obj/structure/table/wood/poker, +/obj/item/trash/candle{ + pixel_y = 3 }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/solars/port/aft) +/area/station/maintenance/starboard/fore) "kRw" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/stripes/line{ @@ -36971,16 +36153,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) -"kRA" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, +"kRy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red, /obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/commons/storage/tools) +/area/station/hallway/primary/central/fore) "kRE" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 8 @@ -37004,6 +36183,33 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, /turf/open/floor/plating, /area/station/medical/chemistry) +"kRI" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"kRJ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics Distribution Loop" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/obj/effect/turf_decal/siding/wideplating, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "kRP" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/central) @@ -37021,17 +36227,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"kSo" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/duct, -/obj/machinery/newscaster/directional/east, -/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/service/hydroponics) +"kSv" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "kSw" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -37042,17 +36241,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"kSG" = ( -/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/corner{ - dir = 4 +"kSK" = ( +/obj/structure/marker_beacon/yellow, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/item/kirbyplants/random, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) +/area/icemoon/underground/explored/graveyard) "kSM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -37070,48 +36264,29 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"kTj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"kTa" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 }, -/obj/effect/landmark/event_spawn, +/obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, -/area/station/security/prison/work) +/area/station/commons/fitness) "kTk" = ( /turf/open/floor/iron/dark/textured_half{ dir = 1 }, /area/station/service/chapel/office) -"kTr" = ( -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"kTs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"kTu" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/machinery/door/firedoor, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "kTz" = ( /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"kTC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/hallway/primary/port) "kTD" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -37119,24 +36294,13 @@ /obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron/dark/side, /area/mine/eva) -"kTI" = ( -/obj/structure/closet/secure_closet/miner, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"kTO" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Service - Botany Upper Entrance" - }, -/obj/structure/table/glass, -/turf/open/floor/iron, -/area/station/service/hydroponics) +"kTF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/mine/eva/lower) "kTQ" = ( /obj/effect/turf_decal/siding/yellow{ dir = 6 @@ -37150,6 +36314,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/lobby) +"kTX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "kUb" = ( /obj/effect/turf_decal/stripes/red/line{ dir = 8 @@ -37157,6 +36327,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/fore/lesser) +"kUn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "kUu" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 @@ -37175,10 +36356,22 @@ "kUD" = ( /turf/open/openspace, /area/mine/eva) -"kUG" = ( -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore) +"kUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree{ + pixel_y = 5; + pixel_x = 7 + }, +/obj/item/grown/log/tree{ + pixel_y = 0; + pixel_x = 7 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "kUJ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/built/directional/south, @@ -37187,14 +36380,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"kUO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, -/obj/machinery/meter/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "kUP" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -37203,11 +36388,31 @@ /obj/structure/railing/corner, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"kUU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/structure/steam_vent, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) +"kVl" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/cargo/storage) "kVx" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"kVF" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/item/gavelhammer, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) "kVM" = ( /obj/structure/chair/sofa/corp/right{ dir = 1 @@ -37215,11 +36420,9 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/engineering/lobby) -"kWa" = ( -/obj/structure/fireplace, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +"kVU" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "kWh" = ( /obj/machinery/holopad/secure, /turf/open/floor/iron/dark/smooth_large, @@ -37238,11 +36441,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"kWs" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/trash/crushed_can, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "kWw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -37252,39 +36450,13 @@ }, /turf/open/floor/iron, /area/station/tcommsat/computer) -"kWx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) -"kWB" = ( -/obj/structure/fence, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard) "kWH" = ( -/obj/structure/closet, -/obj/item/clothing/under/suit/black/skirt, -/obj/item/clothing/under/suit/black, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"kWK" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/fore) +/obj/structure/rack, +/obj/item/hand_labeler, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/textured, +/area/station/security/brig) "kWL" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/nitrogen{ @@ -37310,14 +36482,6 @@ /obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, /turf/open/floor/iron, /area/station/hallway/primary/central) -"kWR" = ( -/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/dark, -/area/station/service/hydroponics) "kWW" = ( /obj/machinery/door/airlock/atmos, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37342,6 +36506,11 @@ dir = 1 }, /area/station/engineering/atmos/hfr_room) +"kXm" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/eighties, +/area/station/commons/lounge) "kXq" = ( /obj/machinery/air_sensor/plasma_tank, /turf/open/floor/engine/plasma, @@ -37354,23 +36523,43 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/storage) +"kXx" = ( +/obj/structure/table, +/obj/item/food/spaghetti/meatballspaghetti{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/flashlight/flare/candle/infinite{ + pixel_x = -11; + pixel_y = 11 + }, +/obj/item/trash/candle{ + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) "kXA" = ( /turf/open/floor/iron, /area/station/cargo/office) -"kXE" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display/evac/directional/west, +"kXB" = ( +/obj/structure/table, +/obj/item/pai_card, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ +/turf/open/floor/iron, +/area/station/commons/locker) +"kXD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "kXI" = ( /obj/effect/turf_decal/weather/snow/corner{ - dir = 6 + dir = 1 }, /turf/open/floor/plating/icemoon, /area/icemoon/surface/outdoors/nospawn) @@ -37388,20 +36577,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"kXV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - 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/commons/dorms/laundry) -"kXW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "kXY" = ( /turf/open/floor/iron/dark, /area/station/security/prison/rec) @@ -37412,13 +36587,6 @@ /obj/machinery/meter/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"kYh" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "kYi" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 5 @@ -37430,10 +36598,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/tcommsat/computer) -"kYt" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "kYw" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -37443,28 +36607,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"kYz" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"kYE" = ( -/obj/structure/table, -/obj/item/flashlight/flare/candle{ - pixel_y = 1; - pixel_x = -16 - }, -/obj/item/paper/crumpled{ - pixel_y = 3; - pixel_x = 1; - name = "used napkin" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "kYF" = ( /obj/structure/light_construct/directional/west, /mob/living/simple_animal/hostile/retaliate/goose/vomit, @@ -37473,24 +36615,13 @@ "kYI" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"kYJ" = ( -/obj/structure/window/reinforced/spawner/directional/south, +"kYL" = ( +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"kYQ" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/large, +/area/station/engineering/engine_smes) "kZa" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37503,14 +36634,13 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"kZc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/south{ - pixel_x = 5 +"kZb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/turf/open/floor/wood/parquet, -/area/station/service/theater) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "kZh" = ( /obj/structure/cable, /obj/structure/sign/poster/contraband/random/directional/west, @@ -37520,6 +36650,11 @@ /obj/machinery/space_heater, /turf/open/floor/iron/dark/textured, /area/station/security/prison) +"kZn" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "kZt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -37535,32 +36670,19 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/dark/smooth_large, /area/station/ai_monitored/command/storage/eva) -"kZG" = ( -/obj/item/storage/box/bodybags, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/item/reagent_containers/syringe{ - name = "steel point" - }, -/obj/item/reagent_containers/cup/bottle/multiver, -/obj/item/reagent_containers/cup/bottle/epinephrine, -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "kZI" = ( /obj/structure/rack, /obj/effect/spawner/random/contraband/permabrig_weapon, /obj/machinery/light/small/directional/east, /turf/open/floor/vault, /area/station/security/prison/rec) -"kZQ" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/structure/sign/warning/cold_temp/directional/east, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) +"laa" = ( +/obj/machinery/atmospherics/components/tank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "lab" = ( /obj/machinery/door/window/brigdoor/left/directional/north{ name = "Secure Weapons Storage"; @@ -37579,6 +36701,23 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"lal" = ( +/obj/structure/chair/sofa/right/brown, +/obj/item/toy/plush/moth{ + name = "Dr. Moff" + }, +/turf/open/floor/carpet/blue, +/area/station/medical/psychology) +"lau" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "law" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Vestibule" @@ -37591,6 +36730,10 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/smooth, /area/station/security/processing) +"laB" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "laD" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -37604,12 +36747,6 @@ }, /turf/open/floor/iron, /area/station/service/janitor) -"laP" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "laV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -37633,6 +36770,12 @@ /obj/effect/landmark/blobstart, /turf/open/floor/grass, /area/station/maintenance/starboard/aft) +"lbg" = ( +/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/command/heads_quarters/qm) "lbk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -37647,20 +36790,28 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) +"lbn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "lbs" = ( /obj/structure/sign/warning/fire/directional/north, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"lbC" = ( -/obj/machinery/camera{ - c_tag = "Medbay Stasis Center North"; - network = list("ss13","medbay") +"lbR" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/area/icemoon/underground/explored/graveyard) "lca" = ( /obj/structure/railing/corner{ dir = 1 @@ -37680,6 +36831,37 @@ /obj/machinery/gateway/centerstation, /turf/open/floor/iron/dark/smooth_large, /area/station/command/gateway) +"lcs" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/seeds/tower, +/obj/item/seeds/chanter{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/seeds/watermelon{ + pixel_y = -6; + pixel_x = 3 + }, +/obj/item/seeds/apple{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/seeds/banana, +/obj/item/seeds/rose{ + pixel_y = -3; + pixel_x = -4 + }, +/obj/structure/noticeboard/directional/west, +/obj/item/paper/guides/jobs/hydroponics{ + pixel_y = 3; + pixel_x = -27 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "lcu" = ( /turf/open/floor/iron/white, /area/station/science/explab) @@ -37697,42 +36879,17 @@ /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/commons/dorms) -"lcH" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"lcO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"lcP" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "lcY" = ( /obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/iron/dark, /area/mine/mechbay) "ldc" = ( -/obj/machinery/plate_press, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/smooth_half, -/area/station/security/prison/work) +/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, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "ldi" = ( /obj/structure/table, /obj/item/wallframe/camera, @@ -37744,10 +36901,25 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/electrical) +"ldn" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "ldr" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"ldw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "ldz" = ( /obj/structure/rack, /obj/item/reagent_containers/dropper, @@ -37767,11 +36939,29 @@ "ldH" = ( /turf/closed/wall, /area/station/security/prison/mess) +"ldL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "ldQ" = ( /obj/structure/barricade/wooden, /obj/structure/girder, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"ldR" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "ldT" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -37783,6 +36973,13 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron, /area/station/command/bridge) +"ldV" = ( +/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/exit/departure_lounge) "lec" = ( /obj/structure/railing{ dir = 4 @@ -37795,14 +36992,20 @@ /obj/structure/bed/medical/emergency, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"let" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +"lek" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/theater) +/turf/open/floor/iron, +/area/station/cargo/sorting) "leE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -37811,15 +37014,6 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"leI" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons/locker) "leM" = ( /obj/structure/railing{ dir = 8 @@ -37829,6 +37023,11 @@ }, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) +"leW" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) "lfp" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, @@ -37844,13 +37043,15 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"lfB" = ( -/obj/effect/turf_decal/tile/blue{ +"lfw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "lfF" = ( /obj/structure/sign/warning/cold_temp/directional/west, /obj/structure/sign/warning/gas_mask/directional/east, @@ -37880,33 +37081,32 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/medical/storage) -"lgg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"lge" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/commons/fitness) +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"lgg" = ( +/obj/machinery/air_sensor/engine_chamber, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"lgj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant2, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "lgk" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"lgr" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/clothing/mafia_outfit, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/bureaucracy/briefcase{ - pixel_y = 8 - }, -/obj/item/toy/gun, -/obj/effect/spawner/random/entertainment/money_small, -/obj/effect/turf_decal/siding/wood, -/obj/effect/spawner/random/trash/box, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "lgz" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -37922,6 +37122,11 @@ }, /turf/open/floor/iron/textured, /area/station/security/brig) +"lgH" = ( +/obj/structure/flora/tree/pine/style_random, +/obj/structure/marker_beacon/cerulean, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "lgK" = ( /turf/closed/wall, /area/station/security/prison/visit) @@ -37932,13 +37137,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) -"lgP" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ +"lgV" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/mine/production) "lgW" = ( /obj/machinery/meter/monitored/distro_loop, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, @@ -37950,6 +37160,11 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/storage) +"lhe" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "lhf" = ( /obj/structure/chair{ dir = 8 @@ -37959,6 +37174,14 @@ }, /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb) +"lhu" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology Lab Access"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/light/small/directional/north, +/turf/open/openspace, +/area/station/science/xenobiology) "lhv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -37967,15 +37190,6 @@ "lhC" = ( /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"lhJ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/evac/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "lhO" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -37993,43 +37207,32 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"lim" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"lio" = ( -/obj/structure/table/glass, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stack/cable_coil, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/science/research) -"liq" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"lii" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, +/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/theater) +"lil" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, /turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/maintenance/port/fore) "lis" = ( /obj/structure/closet/secure_closet/miner, /turf/open/floor/iron, /area/station/cargo/miningdock) +"lit" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "lix" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -38038,6 +37241,11 @@ /obj/machinery/meter/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"liz" = ( +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "liI" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -38047,19 +37255,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"liK" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) "liM" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/north, /obj/effect/turf_decal/tile/red{ @@ -38069,32 +37264,12 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"liQ" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/deck{ - pixel_x = -2; - pixel_y = 15 - }, -/obj/effect/spawner/random/food_or_drink/snack{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet/blue, -/area/station/hallway/secondary/entry) -"liW" = ( +"liS" = ( +/obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"liY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/item/toy/figure/chaplain, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "ljj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -38123,24 +37298,59 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/central) +"ljx" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"ljz" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"ljD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) +"ljE" = ( +/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/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/commons/locker) "ljF" = ( /obj/effect/turf_decal/siding/purple{ dir = 8 }, /turf/open/floor/iron/white, /area/station/science/lab) +"ljK" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/greater) "ljL" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"ljQ" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +"ljP" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/mine/eva/lower) "ljT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -38151,12 +37361,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/textured, /area/station/commons/storage/primary) -"ljW" = ( -/obj/structure/fence/corner{ - dir = 8 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "lka" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -38182,6 +37386,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/service/janitor) +"lkj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/commons/dorms) "lkr" = ( /obj/structure/closet/firecloset, /turf/open/floor/iron, @@ -38210,30 +37420,11 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"lkO" = ( -/obj/structure/flora/bush/flowers_pp/style_random, -/turf/open/floor/grass, -/area/station/maintenance/starboard/aft) -"lkP" = ( -/obj/structure/flora/grass/green/style_random, -/mob/living/basic/pet/penguin/emperor{ - name = "Club" - }, -/turf/open/misc/asteroid/snow/standard_air, -/area/station/science/research) "lkS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/food/pie_smudge, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"lkT" = ( -/obj/machinery/status_display/evac/directional/west, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "lkY" = ( /obj/structure/bed{ dir = 4 @@ -38257,31 +37448,45 @@ "lli" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"llo" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/sorting) +"lls" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "llw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"llQ" = ( -/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, -/obj/machinery/light_switch/directional/north{ - pixel_x = 6 +"llD" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 }, -/obj/effect/turf_decal/siding/blue{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/psychology) +"llI" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/airlock{ + name = "Bar" }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/bar) "llT" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 1 @@ -38314,23 +37519,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"lmi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"lmm" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/structure/sign/warning/gas_mask/directional/south, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"lmo" = ( -/obj/structure/bed/dogbed/renault, -/mob/living/basic/pet/fox/renault, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "lms" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -38347,47 +37535,59 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/office) -"lmB" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/lesser) +"lmy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/obj/machinery/igniter/incinerator_atmos, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"lmA" = ( +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) "lmK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) "lmM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"lmP" = ( -/obj/structure/sign/warning/docking/directional/north, -/obj/structure/flora/grass/green/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"lmQ" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/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/hallway/primary/central) -"lmR" = ( -/obj/docking_port/stationary/escape_pod, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"lnb" = ( -/obj/machinery/computer/records/medical/laptop{ - pixel_y = 1 +/area/station/security/mechbay) +"lmY" = ( +/obj/machinery/newscaster/directional/west, +/obj/machinery/camera{ + c_tag = "Research Division Lobby"; + dir = 10; + network = list("ss13","rd") }, -/obj/structure/table/reinforced, -/obj/machinery/camera/directional/north, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"lna" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/structure/fence/cut/large{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "lnc" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -38398,6 +37598,18 @@ }, /turf/open/floor/carpet, /area/station/command/meeting_room) +"lnp" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"lnr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "lns" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -38407,6 +37619,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"lnw" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/service/chapel) "lnx" = ( /obj/structure/closet/crate/preopen, /turf/open/floor/plating/snowed/icemoon, @@ -38433,6 +37651,10 @@ }, /turf/open/floor/iron/dark/textured, /area/station/hallway/primary/central) +"lnL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "lnY" = ( /obj/structure/table/glass, /obj/structure/bedsheetbin, @@ -38447,13 +37669,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"loe" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "log" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central/lesser) @@ -38490,35 +37705,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig/upper) +"loA" = ( +/obj/item/reagent_containers/cup/soda_cans/beer{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "loG" = ( /obj/structure/closet/secure_closet/chief_medical, /obj/item/screwdriver, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"loI" = ( -/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/east, -/obj/machinery/light/directional/east, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hos) -"loN" = ( -/obj/structure/chair/sofa/right/brown, -/obj/item/toy/plush/moth{ - name = "Dr. Moff" - }, -/turf/open/floor/carpet/blue, -/area/station/medical/psychology) -"loQ" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) "loV" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 @@ -38551,15 +37750,50 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"lpv" = ( -/obj/structure/window/reinforced/spawner/directional/west, +"lpC" = ( +/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/security/brig/entrance) +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-med-passthrough" + }, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/large, +/area/station/maintenance/aft/greater) +"lpH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) +"lpL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "lpM" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain) +"lpS" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/station/service/lawoffice) "lpW" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -38570,15 +37804,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) -"lqh" = ( -/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/plating, -/area/station/maintenance/starboard/fore) "lqj" = ( /obj/structure/chair/pew/right{ dir = 1 @@ -38598,12 +37823,6 @@ }, /turf/open/floor/iron/textured, /area/mine/mechbay) -"lqB" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "lqE" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 10 @@ -38620,17 +37839,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"lqL" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron, -/area/station/science/explab) "lqU" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -38650,20 +37858,6 @@ /obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"lrw" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron, -/area/station/science/xenobiology) "lry" = ( /obj/structure/table, /obj/item/storage/box/bodybags{ @@ -38675,6 +37869,11 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"lrz" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "lrD" = ( /obj/machinery/shower/directional/north, /obj/item/soap/deluxe, @@ -38682,17 +37881,6 @@ /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/station/command/heads_quarters/captain) -"lrH" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"lrZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/locker) "lsa" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 4; @@ -38702,12 +37890,26 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/science/robotics/lab) -"lsh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ - dir = 8 +"lsi" = ( +/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 }, -/area/station/maintenance/port/fore) +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lsn" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) "lso" = ( /turf/open/floor/iron, /area/station/hallway/primary/starboard) @@ -38719,26 +37921,23 @@ dir = 8 }, /area/station/security/prison) +"lsO" = ( +/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/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "lsU" = ( /obj/machinery/light/small/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/service) -"lta" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"ltj" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/service) "ltk" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -38747,10 +37946,13 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"lty" = ( -/obj/effect/turf_decal/tile/green/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +"ltu" = ( +/obj/machinery/door/window/left/directional/west{ + req_access = list("hydroponics"); + name = "Hydroponics Equipment" + }, +/turf/open/floor/iron/half, +/area/station/service/hydroponics) "ltE" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood/random, @@ -38763,51 +37965,64 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/fitness) +"ltW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + 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/commons/dorms/laundry) "lub" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"lui" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/clothing/shoes/magboots{ - pixel_x = -11; - pixel_y = 1 +"luk" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/item/clothing/shoes/magboots{ - pixel_x = -9; - pixel_y = -4 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/hydroponics) "lup" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"luw" = ( +/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/starboard/lesser) "lux" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"luF" = ( -/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, -/obj/machinery/light_switch/directional/east, +"luA" = ( +/obj/structure/table, +/obj/machinery/light/small/dim/directional/west, +/obj/item/camera{ + pixel_y = 9; + pixel_x = -2 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/empty{ + pixel_y = 5; + pixel_x = 4 + }, /turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +/area/station/maintenance/starboard/fore) "luJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38822,58 +38037,33 @@ }, /turf/open/floor/iron/white/side, /area/station/science/ordnance/office) -"luK" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/aft) "lva" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/xenobiology) -"lvc" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/sign/calendar/directional/north, -/obj/machinery/camera{ - c_tag = "Service - Botany Equipment"; - dir = 9 - }, +"lvh" = ( +/obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron, -/area/station/service/hydroponics) +/area/station/science/xenobiology) "lvk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness) -"lvl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 +"lvm" = ( +/obj/machinery/camera/motion/directional/north{ + c_tag = "EVA Storage North" }, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white/corner{ +/obj/structure/sign/warning/secure_area/directional/north, +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/smooth_half{ dir = 1 }, -/area/station/hallway/secondary/entry) +/area/station/ai_monitored/command/storage/eva) "lvt" = ( /turf/open/openspace/icemoon, /area/icemoon/underground/explored) -"lvv" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet/blue, -/area/station/hallway/secondary/entry) "lvB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38895,15 +38085,11 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"lvO" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/turf/open/floor/iron, -/area/station/service/hydroponics) +"lvJ" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/dice, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "lvQ" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -38923,12 +38109,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) -"lvV" = ( -/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/security/prison/workout) +"lvW" = ( +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/item/newspaper, +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals Lobby North" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "lvY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -38954,6 +38147,12 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"lwK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "lwO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38968,6 +38167,22 @@ "lwR" = ( /turf/closed/wall/r_wall, /area/mine/living_quarters) +"lwT" = ( +/obj/machinery/mechpad, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/textured, +/area/mine/mechbay) +"lxb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "lxc" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -38979,23 +38194,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/storage/tools) -"lxf" = ( -/obj/machinery/door/airlock{ - name = "Bar" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ +"lxn" = ( +/obj/machinery/biogenerator, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ dir = 4 }, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/bar) +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "lxu" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 @@ -39003,6 +38209,16 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"lxT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) "lxU" = ( /obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ dir = 8 @@ -39042,6 +38258,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) +"lyq" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"lyu" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/stone, +/area/mine/eva/lower) "lyG" = ( /turf/open/floor/glass/reinforced, /area/station/ai_monitored/security/armory/upper) @@ -39050,16 +38279,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"lyU" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "lyX" = ( /obj/structure/chair{ dir = 4 @@ -39067,14 +38286,27 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"lzf" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/closet, -/obj/item/bodybag, -/obj/item/clothing/under/misc/burial, -/obj/item/clothing/under/misc/burial, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) +"lzq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/eva) +"lzt" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "lzx" = ( /obj/machinery/flasher/directional/east{ id = "executionflash" @@ -39092,6 +38324,13 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /turf/open/floor/plating, /area/station/engineering/storage_shared) +"lzC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "lzD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39106,6 +38345,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"lzO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lzX" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) "lAc" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -39115,14 +38367,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/medical/chemistry) -"lAr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "lAu" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -39136,11 +38380,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"lAy" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "lAA" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -39155,22 +38394,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"lAF" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/north, -/obj/item/book/bible, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"lAG" = ( -/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/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "lAL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39180,19 +38403,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"lAM" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/research) -"lBe" = ( -/obj/effect/spawner/random/trash, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "lBo" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/carpet, @@ -39204,19 +38414,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"lBB" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "lBD" = ( /obj/structure/flora/grass/green/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"lBO" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/trash/crushed_can, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "lBR" = ( /turf/closed/wall, /area/station/security/prison/toilet) @@ -39224,27 +38430,6 @@ /obj/structure/grille/broken, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"lBT" = ( -/obj/item/radio/intercom/prison/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/prison) -"lBZ" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 7"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) "lCb" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable, @@ -39253,6 +38438,14 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"lCe" = ( +/obj/machinery/door/window/right/directional/north{ + dir = 8; + name = "Library Desk Door"; + req_access = list("library") + }, +/turf/open/floor/wood, +/area/station/service/library) "lCg" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -39269,6 +38462,15 @@ /obj/effect/landmark/start/roboticist, /turf/open/floor/iron, /area/station/science/robotics/lab) +"lCA" = ( +/obj/machinery/computer/order_console/mining, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/south, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/production) "lCC" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39288,10 +38490,6 @@ dir = 1 }, /area/station/engineering/lobby) -"lCQ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "lCV" = ( /obj/machinery/door/airlock/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39305,11 +38503,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"lDc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) +"lCY" = ( +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "lDh" = ( /obj/structure/table, /obj/effect/turf_decal/stripes/red/line{ @@ -39383,15 +38584,24 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/medical/cryo) -"lEg" = ( -/obj/machinery/door/window{ - dir = 1; - name = "AI Core Door"; - req_access = list("ai_upload") +"lDX" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lEa" = ( +/obj/structure/chair/sofa/corner/brown, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) "lEj" = ( /turf/open/floor/iron/dark/textured, /area/station/security/processing) @@ -39402,6 +38612,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"lEt" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "lEv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39415,6 +38632,14 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/science/ordnance/testlab) +"lEy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"lEz" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) "lEA" = ( /obj/machinery/power/smes/engineering, /obj/effect/turf_decal/delivery, @@ -39440,8 +38665,8 @@ /turf/open/floor/iron, /area/station/hallway/primary/aft) "lEO" = ( -/obj/machinery/barsign, -/turf/closed/wall, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, /area/station/service/bar/atrium) "lEP" = ( /obj/structure/disposalpipe/segment, @@ -39450,10 +38675,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"lET" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/secure{ + pixel_y = 5 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/station/command/bridge) "lFe" = ( /obj/structure/bookcase/random/adult, /turf/open/floor/iron/dark/textured, /area/station/security/prison/safe) +"lFg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "lFp" = ( /obj/structure/railing{ dir = 10 @@ -39468,12 +38705,28 @@ /turf/open/floor/plating, /area/station/maintenance/port/fore) "lFr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"lFA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"lFG" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) "lFL" = ( /obj/effect/turf_decal/trimline/red/warning, /obj/effect/turf_decal/stripes/red/line, @@ -39485,27 +38738,40 @@ dir = 8 }, /area/station/command/heads_quarters/rd) -"lFZ" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/cultivator, -/obj/item/seeds/potato, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 +"lGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"lGj" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"lGh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/light/directional/east, /turf/open/floor/iron/white, -/area/station/medical/virology) +/area/station/medical/treatment_center) +"lGk" = ( +/obj/structure/table, +/obj/item/plate, +/obj/item/food/piedough, +/obj/effect/spawner/random/food_or_drink/cake_ingredients, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/item/kitchen/rollingpin, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"lGo" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/sign/poster/contraband/kudzu/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "lGp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -39533,12 +38799,6 @@ /obj/item/storage/toolbox/emergency, /turf/open/floor/iron, /area/station/hallway/primary/port) -"lGA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "lGK" = ( /obj/machinery/vending/cigarette, /obj/machinery/button/door{ @@ -39549,30 +38809,18 @@ /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) "lGL" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/soya, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Arrivals Hallway South" }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"lGY" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/commons/lounge) -"lGZ" = ( +/obj/machinery/newscaster/directional/west, /obj/structure/cable, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +/area/station/hallway/secondary/entry) "lHu" = ( /obj/structure/closet/secure_closet/brig, /obj/structure/cable, @@ -39583,6 +38831,16 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/fore) +"lHB" = ( +/obj/machinery/camera{ + c_tag = "Chapel North"; + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "lHC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39602,19 +38860,30 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) -"lHH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/start/mime, -/turf/open/floor/wood, -/area/station/commons/lounge) "lHL" = ( -/obj/machinery/status_display/evac/directional/south, -/obj/structure/chair/office{ - dir = 8 +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/machinery/button/door/directional/north{ + id = "secmechbay"; + name = "Security Mech Garage Door Controls"; + req_access = list("security") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) +"lHQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "lIk" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -39629,33 +38898,30 @@ }, /turf/open/floor/iron/freezer, /area/station/command/heads_quarters/captain) -"lIv" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/siding/blue{ - dir = 4 +"lIs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"lIy" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 1 }, -/obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, -/area/station/commons/dorms/laundry) +/area/station/security/checkpoint/supply) "lIC" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "lIH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small/dim/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/fence/corner{ dir = 1 }, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/maintenance/port/fore) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "lII" = ( /obj/machinery/door/airlock/engineering{ name = "Telecommunications" @@ -39669,6 +38935,16 @@ /obj/effect/mapping_helpers/airlock/access/any/command/general, /turf/open/floor/iron, /area/station/tcommsat/computer) +"lIK" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "lIQ" = ( /obj/item/restraints/legcuffs/beartrap, /obj/item/restraints/legcuffs/beartrap, @@ -39676,17 +38952,57 @@ /obj/item/storage/box/mousetraps, /turf/open/floor/iron, /area/station/service/janitor) +"lIR" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) +"lIT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"lIU" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "lIW" = ( /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"lIZ" = ( +/obj/machinery/door/window/right/directional/south{ + dir = 8; + name = "Monkey Pen"; + req_access = list("genetics") + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/engine, +/area/station/science/genetics) "lJj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/obj/structure/reagent_dispensers/plumbed{ + name = "service reservoir" }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/light/small/dim/directional/north, +/obj/effect/turf_decal/delivery/white{ + color = "#307db9" }, -/area/station/hallway/secondary/entry) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/textured, +/area/station/maintenance/starboard/fore) "lJO" = ( /turf/closed/wall, /area/station/maintenance/port/fore) @@ -39697,6 +39013,15 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison) +"lKc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "lKk" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -39710,12 +39035,16 @@ "lKq" = ( /turf/closed/wall, /area/station/science/xenobiology) -"lKr" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/calendar/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) +"lKs" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "lKt" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -39726,19 +39055,16 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"lKN" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitorial Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, +"lKu" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/service/janitor) +/area/mine/production) +"lKI" = ( +/obj/structure/rack, +/obj/item/bouquet, +/obj/item/binoculars, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "lKZ" = ( /obj/structure/railing/corner{ dir = 8 @@ -39753,31 +39079,79 @@ /obj/item/storage/dice, /turf/open/floor/iron, /area/station/commons/dorms) +"lLl" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "lLm" = ( /turf/open/floor/iron/cafeteria, /area/station/maintenance/port/aft) -"lLK" = ( -/obj/effect/spawner/random/trash/hobo_squat, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +"lLE" = ( +/obj/machinery/netpod, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) "lLN" = ( /obj/effect/turf_decal/delivery, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) +"lLR" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/fore) "lLY" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/recharge_floor, /area/mine/mechbay) +"lMa" = ( +/obj/structure/minecart_rail{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/structure/sign/warning/directional/west, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) +"lMd" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/item/storage/box/bandages{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/food/cheesiehonkers, +/turf/open/floor/iron, +/area/station/cargo/office) +"lMg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "lMh" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/o2, /area/station/engineering/atmos) "lMi" = ( /obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/prison/directional/north, /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/machinery/fax{ fax_name = "Law Office"; @@ -39785,11 +39159,6 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) -"lMj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "lMu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -39803,39 +39172,33 @@ /obj/structure/sign/warning/electric_shock, /turf/open/floor/plating, /area/station/science/xenobiology) -"lMA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external/glass, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) "lMC" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"lMD" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) -"lMS" = ( -/obj/structure/noticeboard/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "lNa" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/mechbay) +"lNc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "lNi" = ( /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"lNj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "lNk" = ( /obj/structure/sign/painting/library{ pixel_y = -32 @@ -39845,22 +39208,17 @@ }, /turf/open/floor/wood, /area/station/service/library) -"lNn" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ +"lNm" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/prison) -"lNo" = ( -/obj/machinery/button/door/directional/east{ - id = "xenobio6"; - layer = 4; - name = "Xenobio Pen 6 Blast DOors"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "lNy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39880,6 +39238,12 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"lNE" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) "lNG" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office" @@ -39906,20 +39270,6 @@ /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/fore) -"lNM" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lNN" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Emergency EVA Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/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/dark/textured, -/area/station/hallway/secondary/entry) "lNP" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -39931,28 +39281,13 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"lNV" = ( -/obj/structure/table/wood, -/obj/item/c_tube, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"lOg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"lOq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"lOw" = ( -/obj/machinery/light/directional/west, -/obj/item/radio/intercom/directional/west, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet/locker) +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "lOz" = ( /obj/machinery/door/airlock{ id_tag = "Dorm2"; @@ -39970,25 +39305,32 @@ /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) "lOP" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/west{ + c_tag = "Labor Camp Cell 1"; + network = list("labor") }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/flasher/directional/west{ + id = "GulagCell 1" }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/mine/laborcamp) "lOU" = ( /obj/machinery/recharge_station, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/department/electrical) +"lOV" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "lPb" = ( /obj/structure/railing/corner, /obj/structure/railing/corner{ @@ -40018,6 +39360,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"lPu" = ( +/obj/item/chair/wood, +/obj/item/toy/plush/moth{ + name = "Ariadne" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "lPC" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -40047,9 +39397,27 @@ dir = 1 }, /area/station/ai_monitored/command/storage/eva) -"lPW" = ( -/turf/closed/wall, +"lPK" = ( +/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, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, /area/station/cargo/bitrunning/den) +"lPZ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "lQc" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -40068,6 +39436,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/textured, /area/mine/mechbay) +"lQn" = ( +/obj/item/kirbyplants/fern, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "lQq" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40106,6 +39479,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"lQG" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "lQN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, @@ -40116,6 +39496,11 @@ /obj/structure/mineral_door/wood, /turf/open/floor/wood, /area/station/maintenance/space_hut/cabin) +"lRc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/mechbay) "lRd" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -40127,12 +39512,12 @@ /obj/machinery/teleport/station, /turf/open/floor/plating, /area/station/command/teleporter) -"lRl" = ( -/obj/item/food/chococoin, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +"lRg" = ( +/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/dark, +/area/station/hallway/secondary/entry) "lRs" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -40163,6 +39548,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"lRE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp/security) +"lRF" = ( +/obj/structure/rack, +/obj/machinery/syndicatebomb/training, +/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/smooth_half, +/area/station/security/office) "lRI" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -40173,18 +39571,6 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"lRL" = ( -/obj/machinery/newscaster/directional/north, -/obj/structure/table/wood, -/obj/machinery/light/small/directional/north, -/obj/item/toy/figure/mime{ - pixel_x = -6 - }, -/obj/item/toy/figure/clown{ - pixel_x = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/theater) "lRR" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 6 @@ -40210,17 +39596,56 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"lSg" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "lSu" = ( /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"lSC" = ( +"lSw" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics Monitoring" + }, +/obj/structure/window/reinforced/spawner/directional/east{ + layer = 2.9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"lSF" = ( +/obj/machinery/door/firedoor, +/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/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"lSM" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) +/turf/open/floor/wood, +/area/station/commons/lounge) "lSP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40234,6 +39659,12 @@ /obj/effect/turf_decal/stripes/red/line, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"lTd" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/eighties, +/area/station/commons/lounge) "lTs" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -40248,38 +39679,14 @@ /turf/open/floor/wood, /area/station/maintenance/space_hut/cabin) "lTG" = ( -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/turf/closed/wall/ice, +/area/station/service/kitchen/coldroom) +"lUa" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 1 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/cryo) -"lTJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lTL" = ( -/obj/machinery/dna_infuser, -/obj/item/infuser_book, -/obj/machinery/light/directional/south, /turf/open/floor/iron/dark, -/area/station/science/genetics) -"lTN" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/smooth_edge{ - dir = 1 - }, -/area/station/security/lockers) +/area/station/service/chapel) "lUb" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -40295,29 +39702,31 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/medbay/lobby) -"lUs" = ( -/obj/structure/railing, -/obj/structure/flora/grass/green/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"lUf" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/research) "lUw" = ( /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/brig/upper) -"lUy" = ( -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/theater) "lUC" = ( /turf/closed/wall, /area/station/maintenance/department/electrical) -"lUP" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +"lUN" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "lUU" = ( /obj/machinery/door/airlock/external{ name = "Internal Airlock" @@ -40328,6 +39737,19 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"lUX" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 9"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio9"; + name = "Xenobio Pen 9 Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) "lVc" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, @@ -40338,22 +39760,15 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) -"lVh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/icemoon, -/area/station/maintenance/port/lesser) -"lVj" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "lVk" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 1 }, /turf/open/floor/plating, /area/mine/eva) +"lVl" = ( +/turf/open/floor/stone, +/area/station/commons/lounge) "lVm" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue/half/contrasted{ @@ -40365,11 +39780,24 @@ dir = 4 }, /area/station/engineering/storage_shared) +"lVo" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/structure/sign/warning/gas_mask/directional/south, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "lVs" = ( /obj/structure/table, /obj/item/clothing/mask/surgical, /turf/open/floor/engine, /area/station/science/xenobiology) +"lVt" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "lVu" = ( /obj/machinery/power/emitter/welded{ dir = 8 @@ -40388,6 +39816,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"lVy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore) "lVF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -40397,21 +39829,20 @@ }, /turf/open/floor/wood, /area/station/service/library) -"lVR" = ( -/obj/structure/table/glass, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"lVI" = ( +/turf/open/floor/glass, +/area/station/service/hydroponics) +"lVY" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"lVZ" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/command, -/obj/item/paper/fluff/jobs/engineering/frequencies, -/turf/open/floor/carpet, -/area/station/command/meeting_room) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "lWb" = ( /turf/open/floor/iron, /area/station/security/prison/visit) @@ -40432,6 +39863,29 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"lWj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/closet/secure_closet/medical3, +/obj/item/defibrillator/loaded{ + pixel_y = 3 + }, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"lWy" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp) "lWI" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -40439,24 +39893,29 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"lWU" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/access/all/engineering/external, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) +"lXa" = ( +/obj/machinery/camera{ + c_tag = "Medbay Pharmacy"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/shower/directional/south, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/stripes/white/end, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "lXi" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"lXm" = ( -/obj/item/trash/pistachios, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) "lXn" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40466,21 +39925,6 @@ }, /turf/open/floor/iron/smooth, /area/station/maintenance/port/fore) -"lXo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"lXD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "lXJ" = ( /obj/structure/railing{ dir = 1 @@ -40499,59 +39943,48 @@ dir = 10 }, /area/station/science/research) -"lYv" = ( -/obj/structure/closet/athletic_mixed, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness) "lYz" = ( /obj/machinery/computer/records/security, -/obj/machinery/light_switch/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = -16 + }, +/obj/machinery/computer/security/telescreen/normal/directional/north, /turf/open/floor/iron/dark/textured_edge{ dir = 8 }, /area/station/security/brig/entrance) +"lYF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore) "lYR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/grass, /area/station/medical/virology) +"lZe" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "lZi" = ( /obj/structure/railing, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"lZv" = ( -/obj/structure/table/glass, -/obj/structure/sign/poster/contraband/little_fruits/directional/east, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/plant_analyzer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"lZG" = ( -/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, +"lZK" = ( +/obj/structure/closet/chefcloset, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/obj/structure/sign/poster/official/cleanliness/directional/west, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"lZL" = ( -/obj/structure/cable, -/obj/machinery/camera/directional/south{ - c_tag = "Labor Camp Security Office"; - network = list("labor") - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +/area/station/service/kitchen/coldroom) "lZQ" = ( /obj/machinery/airalarm/directional/west, /obj/machinery/computer/cargo{ @@ -40560,6 +39993,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/office) +"lZU" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "lZX" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -40570,28 +40008,49 @@ /obj/structure/statue/snow/snowman, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"mat" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) -"mav" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Garden" +"mao" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "pharmacy_shutters3"; + name = "Pharmacy Shutters" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"max" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 6 }, -/turf/open/floor/iron/textured, -/area/station/service/hydroponics) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/work) "maB" = ( /obj/structure/chair/stool/directional/north, /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/dorms) +"maN" = ( +/obj/structure/table/glass, +/obj/structure/sign/poster/contraband/little_fruits/directional/east, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/plant_analyzer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"maO" = ( +/obj/machinery/disposal/bin, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "maQ" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -40609,12 +40068,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/storage) -"maU" = ( -/obj/structure/sign/warning/chem_diamond/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "maY" = ( /obj/item/wrench, /obj/item/weldingtool, @@ -40625,6 +40078,25 @@ /obj/structure/rack, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"mbb" = ( +/obj/structure/cable, +/obj/machinery/button/door/directional/west{ + id = "xenobio1"; + layer = 4; + name = "Xenobio Pen 1 Blast Door"; + req_access = list("xenobiology") + }, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"mbk" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "mbn" = ( /obj/machinery/light/directional/north, /obj/structure/chair, @@ -40644,6 +40116,17 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/wood, /area/station/security/prison/rec) +"mbr" = ( +/obj/structure/fence, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard) +"mbt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "mbB" = ( /obj/machinery/newscaster/directional/west, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -40656,10 +40139,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"mbC" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "mbG" = ( /obj/machinery/door/airlock/maintenance{ name = "Chapel Maintenance" @@ -40683,19 +40162,6 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/aft) -"mbV" = ( -/obj/structure/table, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c1{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "mbZ" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/door/airlock/security{ @@ -40714,17 +40180,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"mcl" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/table, -/obj/item/pai_card, -/obj/item/taperecorder{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "mco" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -40743,27 +40198,23 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/mine/laborcamp/security) -"mcB" = ( -/obj/structure/table/wood, -/obj/item/wallframe/camera{ - pixel_y = -2; - pixel_x = 1 +"mcD" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "mcF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/carpet/black, /area/station/security/prison/safe) -"mcG" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "mcH" = ( /obj/structure/chair{ dir = 1 @@ -40776,37 +40227,33 @@ "mcW" = ( /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"mcX" = ( -/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) +"mda" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mdl" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/closet/crate/mod, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "mdo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison/work) -"mdy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"mdx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"mdC" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +/turf/open/floor/iron, +/area/station/service/hydroponics) "mdE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40839,33 +40286,35 @@ /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) "mdS" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"mdV" = ( +/obj/structure/sign/warning/electric_shock/directional/west, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"mdX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "mdZ" = ( /turf/closed/wall, /area/station/hallway/secondary/service) -"meh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) "mep" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"meB" = ( -/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/box/red/corners{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "meG" = ( /obj/item/kirbyplants/random, /obj/structure/cable, @@ -40893,43 +40342,32 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"meQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Unisex Showers" +"meT" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 to Pure" + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"meV" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/shovel, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/radio/off, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/textured, -/area/station/hallway/secondary/entry) -"meX" = ( +/area/station/engineering/atmos) +"mfc" = ( +/obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, -/obj/machinery/smartfridge/organ, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"mfz" = ( -/obj/machinery/door/airlock{ - name = "Unit B" - }, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) +/area/mine/eva/lower) "mfD" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/atmos) +"mfF" = ( +/obj/structure/table/optable, +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "mfH" = ( /turf/closed/wall/r_wall, /area/station/security/brig/upper) @@ -40944,40 +40382,25 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"mgb" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/reagent_containers/cup/glass/bottle/whiskey{ - pixel_x = 9; - pixel_y = 7 - }, -/obj/item/hand_labeler{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/lighter{ - pixel_x = 8; - pixel_y = -9 +"mga" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Xenobiology Pens - Port Mid"; + network = list("ss13","rd","xeno") }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"mgg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mgc" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/light_switch/directional/west{ - pixel_y = 5 +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/machinery/firealarm/directional/west{ - pixel_y = -4 +/turf/open/floor/iron/white/corner{ + dir = 4 }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/morgue) +/area/station/hallway/secondary/entry) "mgj" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, @@ -40996,30 +40419,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"mgN" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance" - }, -/turf/open/floor/plating, -/area/station/service/kitchen) -"mgR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/grown/log/tree, -/obj/item/grown/log/tree{ - pixel_y = 5; - pixel_x = 7 - }, -/obj/item/grown/log/tree{ - pixel_y = 0; - pixel_x = 7 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "mgU" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/hos) @@ -41030,6 +40429,18 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/central) +"mgZ" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/closet/secure_closet/contraband/armory, +/obj/machinery/firealarm/directional/north, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/contraband/armory, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "mhb" = ( /obj/effect/turf_decal/trimline/dark/warning{ dir = 8 @@ -41041,75 +40452,38 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) +"mhw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "mhx" = ( /obj/effect/turf_decal/bot, /obj/effect/landmark/secequipment, /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron/dark/textured_half, /area/station/security/office) -"mhI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore) "mhQ" = ( /turf/closed/wall/r_wall, /area/station/command/teleporter) -"mia" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/machinery/light/cold/directional/south, -/obj/structure/sign/warning/bodysposal/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"mih" = ( -/obj/effect/turf_decal/weather/snow/corner, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"miv" = ( -/obj/structure/statue/snow/snowman{ - name = "Steve" - }, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) +"mhT" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/secondary/exit/departure_lounge) "miw" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 }, /turf/open/floor/iron, /area/station/engineering/lobby) -"miz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"miG" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/dice{ - pixel_y = 5; - pixel_x = -4 - }, -/obj/effect/spawner/random/entertainment/money_small, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"miR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/minecart_rail/railbreak, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "miS" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -41129,15 +40503,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"mjj" = ( -/obj/structure/cable, -/obj/machinery/camera/directional/east{ - c_tag = "Locker Room East" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/commons/locker) "mjs" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -41150,17 +40515,32 @@ /obj/structure/sign/warning/gas_mask, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"mjG" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +"mjH" = ( +/obj/structure/table/optable, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"mjI" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"mjO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/science{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science{ + pixel_x = 4; + pixel_y = -4 }, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/science/xenobiology) "mjQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -41174,16 +40554,6 @@ /obj/item/flashlight, /turf/open/floor/iron, /area/station/service/chapel) -"mjY" = ( -/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, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "mka" = ( /obj/machinery/computer/turbine_computer{ dir = 1; @@ -41193,56 +40563,36 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) -"mkb" = ( -/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/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "mko" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4 }, -/obj/structure/sign/warning/secure_area/directional/north, /obj/effect/turf_decal/stripes/line{ dir = 4 }, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron, /area/station/science/explab) +"mkq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "mku" = ( /obj/effect/spawner/random/structure/grille, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"mkx" = ( -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Research Division Delivery"; - req_access = list("research") - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/breakroom) "mkA" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 }, /turf/open/floor/iron, /area/station/command/bridge) +"mkD" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "mkG" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ @@ -41256,6 +40606,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"mle" = ( +/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/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "mlo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -41273,17 +40632,30 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"mlv" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +"mlu" = ( +/obj/structure/sign/warning/cold_temp/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mlA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/turf_decal/siding/white{ - dir = 10 +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mlO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) "mlR" = ( /obj/machinery/newscaster/directional/west, /obj/item/radio/intercom/directional/west{ @@ -41291,18 +40663,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) -"mlX" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ +"mlS" = ( +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow/corner{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/prison) -"mlY" = ( -/obj/machinery/newscaster/directional/north, -/obj/machinery/photocopier, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "mmh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -41313,6 +40683,14 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/storage) +"mmk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "mml" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -41321,6 +40699,17 @@ /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) +"mmm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) +"mmn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "mmA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -41342,6 +40731,15 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/white/smooth_large, /area/station/medical/medbay/aft) +"mmC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) "mmR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -41351,15 +40749,22 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"mnj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"mmY" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck{ + pixel_y = 13; + pixel_x = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, +/obj/effect/spawner/random/entertainment/cigarette, /turf/open/floor/wood/large, -/area/station/service/bar) +/area/station/commons/lounge) +"mnu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external/glass, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) "mny" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -41381,14 +40786,45 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"moa" = ( -/obj/effect/turf_decal/stripes/asteroid/line, +"mnG" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, /obj/structure/cable, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white/side{ - dir = 1 +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/area/mine/living_quarters) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "minecraft_shutter"; + name = "Cart Shutters" + }, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) +"mnV" = ( +/obj/structure/table/wood/fancy/blue, +/obj/effect/spawner/random/aimodule/neutral, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Core Modules"; + req_access = list("captain") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/reagent_containers/pill/iron{ + pixel_x = 13; + pixel_y = -13 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) "moc" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41410,27 +40846,13 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/cargo/storage) -"mor" = ( -/obj/item/radio/intercom/chapel/directional/east, -/obj/structure/chair, -/obj/machinery/light/small/red/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"mos" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/station/science/genetics) -"moA" = ( -/obj/machinery/requests_console/directional/south{ - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +"moy" = ( +/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/white, +/area/station/medical/medbay/aft) "moB" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -41455,6 +40877,13 @@ /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) +"moG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "moJ" = ( /turf/open/floor/iron/white, /area/station/science/lab) @@ -41463,6 +40892,11 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/station/science/server) +"mpe" = ( +/obj/structure/cable, +/obj/machinery/computer/quantum_console, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/cargo/bitrunning/den) "mpf" = ( /obj/structure/cable, /obj/structure/table/wood, @@ -41481,20 +40915,28 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/plating, /area/mine/mechbay) +"mpj" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood, +/obj/effect/spawner/random/entertainment/musical_instrument, +/obj/item/instrument/harmonica, +/turf/open/floor/iron/grimy, +/area/station/commons/lounge) +"mpl" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/maintenance/department/electrical) "mpn" = ( /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/security/prison/mess) -"mpp" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/research, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "mps" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -41520,45 +40962,32 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/bridge) -"mpR" = ( -/obj/machinery/gulag_teleporter, -/turf/open/floor/iron/showroomfloor, -/area/station/security/processing) -"mpS" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "mpU" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/hydroponics) -"mpZ" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/purple, +"mqe" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"mqc" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/hobo_squat, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/science/xenobiology) +"mqf" = ( +/obj/item/surgery_tray/full/morgue, +/obj/structure/table/reinforced, +/obj/machinery/light/small/dim/directional/north, +/obj/machinery/requests_console/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "mqq" = ( /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"mqr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Apiary" - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/hydroponics) "mqs" = ( /obj/effect/turf_decal/bot, /obj/structure/sign/warning/cold_temp/directional/north, @@ -41575,6 +41004,11 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/wood, /area/station/command/meeting_room) +"mqE" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "mqG" = ( /obj/machinery/computer/warrant{ dir = 4 @@ -41611,24 +41045,31 @@ /obj/structure/sign/warning/gas_mask/directional/south, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"mrl" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) "mro" = ( /obj/structure/curtain/cloth, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"mrw" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "mry" = ( /obj/structure/table, /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) +"mrA" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/computer/operating{ + dir = 4; + name = "Robotics Operating Computer" + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "mrB" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -41639,17 +41080,35 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"mrF" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/service/bar) +"mrD" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/surgery{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/surgery_tray/full, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "mrI" = ( /obj/structure/railing{ dir = 1 }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"mrU" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/machinery/requests_console/auto_name/directional/west, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "msb" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, @@ -41658,6 +41117,14 @@ /obj/machinery/door/poddoor/incinerator_atmos_main, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"msf" = ( +/obj/item/kirbyplants/random, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "msg" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -41665,10 +41132,13 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"msl" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +"msi" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/mine/laborcamp) "msn" = ( /obj/machinery/power/turbine/inlet_compressor{ dir = 8 @@ -41696,6 +41166,13 @@ /obj/item/stack/ducts/fifty, /turf/open/floor/iron/dark, /area/station/medical/chemistry) +"msC" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "msN" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/closed/wall/r_wall, @@ -41714,6 +41191,16 @@ /obj/machinery/requests_console/auto_name/directional/south, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"mtn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "mts" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -41735,9 +41222,18 @@ /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) "mtT" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mua" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "mue" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -41751,47 +41247,53 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"mur" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Unfiltered & Air to Mix" - }, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +"muq" = ( +/obj/machinery/light/small/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard) +"mut" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"muv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "muy" = ( /turf/open/openspace, /area/station/commons/locker) +"muI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north{ + pixel_x = -4 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = 5; + pixel_y = 28 + }, +/turf/open/floor/wood/large, +/area/station/service/bar) "muK" = ( /obj/item/stack/cable_coil, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"mva" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"muU" = ( +/obj/structure/bookcase, /turf/open/floor/plating, -/area/station/maintenance/port/aft) +/area/station/maintenance/starboard/lesser) "mvc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"mvf" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "mvl" = ( /turf/closed/wall/r_wall, /area/station/security/interrogation) -"mvp" = ( -/obj/machinery/space_heater, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) "mvv" = ( /turf/open/floor/wood, /area/station/security/courtroom) @@ -41805,9 +41307,22 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"mvQ" = ( -/turf/open/openspace, -/area/station/service/kitchen/coldroom) +"mvO" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/kitchen) "mvU" = ( /obj/machinery/button/door/directional/east{ id = "cmoprivacy"; @@ -41818,24 +41333,15 @@ /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 8; - pixel_x = 27 - }, +/obj/machinery/computer/security/telescreen/cmo/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"mvX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mwg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +"mvY" = ( +/obj/structure/closet/crate/miningcar, +/obj/effect/spawner/random/exotic/snow_gear, +/obj/effect/spawner/random/exotic/snow_gear, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "mwh" = ( /obj/structure/table, /obj/item/storage/fancy/donut_box, @@ -41843,50 +41349,58 @@ dir = 1 }, /area/station/security/office) +"mwm" = ( +/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/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "mwo" = ( /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ dir = 8 }, /turf/open/floor/plating/snowed/icemoon, /area/station/ai_monitored/turret_protected/aisat_interior) +"mwp" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "mwu" = ( /obj/structure/closet/firecloset, /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mwx" = ( -/turf/closed/wall, -/area/station/medical/chem_storage) -"mwF" = ( +/area/station/maintenance/starboard/fore) +"mwF" = ( +/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) +"mwL" = ( /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, -/area/station/hallway/primary/port) -"mwK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/meter, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "mwQ" = ( /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"mwU" = ( -/obj/effect/turf_decal/siding/wood, -/obj/item/kirbyplants/random/fullysynthetic{ - pixel_x = 10; - pixel_y = 19 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/stone, -/area/mine/eva/lower) "mxc" = ( /obj/machinery/atmospherics/components/binary/valve/digital{ dir = 4 @@ -41902,28 +41416,39 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"mxu" = ( +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron, +/area/station/commons/locker) "mxD" = ( /obj/machinery/holopad, /obj/structure/cable, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"mxG" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/item/gun/energy/laser/carbine/practice{ - pixel_x = 3; - pixel_y = -3 +"mxM" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Central Hallway North" + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = 32 + }, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/sign/directions/command{ + pixel_y = 40 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/obj/item/gun/energy/laser/practice, -/obj/item/clothing/ears/earmuffs, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) -"myb" = ( -/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/command/heads_quarters/qm) +/area/station/hallway/primary/central) +"mxQ" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "mye" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/disposalpipe/segment, @@ -41933,13 +41458,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"mym" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) "myn" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -41949,16 +41467,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"myC" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office" - }, -/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/access/all/security/general, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "myE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -41997,6 +41505,44 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/cargo) +"myU" = ( +/obj/structure/table/glass, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stack/cable_coil, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/science/research) +"myX" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/requests_console/directional/north{ + department = "Engineering"; + name = "Engineering Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "myZ" = ( /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon/keep_below, @@ -42005,23 +41551,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/science/ordnance) -"mzd" = ( -/obj/machinery/atmospherics/components/binary/pump/off{ - dir = 1; - name = "N2 To Pure" - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mzn" = ( -/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/plating, -/area/station/maintenance/port/lesser) +"mzf" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "mzr" = ( /obj/structure/table, /obj/item/exodrone{ @@ -42029,6 +41563,14 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/drone_bay) +"mzu" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) "mzy" = ( /obj/structure/sign/warning/electric_shock/directional/south, /obj/structure/cable, @@ -42053,24 +41595,6 @@ dir = 8 }, /area/station/engineering/atmos/storage/gas) -"mzG" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"mzL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "mzM" = ( /obj/structure/punching_bag, /obj/effect/turf_decal/stripes/line{ @@ -42096,47 +41620,61 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"mAd" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/bar) "mAe" = ( /turf/open/floor/glass/reinforced, /area/station/security/lockers) -"mAz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" +"mAf" = ( +/obj/machinery/conveyor{ + id = "mining_internal" }, -/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{ +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Mining Ore Smeltery"; + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/commons/fitness) +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/iron, +/area/mine/production) +"mAM" = ( +/obj/structure/ladder, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) +"mAN" = ( +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/camera/directional/west{ + c_tag = "Cargo Bay Office" + }, +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/iron, +/area/station/cargo/office) "mAO" = ( /obj/structure/cable, /turf/open/floor/carpet, /area/station/security/prison/rec) -"mAV" = ( -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/cup/bottle/nutrient/ez, -/obj/item/reagent_containers/cup/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 1 +"mAR" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) +/turf/open/floor/wood/large, +/area/station/hallway/primary/starboard) "mBa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42144,16 +41682,24 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) -"mBq" = ( -/obj/machinery/computer/cargo{ +"mBg" = ( +/obj/machinery/oven/range, +/obj/effect/turf_decal/siding/white, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"mBh" = ( +/obj/effect/turf_decal/weather/snow/corner{ dir = 4 }, -/obj/machinery/keycard_auth/directional/west, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +/obj/effect/turf_decal/weather/snow/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "mBB" = ( /obj/machinery/door/poddoor/preopen{ id = "ceprivacy"; @@ -42163,24 +41709,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/command/heads_quarters/ce) -"mBE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/crayon{ - pixel_x = -5; - pixel_y = -5 - }, +"mBO" = ( +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/light/small/dim/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/department/chapel) -"mBK" = ( -/obj/structure/bed/medical{ - dir = 4 - }, -/obj/item/clothing/suit/jacket/straight_jacket, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) +/area/station/maintenance/port/aft) +"mBP" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "mBQ" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -42216,14 +41754,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"mCo" = ( -/obj/structure/sign/warning/gas_mask{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; - pixel_x = -29 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/smooth, -/area/mine/eva) "mCw" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/hatch{ @@ -42237,42 +41767,16 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"mCO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters3"; - name = "Pharmacy Shutters" - }, +"mCK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/service/kitchen) -"mCP" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/prison/visit) +/area/station/construction) "mCT" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass, /area/station/service/hydroponics/garden) -"mCX" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/siding/wood, -/obj/structure/chair/stool/bar/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/eighties, -/area/station/commons/lounge) -"mCZ" = ( -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "mDf" = ( /obj/machinery/telecomms/server/presets/common, /turf/open/floor/iron/dark/telecomms, @@ -42281,24 +41785,67 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/maintenance/aft/lesser) -"mDn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "mDo" = ( /obj/structure/bed/double, /obj/item/bedsheet/black/double, /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/carpet/black, /area/station/security/prison/safe) +"mDp" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) +"mDq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/eva) +"mDv" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Bridge East Access" + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mDw" = ( +/obj/structure/table/reinforced, +/obj/effect/landmark/event_spawn, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/paper/monitorkey, +/obj/item/stamp/head/ce, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "mDX" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) +"mEd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "mEg" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -42307,6 +41854,16 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"mEv" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/east, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "mEw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42325,29 +41882,14 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"mEH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/aft) -"mEI" = ( -/obj/machinery/button/flasher{ - id = "cell4"; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig/upper) +"mEB" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "mEJ" = ( /turf/closed/wall/r_wall, /area/station/science/genetics) -"mEK" = ( -/obj/structure/rack, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) "mEL" = ( /obj/machinery/atmospherics/components/binary/valve/digital{ dir = 4 @@ -42360,12 +41902,20 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"mES" = ( -/obj/structure/marker_beacon/yellow, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" +"mEP" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white/side{ + dir = 9 }, -/area/icemoon/underground/explored/graveyard) +/area/station/science/lab) +"mES" = ( +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/fore/lesser) "mEU" = ( /obj/structure/chair/office/light{ dir = 4 @@ -42376,6 +41926,10 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"mFl" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "mFt" = ( /obj/machinery/atmospherics/components/binary/pump/on{ name = "Waste In" @@ -42399,64 +41953,67 @@ "mFE" = ( /turf/closed/wall, /area/station/medical/surgery/aft) -"mFQ" = ( -/obj/machinery/flasher/portable, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Flash Storage"; - req_access = list("brig") - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/brig/upper) -"mFR" = ( -/obj/structure/sign/plaques/kiddie/badger{ - pixel_y = 32 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) +"mFM" = ( +/obj/machinery/smartfridge, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) "mFU" = ( /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/primary/aft) +"mFY" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Laundry Room" + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "mGf" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"mGl" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/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/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "mGm" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_secure_all, /turf/open/floor/iron, /area/station/engineering/storage/tech) +"mGq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/landmark/navigate_destination/hydro, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mGs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research{ + name = "Chemical Storage" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/medical/chem_storage) "mGu" = ( /obj/machinery/rnd/server, /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/station/science/server) -"mGw" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) "mGJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42470,7 +42027,7 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/aft) "mGV" = ( -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) "mHd" = ( @@ -42478,17 +42035,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/dark, /area/station/science/explab) +"mHs" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "mHu" = ( /obj/machinery/atmospherics/components/tank, /turf/open/floor/iron/dark, /area/station/science/ordnance) -"mHv" = ( -/obj/structure/hoop{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison/workout) "mHw" = ( /obj/structure/flora/bush/flowers_br/style_random, /turf/open/floor/grass, @@ -42511,20 +42066,25 @@ /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) "mHX" = ( -/obj/item/flashlight/lantern, -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/structure/chair/sofa/left/brown{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "mIk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"mIB" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +"mIt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "pharmacy_shutters3"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) "mIC" = ( /obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ name = "Burn Chamber Exterior Airlock" @@ -42539,6 +42099,18 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"mII" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Research Delivery Access" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "mIT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42567,58 +42139,22 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"mJr" = ( -/obj/effect/spawner/random/trash/mess, -/obj/structure/disposalpipe/segment, -/obj/structure/railing/corner/end, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "mJu" = ( /obj/structure/table/glass, /turf/open/floor/iron/chapel{ dir = 4 }, /area/station/service/chapel) -"mJy" = ( -/obj/effect/turf_decal/siding/brown, -/obj/structure/chair/office, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"mJD" = ( -/obj/effect/turf_decal/tile/neutral{ +"mJv" = ( +/obj/item/kirbyplants/fern, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"mJM" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"mJE" = ( -/obj/structure/rack, -/obj/item/clothing/glasses/sunglasses/big{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/item/clothing/glasses/sunglasses/big{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/taperecorder, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"mJO" = ( -/obj/structure/bed, -/obj/machinery/airalarm/directional/north, -/obj/item/bedsheet/dorms, -/obj/machinery/button/door/directional/east{ - id = "Dorm2"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "mJX" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle, @@ -42631,32 +42167,39 @@ /obj/structure/sign/nanotrasen, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"mKa" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"mKf" = ( +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "mKq" = ( /obj/structure/closet/secure_closet/evidence, /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark/textured_edge, /area/station/security/evidence) -"mKS" = ( -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mKW" = ( -/obj/structure/table, -/obj/machinery/light/small/dim/directional/west, -/obj/item/camera{ - pixel_y = 9; - pixel_x = -2 - }, -/obj/item/reagent_containers/cup/glass/waterbottle/empty{ - pixel_y = 5; - pixel_x = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "mLa" = ( /obj/item/kirbyplants/random, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"mLm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "mLo" = ( /obj/structure/rack, /obj/item/crowbar, @@ -42681,31 +42224,40 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"mLK" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 +"mLO" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Xenobiology Pens - Port Aft"; + network = list("ss13","rd","xeno") }, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mLT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) "mLV" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"mMa" = ( -/obj/machinery/button/door/directional/east{ - id = "commissaryshutter"; - name = "Commissary Shutter Control" - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 +"mLX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 }, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/area/station/hallway/primary/starboard) +"mLZ" = ( +/obj/effect/spawner/random/maintenance/three, +/obj/structure/closet/crate/wooden, +/obj/effect/spawner/random/clothing/twentyfive_percent_cyborg_mask, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "mMb" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -42714,19 +42266,21 @@ /obj/machinery/telecomms/message_server/preset, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"mMl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +"mMy" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Security - Permabrig Upper Hallway South"; + network = list("ss13","prison") }, -/obj/structure/closet/secure_closet/medical3, -/obj/item/defibrillator/loaded{ - pixel_y = 3 +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"mMD" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/item/clothing/gloves/latex/nitrile, -/obj/item/clothing/gloves/latex/nitrile, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/storage) +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet, +/area/station/service/library) "mMM" = ( /turf/closed/wall/r_wall, /area/station/security/prison) @@ -42755,37 +42309,20 @@ }, /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb) -"mMZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "mNj" = ( /obj/machinery/computer/security{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/prison/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"mNo" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"mNp" = ( -/obj/structure/sign/warning/cold_temp/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"mNE" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"mNy" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/turf/open/floor/iron, +/area/station/hallway/primary/port) "mNF" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 @@ -42825,29 +42362,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"mOq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) -"mOr" = ( -/obj/machinery/light/directional/south, +"mOx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) -"mOw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/camera{ - c_tag = "Medbay Chemistry Lab - South"; - dir = 5; - network = list("ss13","medbay") - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "mOA" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42857,14 +42377,6 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"mOC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/spawner/random/structure/steam_vent, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) "mOL" = ( /obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -42873,65 +42385,16 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"mOU" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mOY" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/no_smoking/circle/directional/west, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) -"mOZ" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/stamp/law, -/obj/machinery/camera/directional/south{ - c_tag = "Service Law Office" - }, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 17 - }, -/obj/machinery/requests_console/directional/south{ - department = "Law Office"; - name = "Law Office Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"mPb" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "riot"; - name = "Security Shutters" +"mPh" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wirecutters, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/hallway/primary/fore) -"mPc" = ( -/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, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "mPq" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -42945,12 +42408,12 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/white/smooth_large, /area/station/medical/storage) -"mPF" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) +"mPB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) "mPG" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -42969,6 +42432,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"mPJ" = ( +/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/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "mPO" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -42980,6 +42450,25 @@ /obj/structure/sign/warning/radiation/rad_area/directional/south, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"mPY" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + dir = 4; + name = "Service Hall" + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/service) "mQb" = ( /obj/structure/flora/grass/both/style_random, /turf/open/misc/asteroid/snow/icemoon, @@ -43020,23 +42509,10 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/cmo) -"mQE" = ( -/obj/item/clothing/gloves/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "mQG" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/iron/dark, /area/station/maintenance/department/medical/central) -"mQV" = ( -/obj/structure/chair/pew/right, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/station/security/prison/rec) "mQW" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -43045,35 +42521,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"mRp" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/bar) "mRr" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"mRs" = ( -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"mRu" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"mRz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/item/rack_parts, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "mRG" = ( /obj/structure/table, /obj/item/book/manual/wiki/atmospherics, @@ -43095,21 +42553,24 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"mRQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/yellow/corner{ +"mRU" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mSl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/effect/turf_decal/siding/yellow/corner, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/storage) +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "mSv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43155,37 +42616,30 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/ice, /area/icemoon/surface/outdoors/nospawn) -"mSU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/broken_floor, +"mTc" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"mTk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/structure/reagent_dispensers/water_cooler, +/area/station/maintenance/port/greater) +"mTh" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, /turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/area/station/commons/storage/tools) "mTm" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ dir = 1 }, /turf/open/floor/engine/air, /area/station/engineering/atmos) -"mTA" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"mTH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"mTF" = ( /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) +/obj/structure/cable, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "mTI" = ( /obj/structure/sink/kitchen/directional/south{ desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; @@ -43194,6 +42648,12 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/freezer, /area/mine/laborcamp) +"mTS" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "mTW" = ( /obj/structure/fluff/tram_rail{ pixel_y = 17 @@ -43213,83 +42673,41 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"mUb" = ( -/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/white, -/area/station/medical/medbay/aft) -"mUh" = ( -/obj/structure/table, -/obj/item/food/spaghetti/meatballspaghetti{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/item/flashlight/flare/candle/infinite{ - pixel_x = -11; - pixel_y = 11 +"mUf" = ( +/obj/structure/railing{ + dir = 9 }, -/obj/item/trash/candle{ - pixel_x = 9; - pixel_y = -1 +/obj/machinery/button/door/directional/east{ + id = "drone_bay"; + name = "Shutter Control"; + pixel_y = -8 }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "mUs" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"mUt" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +"mUz" = ( /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/insectguts, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/warning/cold_temp/directional/east, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"mUM" = ( -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/red/anticorner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_corner{ +/area/station/maintenance/port/lesser) +"mUE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/area/station/security/office) -"mUP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/warning/pods/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"mVb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "mVe" = ( /obj/machinery/button/ignition/incinerator/atmos, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"mVh" = ( -/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/bar{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "mVm" = ( /obj/structure/grille/broken, /turf/open/misc/asteroid/snow/icemoon, @@ -43312,27 +42730,34 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"mVY" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"mWe" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/modular_computer/preset/cargochat/cargo{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"mVE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"mVI" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/office) +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/work) +"mVN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/north, +/obj/machinery/vending/dinnerware, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "mWf" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/ordnance/testlab) +"mWh" = ( +/turf/open/floor/stone, +/area/station/service/bar/atrium) "mWj" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 6 @@ -43351,31 +42776,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/engineering/lobby) -"mWp" = ( -/obj/machinery/door/airlock/multi_tile/public/glass{ - dir = 4; - name = "Service Hall" - }, -/obj/effect/turf_decal/siding/dark/corner, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ +"mWs" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"mWw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/area/station/hallway/secondary/service) -"mWq" = ( -/obj/structure/rack, -/obj/item/stack/sheet/iron/twenty, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/security/interrogation) +/obj/structure/sign/warning/secure_area/directional/east, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "mWz" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating, @@ -43394,6 +42812,16 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"mWF" = ( +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"mWK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/customs/auxiliary) "mWM" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -43403,10 +42831,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/brig/upper) -"mWQ" = ( -/obj/effect/landmark/atmospheric_sanity/mark_all_station_areas_as_goal, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +"mWN" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "mWU" = ( /obj/machinery/light/directional/west, /obj/machinery/status_display/evac/directional/west, @@ -43418,14 +42848,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"mWX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"mWY" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "mXa" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -43440,15 +42867,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"mXf" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "mXi" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -43468,54 +42886,60 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"mXn" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"mXq" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/item/gun/energy/laser/carbine/practice, -/obj/item/gun/energy/laser/practice, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/science/explab) -"mXC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/transport/linear{ - radial_travel = 0 +"mXw" = ( +/obj/structure/bed, +/obj/machinery/airalarm/directional/north, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door/directional/east{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"mXA" = ( +/obj/effect/landmark/blobstart, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "mXD" = ( /obj/structure/rack, /obj/item/mecha_parts/mecha_equipment/drill, /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron/smooth, /area/mine/mechbay) +"mXH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "mXK" = ( /obj/structure/table, /obj/structure/reagent_dispensers/servingdish, /obj/effect/turf_decal/tile/red/opposingcorners, /turf/open/floor/iron, /area/station/security/prison/mess) -"mXP" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"mXN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mXO" = ( +/turf/closed/wall/ice, +/area/icemoon/underground/explored/graveyard) +"mXT" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/chair{ + pixel_y = -2 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) "mYd" = ( /obj/machinery/air_sensor/ordnance_burn_chamber, /turf/open/floor/engine/vacuum, @@ -43523,37 +42947,51 @@ "mYh" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"mYr" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"mYi" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Infirmary" }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"mYJ" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/engine, -/area/station/engineering/atmos/hfr_room) -"mYZ" = ( -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/stripes/red/line{ - dir = 6 - }, -/obj/structure/sign/warning/no_smoking/directional/east, -/turf/open/floor/iron/textured, -/area/station/engineering/atmos) -"mZe" = ( -/obj/structure/filingcabinet, -/obj/machinery/requests_console/directional/west{ - department = "Captain's Desk"; - name = "Captain's Requests Console" +/turf/open/floor/iron/white, +/area/mine/laborcamp) +"mYq" = ( +/obj/machinery/requests_console/directional/north{ + department = "Research Director's Desk"; + name = "Research Director's Requests Console" }, /obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, /obj/effect/mapping_helpers/requests_console/information, /obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) +/obj/machinery/pdapainter/research, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) +"mYs" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/machinery/requests_console/directional/east{ + department = "Security"; + name = "Security Requests Console" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"mYJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) "mZf" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 5 @@ -43566,6 +43004,25 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) +"mZm" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"mZn" = ( +/obj/structure/sign/poster/official/soft_cap_pop_art/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/light/built/directional/east, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "mZu" = ( /obj/structure/table/glass, /obj/item/cultivator, @@ -43578,21 +43035,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) -"mZv" = ( -/obj/machinery/light_switch/directional/south{ - pixel_x = 6; - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"mZD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "mZG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, @@ -43619,6 +43061,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness) +"mZL" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/wallet/random, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "mZS" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/blue, @@ -43635,16 +43082,6 @@ /obj/item/multitool, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"nac" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/item/storage/box/bandages{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/food/cheesiehonkers, -/turf/open/floor/iron, -/area/station/cargo/office) "nae" = ( /obj/machinery/door/poddoor/preopen{ id = "maint1" @@ -43652,41 +43089,62 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"nap" = ( -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"naL" = ( -/obj/item/stack/ore/silver, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"nah" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/yellow/full, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/pharmacy) +"naq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) +"nav" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/storage) +"naD" = ( +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "naP" = ( /obj/structure/chair/comfy/black{ dir = 4 }, /turf/open/floor/wood, /area/station/service/library) -"naW" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/side{ - dir = 10 +"naU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/area/station/science/research) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "naX" = ( /turf/closed/wall/mineral/iron, /area/station/engineering/atmos/mix) -"nbf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/large, -/area/station/hallway/primary/port) +"naZ" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/status_display/evac/directional/east, +/obj/structure/chair/sofa/right/brown{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "nbi" = ( /obj/item/radio/intercom/directional/west, /obj/effect/turf_decal/tile/yellow{ @@ -43725,12 +43183,23 @@ dir = 1 }, /area/station/command/heads_quarters/rd) -"nbv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/mine/mechbay) +"nbt" = ( +/obj/machinery/computer/security/hos, +/obj/machinery/requests_console/directional/north{ + department = "Head of Security's Desk"; + name = "Head of Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/button/door/directional/north{ + id = "hosspace"; + name = "Icemoon Shutters Control"; + pixel_x = -24 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hos) "nbC" = ( /obj/machinery/smartfridge/chemistry/preloaded, /obj/machinery/door/firedoor, @@ -43756,6 +43225,12 @@ }, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) +"nbO" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "nbP" = ( /obj/structure/bonfire/prelit, /turf/open/misc/asteroid/snow/icemoon, @@ -43797,6 +43272,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"nbZ" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "nci" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43811,11 +43293,11 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"ncx" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"nct" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/locker) "ncB" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Walkway" @@ -43830,51 +43312,63 @@ /turf/open/floor/iron, /area/station/security/brig/upper) "ncO" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Fitness Room North" - }, -/obj/structure/closet/masks, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 +/obj/machinery/shower/directional/east, +/obj/structure/sign/warning/gas_mask{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; + pixel_x = -29 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"ncR" = ( -/turf/closed/wall/r_wall, -/area/station/security/courtroom) -"ncX" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ +/turf/open/floor/iron/smooth, +/area/mine/living_quarters) +"ncP" = ( +/obj/effect/decal/cleanable/blood/tracks{ dir = 4 }, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/flashlight, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 1 }, -/turf/open/floor/iron/white/side{ +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 8 }, -/area/mine/living_quarters) -"ndh" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/siding/blue{ +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/turf/open/floor/iron/dark/smooth_half{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"ndu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +/area/station/medical/morgue) +"ncR" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom) +"ncT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/evidence) +"ndb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/computer/atmos_control/ordnancemix{ + dir = 1 }, -/area/mine/eva) +/turf/open/floor/iron, +/area/station/science/ordnance) +"ndl" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"ndy" = ( +/obj/machinery/oven/range, +/obj/effect/turf_decal/siding/white/corner, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "ndz" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -43885,6 +43379,11 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"ndB" = ( +/obj/structure/table, +/obj/machinery/mineral/processing_unit_console, +/turf/open/floor/iron, +/area/mine/production) "ndC" = ( /obj/machinery/door/poddoor/preopen{ id = "Engineering"; @@ -43897,14 +43396,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/engineering/main) -"ndF" = ( -/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/neutral/half/contrasted, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) "ndH" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line{ @@ -43913,6 +43404,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"ndJ" = ( +/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/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "ndK" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -43929,14 +43430,10 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"ndN" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/gas_mask/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +"ndO" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/wood, +/area/station/service/library) "nea" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -43946,6 +43443,15 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/hos) +"ned" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/warm/directional/south, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "nef" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -43958,10 +43464,19 @@ dir = 5 }, /area/station/security/prison) -"neg" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/station/maintenance/fore) +"neh" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/effect/spawner/random/structure/table_fancy, +/turf/open/floor/wood, +/area/station/service/library) "nek" = ( /obj/machinery/flasher/directional/north{ id = "Cell 1" @@ -43972,15 +43487,12 @@ }, /turf/open/floor/iron/smooth, /area/station/security/brig) -"neo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "pharmacy_shutters3"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) +"neq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/station/commons/locker) "ner" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -44000,12 +43512,27 @@ }, /turf/open/floor/wood, /area/station/security/courtroom) -"neI" = ( +"neF" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, /obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron, -/area/station/commons/locker) +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/clothing/shoes/magboots{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -9; + pixel_y = -4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) "neM" = ( /obj/machinery/hydroponics/soil, /turf/open/misc/asteroid/snow/icemoon, @@ -44015,20 +43542,18 @@ /obj/machinery/meter, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"neY" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/mine/mechbay) -"nfb" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"neW" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) +"nfd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/cargo/sorting) "nfj" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -44043,6 +43568,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) +"nfn" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "nfr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -44071,12 +43602,19 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"nga" = ( +"nfW" = ( +/obj/machinery/computer/mecha{ + dir = 1 + }, /obj/structure/window/reinforced/spawner/directional/west, -/obj/item/book/manual/wiki/cooking_to_serve_man, -/obj/structure/table/reinforced, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +/obj/machinery/keycard_auth/wall_mounted/directional/south, +/obj/machinery/camera/autoname/directional/south{ + c_tag = "Research Director's Office"; + network = list("ss13","rd") + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "ngj" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 9 @@ -44087,27 +43625,14 @@ }, /turf/open/floor/iron/white/corner, /area/mine/living_quarters) -"ngx" = ( -/obj/structure/table, -/obj/structure/sign/plaques/kiddie{ - pixel_x = 32 - }, -/obj/machinery/camera/motion/directional/east{ - c_tag = "AI Upload East"; - network = list("aiupload") - }, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/dark_green{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"ngH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) +"ngl" = ( +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/mine/production) "ngM" = ( /obj/structure/lattice/catwalk, /obj/structure/fence/door{ @@ -44118,14 +43643,6 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"ngR" = ( -/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/oil, -/turf/open/floor/plating, -/area/station/maintenance/fore) "ngY" = ( /obj/structure/sign/warning/cold_temp, /turf/closed/wall, @@ -44172,19 +43689,12 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/station/science/genetics) -"nhR" = ( -/obj/machinery/power/apc/auto_name/directional/north, +"nhS" = ( /obj/structure/cable, -/obj/structure/reagent_dispensers/plumbed{ - name = "dormitory reservoir" - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/delivery/white{ - color = "#307db9" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured, -/area/station/maintenance/fore) +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "nhT" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -44196,11 +43706,6 @@ }, /turf/open/floor/plating, /area/mine/laborcamp) -"nhU" = ( -/obj/machinery/computer/scan_consolenew, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "nia" = ( /obj/machinery/door/poddoor/shutters/window{ dir = 8; @@ -44223,38 +43728,46 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/station/medical/virology) -"nip" = ( +"nit" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/turf/open/floor/plating, +/area/station/maintenance/disposal) "niu" = ( /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/central) +"nix" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/airlock{ + name = "Bar" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/bar) "niy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"niB" = ( -/obj/structure/cable, -/obj/machinery/button/door/directional/west{ - id = "maint2"; - name = "Blast Door Control B"; - pixel_y = 4 - }, -/obj/machinery/button/door/directional/west{ - id = "maint1"; - name = "Blast Door Control A"; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "niC" = ( /obj/structure/cable, /obj/structure/sign/warning/secure_area/directional/east, @@ -44267,29 +43780,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) -"niH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"niJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "niN" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/mine/eva/lower) -"niR" = ( -/obj/structure/girder, -/obj/structure/grille, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) +"niY" = ( +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "niZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -44312,41 +43810,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/transit_tube) -"njn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/dark{ - dir = 10 - }, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) -"njo" = ( -/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/east, -/obj/structure/sign/warning/directional/east, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"njt" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table/wood/fancy/red, -/obj/effect/spawner/random/aimodule/harmful, -/obj/machinery/door/window/brigdoor/left/directional/south{ - dir = 4; - name = "High-Risk Modules"; - req_access = list("captain") - }, -/obj/item/ai_module/reset/purge{ - pixel_y = 11 - }, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 4 - }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) "njA" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -44366,6 +43829,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"nka" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "nkb" = ( /obj/machinery/computer/communications{ dir = 8 @@ -44393,24 +43865,6 @@ /obj/structure/tank_holder/oxygen, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"nkK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Office - Port" - }, -/turf/open/floor/iron/dark, -/area/station/security/mechbay) -"nkM" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) "nkO" = ( /obj/structure/table, /obj/item/storage/box/matches, @@ -44423,11 +43877,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/vault, /area/station/security/prison/rec) -"nkQ" = ( -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "nll" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty{ @@ -44440,6 +43889,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) +"nlm" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/chem_master/condimaster, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "nlp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -44449,39 +43908,12 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"nlz" = ( -/obj/machinery/computer/security/hos, -/obj/machinery/requests_console/directional/north{ - department = "Head of Security's Desk"; - name = "Head of Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/button/door/directional/north{ - id = "hosspace"; - name = "Icemoon Shutters Control"; - pixel_x = -24 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/hos) -"nlB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/medkit/emergency{ - pixel_y = 5 - }, -/obj/item/radio/off, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) +"nlr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/construction) "nlJ" = ( /obj/structure/railing{ dir = 5 @@ -44502,6 +43934,13 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/medical/chemistry) +"nlO" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "nlP" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -44533,45 +43972,10 @@ /turf/open/floor/iron, /area/station/hallway/primary/central) "nlY" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/closet/crate/hydroponics, -/obj/item/wrench, -/obj/item/wrench, -/obj/item/grenade/chem_grenade/antiweed{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/item/grenade/chem_grenade/antiweed, -/obj/item/shovel/spade, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_y = 3 - }, -/obj/item/cultivator, -/obj/item/shovel/spade, -/obj/item/reagent_containers/cup/watering_can, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, /area/station/service/hydroponics) -"nmg" = ( -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Service External Airlock"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "nmj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44584,22 +43988,54 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/science/xenobiology) +"nmm" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/secondary/exit/departure_lounge) +"nmo" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nmq" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/effect/spawner/random/engineering/tool{ + pixel_x = -11 + }, +/obj/effect/spawner/random/engineering/tool{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/security/mechbay) "nmr" = ( /obj/machinery/hydroponics/soil, /obj/item/cultivator, /obj/effect/spawner/random/contraband/cannabis, /turf/open/floor/grass, /area/station/security/prison/garden) -"nmw" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/small/directional/north, -/obj/effect/decal/remains/human, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +"nmu" = ( +/obj/structure/sign/warning/xeno_mining/directional/east, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) +"nmx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "nmz" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -44607,24 +44043,34 @@ }, /turf/open/openspace, /area/station/science/ordnance/office) -"nmD" = ( -/obj/structure/railing{ +"nmA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"nmC" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "nmI" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"nmK" = ( -/obj/structure/cable, -/turf/open/floor/stone, -/area/station/commons/lounge) "nmL" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -44639,16 +44085,20 @@ /obj/effect/landmark/navigate_destination/library, /turf/open/floor/wood, /area/station/service/library) -"nmQ" = ( -/obj/structure/table/wood, -/obj/item/paper/crumpled, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"nnk" = ( -/obj/item/chair/plastic, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +"nnb" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Bar and Kitchen" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured, +/area/station/maintenance/starboard/fore) "nnl" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /obj/effect/spawner/structure/window/reinforced/plasma, @@ -44680,21 +44130,45 @@ /obj/machinery/vending/assist, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"nnE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +"nnR" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"nnY" = ( +/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/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance" }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) +"nob" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "noi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/airalarm/directional/east, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) +"nom" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/engineering/atmos) "non" = ( /obj/structure/stairs/south, /obj/structure/disposalpipe/segment, @@ -44711,6 +44185,27 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"noF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"noM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/engineering/storage_shared) "noQ" = ( /obj/structure/sign/warning/cold_temp/directional/north, /obj/structure/sign/warning/gas_mask/directional/south, @@ -44740,6 +44235,12 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"npa" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "npb" = ( /obj/effect/turf_decal/weather/snow/corner, /obj/effect/turf_decal/weather/snow/corner{ @@ -44747,28 +44248,32 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"npe" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "npn" = ( /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"npo" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "npq" = ( -/obj/item/clothing/accessory/pocketprotector, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/camera{ - pixel_y = 4; - pixel_x = -3 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/spawner/random/clothing/mafia_outfit, -/obj/effect/spawner/random/clothing/mafia_outfit, -/obj/effect/spawner/random/clothing/backpack, -/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"npr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/greater) "npu" = ( /obj/structure/rack, /obj/effect/turf_decal/delivery/red, @@ -44787,6 +44292,21 @@ /obj/item/clothing/mask/breath, /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/command/storage/eva) +"npx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) +"npy" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/blue, +/area/station/hallway/secondary/entry) "npB" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -44802,19 +44322,6 @@ "npD" = ( /turf/closed/wall/r_wall, /area/station/maintenance/aft/greater) -"npE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "npH" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/cup/bucket, @@ -44836,44 +44343,33 @@ }, /turf/open/floor/iron/white, /area/station/science/explab) -"npV" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/machinery/light/warm/directional/north, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/station/security/prison/rec) -"npX" = ( -/obj/structure/rack, -/obj/item/storage/box/teargas{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) "nqb" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"nqc" = ( +/obj/structure/fence, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "nqd" = ( -/obj/structure/chair{ +/obj/structure/table/optable, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "nqn" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"nqs" = ( +/obj/structure/cable, +/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/lesser) "nqv" = ( /obj/structure/fence{ dir = 4 @@ -44881,20 +44377,37 @@ /obj/structure/sign/nanotrasen, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"nqw" = ( +/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, +/turf/open/floor/iron, +/area/station/commons/storage/mining) "nqy" = ( /obj/structure/stairs/east, /obj/structure/railing, /obj/machinery/door/firedoor/border_only, /turf/open/floor/iron/white, /area/station/science/ordnance) -"nqB" = ( +"nqD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/white/corner{ dir = 4 }, -/area/station/service/chapel) +/area/station/hallway/secondary/entry) +"nqF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ + dir = 8; + name = "Air Out" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) "nqP" = ( /obj/machinery/camera/directional/north{ c_tag = "Research Division West"; @@ -44905,49 +44418,49 @@ dir = 10 }, /area/station/science/research) +"nqU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "nqX" = ( /obj/machinery/atmospherics/pipe/smart/manifold/pink/visible, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"nrk" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Fitness Room South" - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -7 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons/fitness) -"nry" = ( +"nre" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nrm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) +"nrq" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/textured, +/area/station/security/brig) "nrA" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"nrB" = ( -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "nrC" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -44991,71 +44504,26 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"nrT" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"nrW" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"nrY" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) -"nsf" = ( -/obj/item/chair/stool/bar{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, +"nsp" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"nsg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ +/area/station/maintenance/aft/lesser) +"nsq" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, -/obj/structure/sign/warning/directional/north, /obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"nsk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) -"nsp" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) +/turf/open/floor/iron, +/area/station/cargo/sorting) "nsr" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Arrivals Lounge" - }, -/obj/machinery/status_display/ai/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/area/station/commons/vacant_room/office) "nst" = ( /obj/item/trash/sosjerky, /obj/effect/mapping_helpers/broken_floor, @@ -45067,14 +44535,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"nsy" = ( -/obj/structure/sign/warning/no_smoking/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/storage) "nsK" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -45101,17 +44561,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) -"nsU" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/item/clothing/mask/breath/medical, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "nsZ" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/office) +"nta" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "ntl" = ( /turf/closed/wall/r_wall, /area/station/service/lawoffice) @@ -45119,38 +44580,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) -"ntq" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - req_access = list("brig") - }, -/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/border_only{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"nty" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 +"ntx" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "ntK" = ( /obj/structure/flora/rock/icy/style_random, /turf/open/misc/asteroid/snow/icemoon, @@ -45159,6 +44598,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/wood, /area/station/security/courtroom) +"nub" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"nud" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "nuj" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -45174,49 +44623,53 @@ }, /turf/open/floor/iron/dark, /area/mine/storage) -"nuo" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/cigarette_pack, -/obj/effect/spawner/random/entertainment/lighter, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "nup" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/visit) -"nuw" = ( -/obj/structure/chair/comfy/black{ +"nuB" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"nuM" = ( +/obj/machinery/door/firedoor, +/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/white/line{ dir = 8 }, -/obj/effect/turf_decal/siding/wood/corner{ +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/station/service/library) +/obj/machinery/door/airlock/multi_tile/public/glass{ + dir = 4; + name = "Arrivals Dock" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"nuN" = ( +/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, +/obj/machinery/firealarm/directional/west{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "nuX" = ( /obj/structure/flora/grass/both, /obj/structure/flora/bush/snow/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"nva" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"nvg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/table_or_rack, -/obj/effect/spawner/random/engineering/toolbox, -/obj/effect/spawner/random/engineering/toolbox, -/obj/effect/turf_decal/siding/wood, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "nvr" = ( /obj/effect/turf_decal/weather/snow/corner, /obj/machinery/light/small/directional/north, @@ -45228,6 +44681,11 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) +"nvx" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "nvE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/mop_bucket/janitorialcart{ @@ -45239,6 +44697,21 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) +"nvI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) +"nvU" = ( +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/entry) "nvW" = ( /obj/machinery/duct, /turf/open/floor/iron, @@ -45251,31 +44724,32 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/medical/virology) -"nwd" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) -"nwo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +"nvY" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"nwr" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/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/dark, +/area/station/security/checkpoint/customs/auxiliary) "nwF" = ( /obj/structure/chair/sofa/bench{ dir = 4 }, /turf/open/floor/iron, /area/station/security/prison/mess) -"nwI" = ( -/obj/structure/reagent_dispensers/plumbed{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "nwT" = ( /turf/closed/wall, /area/station/commons/vacant_room/office) @@ -45287,42 +44761,38 @@ dir = 9 }, /area/station/science/research) -"nxf" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"nxe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "nxm" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"nxx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"nxD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/filingcabinet, +/obj/item/toy/figure/qm, +/obj/item/reagent_containers/cup/glass/bottle/whiskey, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 8 }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"nxy" = ( -/obj/structure/rack, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/effect/spawner/random/armory/riot_armor, -/obj/effect/spawner/random/armory/riot_helmet, -/obj/effect/spawner/random/armory/riot_shield, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) -"nxz" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "nxM" = ( /turf/closed/wall, /area/station/maintenance/department/medical/morgue) +"nxU" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "nxW" = ( /obj/effect/turf_decal/plaque{ icon_state = "L2" @@ -45335,13 +44805,22 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"nxY" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +"nyc" = ( +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness) +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) +"nyg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/plating, +/area/station/construction) "nyl" = ( /obj/machinery/door/morgue{ name = "Private Study"; @@ -45360,6 +44839,27 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"nyr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"nyv" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio5"; + name = "Xenobio Pen 5 Blast Door" + }, +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 5"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "nyA" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 @@ -45390,13 +44890,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"nyM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "nyP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -45418,23 +44911,47 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"nzf" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, -/obj/machinery/light/floor, +"nza" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"nzh" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"nzo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/service/hydroponics) +"nzj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/security/execution/transfer) +"nzl" = ( +/obj/machinery/button/flasher{ + id = "transferflash"; + pixel_x = 23; + pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood/large, -/area/station/commons/vacant_room/office) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/radio/intercom/directional/east{ + pixel_y = -6 + }, +/turf/open/floor/iron/smooth, +/area/station/security/execution/transfer) +"nzp" = ( +/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) "nzq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -45451,6 +44968,15 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) +"nzy" = ( +/obj/machinery/computer/atmos_control/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "nzB" = ( /obj/effect/turf_decal/trimline/blue/warning{ dir = 4 @@ -45481,13 +45007,6 @@ dir = 1 }, /area/station/medical/chemistry) -"nzR" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "nzT" = ( /obj/effect/turf_decal/trimline/white/end{ dir = 8 @@ -45501,19 +45020,35 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"nAa" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/warning/cold_temp{ + pixel_x = 3; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "nAf" = ( /obj/structure/cable, /obj/item/wrench, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"nAg" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) "nAr" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"nAu" = ( -/obj/structure/sign/warning/docking/directional/east, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "nAv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45526,23 +45061,9 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) -"nAI" = ( -/obj/structure/beebox, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Service - Botany Apiary"; - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"nAH" = ( +/turf/open/openspace/icemoon/keep_below, +/area/station/hallway/secondary/entry) "nAN" = ( /obj/effect/landmark/start/paramedic, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45554,16 +45075,18 @@ }, /turf/open/floor/iron/white, /area/station/medical/break_room) -"nAP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"nAX" = ( +/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 = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 1 +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals Dock South" }, -/area/mine/eva/lower) +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "nBe" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -45585,10 +45108,6 @@ "nBk" = ( /turf/open/floor/plating, /area/station/engineering/storage/tech) -"nBm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) "nBo" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -45609,54 +45128,11 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"nBx" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - HoS Office" - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 16; - start_on = 0 - }, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 8; - pixel_y = 3 - }, -/obj/item/stamp/head/hos{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/machinery/recharger{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/machinery/airalarm/directional/west, -/obj/item/phone{ - pixel_x = -9; - pixel_y = 7 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hos) "nBB" = ( /obj/machinery/power/smes, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"nBD" = ( -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/closet/firecloset, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "nBE" = ( /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/weather/snow/corner{ @@ -45671,11 +45147,27 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"nBJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/lesser) "nBN" = ( /obj/machinery/atmospherics/components/tank/air, /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/aft) +"nBQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) "nBV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/engine/vacuum, @@ -45713,12 +45205,6 @@ dir = 8 }, /area/station/medical/chem_storage) -"nCg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) "nCh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/directional/east, @@ -45727,12 +45213,25 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"nCk" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/turf/closed/wall, +/area/station/service/hydroponics) "nCs" = ( /obj/structure/chair/stool/directional/north, /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron, /area/station/security/prison/visit) +"nCu" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "nCD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45744,15 +45243,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"nCO" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) "nCP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -45774,22 +45264,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"nDe" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +"nDd" = ( +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "nDi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -45797,15 +45279,6 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) -"nDk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "nDl" = ( /obj/structure/railing/corner, /obj/machinery/door/firedoor/border_only, @@ -45830,12 +45303,13 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"nDx" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 1 +"nDy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/fruit_bowl/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/security/mechbay) +/area/station/maintenance/port/aft) "nDz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45857,9 +45331,29 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) +"nDB" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/command/heads_quarters/rd) "nDE" = ( /turf/closed/wall/r_wall, /area/station/security/prison/garden) +"nDJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "nDV" = ( /obj/machinery/shower/directional/south, /obj/effect/spawner/random/contraband/permabrig_weapon, @@ -45875,6 +45369,16 @@ }, /turf/open/floor/iron/white/corner, /area/station/commons/storage/art) +"nEc" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "nEo" = ( /obj/machinery/light/directional/east, /obj/structure/cable, @@ -45886,36 +45390,39 @@ /obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, /turf/open/floor/iron, /area/station/cargo/office) -"nEH" = ( -/obj/structure/cable, +"nEq" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/caution_sign, /turf/open/floor/plating, -/area/station/maintenance/port/fore) -"nEO" = ( +/area/station/maintenance/port/greater) +"nEs" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/processing) +"nEA" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, -/turf/open/floor/wood/large, -/area/station/service/bar) -"nEX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/rack, -/obj/machinery/camera/directional/south{ - c_tag = "Chapel Electrical Maintenace Lower" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/chapel) -"nEZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"nEU" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) +"nEV" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "nFc" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/engineering{ @@ -45933,12 +45440,16 @@ /turf/open/floor/iron/dark, /area/station/engineering/main) "nFk" = ( -/obj/machinery/computer/order_console/mining, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) +/obj/effect/landmark/start/cyborg, +/obj/structure/cable, +/obj/machinery/holopad/secure, +/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, +/obj/structure/cable/layer3, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat_interior) "nFn" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -45966,6 +45477,25 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"nFI" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + 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/hydroponics) +"nFL" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) "nFN" = ( /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, @@ -45975,18 +45505,6 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"nFR" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/item/storage/bag/ore, -/obj/item/pickaxe, -/obj/item/mining_scanner, -/obj/item/flashlight, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/gps/mining, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/mining) "nFU" = ( /obj/structure/chair/stool/directional/west, /obj/item/trash/energybar, @@ -46000,11 +45518,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"nGz" = ( -/obj/machinery/restaurant_portal/restaurant, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "nGA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -46027,6 +45540,14 @@ }, /turf/open/floor/glass/reinforced, /area/station/engineering/atmos/pumproom) +"nGK" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/spawner/random/armory/barrier_grenades, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "nGQ" = ( /obj/machinery/flasher/directional/north{ id = "Cell 3" @@ -46037,23 +45558,6 @@ }, /turf/open/floor/iron/smooth, /area/station/security/brig) -"nGT" = ( -/obj/structure/bed/medical/anchored{ - dir = 4 - }, -/obj/item/bedsheet/medical, -/obj/machinery/camera/directional/east{ - c_tag = "Labor Camp Infirmary"; - network = list("labor") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) "nGU" = ( /obj/structure/closet/secure_closet/security/sec, /obj/machinery/airalarm/directional/north, @@ -46061,14 +45565,6 @@ dir = 1 }, /area/station/security/lockers) -"nHc" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) "nHe" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/tile/yellow{ @@ -46082,6 +45578,26 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"nHj" = ( +/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, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/eva) +"nHp" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "nHs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -46089,22 +45605,16 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"nHO" = ( -/turf/open/floor/iron/dark/smooth_half, -/area/station/service/hydroponics) +"nHt" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central) "nHQ" = ( /obj/structure/closet/firecloset, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"nHW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/landmark/start/mime, -/turf/open/floor/wood/parquet, -/area/station/service/theater) "nHX" = ( /obj/structure/sign/departments/psychology/directional/south, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -46124,6 +45634,13 @@ /obj/structure/barricade/wooden, /turf/open/floor/eighties/red, /area/station/security/prison/safe) +"nIl" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "nIt" = ( /obj/structure/stairs/west, /turf/open/floor/iron/white, @@ -46131,43 +45648,13 @@ "nIx" = ( /turf/closed/wall/r_wall, /area/station/maintenance/solars/starboard/aft) -"nIG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/holopad, -/turf/open/floor/iron/dark/textured, -/area/station/security/execution/transfer) -"nIJ" = ( -/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/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/spawner/random/contraband/prison, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"nIN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/eva/lower) -"nIS" = ( +"nIE" = ( /obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/effect/spawner/random/clothing/costume, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/fore) "nJd" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -46201,13 +45688,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /turf/open/floor/iron, /area/station/engineering/storage) -"nJs" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Solar Maintenance - North East Access" - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "nJy" = ( /obj/structure/chair/pew{ dir = 1 @@ -46236,17 +45716,34 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/checkpoint/science) +"nJZ" = ( +/obj/machinery/light/small/red/directional/south, +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/chapel/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "nKa" = ( /turf/closed/wall, /area/station/security/checkpoint/medical) -"nKe" = ( -/obj/structure/table, -/obj/item/hand_tele{ - pixel_x = 3; - pixel_y = 13 +"nKj" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/rnd/production/circuit_imprinter, +/obj/machinery/requests_console/directional/east{ + department = "Engineering"; + name = "Engineering Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"nKk" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 }, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/hallway/secondary/entry) "nKl" = ( /obj/structure/railing{ dir = 6 @@ -46260,6 +45757,12 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/cargo/lobby) +"nKw" = ( +/obj/structure/statue/snow/snowman{ + name = "Steve" + }, +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) "nKK" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -46280,47 +45783,52 @@ /obj/item/flashlight/lamp, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"nLb" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"nLd" = ( -/obj/structure/table/glass, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"nLg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"nLn" = ( -/obj/structure/chair{ - dir = 1 +"nKV" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/directional/south, -/obj/machinery/camera{ - c_tag = "Medbay Lobby"; - dir = 5; - network = list("ss13","medbay") +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/button/door/directional/north{ + id = "Dozer_Launch"; + name = "Mech Bay Door Control"; + pixel_x = 4; + pixel_y = 3; + req_access = list("robotics") }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"nLz" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = 2 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/item/paper{ + pixel_x = -4; + pixel_y = 1 }, -/turf/open/floor/iron/white/side{ - dir = 8 +/obj/item/pen{ + pixel_x = -4; + pixel_y = 1 }, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark, +/area/mine/mechbay) +"nKW" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/computer/operating, +/obj/structure/mirror/broken/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"nLb" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nLe" = ( +/obj/effect/turf_decal/tile/dark/half/contrasted, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) "nLH" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -46336,27 +45844,24 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"nMb" = ( +/obj/structure/toilet{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/landmark/start/psychologist, +/turf/open/floor/iron/freezer, +/area/station/medical/break_room) "nMc" = ( /obj/structure/disposalpipe/trunk/multiz{ dir = 1 }, /turf/closed/wall/r_wall, /area/station/medical/virology) -"nMf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/fruit_bowl/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/maintenance/port/aft) -"nMk" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) +"nMj" = ( +/obj/structure/sign/warning/docking/directional/north, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "nMu" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 1 @@ -46383,21 +45888,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) -"nMB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock" - }, -/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/airlock/access/all/supply/general, -/turf/open/floor/iron, -/area/station/cargo/storage) "nME" = ( /obj/item/clothing/head/utility/hardhat, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"nMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"nML" = ( +/obj/item/toy/snowball{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "nMN" = ( /obj/machinery/door/airlock/maintenance{ name = "Chemistry Access Maintenance" @@ -46425,68 +45933,31 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"nNj" = ( -/obj/machinery/light/directional/west, -/obj/structure/closet/wardrobe/grey, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron, -/area/station/commons/locker) "nNn" = ( /turf/closed/wall, /area/station/security/prison/rec) -"nNq" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/surgery{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/surgery_tray/full, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "nNr" = ( /obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"nNs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/pen/red, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/yellow, -/obj/machinery/keycard_auth/directional/west{ - pixel_x = -25; - pixel_y = -5 + name = "External Access" }, -/obj/machinery/button/door/directional/west{ - id = "qmprivacy"; - name = "Privacy Shutters Control"; - pixel_y = 5; - req_access = list("qm") +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"nNs" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"nNv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/fore) +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/clothing/glasses/meson/engine, +/turf/open/floor/iron/dark, +/area/station/engineering/storage) "nNy" = ( /obj/structure/sign/warning/xeno_mining{ pixel_x = 29 @@ -46506,53 +45977,22 @@ /obj/structure/chair/stool/directional/east, /turf/open/floor/iron/dark, /area/station/medical/virology) -"nNC" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" - }, -/turf/open/floor/wood, -/area/station/commons/lounge) -"nNG" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/item/kirbyplants/organic/plant2, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"nNQ" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north, -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/toy/figure/chef, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Coldroom" - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, +"nNM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"nNY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) +/area/station/maintenance/starboard/aft) +"nNU" = ( +/obj/machinery/chem_dispenser, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/yellow/full, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/pharmacy) "nOb" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -46562,83 +46002,15 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/processing) -"nOd" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"nOf" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/structure/sign/poster/official/nanotrasen_logo/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"nOi" = ( -/obj/structure/table, -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/office) "nOk" = ( /obj/item/chair/wood, /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"nOl" = ( -/obj/structure/bed, -/obj/machinery/airalarm/directional/north, -/obj/item/bedsheet/dorms, -/obj/effect/landmark/start/hangover, -/obj/machinery/button/door/directional/east{ - id = "Dorm4"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"nOv" = ( -/obj/structure/fence, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"nOB" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"nOD" = ( -/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/neutral/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, +"nOx" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/maintenance/port/fore) "nOG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -46655,12 +46027,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/bridge) -"nOK" = ( -/obj/structure/sign/warning/xeno_mining/directional/east, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) "nOQ" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/camera/directional/north{ @@ -46675,12 +46041,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"nPj" = ( -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) "nPt" = ( /obj/structure/chair/stool/directional/east, /obj/effect/mapping_helpers/burnt_floor, @@ -46727,76 +46087,23 @@ }, /turf/open/floor/iron/white/corner, /area/station/commons/storage/art) -"nQw" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"nQH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/filingcabinet, -/obj/item/toy/figure/qm, -/obj/item/reagent_containers/cup/glass/bottle/whiskey, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"nQI" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/item/folder/white{ - pixel_x = -3; - pixel_y = 12 - }, -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/item/folder/blue{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/folder/red{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/folder, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"nQL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/mine/laborcamp) -"nQM" = ( -/obj/structure/extinguisher_cabinet/directional/south{ - pixel_x = 4 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -6 - }, +"nQx" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nQH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"nQK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "nQO" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AIW"; @@ -46834,52 +46141,25 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"nRa" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Library Art Gallery" +"nRc" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/spawner/random/structure/table_fancy, -/obj/machinery/light/blacklight/directional/north, -/obj/structure/sign/painting/large/library{ +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/library) -"nRd" = ( +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"nRm" = ( /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/trimline/blue/filled/corner, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nRf" = ( -/obj/machinery/icecream_vat, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"nRg" = ( -/obj/effect/decal/cleanable/garbage, -/obj/item/reagent_containers/spray/chemsprayer/party{ - pixel_x = 1 - }, -/obj/item/clothing/head/costume/festive{ - pixel_y = -3; - pixel_x = -5 - }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"nRi" = ( -/obj/machinery/door/window/left/directional/west{ - name = "Fitness Ring" - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/siding/white{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/security/brig/upper) "nRq" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/bureaucracy/birthday_wrap, @@ -46888,50 +46168,45 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"nRu" = ( -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/openspace, -/area/station/commons/storage/mining) -"nRx" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +"nRt" = ( +/obj/machinery/door/airlock/mining/glass{ + id_tag = "innercargo"; + name = "Bitrunning Den" }, -/turf/open/floor/wood, -/area/station/service/library) -"nRD" = ( -/obj/structure/reagent_dispensers/plumbed{ - name = "service reservoir" +/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/airlock/access/any/supply/bit_den, +/turf/open/floor/iron, +/area/station/cargo/bitrunning/den) +"nRv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/turf_decal/delivery/white{ - color = "#307db9" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) +"nRx" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/siding/blue{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) +"nRE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random/dead, +/turf/open/floor/iron, /area/station/maintenance/starboard/fore) "nRO" = ( /obj/structure/cable/multilayer/multiz, /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/security/prison/safe) -"nRS" = ( -/obj/structure/railing/corner/end/flip{ - dir = 8 - }, -/turf/open/floor/iron/stairs/old{ - dir = 8 - }, -/area/station/hallway/primary/starboard) -"nRU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "nRV" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 10 @@ -46954,24 +46229,34 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) +"nSl" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "nSo" = ( /obj/structure/flora/grass/green/style_random, /obj/structure/flora/bush/snow/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"nSs" = ( -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/dark{ +"nSr" = ( +/obj/effect/spawner/random/entertainment/arcade{ dir = 1 }, -/obj/machinery/light/floor, -/turf/open/floor/iron/white/side{ - dir = 6 +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"nSs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/mine/living_quarters) +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) "nSw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/layer_manifold/brown/visible, @@ -47014,25 +46299,18 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"nSM" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) "nST" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1, /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"nTf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/item/clothing/under/costume/jabroni, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"nTl" = ( -/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/starboard/lesser) "nTp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47040,37 +46318,6 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/textured_large, /area/station/security/brig/entrance) -"nTt" = ( -/obj/structure/railing, -/turf/open/genturf, -/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) -"nTv" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/food_or_drink/cups, -/obj/effect/spawner/random/food_or_drink/booze, -/obj/effect/spawner/random/food_or_drink/booze, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) -"nTI" = ( -/obj/machinery/light_switch/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/item/food/grown/tomato, -/obj/item/food/grown/tomato{ - pixel_y = 2; - pixel_x = 2 - }, -/obj/machinery/button/door/directional/east{ - pixel_x = 35; - name = "Kitchen Counter Shutter Control"; - id = "kitchencounter"; - req_access = list("kitchen") - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "nTK" = ( /obj/structure/table/glass, /obj/machinery/barsign{ @@ -47106,12 +46353,27 @@ "nTO" = ( /turf/closed/wall/r_wall, /area/mine/laborcamp/security) +"nTV" = ( +/obj/structure/table/reinforced, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/item/radio/intercom/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "nUg" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 }, /turf/open/floor/iron/dark/side, /area/station/security/processing) +"nUh" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "nUi" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, @@ -47120,43 +46382,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness) -"nUo" = ( -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Apiary" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/hydroponics) "nUr" = ( /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/dark/smooth_half, /area/station/ai_monitored/command/storage/eva) -"nUw" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/sign/calendar/directional/west, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"nUx" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/mine/eva) "nUJ" = ( /obj/machinery/flasher/directional/east{ id = "brigentry" @@ -47173,13 +46404,6 @@ }, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) -"nVb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) "nVc" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -47195,17 +46419,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) -"nVj" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "nVr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47220,12 +46433,34 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"nVC" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"nVH" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/requests_console/auto_name/directional/south, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "nVR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria{ dir = 5 }, /area/station/maintenance/port/aft) +"nVS" = ( +/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/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "nVZ" = ( /obj/machinery/door/airlock/command{ name = "Captain's Office" @@ -47245,39 +46480,15 @@ /obj/item/plate, /turf/open/floor/iron/checker, /area/station/maintenance/port/fore) -"nWk" = ( -/obj/structure/table, -/obj/item/stamp/head/qm, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"nWo" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"nWp" = ( -/obj/structure/chair/office/tactical{ - dir = 1 - }, -/obj/effect/landmark/start/coroner, -/obj/effect/turf_decal/siding/dark_blue/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ - dir = 8 +"nWn" = ( +/obj/structure/tank_holder/extinguisher, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"nWs" = ( -/obj/structure/closet/secure_closet/labor_camp_security, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "nWH" = ( /turf/closed/wall, /area/station/maintenance/department/cargo) @@ -47286,30 +46497,23 @@ /obj/machinery/holopad, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"nWP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, +"nWM" = ( /obj/structure/cable, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"nWX" = ( -/obj/structure/table/wood, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"nWY" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/maintenance/fore) "nXb" = ( /turf/closed/wall, /area/icemoon/surface/outdoors/nospawn) -"nXc" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/textured, -/area/station/security/brig) +"nXf" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/item/aquarium_kit, +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "nXg" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 8 @@ -47329,29 +46533,12 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"nXn" = ( -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"nXu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/item/clothing/under/pants/track, -/obj/item/clothing/suit/costume/wellworn_shirt/graphic/ian, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"nXD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +"nXp" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/science/xenobiology) "nXH" = ( /obj/structure/bodycontainer/crematorium{ id = "crematoriumChapel" @@ -47360,6 +46547,11 @@ dir = 1 }, /area/station/service/chapel/office) +"nXO" = ( +/obj/effect/spawner/random/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) "nXQ" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -47374,49 +46566,23 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/security/prison/visit) -"nYd" = ( -/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 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "nYn" = ( /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor/carpet, /area/station/commons/dorms) +"nYs" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/mine/production) "nYv" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/station/command/bridge) -"nYQ" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -6 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/box/white/corners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"nYY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/floor, -/turf/open/floor/iron/edge{ - dir = 4 - }, -/area/station/engineering/lobby) "nYZ" = ( /obj/item/storage/bag/trash, /turf/open/floor/plating, @@ -47451,11 +46617,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/checkpoint/supply) -"nZj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +"nZi" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/work) "nZA" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -47467,6 +46636,18 @@ /obj/structure/lattice/catwalk, /turf/open/openspace, /area/station/engineering/atmos/storage) +"nZU" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Firefighting Equipment" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "nZY" = ( /obj/machinery/door/airlock{ id_tag = "AuxToilet2"; @@ -47474,29 +46655,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"oaa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"oal" = ( -/obj/machinery/computer/records/security{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"oao" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/warning/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/fore) "oaG" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 9 @@ -47540,18 +46698,6 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"obd" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/newspaper{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "obj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -47568,6 +46714,13 @@ /obj/structure/sign/warning/no_smoking/circle/directional/east, /turf/open/floor/plating, /area/station/medical/surgery/aft) +"obu" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "obv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47575,6 +46728,18 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron, /area/station/security/prison/work) +"obz" = ( +/obj/machinery/door/window/right/directional/south{ + req_access = list("kitchen"); + name = "The Ice Box" + }, +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "obG" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 8 @@ -47596,6 +46761,13 @@ dir = 1 }, /area/station/engineering/atmos/storage/gas) +"obY" = ( +/obj/item/toy/snowball{ + pixel_y = -7; + pixel_x = 5 + }, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "obZ" = ( /obj/machinery/camera/directional/east{ c_tag = "Xenobiology Test Chamber Access"; @@ -47603,20 +46775,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"ocj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) "ocu" = ( /obj/effect/turf_decal/bot_white, /obj/structure/cable, @@ -47629,25 +46787,34 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"ocM" = ( +/obj/machinery/door/window/right/directional/east{ + dir = 1; + name = "Bridge Delivery"; + req_access = list("command") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) "ocY" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"odd" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 6"; - req_access = list("xenobiology") +"odf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/turf_decal/box/red, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "ordnanceburn" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "odi" = ( /obj/item/toy/snowball{ pixel_x = 5; @@ -47676,10 +46843,31 @@ /obj/machinery/computer/arcade/orion_trail, /turf/open/floor/iron, /area/station/security/prison/work) +"odC" = ( +/obj/structure/cable, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/carpet/red, +/area/station/security/prison/work) +"odK" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "odN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/central/greater) +"odO" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard) "odW" = ( /obj/structure/railing{ dir = 8 @@ -47693,11 +46881,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"oef" = ( -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "oeh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -47709,55 +46892,23 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"oel" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/large, -/area/station/hallway/primary/port) -"oem" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/mine/mechbay) -"oeq" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/sign/warning/gas_mask/directional/north{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/obj/machinery/button/door/directional/north{ - id = "drone_bay"; - name = "Shutter Control"; - pixel_x = -24 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"oet" = ( -/obj/structure/marker_beacon/cerulean, -/turf/open/genturf, -/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) -"oev" = ( -/obj/machinery/bluespace_vendor/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/sofa/bench/right{ - dir = 1 +"oew" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron, +/area/station/commons/fitness) "oex" = ( /turf/open/openspace/icemoon/keep_below, /area/station/maintenance/department/medical/morgue) +"oeB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "oeM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -47788,33 +46939,27 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) -"ofd" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) -"ofm" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 +"oeY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "ofr" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/paper_bin{ + pixel_y = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 }, -/obj/machinery/duct, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/science/xenobiology) "ofz" = ( /obj/structure/ore_box, /obj/effect/turf_decal/bot, @@ -47868,15 +47013,16 @@ /turf/open/floor/plating, /area/station/ai_monitored/command/storage/eva) "ogC" = ( -/obj/machinery/modular_computer/preset/id, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 +/obj/machinery/door/window/brigdoor/security/cell{ + dir = 8; + id = "Cell 3"; + name = "Cell 3" }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ dir = 1 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/area/station/security/brig) "ogF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47905,13 +47051,6 @@ "ohp" = ( /turf/open/floor/glass, /area/station/maintenance/department/medical/central) -"ohs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "oht" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47919,13 +47058,6 @@ dir = 1 }, /area/station/engineering/lobby) -"ohw" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/atmos/storage/gas) "ohx" = ( /obj/effect/turf_decal/caution{ dir = 8 @@ -47935,24 +47067,19 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"ohD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white/corner{ - dir = 8 +"ohE" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/coin{ + pixel_x = -7; + pixel_y = 0 }, -/area/station/hallway/secondary/entry) -"ohN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/effect/spawner/random/clothing/bowler_or_that, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"ohM" = ( +/obj/structure/fence/cut/medium, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "ohS" = ( /obj/structure/railing{ dir = 8 @@ -47989,11 +47116,27 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/electrical) +"oij" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/spawner/random/trash/crushed_can{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/service/bar) "oik" = ( /obj/structure/closet/emcloset, /obj/machinery/airalarm/directional/west, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"oio" = ( +/obj/machinery/newscaster/directional/east, +/obj/structure/bed/medical/anchored{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) "oir" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -48024,11 +47167,21 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, /turf/open/floor/iron/smooth, /area/station/maintenance/department/medical/central) -"oiH" = ( -/obj/structure/cable, +"oiD" = ( +/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/aft) +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals Dock North" + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "oiK" = ( /obj/machinery/door/airlock{ id_tag = "commissarydoor"; @@ -48043,19 +47196,6 @@ }, /turf/open/floor/iron/dark, /area/station/commons/vacant_room/commissary) -"oiL" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/effect/spawner/random/engineering/tool{ - pixel_x = -11 - }, -/obj/effect/spawner/random/engineering/tool{ - pixel_x = 5; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/security/mechbay) "oiO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48071,6 +47211,22 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"oiW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Psychology"; + dir = 6; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "oiX" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -48084,18 +47240,16 @@ /obj/structure/lattice/catwalk, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"ojj" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +"oji" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = -3 }, -/obj/effect/mapping_helpers/mail_sorting/service/theater, -/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/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/item/pickaxe, +/obj/item/flashlight, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical/morgue) "ojk" = ( /obj/item/stack/ore/iron, /obj/effect/turf_decal/stripes/line{ @@ -48112,6 +47266,14 @@ /obj/machinery/rnd/production/protolathe/department/science, /turf/open/floor/iron/checker, /area/station/science/lab) +"ojK" = ( +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, +/obj/machinery/door/airlock/medical/glass, +/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/dark, +/area/station/medical/morgue) "ojP" = ( /obj/machinery/door/firedoor/heavy, /obj/structure/sign/warning/firing_range/directional/west, @@ -48119,11 +47281,6 @@ dir = 4 }, /area/station/science/research) -"ojV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/kirbyplants/random/dead, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "ojW" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -48136,19 +47293,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/central) -"okf" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/camera{ - c_tag = "Morgue South"; - dir = 5; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) "okk" = ( /obj/structure/cable, /obj/structure/sign/departments/aisat/directional/east, @@ -48157,53 +47301,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/corner, /area/station/engineering/storage_shared) -"oko" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"okt" = ( -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/end{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ +"okl" = ( +/obj/structure/chair{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_half{ - dir = 1 - }, -/area/station/medical/morgue) -"okx" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - name = "Warden Desk"; - req_access = list("armory") - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/window/left/directional/north{ - name = "Warden Desk" - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron, -/area/station/security/warden) -"okC" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/mine/laborcamp/security) "okG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -48220,14 +47325,16 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"okW" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard) +"okU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"okX" = ( +/obj/machinery/restaurant_portal/restaurant, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "olf" = ( /turf/open/floor/carpet, /area/station/commons/dorms) @@ -48253,26 +47360,17 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) -"olO" = ( -/obj/machinery/camera{ - c_tag = "Morgue North"; - dir = 9; - network = list("ss13","medbay") - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/mid_joiner{ - dir = 4 +"olQ" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/morgue) +/obj/machinery/light/dim/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"olR" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/station/maintenance/fore) "olV" = ( /obj/machinery/light/small/directional/west, /obj/structure/cable, @@ -48290,6 +47388,11 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/smooth, /area/station/security/processing) +"omg" = ( +/obj/effect/spawner/random/clothing/wardrobe_closet_colored, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) "omh" = ( /turf/closed/wall, /area/station/maintenance/starboard/upper) @@ -48307,13 +47410,43 @@ "omk" = ( /turf/open/floor/glass/reinforced, /area/station/security/office) -"omt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +"omE" = ( +/obj/structure/closet/secure_closet/bar, +/obj/machinery/firealarm/directional/north{ + pixel_x = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = -5; + pixel_y = 28 + }, +/obj/item/vending_refill/cigarette, +/turf/open/floor/wood/parquet, +/area/station/service/bar/backroom) +"omG" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/item/paper/fluff/jobs/engineering/frequencies, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"omH" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/locker) +"omI" = ( +/obj/structure/table/glass, +/obj/item/shovel/spade, +/obj/item/cultivator{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/machinery/airalarm/directional/east, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "omJ" = ( @@ -48339,6 +47472,18 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/project) +"onf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "ong" = ( /obj/structure/rack, /obj/item/clothing/mask/breath, @@ -48355,25 +47500,72 @@ dir = 9 }, /area/station/science/research) -"onj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "ons" = ( /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/hallway/primary/port) +"onx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"onI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "gene_desk_shutters"; + name = "Genetics Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/south{ + dir = 4; + name = "Genetics Desk"; + req_access = list("genetics") + }, +/turf/open/floor/plating, +/area/station/science/genetics) "onJ" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 8 }, /turf/open/floor/plating, /area/station/security/courtroom) +"onQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"onS" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/commons/fitness) +"ooa" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"ooe" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "ool" = ( /obj/effect/mapping_helpers/iannewyear, /turf/open/floor/carpet, @@ -48383,6 +47575,21 @@ /obj/machinery/processor/slime, /turf/open/floor/iron, /area/station/science/xenobiology) +"oor" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/public/glass{ + dir = 4; + name = "Arrivals Dock" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "oot" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 4 @@ -48408,6 +47615,13 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"ooU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) "ooW" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle{ @@ -48422,12 +47636,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"opl" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/construction) "opm" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -48456,28 +47664,6 @@ dir = 1 }, /area/station/service/chapel) -"opz" = ( -/obj/machinery/camera{ - c_tag = "Medbay Pharmacy"; - dir = 9; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/shower/directional/south, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/stripes/white/end, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "opB" = ( /obj/structure/table, /obj/item/raw_anomaly_core/random{ @@ -48503,6 +47689,20 @@ /obj/structure/table, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"opN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"opS" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "oqb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/power/apc/auto_name/directional/west, @@ -48516,12 +47716,22 @@ /obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) -"oqf" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/half/contrasted, +"oqd" = ( +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/table, +/obj/machinery/door_buttons/access_button, +/obj/item/clothing/mask/gas{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/science/xenobiology) "oqg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -48529,20 +47739,15 @@ }, /turf/open/floor/wood, /area/station/commons/dorms) -"oqx" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"oqj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness) -"oqy" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/mine/production) +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "oqz" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48560,6 +47765,11 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, /area/station/engineering/main) +"oqJ" = ( +/obj/structure/sign/warning/docking/directional/north, +/obj/structure/flora/grass/green/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "oqL" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle, @@ -48572,15 +47782,35 @@ }, /turf/open/openspace, /area/station/science/xenobiology) -"orf" = ( -/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/spawner/random/structure/chair_flipped{ - dir = 4 +"oqT" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/right/brown{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"ori" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + icon_state = "left"; + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters2"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron, +/area/station/medical/pharmacy) "ork" = ( /obj/structure/fence/door{ dir = 4 @@ -48637,17 +47867,6 @@ "orK" = ( /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat_interior) -"orP" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/camera{ - c_tag = "Virology Pen"; - dir = 9; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/machinery/light/small/directional/north, -/turf/open/floor/grass, -/area/station/medical/virology) "orS" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 10 @@ -48660,16 +47879,28 @@ dir = 4 }, /area/mine/living_quarters) +"orU" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "orV" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line, /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"osa" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +"osd" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/station/service/library) "ose" = ( /obj/machinery/vending/tool, /obj/effect/turf_decal/bot, @@ -48688,18 +47919,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"osq" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting Equipment" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "osr" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -48710,6 +47929,31 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/virology) +"ost" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/button/door/directional/south{ + id = "minecraft_shutter"; + req_one_access = list("hydroponics", "kitchen"); + name = "Cart Access"; + desc = "Opens the railway leading into the Kitchen Coldroom." + }, +/obj/structure/minecart_rail/railbreak{ + dir = 4 + }, +/obj/structure/closet/crate/miningcar{ + name = "delivery cart"; + desc = "Used for quick transit of fresh produce to the kitchen. Just give it a shove." + }, +/obj/item/storage/bag/plants, +/turf/open/floor/iron, +/area/station/service/hydroponics) "osI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, @@ -48732,17 +47976,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) -"otj" = ( -/obj/structure/flora/rock/pile/icy/style_random, -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) -"otl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "ots" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/hollow/reinforced/middle, @@ -48757,14 +47990,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"otQ" = ( -/obj/structure/sign/departments/botany/directional/east, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"oty" = ( +/obj/structure/rack, +/obj/machinery/light/cold/directional/north, +/obj/item/storage/box/bandages{ + pixel_x = -6; + pixel_y = 6 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/obj/item/healthanalyzer, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) +"otC" = ( +/obj/structure/railing, +/turf/open/genturf, +/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) +"otG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) +"otK" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "oua" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -48784,6 +48037,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/mine/eva) +"oul" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/treatment_center) "ous" = ( /obj/machinery/door/airlock/security/glass{ name = "N2O Storage" @@ -48800,17 +48060,15 @@ /obj/effect/turf_decal/stripes/line{ dir = 6 }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 24 - }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"ouH" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/wallet/random, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +"ouM" = ( +/obj/item/toy/snowball{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "ouP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, @@ -48826,13 +48084,21 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) -"ovl" = ( -/obj/effect/turf_decal/tile/blue{ +"ovj" = ( +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/landmark/navigate_destination/dockescpod2, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/duct, +/turf/open/floor/wood/large, +/area/station/service/bar) +"ovm" = ( +/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/corner{ + dir = 4 }, /area/station/hallway/secondary/entry) "ovt" = ( @@ -48845,6 +48111,35 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"ovC" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Service - Electrical Maintenace Upper" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) +"ovO" = ( +/obj/structure/table/glass, +/obj/machinery/door/window/right/directional/north{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/desk_bell{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ovP" = ( +/turf/open/genturf/orange, +/area/icemoon/underground/unexplored/no_rivers) "ovQ" = ( /obj/structure/closet/secure_closet/detective, /obj/structure/cable, @@ -48856,22 +48151,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/lockers) -"ovX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/end, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/textured, -/area/station/medical/chem_storage) -"owe" = ( -/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/north, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) "owf" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt, @@ -48881,6 +48160,20 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/security/prison/workout) +"owk" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) +"owr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "owv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48894,38 +48187,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"owS" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/item/storage/box/syringes{ - pixel_x = -2; - pixel_y = 5 +"oxb" = ( +/obj/structure/sign/nanotrasen, +/obj/structure/fence/post{ + dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"oxa" = ( -/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/iron/grimy, -/area/station/service/chapel/office) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "oxe" = ( /obj/machinery/computer/cargo/request, /obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"oxi" = ( -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat External NorthEast"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/station/ai_monitored/turret_protected/aisat/maint) +"oxh" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "oxB" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -48937,12 +48216,16 @@ /obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"oxJ" = ( -/obj/structure/bed/dogbed/lia, -/obj/structure/cable, -/mob/living/basic/carp/pet/lia, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/hos) +"oxN" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = -7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "oxO" = ( /turf/open/floor/plating, /area/station/maintenance/aft/lesser) @@ -48951,6 +48234,14 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"oxT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/bar) "oxU" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49000,6 +48291,13 @@ /obj/structure/table, /turf/open/floor/wood, /area/station/command/meeting_room) +"oyv" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) "oyy" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -49034,11 +48332,13 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/security/prison/safe) -"oyV" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) +"oyL" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) "oyW" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat/hallway) @@ -49049,28 +48349,30 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ozn" = ( +"ozb" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, -/area/station/engineering/lobby) +/area/station/ai_monitored/turret_protected/ai) "ozo" = ( /obj/effect/landmark/carpspawn, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"ozq" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "ozw" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"ozy" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance" + }, +/turf/open/floor/plating, +/area/station/service/kitchen) "ozA" = ( /obj/structure/closet/secure_closet/research_director, /obj/effect/turf_decal/stripes/line{ @@ -49079,17 +48381,29 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/smooth_half, /area/station/command/heads_quarters/rd) -"ozC" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/gateway) +"ozD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "ozE" = ( /obj/structure/closet/emcloset, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"ozH" = ( +/obj/machinery/button/door/directional/east{ + id = "commissarydoor"; + name = "Commissary Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "ozM" = ( /obj/structure/railing/corner, /obj/structure/sign/warning/biohazard/directional/west, @@ -49103,10 +48417,19 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/aft) "ozU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"ozV" = ( +/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, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "ozX" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass, @@ -49121,13 +48444,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/medical/chemistry) -"oAd" = ( -/obj/effect/decal/cleanable/plasma, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "oAe" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 1 @@ -49137,16 +48453,6 @@ "oAh" = ( /turf/open/floor/glass/reinforced, /area/station/security/brig/entrance) -"oAk" = ( -/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/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "oAl" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics" @@ -49167,28 +48473,24 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"oAp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" +"oAz" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32; + pixel_y = 32 }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"oAw" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access = list("library") +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"oAA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 }, -/obj/effect/spawner/random/structure/table_fancy, -/turf/open/floor/wood, -/area/station/service/library) +/obj/effect/turf_decal/box/red, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/office) "oAD" = ( /obj/effect/turf_decal/trimline/dark_green/arrow_ccw{ dir = 4 @@ -49196,13 +48498,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/violet/visible/layer1, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"oAH" = ( -/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/exit/departure_lounge) "oAM" = ( /obj/structure/fluff/tram_rail/end{ dir = 4 @@ -49217,6 +48512,21 @@ /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plating, /area/station/security/prison/safe) +"oAY" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Armory - Internal - Lower" + }, +/obj/structure/rack, +/obj/item/storage/toolbox/drone, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"oBg" = ( +/obj/structure/table/wood, +/obj/item/book/bible, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) "oBm" = ( /obj/structure/chair/comfy/beige{ dir = 1; @@ -49247,37 +48557,15 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"oBP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/fitness) +"oBI" = ( +/obj/machinery/light/floor, +/turf/open/floor/carpet, +/area/station/service/library) "oBQ" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"oBZ" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/locker) -"oCm" = ( -/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/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "oCs" = ( /obj/structure/table, /obj/item/toy/figure/virologist{ @@ -49310,33 +48598,58 @@ /obj/item/stack/cable_coil/five, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"oCy" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"oCA" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/machinery/button/door/directional/north{ + id = "xenobiomain"; + name = "Containment Blast Doors"; + pixel_y = 32; + req_access = list("xenobiology") + }, +/obj/machinery/button/door/directional/north{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_y = 23; + req_access = list("xenobiology") + }, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "oCF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/commons/dorms) -"oCJ" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness) "oCO" = ( /turf/closed/wall, /area/station/service/hydroponics/garden) -"oCR" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, +"oCP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "robotics2"; + name = "Robotics Lab Shutters" + }, +/obj/item/folder/white, +/obj/item/pen, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access = list("robotics") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/turf/open/floor/plating, +/area/station/science/robotics/lab) "oCT" = ( /obj/item/instrument/harmonica, /obj/structure/flora/bush/fullgrass/style_random, @@ -49404,31 +48717,44 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/iron/dark/smooth_half, /area/station/engineering/atmos/project) -"oDo" = ( -/obj/machinery/space_heater, -/obj/structure/disposalpipe/segment{ - dir = 9 +"oDs" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/structure/railing{ - dir = 6 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/hydroponics) +"oDt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) "oDB" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/mine/laborcamp) -"oDJ" = ( -/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/sorting/mail{ - dir = 4 +"oDG" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) +"oDH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/side{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, -/obj/effect/mapping_helpers/mail_sorting/service/theater, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/fore) "oDQ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -49436,16 +48762,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/medical/chemistry) -"oEf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/smooth_large, -/area/station/hallway/secondary/entry) -"oEh" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) +"oDV" = ( +/obj/structure/closet, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "oEj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -49475,10 +48801,11 @@ /obj/effect/turf_decal/stripes/end, /turf/open/floor/iron/dark/textured, /area/station/medical/medbay/aft) -"oEW" = ( -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"oEH" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/bar) "oEX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -49493,11 +48820,28 @@ /obj/machinery/meter, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"oFl" = ( +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "oFp" = ( /obj/structure/sign/warning/docking/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) +"oFs" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 6"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "Xenobio Pen 6 Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) "oFx" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/holopad/secure, @@ -49548,6 +48892,19 @@ }, /turf/open/floor/plating, /area/station/cargo/drone_bay) +"oGh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/obj/structure/minecart_rail{ + dir = 1 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "oGm" = ( /obj/machinery/power/solar_control{ dir = 1; @@ -49570,6 +48927,24 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"oGy" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/engineering/storage_shared) "oGB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -49581,29 +48956,6 @@ dir = 8 }, /area/station/security/prison) -"oGC" = ( -/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 = "Mining Dock" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"oGE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/commons/storage/art) "oGF" = ( /obj/structure/closet/crate/bin, /obj/effect/decal/cleanable/dirt, @@ -49622,49 +48974,27 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"oGR" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"oGS" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood/corner, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 +"oHh" = ( +/obj/machinery/shower/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/door/window/left/directional/north{ + name = "Shower Cubicle" }, -/turf/open/floor/wood, -/area/station/service/library) -"oGX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/item/soap/nanotrasen, +/turf/open/floor/iron/freezer, +/area/station/maintenance/starboard/fore) +"oHo" = ( +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4{ + dir = 1 }, -/turf/open/floor/iron/large, -/area/station/commons/locker) +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "oHp" = ( /obj/machinery/camera/directional/west{ c_tag = "Engineering Escape Pod" }, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"oHA" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"oHG" = ( -/obj/item/flashlight/lantern, -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "oHH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -49672,27 +49002,33 @@ "oHK" = ( /turf/closed/wall/r_wall, /area/station/science/lab) -"oHO" = ( -/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/red, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/textured, -/area/station/security/brig) "oHV" = ( /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/service/chapel) -"oIb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"oHY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/machinery/vending/cigarette, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/machinery/status_display/shuttle{ + pixel_x = -32; + shuttle_id = "arrival" + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"oIt" = ( +/obj/structure/girder, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/fore) "oIB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -49709,6 +49045,23 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"oIH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Dock" + }, +/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/airlock/access/all/supply/general, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oIJ" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "oIN" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -49733,6 +49086,20 @@ /obj/structure/flora/bush/snow/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"oJD" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) +"oJH" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "oJP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/dark_green, @@ -49741,10 +49108,40 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"oJS" = ( +/obj/structure/fireplace, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"oJT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/command/gateway) +"oKu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/warning/docking/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "oKv" = ( /obj/item/trash/popcorn, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"oKw" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Garden" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) "oKy" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49760,6 +49157,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"oKL" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) "oKY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plating, @@ -49772,18 +49178,49 @@ /obj/item/storage/bag/ore, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"oLd" = ( +/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/wood/parquet, +/area/station/service/bar/backroom) "oLg" = ( /turf/open/floor/iron/white/corner, /area/station/science/research) +"oLj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp) "oLn" = ( /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/aft/greater) +/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/aft/greater) +"oLo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/spawner/random/structure/closet_private, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"oLs" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) "oLt" = ( /obj/structure/chair{ dir = 1 @@ -49800,15 +49237,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"oLA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/cafeteria{ - dir = 8 +"oLC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "oLG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -49835,25 +49272,19 @@ /obj/structure/sign/warning/gas_mask, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"oLU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/warning/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "oLW" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used to access the various cameras on the station."; - dir = 1; - layer = 3.1; - name = "Security Camera Monitor"; - network = list("ss13"); - pixel_y = 2 - }, /obj/structure/table, /turf/open/floor/iron/dark/textured_edge{ dir = 8 }, /area/station/security/brig/entrance) +"oMa" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "oMd" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49870,19 +49301,18 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"oMq" = ( +/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/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) "oMs" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/iron/grimy, /area/station/maintenance/aft/greater) -"oMN" = ( -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - color = "#0000ff"; - dir = 8; - name = "Supply multi deck pipe adapter" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/medical/chemistry) "oMO" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -49915,14 +49345,14 @@ "oMT" = ( /turf/open/floor/iron, /area/station/command/heads_quarters/rd) -"oNp" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +"oNm" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/chair/sofa/left/brown{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/aft) +/turf/open/floor/wood/large, +/area/station/commons/lounge) "oNA" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -49931,17 +49361,33 @@ /obj/machinery/light/small/directional/west, /turf/open/openspace, /area/station/service/chapel) -"oNG" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"oNH" = ( -/obj/structure/fence/post{ - dir = 8 +"oNE" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/science/explab) +"oNF" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) "oNO" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/meter, @@ -49954,26 +49400,25 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/aft/lesser) -"oNV" = ( -/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/commons/locker) +"oNS" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/taperecorder, +/obj/item/radio/intercom/directional/east, +/obj/structure/sign/painting/library_private{ + pixel_y = 32 + }, +/obj/item/storage/photo_album/library, +/turf/open/floor/engine/cult, +/area/station/service/library) "oNX" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"oOh" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/vending/clothing, -/turf/open/floor/iron, -/area/station/commons/locker) -"oOk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +"oOb" = ( +/obj/structure/sign/warning/fire/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/science/ordnance/office) "oOo" = ( /obj/structure/closet/firecloset, /obj/machinery/light/directional/west, @@ -49983,6 +49428,26 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron/white, /area/station/science/research) +"oOx" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/airlock_controller/incinerator_atmos{ + pixel_x = -24 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"oOB" = ( +/obj/machinery/door/window/left/directional/east{ + dir = 1; + name = "Medbay Delivery"; + req_access = list("medical") + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/yellow/full, +/turf/open/floor/iron/large, +/area/station/medical/storage) "oOD" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -49994,6 +49459,28 @@ /obj/structure/sign/warning/secure_area/directional/south, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"oOP" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"oOQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) +"oOZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/fore) "oPa" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -50022,11 +49509,6 @@ dir = 9 }, /area/station/science/lab) -"oPt" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "oPv" = ( /obj/machinery/turretid{ control_area = "/area/station/ai_monitored/turret_protected/aisat/service"; @@ -50039,16 +49521,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"oPx" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) -"oPC" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) "oPI" = ( /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) @@ -50062,11 +49534,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/lobby) -"oQg" = ( -/obj/structure/chair/pew/left, -/obj/machinery/light/small/directional/west, +"oPW" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/effect/spawner/random/structure/table_fancy, /turf/open/floor/wood, -/area/station/security/prison/rec) +/area/station/service/library) +"oQe" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "oQn" = ( /obj/structure/chair/sofa/corp/left{ dir = 8 @@ -50089,28 +49576,24 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"oQv" = ( +"oQt" = ( +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/turf/open/floor/plating/icemoon, +/area/station/maintenance/port/lesser) "oQx" = ( /turf/open/floor/iron/smooth_half, /area/station/command/heads_quarters/rd) -"oQA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" +"oQD" = ( +/obj/structure/chair/office/light{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "oQE" = ( /obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 8 @@ -50131,10 +49614,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/security/courtroom) -"oQR" = ( -/obj/machinery/air_sensor/engine_chamber, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "oQY" = ( /turf/open/floor/iron/white, /area/station/medical/virology) @@ -50147,26 +49626,55 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"oRq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"oRu" = ( +/obj/item/stack/medical/mesh, +/obj/item/wrench/medical, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/table/glass, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/cryo) +"oRy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"oRE" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/light/cold/directional/north, -/obj/structure/sign/warning/bodysposal/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"oRw" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/disposal) +"oRJ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "oRM" = ( /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/primary/port) +"oRR" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "oSa" = ( /obj/machinery/door/airlock/public/glass{ id_tag = "gulag3"; @@ -50177,22 +49685,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"oSk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +"oSd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/commons/fitness) +/turf/open/floor/wood/large, +/area/station/commons/lounge) "oSm" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50219,6 +49720,16 @@ /obj/structure/stairs/south, /turf/open/floor/iron/dark/textured, /area/station/security/prison) +"oSQ" = ( +/obj/machinery/camera{ + c_tag = "Medbay Stasis Center North"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "oSR" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -50248,6 +49759,34 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"oSY" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"oTa" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/green/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/secondary/exit/departure_lounge) +"oTc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) +"oTd" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Research Division Testing Lab - Chamber"; + network = list("test","rd") + }, +/turf/open/floor/engine, +/area/station/science/explab) "oTe" = ( /obj/structure/table/wood, /obj/item/trapdoor_remote/preloaded{ @@ -50275,13 +49814,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/commons/dorms) -"oTs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/confetti, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"oTw" = ( +/turf/open/openspace, +/area/station/service/kitchen/coldroom) "oTx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50291,93 +49826,33 @@ "oTA" = ( /turf/open/floor/iron/dark, /area/station/service/chapel) -"oTB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - color = "#0000ff"; +"oTM" = ( +/obj/item/flashlight/lantern, +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"oTS" = ( +/obj/structure/showcase/cyborg/old{ dir = 8; - name = "Supply multi deck pipe adapter" + pixel_x = 9; + pixel_y = 2 }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - color = "#ff0000"; - dir = 8; - name = "Scrubbers multi deck pipe adapter" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/structure/cable/multilayer/multiz, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"oTE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"oTK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"oUi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/flashlight/lamp{ - start_on = 0 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "oUr" = ( -/obj/machinery/door/airlock/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"oUt" = ( -/obj/machinery/conveyor{ - id = "gulag" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/mine/laborcamp) -"oUu" = ( -/obj/structure/rack, -/obj/effect/spawner/random/clothing/costume, -/obj/machinery/light/small/directional/south, -/obj/item/toy/foamblade, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"oUA" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"oUE" = ( -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/mining) -"oUG" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Unit 2" +/obj/structure/chair/sofa/bench{ + dir = 4 }, -/turf/open/floor/iron/textured, -/area/station/commons/toilet) -"oUK" = ( -/obj/item/radio/intercom/directional/east, -/obj/structure/table, -/obj/machinery/fax, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) "oUL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50406,6 +49881,12 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"oVt" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/construction) "oVy" = ( /obj/machinery/door/airlock/security{ name = "Permabrig Lab" @@ -50422,26 +49903,53 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"oVM" = ( +"oVF" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"oVG" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured, +/area/station/commons/storage/art) +"oVI" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Chapel Maintenance External Airlock"; + opacity = 0 }, -/obj/machinery/door/airlock/multi_tile/public/glass{ - dir = 4; - name = "Arrivals Dock" +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "oVR" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/command/bridge) +"oVX" = ( +/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 = 8 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "oVY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50452,18 +49960,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) -"oWj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/north{ - c_tag = "Atmospherics Storage Room - North" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage) "oWk" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -50477,34 +49973,53 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos/storage/gas) -"oWN" = ( +"oWo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"oWt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/cryo) +"oWu" = ( +/obj/structure/closet/wardrobe/grey, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, +/obj/structure/sign/calendar/directional/west, /turf/open/floor/iron, /area/station/commons/locker) -"oWP" = ( -/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, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/red, +"oWN" = ( +/obj/machinery/requests_console/auto_name/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/stool/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/central/fore) +/area/station/commons/locker) "oWQ" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"oWZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"oXb" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"oXc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "oXd" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -50516,16 +50031,25 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"oXe" = ( -/obj/structure/minecart_rail{ - dir = 1 +"oXf" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/item/radio/intercom/directional/west{ - frequency = 1453; - name = "Kitchen Intercom" +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) +"oXg" = ( +/obj/effect/turf_decal/tile/dark_green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "oXm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/burnt_floor, @@ -50560,18 +50084,39 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/station/medical/virology) +"oXB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/medkit/regular, +/obj/item/razor{ + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "oXJ" = ( /obj/machinery/newscaster/directional/north, /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"oXM" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +"oXL" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"oXT" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron, +/area/station/science/xenobiology) "oXX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50579,6 +50124,17 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"oYa" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/commons/locker) "oYi" = ( /obj/machinery/firealarm/directional/south, /obj/structure/table, @@ -50600,60 +50156,23 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"oYv" = ( -/obj/machinery/bluespace_vendor/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) -"oYB" = ( -/obj/structure/chair/sofa/left/brown{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"oYE" = ( -/obj/machinery/recycler{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/structure/sign/warning/secure_area/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"oYH" = ( -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/beerkeg, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) "oYI" = ( /obj/effect/spawner/random/vending/colavend, /turf/open/floor/wood, /area/station/command/meeting_room) -"oYZ" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) "oZd" = ( /obj/structure/fence/corner{ dir = 9 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"oZj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white/corner{ - dir = 4 +"oZk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/area/station/hallway/secondary/entry) +/obj/machinery/griddle, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "oZn" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -50661,18 +50180,6 @@ }, /turf/open/floor/iron, /area/station/science/explab) -"oZu" = ( -/obj/structure/table, -/obj/item/phone{ - pixel_x = -3 - }, -/obj/item/cigbutt, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "oZz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -50684,20 +50191,38 @@ dir = 4 }, /area/station/security/prison) -"oZA" = ( -/obj/effect/decal/cleanable/dirt, +"oZL" = ( /obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" + dir = 4; + name = "Mix to Engine" }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +/turf/open/floor/iron, +/area/station/engineering/atmos) "oZR" = ( /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/textured_edge, /area/station/security/prison) +"oZT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/hobo_squat, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"pac" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison) +"pao" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) "par" = ( /obj/structure/toilet/greyscale, /obj/machinery/airalarm/directional/east, @@ -50723,30 +50248,31 @@ "paM" = ( /turf/closed/wall, /area/station/engineering/storage/tech) -"paR" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/mine/eva/lower) +"paN" = ( +/obj/structure/closet/emcloset, +/obj/item/pickaxe, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron, +/area/station/service/hydroponics) "paT" = ( /obj/machinery/door/poddoor/preopen{ id = "maint3" }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"paV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"paW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/engine_smes) +"paZ" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) "pbk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -50762,22 +50288,17 @@ "pbs" = ( /turf/closed/wall, /area/station/ai_monitored/turret_protected/aisat/maint) -"pbt" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "pbw" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/eighties, +/area/station/commons/lounge) "pby" = ( /obj/effect/gibspawner/human, /turf/open/misc/asteroid/snow/icemoon, @@ -50792,6 +50313,11 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) +"pbE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/construction) "pbH" = ( /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, @@ -50807,29 +50333,10 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/office) -"pbO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/warning/docking/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "pbQ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/command/heads_quarters/rd) -"pbT" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) "pbW" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50837,12 +50344,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"pbZ" = ( -/obj/machinery/vending/coffee, +"pbY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/break_room) +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pcc" = ( +/obj/item/stack/spacecash/c10{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/toy/plush/beeplushie{ + name = "Coolidge"; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "pcg" = ( /obj/machinery/computer/apc_control{ dir = 4 @@ -50865,14 +50386,18 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"pck" = ( +"pcq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/structure/sign/departments/botany/directional/west, /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/lesser) +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/sign/flag/nanotrasen/directional/west, +/turf/open/floor/iron, +/area/station/commons/fitness) "pcr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ dir = 8 @@ -50892,53 +50417,44 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/chapel, /area/station/service/chapel) -"pcE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance" +"pcC" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/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) -"pcJ" = ( -/obj/structure/table/wood, -/obj/item/coin/silver, -/turf/open/floor/iron, -/area/station/commons/dorms) -"pcP" = ( -/obj/structure/cable, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"pcI" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/directional/south, /obj/structure/table, -/obj/item/trapdoor_remote/preloaded{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/machinery/recharger{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/storage/wallet/random{ - pixel_x = 6; - pixel_y = -24 +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"pcQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/item/book/manual/wiki/engineering_construction, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 8 }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/engineering/storage_shared) +"pcJ" = ( +/obj/structure/table/wood, +/obj/item/coin/silver, +/turf/open/floor/iron, +/area/station/commons/dorms) "pdc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp/security) +"pdd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "pdf" = ( /turf/open/floor/plating, /area/station/maintenance/port/greater) @@ -50957,17 +50473,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark/textured, /area/station/security/execution/transfer) -"pdC" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "pdK" = ( /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron/dark/textured, @@ -51030,6 +50535,10 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/wood, /area/station/commons/dorms) +"pec" = ( +/obj/machinery/vending/cart, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "pee" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -51042,36 +50551,37 @@ /obj/effect/mapping_helpers/airlock/access/all/science/research, /turf/open/floor/iron/dark, /area/station/science/explab) -"pem" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "pez" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron/dark/textured_edge{ dir = 1 }, /area/station/security/prison) -"peA" = ( -/obj/structure/table/wood, -/obj/item/book/bible, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) +"peF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/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/fore) +"peG" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"peM" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "peV" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"pfa" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "pfe" = ( /turf/closed/wall, /area/station/hallway/primary/fore) @@ -51088,47 +50598,26 @@ }, /turf/open/floor/iron, /area/station/security/prison/visit) -"pfs" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "pfw" = ( /obj/structure/flora/grass/green/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"pfB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"pfD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) -"pfC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 8 +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"pfJ" = ( +/obj/structure/sink/directional/east, +/obj/machinery/button/door/directional/west{ + id = "xenobio2"; + layer = 4; + name = "Xenobio Pen 2 Blast Door"; + req_access = list("xenobiology") }, -/area/station/hallway/secondary/entry) +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "pfO" = ( /obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51140,18 +50629,72 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/maintenance/department/electrical) -"pgi" = ( -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/wood, -/area/station/service/library) -"pgo" = ( +"pfR" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 10 }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) +"pfU" = ( +/obj/structure/closet/crate, +/obj/item/food/canned/beans, +/obj/item/food/canned/beans, +/obj/item/food/canned/beans, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 6 }, -/area/icemoon/underground/explored/graveyard/chapel) +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 6 + }, +/mob/living/basic/mouse/white, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"pgb" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) +"pgf" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"pgq" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/byteforge, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/smooth_large, +/area/station/cargo/bitrunning/den) +"pgw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/requests_console/directional/south{ + department = "Bridge"; + name = "Bridge Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"pgE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "pgG" = ( /obj/structure/table, /obj/item/clothing/gloves/color/orange, @@ -51171,11 +50714,61 @@ /obj/effect/decal/cleanable/blood/splatter, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"pgY" = ( +/obj/machinery/cryo_cell, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"phf" = ( +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 15 + }, +/obj/structure/table, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"phj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"phu" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) +"phx" = ( +/obj/structure/sign/warning/directional/west, +/turf/open/openspace/icemoon, +/area/icemoon/surface/outdoors/nospawn) "phB" = ( /obj/machinery/vending/coffee, /obj/structure/sign/poster/official/science/directional/south, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"phH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/textured, +/area/station/security/brig) "phK" = ( /obj/effect/spawner/random/contraband/prison, /turf/open/floor/plating, @@ -51193,17 +50786,18 @@ pixel_x = 6; pixel_y = 9 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) -"phU" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck{ - pixel_y = 13; - pixel_x = 6 +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) +"pib" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Vault"; + network = list("vault") + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/obj/effect/spawner/random/entertainment/cigarette, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "pie" = ( /obj/machinery/camera/directional/north{ c_tag = "Engineering Access" @@ -51212,11 +50806,19 @@ /turf/open/floor/iron/dark, /area/station/engineering/main) "pig" = ( -/obj/effect/turf_decal/tile/neutral{ - 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/neutral/fourcorners, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/commons/locker) +"pii" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "piv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51225,10 +50827,6 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/security/brig/upper) -"pix" = ( -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) "piB" = ( /obj/structure/sign/warning/electric_shock/directional/north, /obj/effect/turf_decal/stripes/corner{ @@ -51241,18 +50839,15 @@ dir = 1 }, /area/station/hallway/primary/central) -"piC" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/machinery/button/door/directional/south{ - id = "Dorm6"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +"piD" = ( +/obj/machinery/computer/security/labor, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "piI" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/camera{ @@ -51264,17 +50859,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"piL" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - dir = 8; - id = "Cell 2"; - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth_half{ - dir = 1 - }, -/area/station/security/brig) +"piJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/station/medical/morgue) "piM" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -51293,6 +50882,11 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"piP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "piV" = ( /obj/machinery/button/door/directional/south{ id = "Cargo_Store_In"; @@ -51318,6 +50912,15 @@ /obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /turf/open/floor/iron/dark, /area/station/science/ordnance/freezerchamber) +"pji" = ( +/obj/structure/cable, +/obj/machinery/camera/directional/east{ + c_tag = "Locker Room East" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/commons/locker) "pjj" = ( /obj/structure/chair, /turf/open/floor/plating/snowed/icemoon, @@ -51327,13 +50930,18 @@ /obj/effect/spawner/random/techstorage/engineering_all, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"pjp" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 +"pjn" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + dir = 1; + name = "Security Checkpoint"; + req_access = list("security") }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/obj/effect/turf_decal/delivery, +/obj/item/paper, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs/auxiliary) "pjr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -51377,32 +50985,6 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"pjZ" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/cryo) -"pkn" = ( -/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/catwalk_floor/iron_smooth, -/area/station/maintenance/port/greater) -"pko" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"pkJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "pkN" = ( /obj/structure/railing, /obj/effect/mapping_helpers/burnt_floor, @@ -51413,6 +50995,14 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"pkQ" = ( +/obj/machinery/atmospherics/components/unary/bluespace_sender, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/engineering/atmos) "pkW" = ( /obj/effect/turf_decal/plaque{ icon_state = "L4" @@ -51437,77 +51027,74 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/maintenance/port/greater) -"plj" = ( +"plp" = ( +/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/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/service/bar/backroom) +"plz" = ( +/obj/machinery/door/firedoor, +/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 + }, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new{ +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) +"plN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron, -/area/station/commons/locker) -"plu" = ( -/obj/structure/table/wood, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/fax{ - fax_name = "Head of Security's Office"; - name = "Head of Security's Fax Machine" +/area/station/commons/vacant_room/commissary) +"plQ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hos) +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/service/chapel) "plS" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"pmb" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +"plX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"pmg" = ( -/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/stone, -/area/station/commons/lounge) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "pmn" = ( /obj/effect/spawner/random/trash/caution_sign, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"pmC" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/camera/motion/directional/south{ - c_tag = "MiniSat AI Chamber North"; - network = list("aicore") - }, -/obj/structure/cable, -/obj/machinery/flasher/directional/south{ - id = "AI"; - pixel_x = -10 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"pmV" = ( -/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 = 5 +"pmr" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/smooth_half, -/area/station/security/office) +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/security/holding_cell) "pna" = ( /obj/machinery/door/poddoor/preopen{ id = "Engineering"; @@ -51536,27 +51123,25 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/tcommsat/computer) +"pno" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "pnq" = ( /obj/machinery/light/small/directional/north, /obj/structure/flora/grass/brown/style_random, /turf/open/misc/asteroid/snow/standard_air, /area/station/science/research) +"pnz" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/mining) "pnA" = ( /obj/machinery/airalarm/directional/north, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/science{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/suit/hooded/wintercoat/science{ - pixel_x = -1 - }, -/obj/item/clothing/shoes/winterboots{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/item/clothing/shoes/winterboots, /obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/vending/cytopro, /turf/open/floor/glass/reinforced, /area/station/science/xenobiology) "pnG" = ( @@ -51567,13 +51152,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp) -"pnK" = ( -/obj/structure/sign/nanotrasen, -/obj/structure/fence/post{ - dir = 8 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) "pnR" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat_interior) @@ -51581,24 +51159,52 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plating, /area/station/maintenance/fore) -"poa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"poc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"poe" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permainner"; + name = "Permabrig Transfer" }, -/obj/structure/chair/sofa/bench/right, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "perma-entrance" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"pog" = ( +/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, +/obj/machinery/light_switch/directional/north{ + pixel_x = 6 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/turf/open/floor/iron/white/corner{ +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) +"pon" = ( +/obj/machinery/door/airlock/freezer{ + desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; + name = "The Ice Box" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/hallway/secondary/entry) -"poc" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, -/area/station/maintenance/port/aft) +/area/station/service/kitchen/coldroom) "pou" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -51613,22 +51219,23 @@ "poy" = ( /turf/open/floor/carpet/green, /area/station/service/library) -"poP" = ( +"poC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/bar/backroom) +"poK" = ( /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"poR" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/chair{ - dir = 4 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/holding_cell) +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/commons/locker) "ppc" = ( /obj/item/trash/syndi_cakes, /obj/effect/turf_decal/stripes/red/line{ @@ -51647,6 +51254,14 @@ dir = 4 }, /area/station/security/brig/entrance) +"ppo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "ppp" = ( /obj/structure/railing, /obj/effect/turf_decal/stripes/line, @@ -51659,6 +51274,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"ppr" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/chair/office, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "ppD" = ( /obj/structure/chair/office{ dir = 8 @@ -51666,6 +51287,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) +"ppI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "ppK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/yellow{ @@ -51673,6 +51303,15 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"ppQ" = ( +/obj/structure/table, +/obj/item/clothing/gloves/latex, +/obj/item/surgical_drapes, +/obj/item/razor, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "ppS" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -51690,11 +51329,6 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"pqk" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/pipedispenser/disposal, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos) "pql" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51711,13 +51345,6 @@ }, /turf/open/floor/plating, /area/station/science/genetics) -"pqu" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/security/prison/rec) "pqv" = ( /obj/item/storage/medkit/toxin{ pixel_x = 3; @@ -51727,99 +51354,28 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron, /area/mine/living_quarters) -"pqx" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"pqA" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"pqG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/poster/official/safety_eye_protection/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "pqK" = ( /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"pqM" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"pqX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/effect/turf_decal/tile/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/medical/virology) "pra" = ( /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"prb" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron, -/area/station/commons/locker) -"prf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment, -/obj/structure/railing/corner/end, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "prg" = ( /turf/open/floor/wood, /area/station/service/library) -"prk" = ( -/obj/machinery/modular_computer/preset/id, -/obj/item/paper/fluff/ids_for_dummies, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"prw" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ +"prs" = ( +/obj/docking_port/stationary{ dir = 8; - id = "botany_apiary"; - name = "Apiary Shutters" - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"prB" = ( -/obj/machinery/door/firedoor, -/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, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 + dwidth = 3; + height = 15; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + shuttle_id = "arrival_stationary"; + width = 7 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "prE" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -51853,20 +51409,10 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"psr" = ( -/obj/structure/table/glass, -/obj/item/food/grown/wheat, -/obj/item/food/grown/watermelon, -/obj/item/food/grown/watermelon, -/obj/item/food/grown/watermelon, -/obj/item/food/grown/citrus/orange, -/obj/item/food/grown/grapes, -/obj/item/food/grown/cocoapod, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) +"psp" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons/locker) "pst" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, @@ -51883,10 +51429,8 @@ }, /turf/open/floor/iron/smooth_edge, /area/station/medical/chemistry) -"psM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +"psy" = ( +/obj/effect/spawner/random/structure/closet_private, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "psN" = ( @@ -51912,6 +51456,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/office) +"psY" = ( +/obj/machinery/door/poddoor/shutters{ + id = "secmechbay"; + name = "Security Mech Bay Shutters" + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/box, +/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/mechbay) "ptd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51933,17 +51488,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/port) -"ptp" = ( -/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/duct, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) -"ptw" = ( -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) "ptx" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/iron/fifty, @@ -51957,12 +51501,31 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) +"pty" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Maintenance" + }, +/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/airlock/access/any/security/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/fore) "ptB" = ( /obj/machinery/modular_computer/preset/id{ dir = 8 }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"ptO" = ( +/obj/machinery/barsign, +/turf/closed/wall, +/area/station/service/bar/atrium) "ptQ" = ( /obj/structure/disposalpipe/trunk/multiz/down, /obj/effect/turf_decal/stripes/line, @@ -51979,15 +51542,15 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/primary/central) -"pub" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/railing/corner/end/flip{ - dir = 8 +"puc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/light/warm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/mess) "pue" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/tile/red, @@ -52014,37 +51577,68 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"puD" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "Disposal Exit Vent" - }, -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/red/box, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"puR" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "garbage" +"puB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, /turf/open/floor/plating, -/area/station/maintenance/disposal) -"puV" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/area/station/maintenance/aft/greater) +"puI" = ( +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/cable, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/stock_parts/cell/emproof{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"puN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"puX" = ( +/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 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) "pve" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -52067,6 +51661,13 @@ /obj/structure/girder, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"pvq" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) "pvu" = ( /obj/effect/turf_decal/stripes/red/line{ dir = 8 @@ -52096,17 +51697,12 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"pvT" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 +"pvJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/eighties/red, +/area/station/security/prison/safe) "pvU" = ( /obj/item/toy/snowball{ pixel_x = 6; @@ -52115,20 +51711,14 @@ /obj/machinery/light/small/directional/south, /turf/open/misc/asteroid/snow/standard_air, /area/station/science/research) -"pwb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/right/directional/north{ - dir = 4; - req_access = list("brig_entrance") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "medsecprivacy"; - name = "Privacy Shutters" +"pvY" = ( +/obj/machinery/computer/order_console/mining, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "pwd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -52141,18 +51731,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/command/teleporter) -"pwj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/hallway/secondary/entry) +"pwg" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "pwn" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52177,62 +51759,31 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"pwx" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"pwA" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"pwB" = ( -/obj/structure/table/wood, -/obj/item/instrument/saxophone, -/obj/item/instrument/piano_synth, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/commons/lounge) "pwC" = ( /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/chapel) -"pwD" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/rnd/production/circuit_imprinter, -/obj/machinery/requests_console/directional/east{ - department = "Engineering"; - name = "Engineering Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "pwF" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) +"pwG" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/construction) "pwH" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"pwL" = ( -/obj/item/crowbar{ - pixel_y = 3 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -19; - pixel_y = 3 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/obj/item/radio/off{ - pixel_y = 6 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +"pwK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/explab) "pwM" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, @@ -52242,43 +51793,24 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"pxi" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access = list("chapel_office") - }, -/obj/machinery/mass_driver/chapelgun{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +"pxg" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/closet, +/obj/item/bodybag, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, /turf/open/floor/plating, -/area/station/service/chapel) +/area/station/maintenance/department/chapel) "pxn" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"pxs" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/cigarette, -/obj/effect/spawner/random/entertainment/lighter, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "pxu" = ( /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/engine, /area/station/science/explab) -"pxF" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "pxL" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -52290,10 +51822,16 @@ /obj/machinery/cell_charger, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"pxW" = ( -/obj/machinery/light/small/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard) +"pxV" = ( +/obj/machinery/chem_master, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters"; + name = "Pharmacy Shutter Controls"; + req_access = list("pharmacy") + }, +/obj/effect/turf_decal/tile/yellow/full, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/pharmacy) "pxX" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -52305,41 +51843,22 @@ /obj/effect/spawner/random/techstorage/security_all, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"pye" = ( -/obj/machinery/status_display/evac/directional/east, -/obj/structure/bookcase{ - name = "Holy Bookcase" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"pyf" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/structure/bed/medical/anchored{ - dir = 8 - }, -/obj/item/bedsheet/medical{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"pyj" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/siding/wood{ +"pyc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/security/checkpoint/supply) +"pyo" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "pyr" = ( /obj/machinery/griddle, /turf/open/floor/iron/cafeteria, @@ -52350,10 +51869,38 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"pyE" = ( -/obj/structure/sign/warning/directional/south, -/turf/open/genturf/blue, -/area/icemoon/underground/unexplored/rivers/deep/shoreline) +"pyD" = ( +/obj/machinery/shower/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/left/directional/north{ + name = "Shower Cubicle" + }, +/turf/open/floor/iron/freezer, +/area/station/maintenance/starboard/fore) +"pyG" = ( +/obj/machinery/button/door/directional/east{ + id = "armory"; + name = "Armory Shutters"; + pixel_x = -9; + pixel_y = 30; + req_access = list("armory") + }, +/obj/structure/rack, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/spawner/random/armory/e_gun, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) +"pyI" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Quarter Solar Access" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) "pyJ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -52370,17 +51917,14 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"pyW" = ( -/obj/structure/chair/sofa/bench{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/fore) "pyY" = ( /obj/machinery/status_display/evac/directional/south, /turf/open/openspace, /area/station/engineering/atmos/storage) +"pza" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/hallway) "pzb" = ( /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, @@ -52418,12 +51962,28 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) +"pzq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "pzs" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"pzu" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/detective, +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) "pzC" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/siding/yellow{ @@ -52431,16 +51991,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"pzQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 +"pzD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/mine/laborcamp) "pzV" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -52459,38 +52021,21 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"pzY" = ( -/obj/effect/landmark/start/cyborg, -/obj/structure/cable, -/obj/machinery/holopad/secure, -/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, -/obj/structure/cable/layer3, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat_interior) -"pAj" = ( -/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, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"pAp" = ( -/obj/structure/cable, +"pAc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Ordnance Lab Maintenance" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"pAs" = ( +/area/station/science/ordnance) +"pAN" = ( /obj/structure/ladder, -/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/east, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/department/medical/central) -"pAM" = ( -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) "pAT" = ( /obj/machinery/airalarm/directional/north, /obj/effect/decal/cleanable/dirt, @@ -52512,10 +52057,30 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/port) +"pBy" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "pBA" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/medical/treatment_center) +"pBB" = ( +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pBE" = ( +/turf/closed/wall, +/area/station/cargo/bitrunning/den) "pBI" = ( /obj/machinery/power/smes{ capacity = 9e+006; @@ -52527,12 +52092,6 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/disposal/incinerator) -"pBM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "pBN" = ( /obj/structure/flora/tree/jungle/small/style_random, /turf/open/floor/grass, @@ -52550,13 +52109,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"pBX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "pCi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -52602,15 +52154,30 @@ dir = 1 }, /area/station/science/lab) -"pDr" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Aft Primary Hallway South"; - pixel_y = -22 +"pDl" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig Visitation" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/open/floor/plating, +/area/station/security/prison/visit) +"pDt" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/aft) +/area/station/hallway/primary/central) +"pDy" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/item/clothing/head/beanie/red, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "pDB" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -52631,22 +52198,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"pDP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/transport/linear{ - radial_travel = 0 - }, -/obj/structure/railing{ - dir = 5 - }, -/obj/machinery/elevator_control_panel/directional/north{ - linked_elevator_id = "publicElevator"; - preset_destination_names = list("3"="Icemoon Level","4"="Station Level") - }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) "pDQ" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -52663,26 +52214,39 @@ "pDW" = ( /turf/open/floor/plating, /area/mine/laborcamp/security) -"pEc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ +"pEg" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table, +/obj/structure/bedsheetbin/empty, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) +"pEq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Break Room" + }, /obj/structure/cable, -/turf/open/floor/iron/white/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/hallway/secondary/entry) -"pEg" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/wood, -/area/station/maintenance/port/aft) -"pEo" = ( -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/turf_decal/tile/brown/half{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half{ + dir = 8 + }, +/turf/open/floor/iron/large, +/area/station/medical/break_room) "pEs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/siding/green{ @@ -52690,6 +52254,37 @@ }, /turf/open/floor/iron/large, /area/station/service/hydroponics/garden) +"pEE" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/table, +/obj/item/pai_card, +/obj/item/taperecorder{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) +"pER" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/hand_labeler{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/lighter{ + pixel_x = 8; + pixel_y = -9 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "pEX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52700,20 +52295,16 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) -"pFi" = ( -/obj/structure/table, -/obj/item/toner, -/obj/item/hand_labeler, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, -/obj/effect/turf_decal/tile/brown, +"pFg" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/cargo/lobby) +/area/station/hallway/primary/starboard) "pFl" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -52726,45 +52317,15 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"pFm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"pFD" = ( -/obj/structure/cable, -/obj/structure/sign/warning/gas_mask/directional/south, -/obj/machinery/light/small/dim/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"pFN" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/spawner/random/trash/mess, -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "pFV" = ( /obj/structure/railing/corner, /turf/open/floor/iron/smooth, /area/station/maintenance/fore/lesser) "pFW" = ( -/obj/machinery/door/airlock/wood{ - name = "Bar Backroom" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/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/service/bar, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/bar/backroom) +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "pFZ" = ( /obj/item/target/syndicate, /obj/effect/decal/cleanable/dirt, @@ -52772,19 +52333,19 @@ /obj/effect/turf_decal/bot_red, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"pGd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "pGf" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 10 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"pGn" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "pGo" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -52813,12 +52374,17 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"pGM" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"pGy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"pGJ" = ( +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/area/station/maintenance/starboard/fore) "pGQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/closed/wall, @@ -52840,21 +52406,31 @@ /obj/structure/mop_bucket/janitorialcart, /turf/open/floor/iron, /area/station/service/janitor) -"pHd" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access" - }, +"pHa" = ( /obj/structure/cable, -/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, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) -"pHr" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"pHp" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/hydroponics) "pHy" = ( /obj/structure/rack, /obj/item/clothing/mask/breath, @@ -52872,15 +52448,14 @@ "pHD" = ( /turf/open/floor/iron/white, /area/station/medical/chemistry) -"pHI" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/obj/structure/closet/secure_closet/security, -/obj/machinery/power/apc/auto_name/directional/east, +"pHF" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "pHQ" = ( /obj/structure/cable, /obj/machinery/door/airlock/glass{ @@ -52921,29 +52496,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"pIb" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/newscaster/directional/south, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"pIg" = ( -/obj/machinery/door/airlock/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/fore) -"pIi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/stone, -/area/station/commons/lounge) "pIj" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -52968,18 +52520,10 @@ dir = 10 }, /area/station/science/research) -"pIz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/transport/linear{ - radial_travel = 0 - }, -/obj/structure/railing{ - dir = 9 - }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) +"pIw" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/station/service/library) "pIF" = ( /obj/structure/rack, /obj/item/lighter, @@ -52991,25 +52535,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"pIQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/wood/parquet, -/area/station/service/theater) -"pIZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"pJb" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 }, -/area/station/security/prison) +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "pJc" = ( /obj/machinery/component_printer, /obj/machinery/camera/directional/west{ @@ -53020,31 +52555,24 @@ dir = 4 }, /area/station/science/explab) -"pJm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"pJt" = ( -/obj/structure/flora/bush/grassy/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) +"pJf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "pJu" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/execution/transfer) "pJv" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "pJy" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -53061,19 +52589,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"pJN" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel" - }, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/command/hop, -/obj/machinery/door/firedoor, +"pJH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, /turf/open/floor/iron, -/area/station/command/heads_quarters/hop) +/area/station/service/hydroponics) "pJQ" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/preopen{ @@ -53082,6 +52602,15 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/storage/gas) +"pJU" = ( +/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/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "pJV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53102,16 +52631,26 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/mine/laborcamp/security) -"pKs" = ( -/obj/effect/turf_decal/bot{ +"pKb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pKm" = ( +/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/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/bar/backroom) "pKu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -53125,10 +52664,25 @@ /obj/effect/landmark/start/chief_medical_officer, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"pKH" = ( -/obj/structure/sign/warning/electric_shock/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"pKB" = ( +/obj/structure/filingcabinet, +/obj/structure/sign/poster/official/space_cops/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"pKE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/hydroponics/constructable, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "pKJ" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -53152,10 +52706,36 @@ /obj/machinery/door/poddoor/incinerator_atmos_aux, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"pLa" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "pLe" = ( /obj/structure/sign/warning/xeno_mining, /turf/closed/wall/ice, /area/icemoon/surface/outdoors/nospawn) +"pLn" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"pLr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/science/breakroom) "pLt" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53187,31 +52767,15 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"pLC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"pLO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"pLZ" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"pLP" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/service/library) -"pLT" = ( -/obj/machinery/space_heater, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/warden) +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/structure/closet, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/effect/spawner/random/trash/botanical_waste, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "pMg" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock"; @@ -53223,18 +52787,16 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark/smooth_large, /area/station/security/processing) -"pMj" = ( -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Lower Hallway North"; - network = list("ss13","prison") +"pMk" = ( +/obj/structure/table/wood, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/box/white/corners, +/obj/item/storage/fancy/cigarettes/cigars{ + pixel_y = 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, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) +/turf/open/floor/iron/dark, +/area/station/service/bar) "pMq" = ( /obj/machinery/camera/directional/south{ c_tag = "Atmospherics Storage Room - South" @@ -53252,6 +52814,14 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) +"pMu" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "pMv" = ( /turf/closed/wall, /area/station/commons/storage/emergency/port) @@ -53260,14 +52830,6 @@ /obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"pMA" = ( -/obj/machinery/light_switch/directional/west, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/byteforge, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) "pMC" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, @@ -53279,24 +52841,9 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/science/xenobiology) -"pNj" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "pNm" = ( /turf/closed/wall/r_wall, /area/station/security/execution/education) -"pNp" = ( -/obj/structure/railing/corner/end{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "pNq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -53323,37 +52870,17 @@ /obj/item/tank/internals/emergency_oxygen, /turf/open/floor/iron/white, /area/station/medical/virology) +"pNz" = ( +/obj/structure/closet/secure_closet/warden, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "pNB" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 8 }, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) -"pND" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/genetics) -"pNF" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "pNK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -53370,12 +52897,27 @@ dir = 1 }, /area/station/engineering/lobby) -"pNT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, +"pNY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -3; + pixel_y = 9 + }, /turf/open/floor/iron, -/area/station/service/kitchen/coldroom) +/area/station/science/xenobiology) "pNZ" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/disposalpipe/segment, @@ -53387,21 +52929,6 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"pOf" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/station/science/lab) "pOk" = ( /obj/structure/cable, /turf/closed/wall/r_wall, @@ -53412,62 +52939,32 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/carpet, /area/station/commons/dorms) +"pOq" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/firecloset, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "pOy" = ( /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"pOB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"pOJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/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/lesser) "pOL" = ( /turf/open/floor/iron/white, /area/station/science/ordnance) "pOM" = ( -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ +/obj/effect/turf_decal/siding/wideplating/dark{ dir = 1 }, -/obj/machinery/airalarm/directional/south, +/obj/item/seeds/berry, +/obj/machinery/light/small/dim/directional/south, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"pOR" = ( +/obj/structure/falsewall, /turf/open/floor/plating, -/area/station/maintenance/port/greater) -"pOT" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/firealarm/directional/west, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"pOU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/medical/morgue) "pOV" = ( /obj/structure/rack, /obj/item/clothing/suit/hazardvest, @@ -53475,6 +52972,15 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"pPl" = ( +/obj/item/stack/ore/silver, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "pPy" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 4 @@ -53525,6 +53031,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"pPP" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/random, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) "pPR" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -53540,6 +53052,21 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"pPU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) +"pPY" = ( +/obj/machinery/light/small/dim/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/departments/maint/directional/west, +/obj/structure/sign/departments/maint/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "pQa" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -53569,11 +53096,6 @@ /obj/structure/cable, /turf/open/floor/iron/textured, /area/station/medical/chem_storage) -"pQs" = ( -/obj/machinery/space_heater, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) "pQv" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -53613,18 +53135,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"pQT" = ( -/obj/item/kirbyplants/random, -/obj/structure/sign/warning/pods/directional/west, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/hallway/secondary/entry) "pRa" = ( /turf/closed/wall, /area/station/science/ordnance/bomb) @@ -53632,17 +53142,17 @@ /turf/closed/wall, /area/station/maintenance/port/aft) "pRp" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"pRx" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 2; - id = "botany_chasm_and_wolf_shutters" +/obj/machinery/firealarm/directional/south, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/plating, -/area/station/service/hydroponics) +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/machinery/door/airlock, +/turf/open/floor/iron, +/area/station/command/bridge) "pRB" = ( /obj/machinery/camera/directional/north{ c_tag = "Security - Lower Brig Hallway" @@ -53662,32 +53172,72 @@ }, /turf/open/floor/iron/cafeteria, /area/station/hallway/secondary/exit/departure_lounge) -"pRI" = ( -/obj/structure/table/glass, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) "pRL" = ( /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/commons/storage/art) +"pRQ" = ( +/obj/structure/bed, +/obj/machinery/airalarm/directional/north, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/hangover, +/obj/machinery/button/door/directional/east{ + id = "Dorm4"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"pRX" = ( +/obj/structure/secure_safe/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) "pRZ" = ( /obj/machinery/shower/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/freezer, /area/mine/laborcamp) -"pSg" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral{ +"pSb" = ( +/obj/structure/closet, +/obj/effect/spawner/random/clothing/costume, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/effect/spawner/random/clothing/gloves, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pSd" = ( +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"pSk" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/north{ + c_tag = "Atmospherics Storage Room - North" + }, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/engineering/atmos/storage) +"pSn" = ( +/obj/machinery/seed_extractor, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "pSu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -53695,21 +53245,17 @@ dir = 1 }, /area/station/ai_monitored/command/storage/eva) -"pSw" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/full, -/obj/machinery/holopad, -/turf/open/floor/iron/large, -/area/station/commons/locker) +"pSy" = ( +/obj/machinery/modular_computer/preset/curator{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/service/library) "pSz" = ( /turf/open/openspace, /area/station/maintenance/starboard/upper) -"pSY" = ( -/obj/structure/fence{ - dir = 1 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "pTd" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53731,28 +53277,14 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig/entrance) -"pTf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/binary/valve/digital/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"pTh" = ( -/obj/structure/table, -/obj/effect/spawner/round_default_module, -/obj/effect/turf_decal/tile/dark_green{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"pTo" = ( -/obj/effect/turf_decal/tile/bar{ +"pTg" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/theater) "pTB" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -53792,6 +53324,23 @@ "pTY" = ( /turf/open/floor/iron/white/side, /area/station/science/explab) +"pTZ" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/closet/secure_closet/hydroponics, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"pUa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "pUn" = ( /obj/structure/sink/directional/west, /obj/effect/turf_decal/stripes/line{ @@ -53809,28 +53358,17 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) -"pUK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/spawner/random/armory/barrier_grenades, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) -"pUN" = ( -/obj/structure/chair/stool/directional/south, -/obj/structure/sign/poster/official/work_for_a_future/directional/north, -/obj/effect/decal/cleanable/dirt, +"pVh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/iron, -/area/mine/laborcamp) -"pVi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) "pVl" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -53861,14 +53399,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/main) +"pVL" = ( +/turf/closed/wall/r_wall, +/area/station/security/mechbay) "pVN" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"pVU" = ( -/obj/effect/decal/remains/plasma, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"pVQ" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/floor/plating/icemoon, +/area/icemoon/surface/outdoors/nospawn) "pVV" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -53879,36 +53422,68 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"pVX" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +"pWb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/rack_parts, +/obj/effect/spawner/random/clothing/beret_or_rabbitears, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) +"pWf" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/food_or_drink/cups, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) +"pWk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"pWr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "pWu" = ( /obj/docking_port/stationary/syndicate/northeast{ dir = 8 }, /turf/open/genturf, /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) -"pWW" = ( -/obj/machinery/computer/order_console/cook{ - dir = 4 +"pWB" = ( +/obj/item/toy/snowball{ + pixel_x = -6; + pixel_y = -4 }, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"pWY" = ( +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) +/turf/open/floor/iron/white, +/area/station/medical/break_room) "pXe" = ( /obj/item/stack/sheet/animalhide/monkey, /obj/effect/decal/cleanable/blood, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"pXh" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "pXj" = ( /obj/machinery/power/shieldwallgen/xenobiologyaccess, /obj/structure/cable, @@ -53931,27 +53506,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"pXp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +"pXq" = ( +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "pXv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"pXy" = ( -/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/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "pXB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -53971,10 +53533,21 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"pXU" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Arrivals Lounge" + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "pXY" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"pXZ" = ( +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/visit) "pYa" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -53988,14 +53561,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"pYl" = ( -/obj/machinery/computer/order_console/mining, -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) "pYz" = ( /obj/structure/railing/corner, /obj/machinery/door/firedoor/border_only, @@ -54014,18 +53579,12 @@ /turf/open/floor/plating, /area/station/maintenance/central/greater) "pYE" = ( -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/dark/textured_half, -/area/station/service/hydroponics) +/obj/machinery/modular_computer/preset/cargochat/service, +/obj/machinery/requests_console/auto_name/directional/north, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "pYF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54052,24 +53611,6 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) -"pZu" = ( -/obj/structure/table/wood/poker, -/obj/item/trash/candle{ - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"pZB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) "pZD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -54097,21 +53638,42 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) +"qai" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating/snowed/icemoon, +/area/station/maintenance/port/aft) "qam" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating, /area/station/commons/storage/mining) -"qas" = ( -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "qau" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"qaz" = ( +/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" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"qaA" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Bar" + }, +/turf/open/floor/iron, +/area/station/service/bar) "qaD" = ( /obj/machinery/light_switch/directional/north, /obj/structure/sign/poster/official/help_others/directional/west, @@ -54132,11 +53694,18 @@ /turf/open/floor/iron/dark/textured, /area/station/engineering/main) "qaI" = ( -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east{ + pixel_y = -6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/virology) "qaL" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 5 @@ -54147,6 +53716,14 @@ /obj/structure/closet/wardrobe/mixed, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"qaU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "qbb" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -54177,11 +53754,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"qbl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/sustenance/labor_camp, -/turf/open/floor/iron, -/area/mine/laborcamp) "qbq" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -54194,11 +53766,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) -"qbs" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/dorms) "qbA" = ( /obj/structure/cable, /obj/machinery/airalarm/directional/east, @@ -54220,15 +53787,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"qbS" = ( -/obj/machinery/space_heater, -/obj/machinery/camera/directional/south{ - c_tag = "Auxiliary Tool Storage" - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +"qbU" = ( +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "qbW" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/three, @@ -54250,10 +53812,9 @@ /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) "qcr" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/light/small/dim/directional/north, +/obj/effect/decal/cleanable/oil, /turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/area/station/maintenance/starboard/fore) "qcu" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, @@ -54270,17 +53831,6 @@ /obj/machinery/plumbing/sender, /turf/open/floor/plating, /area/station/medical/chemistry) -"qcZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/vending/cigarette, -/turf/open/floor/iron, -/area/station/commons/locker) -"qdd" = ( -/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, -/turf/open/floor/iron, -/area/station/commons/fitness) "qde" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -54306,6 +53856,18 @@ dir = 4 }, /area/station/engineering/atmos/mix) +"qdC" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Mining"; + name = "Mining Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "qdE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -54315,6 +53877,18 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/ai_monitored/command/storage/eva) +"qdF" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/smooth_edge, +/area/station/security/lockers) +"qdH" = ( +/obj/structure/bookcase/random, +/obj/structure/sign/poster/official/nanomichi_ad/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/red, +/area/station/security/prison/work) "qdK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -54323,13 +53897,11 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/fore) -"qdR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/command/gateway) +"qdY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/service/lawoffice) "qea" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical{ @@ -54343,46 +53915,68 @@ }, /turf/open/floor/iron, /area/station/tcommsat/computer) +"qeg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/textured_half, +/area/station/service/kitchen) "qeh" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/station/security/checkpoint/engineering) -"qes" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 +"qej" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/obj/structure/railing/corner/end/flip, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qek" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/obj/machinery/duct, +/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 +/obj/structure/rack, +/obj/item/clothing/accessory/armband/hydro{ + pixel_y = 4; + pixel_x = 2 }, -/turf/open/floor/iron, +/obj/item/clothing/accessory/armband/hydro, +/obj/item/toy/figure/botanist, +/turf/open/floor/iron/dark, /area/station/service/hydroponics) -"qeA" = ( -/obj/machinery/vending/cigarette, -/obj/structure/sign/departments/telecomms/directional/west, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"qeJ" = ( -/obj/structure/chair/plastic{ +"qen" = ( +/obj/structure/table/wood, +/obj/machinery/microwave, +/turf/open/floor/stone, +/area/mine/eva/lower) +"qeF" = ( +/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/decal/cleanable/blood/splatter, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals Aux Dock" + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "qeL" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -54398,6 +53992,13 @@ /obj/item/flashlight/lantern, /turf/open/floor/plating, /area/station/maintenance/department/cargo) +"qeQ" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Xenobiology Pens Observation - Port Fore"; + network = list("ss13","rd","xeno") + }, +/turf/open/openspace, +/area/station/science/xenobiology) "qeR" = ( /obj/structure/chair/pew{ dir = 1 @@ -54408,67 +54009,30 @@ dir = 8 }, /area/station/service/chapel) -"qfe" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/condiment/peppermill{ +"qeX" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/wallet{ + pixel_y = 5; pixel_x = 3 }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/item/newspaper, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qfh" = ( /turf/open/floor/iron/recharge_floor, /area/station/science/robotics/mechbay) +"qfj" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "qfs" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison/safe) -"qfu" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"qfy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qfA" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"qfB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/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/service/chapel/office) "qfE" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -54478,14 +54042,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"qfT" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/siding/white, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +"qgm" = ( +/obj/machinery/meter/monitored/waste_loop, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/corner, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "qgn" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/stripes/corner{ @@ -54500,16 +54064,11 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"qgN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) +"qgu" = ( +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "qgO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -54526,18 +54085,12 @@ /mob/living/basic/bot/cleanbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) -"qhy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"qhG" = ( -/obj/structure/sign/warning/secure_area/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/command/gateway) +"qhp" = ( +/obj/structure/sign/warning/gas_mask/directional/south, +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "qhL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -54550,6 +54103,16 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"qhP" = ( +/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{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) "qhS" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -54557,35 +54120,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/security/prison) -"qia" = ( -/obj/machinery/button/door/directional/west{ - id = "gene_shutters"; - name = "Genetics Privacy Shutters"; - pixel_y = -4; - req_access = list("genetics") - }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -34; - pixel_y = 7 - }, -/obj/machinery/button/door/directional/west{ - id = "gene_desk_shutters"; - name = "Genetics Desk Shutters"; - pixel_y = 6; - req_access = list("genetics") - }, -/obj/effect/turf_decal/stripes/line, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"qid" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/mine/laborcamp) "qig" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54594,46 +54128,60 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"qis" = ( -/obj/item/radio/intercom/directional/east, -/obj/machinery/computer/slot_machine{ - name = "two-armed bandit" - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) -"qiu" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Bridge Conference Room" - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"qix" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/eva{ - pixel_y = 9 +"qir" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/item/clothing/shoes/winterboots/ice_boots/eva{ - pixel_x = -2; - pixel_y = 4 +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qiC" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 }, -/obj/effect/turf_decal/delivery/red, -/obj/item/clothing/gloves/color/grey/protects_cold, -/obj/item/clothing/mask/gas, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 +/turf/open/misc/dirt/dark{ + initial_gas_mix = "ICEMOON_ATMOS" }, -/turf/open/floor/iron/textured, -/area/station/ai_monitored/command/storage/eva) +/area/icemoon/underground/explored/graveyard/chapel) +"qiD" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/service/bar) +"qiF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) "qiJ" = ( /obj/structure/closet/secure_closet/freezer/kitchen/maintenance, /obj/effect/spawner/random/contraband/prison, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) +"qiK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "qiN" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"qiP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"qiS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "qiT" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/tile/green/anticorner/contrasted{ @@ -54652,13 +54200,28 @@ /obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"qjj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"qjg" = ( +/obj/effect/landmark/observer_start, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/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, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"qji" = ( +/obj/structure/sign/poster/official/no_erp/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/station/maintenance/starboard/fore) "qjm" = ( /obj/machinery/camera/directional/south{ c_tag = "Bridge West Access" @@ -54667,23 +54230,30 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/hallway/primary/central) -"qjn" = ( -/obj/structure/table/wood, -/obj/item/soap/nanotrasen, -/obj/item/clothing/head/costume/sombrero/green, -/obj/machinery/camera{ - c_tag = "Service - Theater"; - dir = 9 - }, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/commons/lounge) +"qjp" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron, +/area/station/commons/locker) +"qjq" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"qjr" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "qjx" = ( /obj/structure/cable, /obj/machinery/holopad/secure, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"qjC" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "qjF" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -54691,6 +54261,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"qjN" = ( +/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) "qjO" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -54698,9 +54277,46 @@ /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"qjP" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "qjQ" = ( /turf/closed/wall, /area/station/cargo/miningdock) +"qjT" = ( +/obj/machinery/door/airlock/wood{ + name = "Backstage" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/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/service/theatre, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/theater) "qjV" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -54716,11 +54332,28 @@ /obj/structure/disposalpipe/trunk/multiz/down, /turf/open/floor/iron/dark, /area/station/medical/medbay/aft) -"qkt" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"qkl" = ( +/obj/structure/sign/warning/directional/west{ + desc = "A sign warning to watch for moving minecarts beyond this point." + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, /turf/open/floor/plating, -/area/station/maintenance/port/aft) +/area/station/maintenance/starboard/lesser) +"qku" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/hallway/secondary/entry) +"qky" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red/half{ + dir = 1 + }, +/turf/open/floor/iron/smooth_half, +/area/station/security/brig/upper) "qkB" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -54779,16 +54412,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"qlB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "qlG" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty{ @@ -54800,33 +54423,53 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/science/explab) -"qlQ" = ( -/obj/structure/sign/warning/directional/west{ - desc = "A sign warning to watch for moving minecarts beyond this point." +"qlO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/structure/table, +/obj/structure/secure_safe/directional/south, +/obj/item/storage/briefcase/secure, +/turf/open/floor/iron/smooth, +/area/station/command/heads_quarters/rd) +"qlP" = ( +/obj/machinery/door/airlock/external/glass, +/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/external, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/entry) "qlU" = ( /obj/structure/closet/crate, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"qlY" = ( +/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, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qmi" = ( /turf/open/floor/iron, /area/station/cargo/lobby) +"qml" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/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/brig/entrance) "qmt" = ( /turf/closed/wall, /area/mine/eva/lower) -"qmw" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "graveyard" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/medical/morgue) "qmK" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -54866,6 +54509,10 @@ /obj/structure/sign/warning/gas_mask, /turf/closed/wall/r_wall, /area/station/hallway/secondary/exit/departure_lounge) +"qmY" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle, +/turf/open/floor/plating, +/area/station/maintenance/fore) "qna" = ( /obj/machinery/camera/directional/east{ c_tag = "Security - Permabrig Chapel"; @@ -54873,14 +54520,6 @@ }, /turf/open/floor/carpet, /area/station/security/prison/rec) -"qnd" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/rack, -/obj/item/storage/crayons, -/turf/open/floor/iron, -/area/station/security/processing) "qnj" = ( /turf/closed/wall, /area/station/commons/locker) @@ -54893,13 +54532,18 @@ /obj/machinery/status_display/evac/directional/east, /turf/open/floor/wood, /area/station/service/library) -"qno" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +"qnr" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/item/storage/bag/ore, +/obj/item/pickaxe, +/obj/item/mining_scanner, +/obj/item/flashlight, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/gps/mining, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/mining) "qnt" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -54911,13 +54555,6 @@ "qnC" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/ce) -"qnE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "qnO" = ( /obj/machinery/atmospherics/components/trinary/mixer/airmix{ dir = 4 @@ -54927,14 +54564,33 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qnU" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/blue{ +"qnT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"qnV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency{ + pixel_y = 9 + }, +/obj/item/assembly/timer, +/obj/item/assembly/signaler{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = -12 + }, +/obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/command/bridge) "qob" = ( /obj/structure/table, /obj/effect/decal/cleanable/cobweb, @@ -54952,16 +54608,11 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/wood/parquet, /area/station/service/library) -"qoz" = ( -/obj/machinery/door/airlock/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 = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"qoK" = ( +/obj/structure/flora/rock/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/station/maintenance/port/aft) "qoM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/burnt_floor, @@ -54979,6 +54630,21 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"qpb" = ( +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "qpd" = ( /obj/effect/landmark/blobstart, /obj/structure/disposalpipe/segment{ @@ -54988,34 +54654,71 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/fore) -"qpe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/fourcorners, +"qpp" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Quartermaster's Office" + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/obj/structure/table, +/obj/item/coin/silver, +/obj/item/computer_disk/quartermaster, +/obj/item/computer_disk/quartermaster, +/obj/item/computer_disk/quartermaster, +/obj/item/clipboard, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/command/heads_quarters/qm) "qpr" = ( /obj/effect/turf_decal/trimline/dark_blue/line, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"qpy" = ( -/obj/structure/chair{ - dir = 8 - }, +"qpt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp/security) -"qpz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qpu" = ( +/obj/machinery/button/door/directional/west{ + id = "gene_shutters"; + name = "Genetics Privacy Shutters"; + pixel_y = -4; + req_access = list("genetics") + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -34; + pixel_y = 7 + }, +/obj/machinery/button/door/directional/west{ + id = "gene_desk_shutters"; + name = "Genetics Desk Shutters"; + pixel_y = 6; + req_access = list("genetics") + }, +/obj/effect/turf_decal/stripes/line, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"qpv" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) "qpB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -55031,6 +54734,18 @@ /obj/structure/fence/door, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"qpI" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "qpP" = ( /obj/structure/chair/comfy/black, /obj/effect/landmark/start/assistant, @@ -55045,15 +54760,26 @@ /obj/machinery/recharge_station, /turf/open/floor/wood, /area/station/command/meeting_room) -"qpV" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 +"qpZ" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/paper_bin/carbon{ + pixel_x = 5; + pixel_y = 18 + }, +/obj/item/stamp/head/hop{ + pixel_x = 8; + pixel_y = 5 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/closet/secure_closet/hydroponics, -/obj/structure/sign/clock/directional/east, /turf/open/floor/iron, -/area/station/service/hydroponics) +/area/station/command/heads_quarters/hop) "qqh" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8; @@ -55062,44 +54788,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"qqk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "qqn" = ( /obj/structure/tank_dispenser/oxygen, /turf/open/floor/iron/smooth, /area/mine/eva/lower) -"qqw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/lounge) -"qqx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, +"qqv" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/item/storage/toolbox/emergency, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"qqz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/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/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) +/area/station/maintenance/department/medical/morgue) "qqB" = ( /obj/machinery/button/door/directional/north{ id = "maint3"; @@ -55108,6 +54806,20 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"qqG" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/stone, +/area/station/commons/lounge) +"qqJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #4" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/storage) "qqM" = ( /obj/effect/landmark/start/head_of_security, /obj/machinery/holopad, @@ -55116,16 +54828,11 @@ dir = 1 }, /area/station/security/office) -"qrc" = ( -/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/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"qqP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qrg" = ( /obj/item/bodypart/head, /obj/effect/decal/cleanable/blood, @@ -55158,6 +54865,13 @@ /obj/structure/sign/warning/gas_mask, /turf/closed/wall/r_wall, /area/station/engineering/storage_shared) +"qrn" = ( +/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/structure/sign/clock/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) "qrq" = ( /obj/structure/toilet/greyscale{ cistern = 1; @@ -55167,44 +54881,72 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) -"qrB" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "QM #4" - }, -/obj/effect/turf_decal/bot, +"qrJ" = ( +/obj/machinery/ticket_machine/directional/east, +/obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, -/area/station/cargo/storage) -"qsd" = ( -/obj/structure/sign/warning/secure_area/directional/west, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/area/station/hallway/primary/central) +"qrQ" = ( +/obj/structure/railing{ dir = 8 }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) +"qrT" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"qrZ" = ( +/obj/structure/chair/stool/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/primary/central) -"qsn" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, -/area/station/security/warden) -"qsu" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 +/area/station/commons/fitness) +"qsa" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 7"; + req_access = list("xenobiology") }, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/turf/open/floor/iron/white/side{ - dir = 5 +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "Xenobio Pen 7 Blast Door" }, -/area/station/science/lab) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qsh" = ( +/obj/structure/plaque/static_plaque/golden/commission/icebox, +/obj/effect/landmark/navigate_destination/dockarrival, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) +"qsi" = ( +/obj/structure/secure_safe/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"qsp" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) +"qsq" = ( +/obj/structure/sign/warning/directional/south, +/turf/open/openspace/icemoon/keep_below, +/area/icemoon/underground/explored) "qsy" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -55230,15 +54972,49 @@ /turf/open/floor/iron/large, /area/station/medical/treatment_center) "qsR" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/rack, +/obj/item/clothing/gloves/latex, +/turf/open/floor/plating, +/area/station/security/prison/safe) "qtj" = ( /turf/closed/wall, /area/station/engineering/storage) +"qto" = ( +/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/lesser) +"qtq" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"qts" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) +"qtt" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/five, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "qtw" = ( /obj/machinery/door/airlock/security{ name = "Prison Forestry" @@ -55249,6 +55025,13 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/security/prison/garden) +"qtH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/mine/laborcamp) "qtM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -55262,19 +55045,14 @@ /obj/machinery/light/directional/north, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"qum" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor{ - name = "Armory Desk"; - req_access = list("armory") - }, -/obj/machinery/door/window/left/directional/north{ - name = "Armory Desk" +"que" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Chapel South" }, -/obj/item/hand_labeler, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory/upper) +/obj/structure/closet/crate/bin, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "quB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -55294,10 +55072,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"quQ" = ( -/obj/item/kirbyplants/fern, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "quY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -55315,10 +55089,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/fore) +"qvi" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/eighties, +/area/station/commons/lounge) "qvk" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"qvE" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/station/science/genetics) +"qvF" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/station/service/library) +"qvM" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "qvQ" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/iron/dark, @@ -55344,13 +55141,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage/gas) -"qvZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/end{ - dir = 1 - }, -/turf/open/floor/iron/textured, -/area/station/medical/chem_storage) "qwa" = ( /obj/machinery/door/window/brigdoor/right/directional/west{ name = "Shooting Range" @@ -55364,16 +55154,26 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"qwf" = ( -/obj/machinery/computer/records/security{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, +"qwd" = ( +/obj/machinery/light_switch/directional/south, +/obj/structure/closet/secure_closet/security/cargo, /obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/security/checkpoint/supply) +"qwe" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = -3 + }, +/obj/item/cigbutt, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "qwi" = ( /obj/effect/turf_decal/trimline/neutral/corner, /obj/structure/railing/corner{ @@ -55384,6 +55184,11 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) +"qwn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/commons/locker) "qwB" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/wood, @@ -55439,19 +55244,51 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"qwP" = ( +"qwX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/maintenance/port/aft) +"qxb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) +"qxg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"qxa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair/stool/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"qxl" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/machinery/requests_console/directional/north{ + department = "Circuits Lab"; + name = "Circuits Lab Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron, +/area/station/science/explab) +"qxm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "qxo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ @@ -55487,39 +55324,28 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/engineering/lobby) -"qxN" = ( -/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4{ - dir = 1 +"qxI" = ( +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"qxJ" = ( +/obj/machinery/door/window/left/directional/east{ + dir = 8; + name = "Graveyard Access"; + req_access = list("chapel_office") }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) "qxQ" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/cargo/lobby) -"qxW" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/locker) -"qye" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"qyf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) +"qxY" = ( +/obj/item/chair/plastic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "qyn" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -55527,6 +55353,20 @@ }, /turf/open/floor/iron/dark, /area/station/science/server) +"qyo" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 9"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "qyI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -55534,19 +55374,32 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"qyL" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/commons/locker) +"qyO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "qyR" = ( /turf/open/openspace, /area/station/medical/treatment_center) -"qzg" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 +"qyT" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "qzq" = ( /obj/structure/sign/departments/cargo, /turf/closed/wall/r_wall, @@ -55582,11 +55435,6 @@ }, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"qzR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) "qzT" = ( /obj/structure/closet/firecloset, /obj/effect/mapping_helpers/burnt_floor, @@ -55607,12 +55455,26 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"qAz" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +"qAi" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"qAq" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage) +"qAB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "qAI" = ( /obj/effect/decal/cleanable/food/flour, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55621,6 +55483,23 @@ "qAQ" = ( /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"qAS" = ( +/obj/item/stack/rods/fifty, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/department/electrical) "qAT" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/trimline/dark_red/arrow_ccw{ @@ -55636,6 +55515,17 @@ /obj/machinery/telecomms/server/presets/supply, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"qAX" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "graveyard" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, +/turf/open/floor/plating, +/area/station/medical/morgue) "qBd" = ( /obj/machinery/door/airlock{ id_tag = "Dorm3"; @@ -55653,6 +55543,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"qBw" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access = list("brig") + }, +/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/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"qBN" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qCl" = ( /obj/effect/spawner/random/trash/mess, /obj/structure/disposalpipe/segment{ @@ -55674,15 +55583,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"qCE" = ( -/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/blue{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "qCF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -55692,6 +55592,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"qCI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "qCJ" = ( /obj/structure/sign/warning/directional/north, /obj/machinery/light/small/directional/south, @@ -55729,31 +55638,35 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/large, /area/mine/mechbay) -"qDh" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 +"qDj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"qDv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"qDk" = ( +/obj/structure/bed, +/obj/machinery/airalarm/directional/north, +/obj/item/bedsheet/dorms, +/obj/machinery/button/door/directional/east{ + id = "Dorm2"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"qDy" = ( -/obj/effect/turf_decal/tile/dark_green, -/obj/effect/turf_decal/tile/green{ - dir = 4 +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"qDD" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/iron/cafeteria, +/area/mine/laborcamp) "qDF" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/iron/smooth, @@ -55767,10 +55680,41 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"qDM" = ( +/obj/machinery/restaurant_portal/bar, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "qEa" = ( /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"qEj" = ( +/obj/structure/table/glass, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "qEm" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -55784,9 +55728,17 @@ /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/structure/tank_holder/oxygen/yellow, +/obj/structure/tank_holder/oxygen/yellow, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"qEv" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/science/xenobiology) "qEz" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -55798,6 +55750,17 @@ "qEJ" = ( /turf/closed/wall, /area/station/service/chapel/office) +"qEK" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "qEM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55810,10 +55773,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"qEX" = ( -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/commons/locker) "qEZ" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -55826,6 +55785,12 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron/white, /area/station/science/research) +"qFm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "qFn" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Cabins" @@ -55844,11 +55809,21 @@ /obj/item/crowbar/red, /turf/open/floor/glass/reinforced, /area/station/science/xenobiology) +"qFq" = ( +/obj/machinery/computer/security/telescreen/interrogation/directional/north, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/processing) "qFs" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "qFt" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -55861,20 +55836,24 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"qFC" = ( -/obj/machinery/light/small/directional/east, -/turf/open/openspace, -/area/station/service/hydroponics) -"qFS" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"qFU" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/plating/snowed/icemoon, -/area/station/maintenance/port/aft) +"qFJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/customs/auxiliary) +"qFW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "qFX" = ( /obj/machinery/door/airlock{ name = "Custodial Closet" @@ -55907,21 +55886,18 @@ /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 8 }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Xenobio Monitor"; - network = list("xeno"); - pixel_x = 26 +/obj/machinery/computer/security/telescreen/test_chamber/directional/east{ + name = "Xenobio Monitor" }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"qGj" = ( -/obj/structure/chair{ - dir = 8 +"qGJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "qGQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -55950,6 +55926,11 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/checker, /area/station/commons/storage/emergency/port) +"qHc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/warning/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/fore) "qHg" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -55958,9 +55939,17 @@ /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) "qHj" = ( -/obj/structure/sign/warning/cold_temp/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "qHl" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55979,15 +55968,19 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"qHq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) -"qHt" = ( -/obj/machinery/status_display/evac/directional/east, -/obj/structure/reagent_dispensers/fueltank, +"qHz" = ( +/obj/machinery/light_switch/directional/west, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/area/station/medical/surgery/fore) "qHD" = ( /obj/machinery/computer/prisoner/management, /obj/effect/turf_decal/tile/red/anticorner/contrasted{ @@ -55995,32 +55988,20 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"qIa" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) +"qHO" = ( +/obj/machinery/bluespace_vendor/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "qIf" = ( /obj/machinery/power/smes, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"qIn" = ( -/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/maintenance{ - name = "Bar Maintenance" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/commons/lounge) "qIo" = ( /obj/structure/closet/crate/hydroponics, /obj/item/paper/guides/jobs/hydroponics, @@ -56075,16 +56056,6 @@ "qIU" = ( /turf/open/floor/iron, /area/station/commons/dorms) -"qIV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured, -/area/station/commons/storage/art) "qJh" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -56100,37 +56071,6 @@ /obj/item/cigbutt, /turf/open/floor/wood/large, /area/mine/eva/lower) -"qJw" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/duct, -/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/hydroponics) -"qJJ" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "qJT" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating/snowed/icemoon, @@ -56167,6 +56107,27 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/plating, /area/station/security/prison/safe) +"qKc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"qKk" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) "qKq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -56200,42 +56161,18 @@ }, /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb) -"qKF" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "qKH" = ( /obj/structure/sign/warning/cold_temp/directional/north, /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"qKK" = ( -/obj/machinery/computer/atmos_control/nitrogen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qKP" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"qKJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) +/turf/open/floor/iron/dark/smooth_large, +/area/station/hallway/secondary/entry) "qKQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -56254,14 +56191,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/brig) -"qKX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "qLf" = ( /obj/structure/sign/painting/library{ pixel_y = 32 @@ -56277,31 +56206,38 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/security/prison/safe) +"qLi" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/rec) "qLm" = ( /obj/machinery/suit_storage_unit/mining, /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/mine/eva) "qLo" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/treatment_center) +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "qLt" = ( /obj/effect/landmark/start/hangover, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central) -"qLw" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plating, -/area/station/cargo/sorting) +"qLy" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "qLB" = ( /obj/structure/filingcabinet/employment, /turf/open/floor/wood, @@ -56323,91 +56259,41 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/service/lawoffice) -"qLN" = ( -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "Test Chamber Blast Door" - }, -/obj/machinery/door/window/left/directional/south{ - dir = 8; - name = "Test Chamber"; - req_access = list("xenobiology") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"qLU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) +"qLQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/mine/eva/lower) +"qLX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/basketball, +/turf/open/floor/iron, +/area/station/security/prison/workout) "qLY" = ( /turf/closed/wall/r_wall, /area/station/science/xenobiology) -"qMe" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) "qMm" = ( /obj/structure/bookcase/random/adult, /turf/open/floor/wood, /area/station/service/library) -"qMn" = ( -/obj/structure/closet/crate/trashcart/laundry, -/obj/effect/spawner/random/contraband/prison, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/work) "qMo" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 }, /turf/open/floor/plating, /area/station/commons/dorms/laundry) -"qMu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/cold_temp{ - pixel_x = -2; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) "qMz" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"qMA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/textured_large, -/area/station/security/evidence) "qMH" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) +"qMK" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qMN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -56434,15 +56320,15 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"qNk" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 +"qNl" = ( +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Atmospherics" }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron, +/area/station/maintenance/department/medical/central) "qNn" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical{ @@ -56479,25 +56365,34 @@ /obj/effect/turf_decal/tile/dark_blue/diagonal_edge, /turf/open/floor/iron/dark/diagonal, /area/station/engineering/atmos/mix) -"qND" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "qNE" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"qNF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 9 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/engineering/atmos) "qNV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) +"qNW" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "qNX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -56511,19 +56406,24 @@ /obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"qOk" = ( +"qOc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"qOe" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/electrolyzer, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/obj/item/reagent_containers/cup/bucket{ + pixel_y = 10; + pixel_x = -4 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "qOl" = ( /turf/open/floor/wood, /area/station/maintenance/port/aft) -"qOn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) "qOy" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -56548,6 +56448,15 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/station/science/server) +"qOO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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/large, +/area/station/service/bar) "qOP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56563,31 +56472,50 @@ dir = 1 }, /area/station/security/processing) -"qOV" = ( -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) "qOW" = ( /obj/structure/sign/warning/biohazard/directional/west, /turf/open/openspace, /area/station/medical/medbay/aft) -"qPd" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/work) +"qPm" = ( +/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, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "qPp" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) +"qPq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs/auxiliary) +"qPs" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) +"qPt" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_med, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "qPu" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -56601,13 +56529,6 @@ }, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"qPC" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "qPE" = ( /obj/structure/closet/secure_closet/freezer/meat, /turf/open/misc/asteroid/snow/coldroom, @@ -56620,23 +56541,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"qPJ" = ( +/obj/structure/cable, +/mob/living/basic/sloth/paperwork, +/turf/open/floor/iron, +/area/station/cargo/storage) "qPL" = ( /turf/closed/wall/r_wall, /area/station/hallway/secondary/exit/departure_lounge) -"qPP" = ( -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/openspace, -/area/station/commons/storage/mining) -"qPR" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/icemoon, -/area/station/science/ordnance/bomb) -"qPW" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/project) +"qPX" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/eva/lower) "qPY" = ( /obj/structure/bookcase/random/fiction, /turf/open/floor/wood, @@ -56664,14 +56583,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"qQs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "qQt" = ( /obj/machinery/light/small/directional/west, /turf/open/misc/asteroid/snow/icemoon, @@ -56700,21 +56611,20 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"qRh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/rack, -/obj/item/storage/backpack/satchel/leather/withwallet, -/obj/item/toy/figure/assistant, -/obj/structure/sign/calendar/directional/west, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) "qRk" = ( /obj/item/chair/wood, /turf/open/floor/carpet, /area/station/maintenance/space_hut/cabin) +"qRq" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "qRr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -56725,18 +56635,36 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/command/meeting_room) +"qRv" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/cerulean, +/obj/structure/flora/tree/pine/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "qRO" = ( /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, /area/station/science/ordnance) -"qRU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/purple/half/contrasted, +"qRQ" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"qRR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"qSb" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) "qSe" = ( /obj/structure/railing/corner{ dir = 1 @@ -56750,9 +56678,45 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"qSi" = ( +/obj/effect/spawner/random/decoration/flower, +/obj/structure/flora/rock/pile/icy/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"qSj" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/machinery/camera/directional/south{ + c_tag = "Service Law Office" + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 17 + }, +/obj/machinery/requests_console/directional/south{ + department = "Law Office"; + name = "Law Office Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) "qSk" = ( /turf/open/floor/iron/dark, /area/station/science/ordnance) +"qSo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/prison/garden) "qSq" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -56769,13 +56733,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/sepia, /area/station/security/prison/rec) -"qSy" = ( -/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/west, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "qSC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -56819,28 +56776,33 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"qTe" = ( -/obj/structure/railing/corner/end/flip{ - dir = 4 +"qTc" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) +"qTj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"qTp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +/obj/structure/sign/warning/pods/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"qTm" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"qTq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/structure/steam_vent, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "qTs" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) @@ -56851,14 +56813,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/carpet/red, /area/station/security/prison/work) -"qTJ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "qTS" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -56866,6 +56820,15 @@ }, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"qTZ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "qUa" = ( /obj/structure/closet/crate/secure/freezer/pizza, /obj/effect/decal/cleanable/dirt, @@ -56873,29 +56836,27 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) +"qUb" = ( +/obj/structure/table/wood, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qUe" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"qUr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/aft) "qUu" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"qUv" = ( -/obj/structure/rack, -/obj/item/wirecutters, -/obj/item/screwdriver, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/xenobiology) "qUw" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/decal/cleanable/dirt, @@ -56927,23 +56888,28 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"qVc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, +"qVg" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, -/area/station/commons/dorms) -"qVd" = ( -/obj/structure/chair/sofa/bench/right, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/area/station/commons/locker) +"qVk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "qVo" = ( /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"qVp" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/command/bridge) "qVz" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -56951,6 +56917,17 @@ /obj/structure/rack, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"qVD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "qVJ" = ( /obj/machinery/disposal/bin, /obj/machinery/light_switch/directional/south, @@ -56959,16 +56936,22 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/hos) -"qVM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ +"qVN" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/matter_bin, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qWh" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 4 +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +/area/station/hallway/primary/starboard) "qWn" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -56993,10 +56976,34 @@ }, /turf/open/floor/iron/dark/textured, /area/station/engineering/main) +"qWA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "qWD" = ( /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/virology) +"qWI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/aft) "qWJ" = ( /obj/item/crowbar/large, /obj/structure/rack, @@ -57026,10 +57033,21 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"qWT" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) +"qWS" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"qWY" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Fitness Ring" + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) "qWZ" = ( /turf/closed/wall/r_wall, /area/station/command/bridge) @@ -57043,14 +57061,12 @@ /obj/machinery/light/small/directional/south, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"qXk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/atmos_control/nocontrol/incinerator{ - dir = 8 +"qXl" = ( +/obj/structure/fence/corner{ + dir = 10 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal/incinerator) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "qXp" = ( /obj/machinery/camera/directional/north{ c_tag = "Research Division Access"; @@ -57065,20 +57081,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"qXz" = ( -/obj/effect/turf_decal/siding/white, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/light/small/directional/west, -/obj/item/stack/package_wrap{ - pixel_y = 3 - }, -/obj/item/hand_labeler, -/turf/open/floor/iron, -/area/station/service/hydroponics) "qXF" = ( /obj/machinery/computer/station_alert, /obj/effect/turf_decal/tile/yellow/half/contrasted, @@ -57088,15 +57090,6 @@ /obj/structure/flora/bush/jungle/c/style_random, /turf/open/floor/grass, /area/station/medical/virology) -"qXW" = ( -/obj/structure/ladder, -/obj/structure/sign/warning/cold_temp/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/engineering/lobby) "qXY" = ( /obj/effect/spawner/random/trash, /turf/open/floor/plating, @@ -57134,25 +57127,14 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"qYD" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/light/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Service - Hall" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) -"qYI" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 +"qYA" = ( +/obj/machinery/computer/security, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "qYP" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57172,10 +57154,16 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"qYR" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +"qYV" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "qYZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/newscaster/directional/south, @@ -57188,63 +57176,54 @@ /obj/item/pen, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"qZm" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/yellow/full, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/pharmacy) -"qZs" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +"qZp" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Atrium" }, -/obj/structure/bed/medical/anchored{ +/obj/effect/turf_decal/bot_white, +/turf/open/floor/wood/large, +/area/station/service/bar/atrium) +"qZv" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/item/bedsheet/medical{ - dir = 4 +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, -/area/station/medical/virology) -"qZv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria{ - dir = 8 +/area/station/medical/treatment_center) +"qZy" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/station/hallway/secondary/entry) -"qZB" = ( -/obj/machinery/oven/range, -/obj/effect/turf_decal/siding/white/corner, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"qZG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"qZL" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/west{ - c_tag = "Labor Camp Cell 3"; - network = list("labor") - }, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 1" +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" }, -/turf/open/floor/iron, -/area/mine/laborcamp) +/turf/open/floor/wood, +/area/station/commons/lounge) "qZN" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/freezerchamber) +"qZQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "qZT" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 1 @@ -57252,12 +57231,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/textured, /area/mine/mechbay) -"qZU" = ( -/obj/effect/spawner/random/structure/chair_maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "rab" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -57321,29 +57294,11 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"raE" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "raH" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"raL" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/fore) "raN" = ( /obj/machinery/firealarm/directional/north, /obj/machinery/light/directional/north, @@ -57375,36 +57330,14 @@ /obj/structure/closet, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"rbl" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/station/maintenance/disposal) -"rbm" = ( -/obj/machinery/camera/directional/east{ - c_tag = "MiniSat External NorthWest"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/station/ai_monitored/turret_protected/aisat/maint) +"rbs" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "rbC" = ( /turf/closed/wall, /area/station/command/heads_quarters/qm) -"rbK" = ( -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"rbQ" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/engine, -/area/station/science/explab) "rbT" = ( /obj/structure/ore_box, /obj/effect/decal/cleanable/dirt, @@ -57416,20 +57349,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"rbZ" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) -"rch" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/greenglow, -/obj/structure/sign/poster/official/safety_eye_protection/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "rcj" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Lockers"; @@ -57452,6 +57371,13 @@ }, /turf/open/floor/iron, /area/station/science/explab) +"rcx" = ( +/obj/machinery/light/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/displaycase, +/obj/effect/turf_decal/tile/dark/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) "rcD" = ( /turf/open/floor/carpet/lone, /area/station/service/chapel) @@ -57474,37 +57400,24 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) -"rcV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "rcY" = ( /obj/structure/fence{ dir = 4 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"rdb" = ( -/obj/structure/sign/poster/official/random/directional/south, -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"rdd" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +"rcZ" = ( +/obj/machinery/door/window/left/directional/south{ + dir = 4; + name = "Test Chamber"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/iron, +/area/station/science/xenobiology) "rdl" = ( /obj/machinery/button/door/directional/east{ id = "misclab"; @@ -57520,22 +57433,28 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"rdn" = ( +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"rdw" = ( +/obj/structure/bookcase, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet, +/area/station/security/processing) "rdG" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/station/medical/storage) -"rdO" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = -7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +"rea" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, /turf/open/floor/iron/dark, -/area/station/service/chapel) +/area/station/cargo/miningdock) "ree" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -57546,22 +57465,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"reh" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/camera/directional/south{ - c_tag = "Service - Botany Garden Access" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) +"rej" = ( +/obj/machinery/oven/range, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "rek" = ( /obj/structure/chair{ dir = 8 @@ -57570,6 +57477,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"rew" = ( +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "rex" = ( /obj/effect/turf_decal/stripes/asteroid/corner{ dir = 8 @@ -57584,28 +57495,18 @@ dir = 5 }, /area/mine/living_quarters) -"reT" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 8"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "Xenobio Pen 8 Blast Door" +"reJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Tool Storage" }, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"reW" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster/directional/south, -/obj/item/radio/intercom/directional/west, -/obj/item/flashlight/lamp/green{ - pixel_y = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron, +/area/station/commons/storage/primary) "rfh" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -57615,6 +57516,24 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"rfj" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"rfo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "rft" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -57622,30 +57541,36 @@ "rfu" = ( /turf/closed/wall/r_wall, /area/station/security/prison/rec) +"rfF" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rfM" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"rfR" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "rfS" = ( /obj/structure/cable, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"rgh" = ( -/obj/machinery/computer/records/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/mapping_helpers/requests_console/information, -/obj/machinery/requests_console/directional/east{ - department = "Security"; - name = "Security Requests Console" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "rgi" = ( /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"rgl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) "rgm" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -57674,18 +57599,12 @@ /obj/item/stack/package_wrap, /turf/open/floor/wood/large, /area/mine/eva/lower) -"rgx" = ( -/obj/machinery/requests_console/directional/north{ - department = "Research Director's Desk"; - name = "Research Director's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/pdapainter/research, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) +"rgs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "rgB" = ( /obj/structure/cable, /obj/item/radio/intercom/directional/south, @@ -57711,14 +57630,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/command/heads_quarters/hos) -"rhg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "rhi" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/door/airlock/research{ @@ -57732,17 +57643,6 @@ dir = 8 }, /area/station/science/ordnance/office) -"rho" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) "rhF" = ( /obj/machinery/camera/directional/north{ c_tag = "Security - Permabrig Observation North"; @@ -57750,6 +57650,17 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"rhN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "rhP" = ( /obj/machinery/flasher/directional/north{ id = "Cell 2" @@ -57775,6 +57686,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/medical/central) +"rin" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "riv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -57784,6 +57709,21 @@ /obj/effect/mapping_helpers/mail_sorting/security/general, /turf/open/floor/iron, /area/station/security/brig/upper) +"riC" = ( +/obj/machinery/vending/autodrobe, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"riE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/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/lesser) "riL" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -57792,11 +57732,12 @@ /obj/machinery/atmospherics/components/unary/outlet_injector/on, /turf/open/floor/plating/snowed/icemoon, /area/station/maintenance/port/aft) -"riW" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) +"rja" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/paper/carbon, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) "rjh" = ( /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, @@ -57805,13 +57746,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/plating, /area/station/medical/virology) -"rjv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"rjt" = ( +/obj/structure/table/glass, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"rjC" = ( +/obj/vehicle/ridden/wheelchair{ + dir = 4 }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/obj/effect/turf_decal/trimline/blue/filled/end, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/sign/warning/no_smoking/circle/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/large, +/area/station/medical/medbay/aft) "rjE" = ( /obj/structure/fluff/tram_rail{ pixel_y = 17 @@ -57819,17 +57772,24 @@ /obj/structure/fluff/tram_rail, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"rjI" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 +"rjH" = ( +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat Antechamber"; + network = list("minisat"); + start_active = 1 }, -/obj/effect/turf_decal/siding/white{ - dir = 8 +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat/atmos"; + name = "Atmospherics Turret Control"; + pixel_x = -27; + req_access = list("minisat") }, -/obj/machinery/biogenerator, -/turf/open/floor/iron, -/area/station/service/hydroponics) +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "rjK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -57857,21 +57817,16 @@ }, /turf/open/floor/iron, /area/station/engineering/storage) -"rki" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/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/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +"rkd" = ( +/obj/effect/spawner/random/structure/chair_flipped, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/plaques/kiddie/perfect_drone{ + pixel_x = 32 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) +/turf/open/floor/iron/checker, +/area/station/maintenance/port/fore) "rkl" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -57881,18 +57836,17 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"rkm" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 9 +"rkq" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + dir = 8; + id = "Cell 1"; + name = "Cell 1" }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rkr" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/security/brig) "rkt" = ( /obj/structure/cable, /obj/machinery/light/directional/east, @@ -57902,19 +57856,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"rky" = ( -/obj/machinery/light_switch/directional/west, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads to the morgue."; - name = "corpse disposal" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) "rkK" = ( /obj/machinery/suit_storage_unit/cmo, /turf/open/floor/iron/dark, @@ -57922,18 +57863,6 @@ "rkL" = ( /turf/open/floor/carpet/blue, /area/station/medical/psychology) -"rkM" = ( -/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/trimline/blue/filled/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "rkN" = ( /turf/closed/wall, /area/station/engineering/atmos/hfr_room) @@ -57945,38 +57874,50 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"rkT" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Security - Permabrig Upper Hallway South"; - network = list("ss13","prison") +"rlb" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"rlc" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/button/door/directional/north{ + id = "botany_apiary"; + name = "Bee Protection Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "rlf" = ( /obj/effect/spawner/random/structure/steam_vent, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"rlh" = ( -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/rec) "rlj" = ( /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"rlp" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 +"rlK" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Security Delivery"; + req_access = list("brig") }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) +/turf/open/floor/plating, +/area/station/security/processing) "rlS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -57988,10 +57929,18 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/station/commons/dorms) -"rmb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/bitrunning/den) +"rlX" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/no_smoking/circle/directional/west, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "rmn" = ( /obj/structure/chair/stool/directional/north, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -57999,6 +57948,10 @@ }, /turf/open/floor/carpet, /area/station/commons/dorms) +"rmp" = ( +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "rmv" = ( /obj/structure/rack, /obj/item/wrench, @@ -58023,10 +57976,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/dark/textured_half, /area/mine/mechbay) -"rmD" = ( -/obj/machinery/oven/range, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) "rmM" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -58039,29 +57988,34 @@ /obj/structure/sign/poster/contraband/free_drone/directional/east, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"rmZ" = ( +/obj/machinery/iv_drip, +/obj/structure/mirror/broken/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "rnb" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) -"rnd" = ( -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/duct, -/turf/open/floor/plating, -/area/station/maintenance/fore) "rnh" = ( -/obj/structure/table, -/obj/item/crowbar/red, -/obj/item/stock_parts/cell/high{ - pixel_x = 6; - pixel_y = -3 +/obj/machinery/door/airlock{ + name = "Observatory Access" }, -/obj/structure/sign/poster/random/directional/west, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rni" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cart Maintenance" }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/obj/structure/barricade/wooden/snowed, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "rns" = ( /obj/structure/table/reinforced, /obj/item/aicard{ @@ -58084,12 +58038,13 @@ /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/engine, /area/station/science/explab) -"rnF" = ( -/obj/machinery/power/apc/auto_name/directional/north, +"rnx" = ( /obj/structure/cable, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/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/dark/side, +/area/mine/eva/lower) "rnQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -58111,27 +58066,44 @@ }, /turf/open/floor/iron/freezer, /area/mine/eva/lower) -"roe" = ( -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"rom" = ( -/obj/item/kirbyplants/random/dead, -/obj/machinery/light/small/broken/directional/east, +"roj" = ( +/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 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"rop" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"roq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/closet, +/obj/effect/spawner/random/clothing/gloves, +/obj/effect/spawner/random/trash/janitor_supplies, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"roA" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 4"; - req_access = list("xenobiology") +/area/station/maintenance/department/chapel) +"rot" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rox" = ( +/obj/structure/table, +/obj/effect/spawner/round_default_module, +/obj/effect/turf_decal/tile/dark_green{ dir = 4 }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "roH" = ( /obj/structure/chair/pew/right, /turf/open/floor/wood, @@ -58143,12 +58115,19 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"roS" = ( +"roT" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/gun/energy/laser/carbine/practice, +/obj/item/gun/energy/laser/practice, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/science/explab) +"roX" = ( +/obj/effect/spawner/structure/window/reinforced, /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/maintenance/port/lesser) +/turf/open/floor/plating, +/area/station/security/checkpoint/customs/auxiliary) "rpa" = ( /obj/structure/closet/athletic_mixed, /turf/open/floor/plating, @@ -58160,6 +58139,21 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) +"rpC" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/starboard) +"rpD" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "rpF" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -58186,6 +58180,15 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"rpT" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Access" + }, +/obj/effect/turf_decal/tile/red/half, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/smooth_half, +/area/station/security/brig/upper) "rpU" = ( /obj/machinery/iv_drip, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -58207,17 +58210,21 @@ dir = 1 }, /area/station/science/explab) -"rqq" = ( -/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, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"rqi" = ( +/obj/item/crowbar{ + pixel_y = 3 }, -/obj/machinery/holopad, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) +/obj/item/assembly/flash/handheld{ + pixel_x = -19; + pixel_y = 3 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/radio/off{ + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "rqD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -58250,27 +58257,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/lobby) -"rqR" = ( -/obj/structure/table/glass, -/obj/item/book/bible, -/turf/open/floor/iron/chapel, -/area/station/service/chapel) -"rqT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/starboard) -"rqW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "rqY" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -58282,6 +58268,11 @@ /obj/structure/table/wood, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"rrn" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "rrp" = ( /obj/structure/railing{ dir = 4 @@ -58291,24 +58282,38 @@ }, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) -"rrI" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) "rrV" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, /area/mine/eva) +"rss" = ( +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard) +"rsw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) "rsC" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Xenobiology Pens - Port Mid"; - network = list("ss13","rd","xeno") +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "rsL" = ( /obj/structure/cable, /turf/open/floor/circuit, @@ -58342,25 +58347,6 @@ "rsY" = ( /turf/closed/wall/r_wall, /area/mine/eva) -"rtc" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"rth" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/bar) "rtn" = ( /obj/structure/chair/comfy/black, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58380,6 +58366,11 @@ /obj/effect/mapping_helpers/airlock/access/all/service/crematorium, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"rtq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/fore) "rtt" = ( /obj/effect/turf_decal/trimline/dark_green/line, /obj/effect/turf_decal/trimline/dark_green/line{ @@ -58391,41 +58382,65 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"rtw" = ( -/obj/structure/rack, -/obj/item/shovel, -/obj/item/clothing/mask/gas/plaguedoctor, -/obj/item/tank/internals/emergency_oxygen, -/obj/machinery/light/small/dim/directional/south, -/obj/effect/turf_decal/bot_white, -/obj/structure/noticeboard/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"rtP" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Engineering West" - }, -/obj/structure/disposalpipe/segment, +"rty" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/cargo/storage) +"rtK" = ( +/obj/structure/table/glass, +/obj/item/seeds/glowshroom, +/obj/item/seeds/bamboo{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "rtR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron/textured, /area/mine/mechbay) +"rud" = ( +/obj/item/clothing/gloves/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) +"ruk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = 5 + }, +/obj/machinery/firealarm/directional/west{ + pixel_y = -4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/morgue) "ruo" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos/storage/gas) +"rut" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "ruw" = ( /obj/machinery/atmospherics/components/trinary/mixer{ dir = 1; @@ -58451,11 +58466,19 @@ /turf/open/floor/iron, /area/station/engineering/atmos) "ruO" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/obj/structure/closet/firecloset, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "ruZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable/layer3, @@ -58472,27 +58495,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) -"rvE" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"rvS" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rvW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/white/corner{ +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/greater) +"rvX" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/tile/green/opposingcorners{ dir = 1 }, -/area/station/hallway/secondary/entry) -"rvJ" = ( -/obj/structure/chair/stool/directional/west, -/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, -/turf/open/floor/stone, -/area/station/commons/lounge) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) "rvZ" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, @@ -58551,72 +58576,47 @@ /obj/item/clothing/suit/apron/chef, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"rwG" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +"rwR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/mine/laborcamp) "rwW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/gas_mask, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"rwX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "rxa" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ dir = 1 }, /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/central) -"rxt" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/service/bar) -"rxz" = ( -/obj/structure/girder, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) -"rxA" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 +"rxf" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics - East" }, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/fore) -"rxG" = ( -/obj/machinery/light_switch/directional/south, -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"rxK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma to Pure" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ dir = 4 }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) +/turf/open/floor/iron, +/area/station/engineering/atmos) +"rxu" = ( +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) +"rxz" = ( +/obj/structure/girder, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "rxM" = ( /obj/machinery/door/poddoor/preopen{ id = "xenobio8"; @@ -58636,6 +58636,17 @@ "rxY" = ( /turf/closed/wall, /area/station/service/bar/backroom) +"rya" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel" + }, +/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/airlock/access/all/command/hop, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "ryf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58643,10 +58654,19 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"ryl" = ( -/obj/machinery/vending/wardrobe/det_wardrobe, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"ryi" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ryq" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) "ryu" = ( /turf/open/floor/iron/dark/textured, /area/station/security/execution/transfer) @@ -58665,29 +58685,19 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) -"ryO" = ( -/obj/machinery/newscaster/directional/east, -/turf/open/floor/stone, -/area/station/commons/lounge) -"rza" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ryM" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/shovel, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/radio/off, +/obj/item/radio/intercom/directional/east, /obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/fitness) -"rzc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/station/service/library) -"rzg" = ( -/turf/open/genturf/blue, -/area/icemoon/underground/unexplored/rivers) +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/entry) "rzj" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty{ @@ -58697,29 +58707,10 @@ /obj/item/stack/sheet/iron/fifty, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"rzk" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 2 - }, -/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/fore) "rzm" = ( /obj/structure/sign/departments/cargo, /turf/closed/wall, /area/station/cargo/lobby) -"rzr" = ( -/obj/structure/table, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/assembly/flash/handheld, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/security/office) "rzz" = ( /obj/machinery/door/airlock/command{ name = "Server Room" @@ -58731,14 +58722,10 @@ /obj/effect/mapping_helpers/airlock/access/all/science/rd, /turf/open/floor/iron/dark, /area/station/science/server) -"rzA" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/wood/parquet, -/area/station/service/theater) +"rzC" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/iron, +/area/station/service/bar) "rzD" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ dir = 1 @@ -58774,6 +58761,17 @@ /obj/machinery/digital_clock/directional/south, /turf/open/openspace, /area/station/medical/medbay/lobby) +"rAm" = ( +/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, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "rAr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -58787,6 +58785,10 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) +"rAA" = ( +/obj/machinery/pdapainter, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "rAC" = ( /obj/structure/chair, /obj/effect/landmark/start/hangover, @@ -58808,16 +58810,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"rAN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/security/brig/upper) "rAO" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -58841,28 +58833,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark/smooth_large, /area/station/ai_monitored/command/storage/eva) -"rBf" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"rBj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"rBn" = ( -/obj/structure/cable, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/dorms) "rBo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ @@ -58874,14 +58844,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) -"rBt" = ( -/obj/effect/turf_decal/siding/wood/end{ - dir = 1 - }, -/mob/living/carbon/human/species/monkey/punpun, -/obj/item/kirbyplants/organic/plant11, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "rBv" = ( /obj/structure/chair/stool/directional/north, /obj/item/storage/toolbox/artistic{ @@ -58889,50 +58851,78 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"rBI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/east, +"rBy" = ( +/obj/structure/closet/crate, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/prison/work) +"rBL" = ( +/obj/machinery/light/directional/west, +/turf/open/openspace, +/area/station/commons/storage/mining) +"rBM" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, -/area/station/engineering/storage/tech) +/area/station/commons/dorms/laundry) "rBQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 1 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rBR" = ( -/obj/machinery/computer/operating{ - dir = 2 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/bot_white, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "rBV" = ( /turf/closed/wall, /area/station/tcommsat/computer) +"rCe" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "rCf" = ( /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"rCh" = ( -/obj/structure/closet/emcloset, -/obj/item/pickaxe, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, +"rCj" = ( +/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/service/hydroponics) +/area/station/commons/locker) "rCu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"rCx" = ( +/obj/item/clothing/glasses/sunglasses, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c10, +/obj/item/grenade/smokebomb, +/obj/item/poster/random_contraband{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/head/soft/yellow, +/obj/effect/spawner/random/maintenance/four, +/obj/item/crowbar/red, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/cardboard, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/wrapping, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "rCB" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -58966,19 +58956,20 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"rCQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/cobweb, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) "rCT" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"rCU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/mining_weather_monitor/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "rCW" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics Internal Airlock" @@ -59014,6 +59005,35 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"rDd" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) +"rDj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"rDn" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/mine/eva) "rDq" = ( /obj/structure/railing{ dir = 1 @@ -59032,24 +59052,18 @@ /obj/structure/sign/poster/official/safety_internals/directional/east, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"rDE" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/service/bar) -"rDF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 1 +"rDu" = ( +/obj/item/clothing/under/costume/skeleton, +/obj/item/clothing/head/helmet/skull, +/turf/open/floor/plating, +/area/station/medical/morgue) +"rDH" = ( +/obj/structure/flora/grass/green/style_random, +/mob/living/basic/pet/penguin/emperor{ + name = "Club" }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/research) "rDJ" = ( /obj/structure/ladder{ name = "upper dispenser access" @@ -59069,26 +59083,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage) -"rDR" = ( -/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/blue{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rDV" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "rDZ" = ( /turf/open/floor/engine, /area/station/science/explab) @@ -59129,29 +59123,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/ordnance) -"rEk" = ( -/obj/machinery/vending/drugs, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rEr" = ( -/obj/structure/railing{ - dir = 4 +"rEp" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 }, -/obj/structure/fake_stairs/wood/directional/north, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "rEx" = ( /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"rEB" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/obj/item/stock_parts/water_recycler, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "rEG" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -59159,21 +59143,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"rEH" = ( -/obj/structure/table/wood, -/obj/machinery/computer/records/medical/laptop{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) -"rEK" = ( -/obj/effect/spawner/random/trash/hobo_squat, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "rEP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -59181,57 +59150,22 @@ }, /turf/open/floor/iron/dark/side, /area/station/security/processing) -"rET" = ( -/obj/machinery/atmospherics/components/unary/bluespace_sender, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/engineering/atmos) -"rEV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rEX" = ( -/obj/effect/spawner/random/trash/mess, +"rEU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"rFf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/mining) -"rFj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"rFl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rFb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/door/window/right/directional/north{ - name = "Corpse Arrivals"; - req_access = list("morgue") +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"rFf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/structure/window/spawner/directional/west, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/trimline/neutral/filled, /turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/commons/storage/mining) "rFD" = ( /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, @@ -59246,14 +59180,16 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) +"rFM" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron, +/area/station/service/bar) "rFP" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/fore) -"rGb" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "rGd" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -59264,6 +59200,13 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/engine/cult, /area/station/service/library) +"rGh" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "rGl" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/brown{ @@ -59278,6 +59221,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/fore/lesser) +"rGr" = ( +/obj/machinery/camera/directional/west{ + c_tag = "MiniSat External NorthEast"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rGt" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/deepfryer, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "rGu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -59286,41 +59244,15 @@ /turf/open/floor/iron, /area/station/engineering/main) "rGw" = ( -/obj/item/stack/rods/fifty, -/obj/structure/rack, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/department/electrical) -"rGz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"rGR" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Security Office"; - name = "Security Office Fax Machine" +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters2"; + name = "Pharmacy Shutters" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "rHc" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red{ @@ -59328,26 +59260,53 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"rHk" = ( +/obj/machinery/exodrone_launcher, +/obj/item/exodrone{ + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/yellow/end, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/drone_bay) "rHo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/sign/poster/random/directional/south, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"rHt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white/corner{ - dir = 4 +"rHr" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/area/station/hallway/secondary/entry) +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) "rHz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"rHD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) "rHH" = ( /obj/structure/table, /obj/effect/spawner/random/food_or_drink/snack/lizard, @@ -59358,21 +59317,32 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/virology) -"rHN" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"rIc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"rHQ" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/cryo) +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"rHZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) +"rIr" = ( +/obj/machinery/vending/cigarette, +/obj/structure/sign/departments/telecomms/directional/west, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "rIF" = ( /obj/effect/turf_decal/trimline/dark_blue/line, /obj/machinery/camera/directional/south{ @@ -59381,9 +59351,30 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"rII" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/stripes/end, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/engineering/atmos) "rIU" = ( /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"rIW" = ( +/obj/machinery/door/airlock/external, +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." + }, +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "chem-morgue-airlock" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/medical/morgue) "rIX" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -59394,67 +59385,55 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/engineering/main) -"rJa" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Atmospherics - East" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma to Pure" - }, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rJe" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 1"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) +"rJn" = ( +/obj/effect/landmark/start/clown, +/turf/open/floor/wood, +/area/station/commons/lounge) +"rJr" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white, +/obj/structure/closet/firecloset, +/obj/machinery/mining_weather_monitor/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "rJv" = ( /obj/machinery/bluespace_beacon, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/teleporter) +"rJy" = ( +/obj/structure/table/wood, +/obj/item/plate, +/obj/effect/spawner/random/trash/bacteria, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "rJz" = ( -/obj/effect/spawner/random/structure/tank_holder, -/obj/structure/sign/poster/official/wtf_is_co2/directional/east, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) -"rJI" = ( -/obj/effect/decal/cleanable/blood/tracks, -/obj/structure/fence/cut/large{ - dir = 8 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"rJU" = ( -/obj/effect/turf_decal/tile/blue, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt, /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/iron/white/corner{ +/turf/open/floor/iron/smooth, +/area/station/maintenance/fore/lesser) +"rKs" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/sign/poster/official/work_for_a_future/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/area/station/hallway/secondary/entry) -"rKd" = ( -/obj/machinery/status_display/ai/directional/east, -/obj/structure/chair/sofa/left/brown, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/iron, +/area/mine/laborcamp) +"rKv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/supply/visible{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "rKQ" = ( /obj/structure/mineral_door/wood{ name = "Maintenance Bar" @@ -59467,12 +59446,20 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"rKY" = ( -/obj/structure/curtain/bounty/start_closed, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/office) +"rKX" = ( +/obj/machinery/camera{ + c_tag = "Surgery B"; + network = list("ss13","medbay"); + pixel_x = 22 + }, +/obj/machinery/vending/wallmed/directional/south, +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/stack/sticky_tape/surgical, +/obj/item/stack/medical/bone_gel, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "rKZ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/stripes/line{ @@ -59482,22 +59469,25 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron, /area/station/science/xenobiology) -"rLe" = ( -/obj/structure/dresser, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) +"rLj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/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 = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness) "rLo" = ( /turf/open/floor/plating, /area/station/cargo/miningdock) -"rLp" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"rLq" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) "rLs" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/turf_decal/bot, @@ -59510,30 +59500,25 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/office) -"rLO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"rMg" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 4 +"rLX" = ( +/obj/item/target, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/closet/crate{ + name = "Firing Range Supplies Set" }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/turf/open/floor/iron/dark/textured, +/area/station/security/range) +"rMd" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"rMo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/hallway/primary/starboard) "rMr" = ( /obj/structure/chair{ dir = 8 @@ -59542,10 +59527,32 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/lobby) -"rMB" = ( -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/stone, -/area/station/commons/lounge) +"rMu" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"rMx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 5"; + req_access = list("xenobiology") + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"rMy" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "rME" = ( /obj/structure/railing{ dir = 4 @@ -59562,6 +59569,29 @@ }, /turf/open/floor/iron, /area/station/engineering/engine_smes) +"rMN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rMS" = ( +/obj/structure/table/glass, +/obj/item/toy/figure/cmo{ + pixel_x = -17; + pixel_y = -1 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "rMY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59578,21 +59608,49 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"rNF" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 +"rNc" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 }, -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - department = "Security"; - name = "Security Requests Console" +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/structure/closet/crate/preopen, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 8 }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/mine/living_quarters) +"rNz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/maintenance/department/medical/morgue) +"rNC" = ( +/obj/structure/dresser, +/obj/structure/mirror/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Service - Backstage"; + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"rNE" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 13; + name = "port bay 2"; + shuttle_id = "ferry_home"; + width = 5 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "rNQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59603,6 +59661,15 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"rOb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "rOe" = ( /obj/structure/closet/toolcloset, /turf/open/floor/iron/dark, @@ -59633,6 +59700,21 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"rOD" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/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/west, +/obj/effect/mapping_helpers/mail_sorting/service/dormitories, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/fitness) "rOF" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical, @@ -59651,42 +59733,17 @@ }, /turf/open/floor/iron/dark, /area/station/medical/virology) +"rOK" = ( +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "rOU" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/engineering/lobby) -"rOW" = ( -/obj/structure/ladder, -/obj/machinery/light/small/red/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) -"rOX" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"rPa" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/mask/muzzle, -/obj/machinery/flasher/directional/east{ - id = "cell4" - }, -/turf/open/floor/iron/smooth, -/area/station/security/holding_cell) -"rPd" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/textured, -/area/station/engineering/atmos) "rPe" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/closet/toolcloset, @@ -59703,6 +59760,13 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"rPp" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/fake_stairs/wood/directional/north, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "rPu" = ( /obj/machinery/power/smes, /obj/structure/cable, @@ -59717,18 +59781,6 @@ /obj/machinery/computer/records/security, /turf/open/floor/carpet/royalblue, /area/station/command/heads_quarters/hos) -"rPX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/transport/linear{ - radial_travel = 0 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) "rQf" = ( /turf/open/floor/plating, /area/station/engineering/supermatter/room) @@ -59744,15 +59796,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) -"rQt" = ( -/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/wood/parquet, -/area/station/service/bar/backroom) "rQw" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -59775,53 +59818,45 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"rQI" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "rQN" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ dir = 8 }, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"rQO" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/carrot, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"rQU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"rQW" = ( +/obj/machinery/requests_console/directional/west{ + department = "Science"; + name = "Science Requests Console" }, -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/computer/rdconsole{ dir = 4 }, -/obj/effect/landmark/blobstart, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"rRa" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/spawner/random/trash/crushed_can{ - pixel_y = 10 - }, -/turf/open/floor/iron, -/area/station/service/bar) +/turf/open/floor/iron/checker, +/area/station/science/lab) +"rQZ" = ( +/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/red, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/textured, +/area/station/security/brig) "rRc" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"rRd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "rRk" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -59841,41 +59876,17 @@ }, /turf/open/floor/iron, /area/station/science/ordnance) -"rRy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"rRA" = ( -/obj/machinery/button/flasher{ - id = "transferflash"; - pixel_x = 23; - pixel_y = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/item/radio/intercom/directional/east{ - pixel_y = -6 - }, +"rRn" = ( +/obj/structure/flora/rock/pile/icy/style_random, +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) +"rRM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/machinery/light/floor, /turf/open/floor/iron/smooth, -/area/station/security/execution/transfer) -"rRS" = ( -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"rRY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/area/station/security/brig/upper) "rSe" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/costume, @@ -59913,21 +59924,6 @@ "rSC" = ( /turf/open/floor/glass/reinforced, /area/station/engineering/lobby) -"rSK" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_x = 32 - }, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/service/bar) -"rSM" = ( -/obj/structure/flora/grass/brown/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) "rSN" = ( /obj/machinery/computer/upload/borg{ dir = 1 @@ -59950,29 +59946,45 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"rST" = ( +/obj/structure/marker_beacon/cerulean, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "rSW" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"rTn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"rTg" = ( +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/stone, +/area/station/commons/lounge) +"rTs" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"rTt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/security/execution/transfer) -"rTv" = ( -/obj/structure/chair/office/light{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 }, -/obj/effect/landmark/start/psychologist, +/turf/open/floor/iron, +/area/station/cargo/office) +"rTO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"rTU" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/psychology) +/obj/structure/sign/departments/botany/directional/west, +/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/lesser) "rTV" = ( /obj/structure/gulag_beacon, /turf/open/floor/iron, @@ -59991,17 +60003,26 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/security/processing) -"rUl" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 +"rUa" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"rUb" = ( +/obj/structure/railing, +/obj/machinery/flasher/portable, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, /obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 + dir = 1 }, -/obj/effect/spawner/random/armory/rubbershot, /turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) +/area/station/ai_monitored/security/armory/upper) "rUo" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/green{ @@ -60009,11 +60030,33 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"rUv" = ( +/obj/effect/turf_decal/tile/blue, +/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/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "rUz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/cargo) +"rUC" = ( +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Chapel Maintenance External Airlock"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "rUJ" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 @@ -60029,6 +60072,11 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) +"rUS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) "rUT" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line{ @@ -60063,6 +60111,11 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, /area/station/cargo/miningdock) +"rVi" = ( +/obj/effect/spawner/random/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "rVq" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -60072,11 +60125,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"rVy" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/processing) +"rVt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/turf_decal/siding/wood, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) "rVA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60093,30 +60151,20 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"rVL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 5 - }, -/obj/machinery/mining_weather_monitor/directional/east, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"rVN" = ( -/obj/machinery/washing_machine, -/obj/structure/sign/poster/official/no_erp/directional/west, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +"rVC" = ( +/obj/structure/table, +/obj/item/storage/backpack{ + pixel_x = 4; + pixel_y = 4 }, -/turf/open/floor/iron, +/obj/item/storage/backpack, +/turf/open/floor/plastic, /area/station/commons/dorms/laundry) -"rVO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) +"rVE" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "rVV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -60131,12 +60179,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp) -"rWj" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/mechbay) "rWn" = ( /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, @@ -60147,6 +60189,13 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) +"rWD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "rWO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -60188,11 +60237,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/textured, /area/station/hallway/primary/port) -"rXd" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "rXe" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -60219,20 +60263,38 @@ /obj/structure/cable, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"rXj" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/obj/structure/secure_safe/directional/south, +/obj/effect/turf_decal/tile/green/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/virology) +"rXq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/start/mime, +/turf/open/floor/wood/parquet, +/area/station/service/theater) "rXr" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron/large, /area/station/commons/storage/primary) -"rXw" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/smooth, -/area/mine/mechbay) +"rXx" = ( +/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/stone, +/area/station/commons/lounge) "rXD" = ( /obj/machinery/button/door/directional/east{ id = "xenobio7"; @@ -60254,11 +60316,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/teleporter, /turf/open/floor/iron, /area/station/command/teleporter) -"rXO" = ( -/obj/machinery/light_switch/directional/south, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/dorms) "rXX" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock"; @@ -60269,6 +60326,49 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/processing) +"rYk" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 8; + pixel_y = -32 + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -8; + req_access = list("hop") + }, +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 8; + req_access = list("hop") + }, +/obj/machinery/button/ticket_machine{ + pixel_x = -8; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/modular_computer/preset/id{ + dir = 1 + }, +/obj/item/paper/fluff/ids_for_dummies, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"rYm" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 2"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "rYq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60298,16 +60398,6 @@ dir = 8 }, /area/mine/living_quarters) -"rYA" = ( -/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 = 10 - }, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "rYB" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/red/half/contrasted{ @@ -60315,29 +60405,15 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"rYE" = ( -/obj/structure/chair/sofa/bench/left, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +"rYG" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 }, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) -"rYL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 +/turf/open/floor/iron/dark/side{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) +/area/mine/eva) "rYT" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, @@ -60351,20 +60427,6 @@ /obj/structure/table, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"rZg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/greater) -"rZl" = ( -/obj/item/chair/wood, -/obj/item/toy/plush/moth{ - name = "Ariadne" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "rZm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60385,23 +60447,6 @@ /obj/effect/landmark/start/chief_medical_officer, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"rZT" = ( -/obj/structure/rack, -/obj/item/clothing/suit/utility/beekeeper_suit, -/obj/item/clothing/head/utility/beekeeper_head, -/obj/item/melee/flyswatter, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rZX" = ( -/obj/machinery/light/small/directional/east, -/obj/item/pickaxe, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/station/medical/morgue) "rZZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/blue/filled/warning{ @@ -60415,25 +60460,53 @@ }, /area/station/service/chapel) "sbc" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/right/directional/east{ + name = "Pharmacy Desk"; + req_access = list("pharmacy") }, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/obj/item/folder/white{ + pixel_x = -5 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron, +/area/station/medical/pharmacy) +"sbd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "sbf" = ( /obj/structure/sign/plaques/kiddie/devils_tooth{ pixel_y = 32 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"sbp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +"sbi" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/photocopier, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"sbv" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/south, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron, +/area/station/commons/locker) "sby" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -60450,6 +60523,10 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"sbJ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) "sbK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -60463,6 +60540,13 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) +"sbO" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/onion, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "sbU" = ( /obj/machinery/vending/cigarette, /turf/open/floor/iron/dark, @@ -60484,35 +60568,19 @@ }, /turf/open/floor/plating, /area/station/science/genetics) -"scd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"sce" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt{ - pixel_x = -9 - }, -/obj/structure/sign/warning/gas_mask/directional/west, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "scl" = ( /obj/structure/bookcase/random, /turf/open/floor/carpet/red, /area/station/security/prison/work) +"scm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) "sco" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /obj/structure/cable, @@ -60521,6 +60589,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"scs" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/structure/cable, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "scu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -60531,6 +60604,16 @@ "scw" = ( /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"scx" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/tcomms, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "scQ" = ( /obj/structure/tank_holder/oxygen, /obj/effect/decal/cleanable/wrapping, @@ -60548,27 +60631,11 @@ /obj/structure/sign/departments/cargo, /turf/closed/wall/r_wall, /area/mine/eva) -"sdh" = ( -/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/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"sdi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/effect/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +"sdk" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/station/service/chapel) "sdl" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 5 @@ -60577,31 +60644,31 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/science/ordnance) +"sdo" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "sdr" = ( /obj/structure/transit_tube/horizontal, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"sdM" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/sink/kitchen/directional/west, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/service/bar) -"sdP" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 8 +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"sdE" = ( +/obj/structure/chair/pew/left, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/security/prison/rec) +"sdM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron, -/area/station/security/prison/mess) -"sdT" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) "sdW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -60632,26 +60699,31 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) +"sen" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) "seA" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/courtroom) -"seE" = ( -/obj/structure/table/reinforced, -/obj/item/screwdriver{ - pixel_y = 10 +"seH" = ( +/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/neutral/half/contrasted{ + dir = 1 }, -/obj/item/radio/off, -/obj/item/radio/intercom/directional/north, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) -"seI" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) +/turf/open/floor/iron, +/area/station/commons/dorms) +"seN" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/service/chapel) "seR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -60675,21 +60747,30 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"sfg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) -"sfi" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +"sfc" = ( +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"sfr" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "sfv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"sfx" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Garden" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) "sfy" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -60721,27 +60802,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"sfB" = ( -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"sfM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Psychology"; - dir = 6; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "sfY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60759,24 +60819,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"sgH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +"sgB" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/commons/locker) -"sgJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Engine" +/area/station/hallway/secondary/exit/departure_lounge) +"sgL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sgT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/railing/corner/end, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"sgM" = ( -/obj/machinery/restaurant_portal/bar, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) +/area/station/commons/locker) "sgV" = ( /obj/effect/turf_decal/siding/brown/corner, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -60790,18 +60859,6 @@ }, /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) -"shb" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/clothing/glasses/meson/engine, -/turf/open/floor/iron/dark, -/area/station/engineering/storage) "shc" = ( /turf/open/floor/iron, /area/station/command/heads_quarters/hop) @@ -60812,6 +60869,10 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"shg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "shh" = ( /turf/open/floor/wood, /area/station/hallway/secondary/service) @@ -60821,12 +60882,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"shl" = ( -/obj/docking_port/stationary/escape_pod{ +"sht" = ( +/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{ dir = 4 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron, +/area/mine/production) "shB" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -60835,11 +60899,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"shD" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) "shG" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -60852,35 +60911,15 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"shP" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel" +"shT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/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/airlock/access/all/command/hop, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"sib" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/item/kirbyplants/random, +/turf/open/floor/iron/cafeteria{ dir = 8 }, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - color = "#0000ff"; - dir = 8; - name = "Supply multi deck pipe adapter" - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - color = "#ff0000"; - dir = 8; - name = "Scrubbers multi deck pipe adapter" - }, -/obj/structure/cable/multilayer/multiz, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/hallway/secondary/entry) "sil" = ( /obj/machinery/door/airlock/public/glass{ name = "Art Gallery" @@ -60888,22 +60927,23 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/sepia, /area/station/service/library) -"sin" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint3" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"sir" = ( -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) "siu" = ( /obj/structure/table, /obj/item/storage/toolbox/emergency, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"siv" = ( +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Security - Lower Hallway North"; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "six" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -60927,74 +60967,55 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/large, /area/station/engineering/lobby) -"siF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) "siI" = ( /obj/machinery/space_heater, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/mine/eva) -"siX" = ( -/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/commons/locker) -"siY" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/siding/dark_blue{ - dir = 8 - }, -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/trimline/dark_blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "sjb" = ( /turf/closed/wall/r_wall, /area/station/cargo/drone_bay) -"sjj" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ +"sjh" = ( +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "sjk" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 6 }, /turf/open/floor/glass/reinforced, /area/station/engineering/atmos/pumproom) -"sjv" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/effect/spawner/random/armory/bulletproof_armor, -/obj/effect/spawner/random/armory/bulletproof_helmet, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) -"sjG" = ( -/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{ +"sjx" = ( +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 1 + }, +/obj/machinery/exodrone_launcher, +/obj/item/fuel_pellet, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/drone_bay) +"sjU" = ( +/obj/structure/sign/warning/docking/directional/east, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "sjX" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -61016,15 +61037,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"skh" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/bin, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal/incinerator) "skj" = ( /obj/structure/table, /obj/machinery/light/directional/east, @@ -61041,6 +61053,27 @@ "skl" = ( /turf/closed/wall, /area/station/maintenance/fore) +"skn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/storage/gas) +"skw" = ( +/obj/machinery/computer/security/qm, +/obj/machinery/requests_console/directional/west{ + department = "Quartermaster's Desk"; + name = "Quartermaster's Desk Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "skx" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 @@ -61048,6 +61081,12 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"skC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) "skJ" = ( /obj/structure/grille/broken, /obj/effect/mapping_helpers/burnt_floor, @@ -61063,14 +61102,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"skV" = ( -/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/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "skW" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -61091,6 +61122,16 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) +"skZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "slc" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -61099,6 +61140,40 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"slg" = ( +/obj/machinery/requests_console/auto_name/directional/south, +/obj/structure/bodycontainer/morgue/beeper_off{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/medical/morgue) +"sll" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Arrivals" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"slm" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "slp" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -61108,12 +61183,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) -"slv" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) "slx" = ( /obj/structure/sign/warning/fire/directional/west, /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ @@ -61127,52 +61196,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"slH" = ( -/obj/machinery/computer/records/security, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/auxiliary) -"slI" = ( -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"slK" = ( -/obj/machinery/cryo_cell, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/medical/cryo) -"slO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"slU" = ( -/obj/machinery/vending/coffee, -/obj/structure/sign/poster/random/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +"slX" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/red/box, +/obj/machinery/door/poddoor/massdriver_trash, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "smg" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -61186,6 +61215,38 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) +"smn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/locker) +"smr" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"smw" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) +"smx" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #3" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/cargo/storage) "smC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61210,20 +61271,26 @@ /turf/open/floor/iron, /area/station/command/bridge) "smS" = ( +/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/floor, -/turf/open/floor/iron, -/area/mine/production) -"smX" = ( -/obj/effect/spawner/random/structure/musician/piano/random_piano, -/obj/machinery/button/curtain{ - id = "cantena_curtains"; - pixel_x = -30 +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/commons/lounge) +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"snd" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "sng" = ( /obj/structure/table, /obj/item/wrench, @@ -61234,16 +61301,11 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"snh" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 8 - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"sni" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "snj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -61261,82 +61323,78 @@ /turf/open/floor/plating, /area/station/maintenance/department/cargo) "snv" = ( -/obj/machinery/light/small/red/directional/south, -/obj/structure/chair{ - dir = 1 +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 }, -/obj/item/radio/intercom/chapel/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/machinery/door/poddoor/shutters/preopen{ + id = "riot"; + name = "Security Shutters" + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) "snw" = ( /obj/structure/table, /obj/machinery/microwave, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"snB" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" +"snI" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"snE" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/hallway/primary/starboard) "snO" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"snQ" = ( -/obj/structure/sign/warning/fire/directional/north, -/turf/open/floor/glass/reinforced, -/area/station/science/ordnance/office) -"snX" = ( +"snW" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, -/area/station/hallway/primary/central) -"soc" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 +/area/station/engineering/atmos) +"sod" = ( +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Service External Airlock"; + opacity = 0 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"soe" = ( -/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/turf_decal/tile/neutral/half/contrasted{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/duct, -/obj/structure/sign/flag/nanotrasen/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness) -"son" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"soj" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 }, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/airlock{ - name = "Kitchen" +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/paper{ + pixel_y = 4 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/textured_half, -/area/station/service/kitchen) +/obj/item/pen{ + pixel_x = -5 + }, +/turf/open/floor/iron, +/area/station/service/kitchen/coldroom) +"sok" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/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/access/all/security/general, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "sou" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61360,6 +61418,13 @@ /obj/effect/turf_decal/trimline/green/filled/corner, /turf/open/floor/iron/white, /area/station/medical/virology) +"soC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "soF" = ( /obj/effect/turf_decal/trimline/dark_red/corner{ dir = 8 @@ -61386,6 +61451,13 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"soM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) "spg" = ( /obj/structure/table, /obj/item/storage/box/monkeycubes{ @@ -61412,27 +61484,20 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"spq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/supply/visible{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"spF" = ( +"spv" = ( /obj/structure/window/reinforced/plasma/spawner/directional/east, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/station/engineering/supermatter) -"spM" = ( -/obj/effect/landmark/start/hangover, +"spy" = ( /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/hallway/primary/fore) +/area/station/hallway/primary/starboard) "spV" = ( /obj/machinery/recharger, /obj/structure/sign/warning/biohazard/directional/east, @@ -61442,46 +61507,65 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"spW" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +"sqb" = ( +/obj/item/coin/iron{ + pixel_y = -5 }, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access = list("library") +/obj/item/coin/plasma{ + pixel_x = 3; + pixel_y = -2 }, -/obj/effect/spawner/random/structure/table_fancy, -/turf/open/floor/wood, -/area/station/service/library) -"spY" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/item/toy/plush/lizard_plushie{ + name = "Cassius"; + pixel_x = 11; + pixel_y = -4 }, -/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/west, -/obj/effect/mapping_helpers/mail_sorting/service/dormitories, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) +"sqn" = ( +/obj/machinery/computer/records/security{ dir = 1 }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/fitness) -"sqs" = ( -/obj/machinery/skill_station, -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood, -/area/station/service/library) +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"sqq" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) "sqt" = ( /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"sqB" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +"squ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/east, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"sqA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/service/chapel) "sqN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61489,9 +61573,21 @@ /obj/structure/grille/broken, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"sqR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/morgue) "sqU" = ( /obj/machinery/newscaster/directional/west, -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) "sqW" = ( @@ -61521,14 +61617,22 @@ /obj/machinery/status_display/ai/directional/west, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"srk" = ( -/obj/machinery/door/window/right/directional/north{ - dir = 8; - name = "Library Desk Door"; - req_access = list("library") +"srb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/library) +/obj/machinery/light/cold/directional/north, +/obj/structure/sign/warning/bodysposal/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"sre" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "srn" = ( /turf/open/floor/glass/reinforced, /area/station/medical/treatment_center) @@ -61536,22 +61640,13 @@ /obj/structure/cable, /turf/closed/wall/r_wall, /area/station/maintenance/port/aft) -"srz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/wood/large, -/area/station/commons/vacant_room/office) -"srE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) +"srB" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/landmark/start/bitrunner, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) "srM" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -61583,10 +61678,11 @@ /turf/open/floor/iron/dark, /area/station/science/ordnance/office) "srY" = ( -/obj/machinery/deepfryer, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) "srZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61599,14 +61695,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/office) -"ssf" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/white{ - dir = 4 +"ssg" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Cargo Bay North" }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/cargo/storage) "ssh" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 4 @@ -61617,13 +61712,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"sso" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 +"ssn" = ( +/obj/effect/decal/cleanable/garbage, +/obj/item/reagent_containers/spray/chemsprayer/party{ + pixel_x = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/obj/item/clothing/head/costume/festive{ + pixel_y = -3; + pixel_x = -5 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "ssq" = ( /obj/structure/table/wood, /obj/item/camera_film, @@ -61634,12 +61734,11 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/engineering/storage/tech) -"ssy" = ( -/obj/structure/flora/tree/pine/style_random{ - pixel_x = -15 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"ssv" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/turf/open/floor/iron, +/area/station/commons/locker) "ssF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61654,6 +61753,10 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"ssW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "ssY" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/firealarm/directional/west, @@ -61666,17 +61769,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/station/science/ordnance) -"std" = ( -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/hallway/secondary/entry) "sto" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -61693,13 +61785,6 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"stp" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/fore) "stt" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -61709,21 +61794,6 @@ dir = 1 }, /area/station/security/lockers) -"stv" = ( -/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/spawner/random/structure/steam_vent, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"stz" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/item/sign, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "stA" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -61755,6 +61825,31 @@ /obj/structure/flora/grass/brown/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"stL" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"stP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/crate_abandoned, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room/office) +"stQ" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security Post - Science"; + network = list("ss13","rd") + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "stZ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -61762,18 +61857,64 @@ }, /turf/open/floor/iron, /area/mine/eva) +"sua" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/locker) "sup" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/gas_mask, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"suK" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ +"suA" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) +"suL" = ( +/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, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"suN" = ( +/obj/structure/cable, +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id = "minecraft_shutter"; + name = "Cart Shutters"; + pixel_y = 0 + }, +/obj/structure/minecart_rail{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/service/kitchen/coldroom) +"suO" = ( +/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/neutral/half/contrasted, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) "suR" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -61783,15 +61924,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"suY" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/mining_weather_monitor/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "sve" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/bot, @@ -61803,15 +61935,6 @@ }, /turf/open/floor/iron, /area/station/cargo/lobby) -"svh" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet/locker) -"svk" = ( -/obj/effect/turf_decal/tile/dark/half/contrasted, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/medical/virology) "svq" = ( /obj/structure/table/glass, /obj/item/stack/medical/gauze{ @@ -61832,10 +61955,6 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) -"svw" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/iron/smooth, -/area/station/security/execution/transfer) "svy" = ( /obj/effect/decal/cleanable/oil, /obj/item/stack/ore/glass, @@ -61844,12 +61963,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"svA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "svF" = ( /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) @@ -61858,24 +61971,15 @@ /obj/structure/dresser, /turf/open/floor/wood, /area/station/commons/dorms) -"svL" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Cargo Bay North" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"svO" = ( -/obj/structure/cable, +"svN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/floor, -/turf/open/floor/iron/dark/textured, -/area/station/security/warden) -"svP" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"swa" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/engine, +/area/station/science/explab) "swc" = ( /obj/machinery/light/directional/south, /obj/effect/decal/cleanable/dirt, @@ -61910,6 +62014,27 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/security/prison/rec) +"swq" = ( +/obj/machinery/button/elevator/directional/north{ + id = "publicElevator" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "publicElevator" + }, +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + req_access = null; + transport_linked_id = "publicElevator" + }, +/turf/open/floor/iron/dark, +/area/mine/storage) +"swr" = ( +/obj/machinery/recharger, +/obj/structure/table, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "sws" = ( /obj/machinery/door/airlock/security{ name = "Permabrig Library" @@ -61930,11 +62055,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"sww" = ( -/obj/machinery/light_switch/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/visit) "swx" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/portable_atmospherics/canister, @@ -61943,27 +62063,24 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"swz" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Locker Room West" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) -"swC" = ( -/obj/structure/sign/warning/docking/directional/north, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "swF" = ( /turf/closed/wall, /area/station/ai_monitored/turret_protected/aisat_interior) -"swQ" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) +"swI" = ( +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"swK" = ( +/obj/effect/turf_decal/tile/blue, +/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/hallway/secondary/entry) "swS" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -61993,6 +62110,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"sxw" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/green/full, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/medbay/aft) "sxF" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/plating, @@ -62004,11 +62129,20 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) +"sxQ" = ( +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "sxT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/wood, /area/station/security/prison/rec) +"sxY" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/plating/snowed/icemoon, +/area/station/maintenance/port/aft) "sxZ" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -62058,34 +62192,39 @@ /obj/effect/turf_decal/trimline/blue/corner, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"syG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "syL" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"syT" = ( +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/starboard/aft) +"syU" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/engineering/lobby) "syW" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, /area/station/medical/morgue) -"syY" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "MiniSat Atmospherics"; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line{ +"sze" = ( +/obj/machinery/newscaster/directional/west, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/atmos) +/turf/open/floor/iron/dark, +/area/station/commons/lounge) "szo" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -62095,22 +62234,11 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"szp" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "szu" = ( /obj/structure/sign/poster/official/obey/directional/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"szx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/command/gateway) "szz" = ( /obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/tile/red{ @@ -62130,6 +62258,23 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/iron/smooth, /area/station/cargo/warehouse) +"szR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/floor, +/turf/open/floor/iron/edge{ + dir = 4 + }, +/area/station/engineering/lobby) +"szU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/smooth_large, +/area/station/cargo/bitrunning/den) +"szX" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) "sAa" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -62137,9 +62282,6 @@ }, /turf/open/floor/iron, /area/mine/eva/lower) -"sAc" = ( -/turf/open/misc/asteroid/snow/coldroom, -/area/icemoon/underground/explored) "sAu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62172,61 +62314,38 @@ "sAS" = ( /turf/closed/wall, /area/station/commons/storage/art) -"sAT" = ( -/obj/machinery/chem_mass_spec, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 +"sAX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + name = "Reception Window" }, -/obj/structure/sign/warning/no_smoking/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"sAY" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "hop"; + name = "Privacy Shutters" }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"sBe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/desk_bell{ + pixel_x = 7 }, -/turf/open/floor/iron/white/corner{ - dir = 8 +/obj/machinery/door/window/brigdoor/right/directional/east{ + name = "Head of Personnel's Desk"; + req_access = list("hop") }, -/area/station/hallway/secondary/entry) +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"sBg" = ( +/obj/structure/closet/crate/grave, +/turf/open/misc/dirt/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "sBi" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/department/electrical) -"sBt" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ - pixel_x = 7; - pixel_y = 20 - }, -/obj/item/taperecorder{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = 7; - pixel_y = 8 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = 6 - }, -/obj/structure/secure_safe/hos{ - pixel_x = 35 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/hos) "sBu" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -62242,6 +62361,18 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/station/ai_monitored/command/storage/eva) +"sBw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"sBx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/science/xenobiology) "sBy" = ( /turf/closed/wall, /area/station/service/theater) @@ -62255,16 +62386,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos/storage/gas) -"sBS" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Aft Primary Hallway North" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "sBV" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/south, /obj/effect/spawner/random/vending/snackvend, @@ -62273,19 +62394,22 @@ }, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/exit/departure_lounge) -"sCc" = ( -/obj/machinery/biogenerator, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 4 +"sCa" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) -"sCg" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/large, -/area/mine/eva/lower) +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/rec) +"sCm" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "sCw" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -62319,9 +62443,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"sCO" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/starboard/fore) "sCQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -62331,6 +62452,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"sCX" = ( +/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/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "sCZ" = ( /turf/open/floor/iron/dark, /area/station/service/hydroponics) @@ -62350,10 +62483,35 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/plating, /area/station/commons/storage/mining) +"sDr" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "sDA" = ( /obj/machinery/igniter/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) +"sDI" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Service - Botany Upper Entrance" + }, +/obj/structure/table/glass, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"sDQ" = ( +/obj/item/radio/intercom/prison/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) "sDT" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, @@ -62365,15 +62523,20 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"sDX" = ( -/obj/effect/turf_decal/siding/white/corner{ - dir = 1 +"sEg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "sEi" = ( /turf/open/floor/carpet, /area/station/service/library) +"sEk" = ( +/obj/item/food/fried_chicken, +/turf/open/floor/plating/snowed/smoothed, +/area/station/maintenance/fore/lesser) "sEl" = ( /obj/structure/table, /obj/item/hand_labeler{ @@ -62387,10 +62550,6 @@ }, /turf/open/floor/plating, /area/mine/living_quarters) -"sEx" = ( -/obj/structure/sink/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "sEz" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -62420,13 +62579,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"sEE" = ( -/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/starboard/fore) +"sEF" = ( +/obj/machinery/computer/atmos_control/plasma_tank{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "sEK" = ( /obj/structure/table/glass, /obj/item/stack/medical/gauze{ @@ -62445,6 +62609,10 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/large, /area/station/medical/treatment_center) +"sEO" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/smooth, +/area/mine/living_quarters) "sEU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, @@ -62458,6 +62626,20 @@ }, /turf/open/floor/iron/white/corner, /area/station/engineering/atmos) +"sFd" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart/laundry, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "sFj" = ( /obj/structure/chair/office/light{ dir = 4 @@ -62469,41 +62651,16 @@ }, /turf/open/floor/iron, /area/station/science/explab) -"sFu" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Security - Upper Permabrig Hallway North"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/prison) -"sFv" = ( -/obj/machinery/mineral/processing_unit{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/mine/production) -"sFy" = ( -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "sFA" = ( /obj/machinery/sparker/directional/west{ id = "testigniter" }, /turf/open/floor/engine, /area/station/science/explab) +"sFF" = ( +/obj/machinery/gibber, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "sFG" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/cable, @@ -62535,19 +62692,6 @@ dir = 1 }, /area/station/ai_monitored/command/storage/eva) -"sGf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/door/window/brigdoor/right/directional/north{ - dir = 8; - name = "Medbay Access"; - req_access = list("medical") - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "sGk" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/sign/poster/random/directional/south, @@ -62559,6 +62703,17 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"sGq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) "sGv" = ( /obj/structure/ladder, /obj/machinery/light/small/directional/east, @@ -62601,15 +62756,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"sGN" = ( -/obj/structure/sign/warning/docking/directional/east, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"sGV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/break_room) +"sGM" = ( +/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/east, +/obj/structure/sign/warning/directional/east, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "sGZ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/crate, @@ -62628,43 +62782,15 @@ /obj/effect/turf_decal/tile/yellow/full, /turf/open/floor/iron/large, /area/station/medical/pharmacy) -"sHd" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "sHh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/chapel) -"sHn" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/rack, -/obj/item/clothing/accessory/armband/hydro{ - pixel_y = 4; - pixel_x = 2 - }, -/obj/item/clothing/accessory/armband/hydro, -/obj/item/toy/figure/botanist, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"sHB" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 4 - }, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) +"sHl" = ( +/obj/machinery/vending/coffee, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/stone, +/area/mine/eva/lower) "sHC" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62673,14 +62799,15 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"sHD" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +"sHK" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/structure/steam_vent, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "sHM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -62690,6 +62817,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"sHO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"sHV" = ( +/obj/machinery/atmospherics/components/tank/air{ + initialize_directions = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "sHX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62702,18 +62843,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"sIm" = ( -/obj/machinery/smartfridge, -/obj/machinery/door/window/right/directional/south{ - name = "Produce Access"; - req_access = list("hydroponics") - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ +"sIp" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/main) "sIt" = ( /turf/closed/wall, /area/station/maintenance/central/lesser) @@ -62755,27 +62892,46 @@ /obj/structure/cable, /turf/open/floor/plating, /area/mine/storage) +"sJe" = ( +/obj/machinery/deepfryer, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "sJi" = ( /obj/machinery/vending/donksofttoyvendor, /turf/open/floor/iron/dark/textured, /area/station/security/prison/safe) "sJn" = ( -/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/disposal) -"sJq" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/closet/emcloset, +/obj/structure/sign/warning/gas_mask/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) +"sJp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "holodeck" + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/commons/fitness) +"sJq" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "sJr" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -62794,15 +62950,17 @@ }, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) +"sJA" = ( +/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, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "sJH" = ( /turf/closed/wall, /area/mine/living_quarters) -"sJL" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "sJP" = ( /obj/machinery/airalarm/directional/north, /obj/structure/rack, @@ -62861,6 +63019,13 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/wood, /area/station/command/meeting_room) +"sKV" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/command/heads_quarters/rd) "sKW" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -62872,19 +63037,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"sLe" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/starboard/fore) -"sLr" = ( -/obj/structure/flora/grass/jungle/b/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/throwing_star/toy, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" +"sLa" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/area/station/security/prison/rec) +/turf/open/floor/iron, +/area/mine/laborcamp/security) +"sLj" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/security/processing) "sLD" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/iron/fifty, @@ -62899,6 +63066,23 @@ dir = 1 }, /area/station/medical/chemistry) +"sLR" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"sLY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/fore) "sMg" = ( /turf/open/floor/engine/air, /area/station/engineering/atmos) @@ -62922,21 +63106,19 @@ dir = 1 }, /area/station/security/prison) -"sMD" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; - dir = 1; - name = "rapid corpse mover 9000" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"sMJ" = ( +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat External NorthWest"; + network = list("minisat"); + start_active = 1 }, -/obj/structure/window/spawner/directional/west, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/misc/asteroid/snow/icemoon, +/area/station/ai_monitored/turret_protected/aisat/maint) +"sML" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/hallway) "sMY" = ( /obj/structure/table, /obj/item/radio/off, @@ -62947,10 +63129,28 @@ dir = 1 }, /area/station/security/office) -"sNb" = ( -/obj/machinery/light/small/directional/west, +"sNc" = ( +/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/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sNr" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "permainner"; + name = "Permabrig Transfer" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "perma-entrance" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark/textured, -/area/station/security/interrogation) +/area/station/security/execution/transfer) "sNs" = ( /obj/structure/closet/crate/hydroponics, /obj/effect/turf_decal/trimline/green/filled, @@ -62963,6 +63163,14 @@ /obj/item/seeds/potato, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) +"sNt" = ( +/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, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/mine/production) "sNu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -62973,11 +63181,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"sNw" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/trash/janitor_supplies, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +"sNA" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "sNI" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -62985,6 +63195,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sNM" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id = "botany_chasm_and_wolf_shutters" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) "sNQ" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -63001,14 +63219,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron, /area/station/command/bridge) -"sOd" = ( -/obj/effect/turf_decal/siding/thinplating_new, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"sOl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "sOm" = ( /obj/structure/railing{ dir = 4 @@ -63021,22 +63231,15 @@ "sOn" = ( /turf/closed/wall, /area/station/cargo/lobby) -"sOo" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) -"sOw" = ( -/obj/structure/railing{ - dir = 6 - }, -/obj/effect/decal/cleanable/generic, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +"sOz" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/area/station/ai_monitored/command/nuke_storage) "sOE" = ( /turf/open/floor/iron, /area/station/command/heads_quarters/ce) @@ -63047,11 +63250,15 @@ /turf/open/floor/iron, /area/station/hallway/primary/starboard) "sOJ" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/office) "sOO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -63062,30 +63269,13 @@ /obj/item/kitchen/fork/plastic, /turf/open/floor/iron, /area/station/security/prison/mess) -"sOU" = ( -/obj/machinery/door/airlock/external/glass, -/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/external, -/obj/structure/cable, -/turf/open/floor/iron/textured, -/area/station/hallway/secondary/entry) -"sPu" = ( -/obj/structure/table, -/obj/item/paper{ - pixel_y = 7 - }, -/obj/item/paper{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/large, -/area/mine/eva/lower) -"sPx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) +"sOY" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/obj/item/stock_parts/servo, +/obj/item/storage/bag/trash, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "sPA" = ( /obj/structure/rack, /obj/item/storage/bag/ore, @@ -63098,12 +63288,12 @@ /turf/open/floor/iron, /area/mine/laborcamp) "sPG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/large, -/area/station/engineering/main) +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "sPK" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -63147,13 +63337,15 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron, /area/station/cargo/storage) -"sQv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/machinery/light/floor, -/turf/open/floor/carpet, -/area/station/service/chapel) +"sQc" = ( +/obj/structure/table, +/obj/item/food/sandwich/cheese/grilled{ + name = "idiot sandwich"; + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) "sQB" = ( /turf/closed/wall, /area/station/security/brig/upper) @@ -63163,13 +63355,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"sQW" = ( -/obj/machinery/medical_kiosk, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "sRp" = ( /obj/structure/fence, /obj/effect/turf_decal/weather/snow/corner{ @@ -63181,30 +63366,19 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"sRO" = ( -/obj/effect/turf_decal/tile/blue{ +"sRL" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/landmark/navigate_destination/dockescpod1, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/hallway/secondary/entry) -"sRS" = ( -/obj/machinery/ticket_machine/directional/east, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"sSa" = ( -/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 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/incident_display/delam/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sRQ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/wood, +/turf/open/floor/carpet/blue, +/area/station/security/prison/work) "sSe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63212,24 +63386,25 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"sSA" = ( -/obj/structure/sign/warning/secure_area/directional/south, -/turf/open/openspace/icemoon/keep_below, -/area/icemoon/surface/outdoors/nospawn) -"sSD" = ( -/obj/effect/landmark/observer_start, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" +"sSj" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/chair/sofa/left/brown{ + dir = 1 }, -/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{ +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/break_room) +"sSl" = ( +/obj/structure/hoop{ dir = 4 }, -/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/security/prison/workout) +"sSA" = ( +/obj/structure/sign/warning/secure_area/directional/south, +/turf/open/openspace/icemoon/keep_below, +/area/icemoon/surface/outdoors/nospawn) "sSE" = ( /obj/machinery/door/firedoor/heavy, /turf/open/floor/iron/white/side{ @@ -63240,6 +63415,16 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"sSH" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/hydroponics) "sSJ" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -63253,6 +63438,17 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/brig) +"sSR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "sSS" = ( /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, @@ -63265,6 +63461,11 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"sTh" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "sTi" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -63280,6 +63481,29 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) +"sTn" = ( +/obj/structure/table, +/obj/machinery/newscaster/directional/north, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"sTv" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/engine, +/area/station/science/genetics) +"sTx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) "sTO" = ( /obj/machinery/door/airlock{ name = "Unisex Restroom" @@ -63287,11 +63511,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/mine/laborcamp) -"sTQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +"sTP" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/structure/microscope, +/turf/open/floor/iron/grimy, +/area/station/security/prison/work) "sTV" = ( /obj/machinery/door/airlock/maintenance{ name = "Teleporter Maintenance" @@ -63324,6 +63549,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sUo" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "sUv" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -63350,29 +63584,29 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"sUO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/decal/cleanable/vomit/old, -/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) -"sUR" = ( -/obj/structure/table/optable, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "sUS" = ( /obj/structure/table/wood, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/aft) +"sVf" = ( +/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/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) "sVm" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 1 @@ -63383,28 +63617,16 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"sVr" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/aft) -"sVz" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"sVJ" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/atmos/storage/gas) +"sVw" = ( +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) +"sVC" = ( +/obj/structure/table/wood, +/obj/item/food/pie/cream, +/obj/item/bikehorn, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "sVL" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -63414,23 +63636,6 @@ /obj/item/screwdriver, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"sVW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/construction) -"sWa" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/iron/dark, -/area/mine/eva/lower) -"sWi" = ( -/obj/structure/sign/warning/electric_shock/directional/east, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "sWl" = ( /obj/machinery/door/airlock/command{ name = "Chief Medical Officer" @@ -63444,6 +63649,14 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/cmo) +"sWo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/mine/laborcamp) "sWs" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -63451,25 +63664,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"sWv" = ( -/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/catwalk_floor/iron_smooth, -/area/station/maintenance/fore/lesser) -"sWx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "sWB" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Smeltery" @@ -63481,23 +63675,20 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining_station, /turf/open/floor/iron/textured_half, /area/mine/production) -"sWC" = ( +"sWK" = ( /obj/effect/landmark/event_spawn, -/obj/machinery/requests_console/auto_name/directional/south, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"sWQ" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/camera/directional/south{ - c_tag = "Central Hallway South" - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) "sXb" = ( /obj/machinery/status_display/ai/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -63519,16 +63710,33 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"sXk" = ( +"sXf" = ( +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/dest_tagger, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/command/bridge) -"sXz" = ( -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) +/area/station/cargo/sorting) +"sXk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/fore/lesser) "sXC" = ( /obj/structure/table, /obj/machinery/button/ignition{ @@ -63569,24 +63777,26 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"sYg" = ( -/obj/item/radio/intercom/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 1 +"sYe" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/suit/red, +/obj/item/flashlight/flare/candle{ + pixel_x = -8; + pixel_y = 4 }, -/obj/machinery/disposal/bin, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/storage) -"sYl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/wardrobe/pjs{ - anchored = 1 +/obj/item/flashlight/flare/candle{ + pixel_x = 8; + pixel_y = 4 }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine/cult, +/area/station/service/library) +"sYs" = ( +/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/starboard/lesser) "sYu" = ( /obj/machinery/door/firedoor, /obj/effect/landmark/event_spawn, @@ -63609,6 +63819,17 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"sYF" = ( +/obj/structure/barricade/wooden/snowed, +/obj/machinery/light/small/red/directional/north, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "minecraft_shutter"; + name = "Cart Shutters"; + pixel_y = 0 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "sYG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -63618,18 +63839,6 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"sYJ" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/service/chapel) "sYU" = ( /obj/structure/grille/broken, /obj/effect/spawner/random/trash/moisture_trap, @@ -63641,16 +63850,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"sZp" = ( -/obj/effect/turf_decal/siding/wideplating_new/light{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/work) "sZD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -63663,6 +63862,22 @@ "sZF" = ( /turf/closed/wall, /area/station/maintenance/aft/greater) +"sZI" = ( +/obj/machinery/camera{ + c_tag = "Service - Botany"; + dir = 9 + }, +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "sZO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63677,6 +63892,12 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/smooth, /area/mine/eva/lower) +"tae" = ( +/obj/structure/table/wood, +/obj/item/c_tube, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "taf" = ( /obj/effect/landmark/start/quartermaster, /obj/structure/chair/office{ @@ -63697,27 +63918,37 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"taj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) "tak" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"tao" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/department/electrical) "tau" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron, /area/station/security/prison/garden) +"tav" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/textured, +/area/station/commons/toilet) "taK" = ( -/obj/effect/spawner/random/trash/bin, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/obj/machinery/light/small/directional/east, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored/graveyard) "taN" = ( /obj/item/radio/intercom/directional/west, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -63727,6 +63958,13 @@ /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating, /area/station/security/prison/safe) +"tba" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "tbb" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ @@ -63743,57 +63981,40 @@ dir = 1 }, /area/station/engineering/atmos) -"tbI" = ( -/obj/machinery/power/shieldwallgen, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/command/teleporter) +"tbN" = ( +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/machinery/door/airlock/engineering{ + name = "Utilities Room" + }, +/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/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "tbQ" = ( /turf/open/floor/iron/grimy, /area/station/maintenance/aft/greater) +"tbR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/secondary/entry) "tbX" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 }, /turf/open/floor/plating, /area/mine/eva/lower) -"tci" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/right/directional/east{ - name = "Pharmacy Desk"; - req_access = list("pharmacy") - }, -/obj/item/folder/white{ - pixel_x = -5 - }, -/obj/item/pen{ - pixel_x = -5 - }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron, -/area/station/medical/pharmacy) -"tcz" = ( -/obj/item/trash/popcorn, -/obj/structure/reagent_dispensers/plumbed{ - name = "dormitory reservoir" - }, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/turf_decal/delivery/white{ - color = "#307db9" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/textured, -/area/station/maintenance/fore) "tcD" = ( /obj/structure/chair, /obj/effect/landmark/start/hangover, @@ -63812,21 +64033,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/dark, /area/station/medical/virology) -"tcO" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/eva{ - pixel_y = 9 - }, -/obj/item/clothing/shoes/winterboots/ice_boots/eva{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/effect/turf_decal/delivery/red, -/obj/item/clothing/gloves/color/grey/protects_cold, -/obj/item/clothing/mask/gas, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/textured, -/area/station/ai_monitored/command/storage/eva) "tcQ" = ( /obj/machinery/camera/directional/west{ c_tag = "Security - Permabrig Recreation"; @@ -63837,6 +64043,21 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) +"tcR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"tda" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "tdb" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -63845,11 +64066,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"tdB" = ( -/obj/structure/girder, -/obj/effect/spawner/random/structure/grille, +"tdp" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"tdE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters2"; + name = "Pharmacy Shutters" + }, /turf/open/floor/plating, -/area/station/maintenance/fore) +/area/station/medical/pharmacy) "tdL" = ( /obj/structure/stairs/south, /obj/structure/railing{ @@ -63865,10 +64095,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/service/chapel) -"tdY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) "ted" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63886,20 +64112,21 @@ /obj/structure/fence, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"teB" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" +"teE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "vacantofficemaintshutter"; + name = "Privacy Shutters" }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"teK" = ( +/obj/structure/fence/door{ + name = "graveyard" }, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "teN" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -63911,29 +64138,14 @@ dir = 4 }, /area/station/security/brig/entrance) -"teQ" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/mine/laborcamp/security) -"teR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/theater) -"teV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"teZ" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/spawner/random/trash/caution_sign, -/obj/effect/decal/cleanable/glass, -/obj/structure/sign/warning/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "tfm" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, @@ -63947,12 +64159,6 @@ /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/iron, /area/station/service/janitor) -"tfA" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig/entrance) "tfG" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -63976,12 +64182,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"tga" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "tgd" = ( /obj/machinery/door/airlock{ name = "Garden" @@ -63992,6 +64192,17 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"tge" = ( +/obj/machinery/button/door/directional/east{ + id = "commissaryshutter"; + name = "Commissary Shutter Control" + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "tgn" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -64001,26 +64212,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"tgu" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tgw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Research Delivery Access" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "tgx" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -64028,42 +64219,57 @@ }, /turf/open/openspace, /area/station/science/xenobiology) -"tgA" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/command/teleporter) "tgB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/holopad, /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white/smooth_large, /area/station/science/genetics) -"tgL" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "vacantofficemaintshutter"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) +"tgH" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "tgP" = ( /mob/living/simple_animal/bot/secbot/beepsky/armsky, /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/security/armory) -"tgS" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 8 +"tht" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/epinephrine, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 6 }, -/area/station/hallway/secondary/entry) +/obj/item/reagent_containers/syringe, +/obj/machinery/defibrillator_mount/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) +"thA" = ( +/turf/open/genturf/blue, +/area/icemoon/underground/unexplored/rivers/deep/shoreline) "thD" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"thE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"thI" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Fore Primary Hallway - Courtroom Hallway" + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "thK" = ( /obj/item/screwdriver{ pixel_y = 10 @@ -64074,10 +64280,31 @@ /obj/effect/landmark/start/depsec/supply, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"thM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "thW" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/wood, /area/station/maintenance/port/aft) +"thX" = ( +/obj/effect/turf_decal/tile/blue, +/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/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"thY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "tia" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty{ @@ -64094,6 +64321,16 @@ dir = 10 }, /area/station/science/lab) +"til" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) "tis" = ( /obj/structure/window/reinforced/fulltile, /obj/structure/transit_tube/horizontal, @@ -64103,36 +64340,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"tiN" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/lattice/catwalk, -/turf/open/openspace, -/area/station/science/xenobiology) -"tiQ" = ( -/obj/structure/sink/directional/east, -/obj/machinery/button/door/directional/west{ - id = "xenobio2"; - layer = 4; - name = "Xenobio Pen 2 Blast Door"; - req_access = list("xenobiology") +"tiH" = ( +/obj/structure/fence/door{ + dir = 4 }, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "tiV" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/iron, /area/station/service/chapel) -"tiX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/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/theater) "tiY" = ( /obj/machinery/light/small/directional/west, /obj/effect/turf_decal/weather/snow/corner{ @@ -64160,15 +64379,6 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"tjm" = ( -/obj/structure/closet/boxinggloves, -/obj/machinery/light/directional/north, -/obj/item/clothing/shoes/jackboots, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "tjo" = ( /turf/open/genturf, /area/icemoon/underground/unexplored/rivers) @@ -64201,14 +64411,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"tjV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/item/clothing/gloves/boxing, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "tjY" = ( /obj/effect/turf_decal/siding/yellow{ dir = 4 @@ -64220,43 +64422,42 @@ /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) "tkc" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/area/station/commons/vacant_room/office) "tkf" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"tkk" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/storage) -"tkx" = ( -/obj/effect/spawner/random/vending/snackvend, +"tku" = ( +/obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"tkB" = ( -/obj/machinery/camera/motion/directional/north{ - c_tag = "EVA Storage North" +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/obj/structure/sign/warning/secure_area/directional/north, -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark/smooth_half{ - dir = 1 +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/area/station/ai_monitored/command/storage/eva) +/obj/machinery/door/airlock/multi_tile/public/glass{ + dir = 4; + name = "Auxiliary Dock" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "tkJ" = ( -/obj/structure/fence/corner{ - dir = 5 +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/iron, +/area/station/service/hydroponics) "tkP" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -64269,12 +64470,21 @@ dir = 9 }, /area/station/science/research) +"tkU" = ( +/turf/open/lava/plasma/ice_moon, +/area/icemoon/surface/outdoors/nospawn) "tlh" = ( /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_shared) +"tlm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "tln" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/engine/o2, @@ -64294,16 +64504,17 @@ "tlE" = ( /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) -"tlF" = ( -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -30 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "tlH" = ( /turf/open/openspace/icemoon, /area/icemoon/surface/outdoors/nospawn) +"tlO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "tlP" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -64327,15 +64538,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/textured, /area/station/security/prison/safe) -"tmb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Ordnance Lab Maintenance" +"tma" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/science/ordnance) +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) "tml" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -64368,13 +64579,19 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/dark, /area/mine/eva/lower) -"tmN" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"tmL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/hallway/secondary/entry) "tmQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -64388,6 +64605,10 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"tna" = ( +/obj/structure/sign/warning/cold_temp/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/fore) "tnb" = ( /obj/structure/rack, /turf/open/floor/plating, @@ -64417,6 +64638,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"tnO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "tnP" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -64446,16 +64673,6 @@ /obj/machinery/shower/directional/west, /turf/open/floor/iron/white, /area/station/medical/virology) -"toH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "toV" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -64480,21 +64697,36 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"tpj" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig/upper) -"tpz" = ( -/obj/structure/bookcase{ - name = "Holy Bookcase" +"tpk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/binary/pressure_valve/on{ + dir = 4; + name = "Output Release" }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tpq" = ( +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"tpw" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"tpG" = ( +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/commons/locker) "tpH" = ( /turf/closed/wall, /area/station/security/execution/education) @@ -64503,23 +64735,18 @@ /obj/item/folder/blue, /turf/open/floor/wood, /area/station/security/courtroom) -"tpZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tqc" = ( -/obj/item/target, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/closet/crate{ - name = "Firing Range Supplies Set" +"tpX" = ( +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/reagent_containers/syringe{ + name = "steel point" }, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) +/obj/item/reagent_containers/cup/bottle/multiver, +/obj/item/reagent_containers/cup/bottle/epinephrine, +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "tqk" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -64536,33 +64763,44 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"tqZ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/wood/large, -/area/station/service/bar) +"tqR" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 8 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "trb" = ( /obj/structure/table, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Test Chamber Monitor"; - network = list("test") - }, /obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/taperecorder{ + pixel_x = 9 + }, /turf/open/floor/iron/dark, /area/station/science/explab) -"trf" = ( -/obj/structure/cable, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal/incinerator) +"trc" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "trm" = ( /turf/open/floor/plating, /area/station/science/ordnance/testlab) +"trr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "tru" = ( /obj/structure/chair/pew/left{ dir = 1 @@ -64576,45 +64814,21 @@ /obj/structure/sign/poster/official/obey/directional/west, /turf/open/floor/iron/dark/textured, /area/station/security/execution/transfer) -"trG" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/effect/turf_decal/siding/yellow/corner{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Engineering Lobby"; - name = "Engineering Lobby Fax Machine" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) -"trH" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "trK" = ( /obj/structure/disposalpipe/junction/flip, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"trT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "tsa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/freezer, /area/station/science/xenobiology) -"tsb" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) "tsh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -64624,6 +64838,11 @@ }, /turf/open/floor/wood, /area/station/service/library) +"tsi" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "tsk" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -64632,6 +64851,11 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/co2, /area/station/engineering/atmos) +"tso" = ( +/turf/open/misc/dirt/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) "tsr" = ( /obj/structure/lattice/catwalk, /obj/machinery/rnd/server/master, @@ -64648,26 +64872,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark/textured, /area/station/security/interrogation) -"tsJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"tsK" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/bed{ - dir = 1 - }, -/obj/item/bedsheet/dorms{ - dir = 1 - }, -/obj/effect/spawner/random/contraband/permabrig_gear, -/turf/open/floor/iron/white, -/area/station/security/prison/safe) "tsQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Public Mining Storage" @@ -64685,31 +64889,6 @@ /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plating, /area/station/maintenance/department/electrical) -"tsY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"tta" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/folder/white{ - pixel_x = 2 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "ttb" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -64721,16 +64900,6 @@ /obj/machinery/door/airlock/freezer, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) -"ttm" = ( -/obj/machinery/computer/accounting{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "ttv" = ( /obj/structure/sign/painting/library{ pixel_y = 32 @@ -64749,6 +64918,17 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/security/prison/rec) +"ttO" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/button/door/directional/south{ + id = "surgery"; + name = "Surgery Shutter Control" + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "ttT" = ( /obj/machinery/door/airlock/mining/glass{ id_tag = "innercargo"; @@ -64780,12 +64960,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"tuk" = ( -/obj/structure/closet/crate/grave, -/turf/open/misc/dirt/dark{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) "tur" = ( /turf/open/floor/iron/cafeteria{ dir = 8 @@ -64798,33 +64972,56 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"tuv" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 +"tuz" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -5; + pixel_y = 2 }, -/obj/structure/chair/office/light{ - dir = 1 +/obj/machinery/recharger{ + pixel_x = 5; + pixel_y = 2 }, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 +/obj/item/storage/wallet/random{ + pixel_x = 6; + pixel_y = -24 }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "tuH" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison/mess) -"tuU" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/airalarm/directional/north, -/obj/structure/closet/secure_closet/security/science, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ +"tuQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) +/turf/open/floor/plating, +/area/station/maintenance/fore) +"tuZ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + name = "Research Director Observation"; + req_access = list("rd") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) +"tva" = ( +/obj/machinery/light/small/directional/south, +/turf/open/openspace, +/area/station/service/chapel) "tvd" = ( /obj/machinery/door/poddoor/preopen{ id = "atmos"; @@ -64835,25 +65032,18 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos) -"tvi" = ( -/obj/structure/table, -/obj/item/clothing/gloves/latex, -/obj/item/surgical_drapes, -/obj/item/razor, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"tvs" = ( -/obj/structure/closet, -/obj/item/radio/intercom/directional/east, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +"tvm" = ( +/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/cafeteria, -/area/station/commons/dorms/laundry) +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "tvv" = ( /obj/machinery/door/airlock/command/glass{ name = "Research Director" @@ -64892,47 +65082,49 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark/textured_edge, /area/station/security/evidence) -"tvS" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 +"tvW" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 }, -/obj/effect/spawner/random/armory/shotgun, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory) -"tvX" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/engineering) +/turf/open/floor/iron, +/area/station/tcommsat/computer) "tvZ" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"twb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/mine/laborcamp) +"twn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "twt" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"twz" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +"tww" = ( +/obj/effect/landmark/start/prisoner, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/turf/open/floor/carpet/red, +/area/station/security/prison/work) "twK" = ( /obj/machinery/porta_turret/ai{ dir = 8 @@ -64962,23 +65154,29 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"twR" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/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/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "twU" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"twX" = ( -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/obj/structure/minecart_rail{ +"twV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 1 }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "twZ" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -64998,15 +65196,25 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/construction, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"txd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "txh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Locker Room Maintenance" +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "txj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -65018,10 +65226,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"txk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/aft) "txo" = ( /obj/effect/turf_decal/siding/yellow/end{ dir = 4 @@ -65030,16 +65234,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/plating, /area/station/medical/treatment_center) -"txC" = ( -/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/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "txE" = ( /obj/item/cigbutt, /obj/effect/decal/cleanable/dirt, @@ -65051,18 +65245,6 @@ /obj/structure/closet/wardrobe/black, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"txN" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "txU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -65071,33 +65253,18 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"txY" = ( -/obj/machinery/light/directional/south, -/obj/effect/spawner/random/vending/colavend, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "tyb" = ( /obj/effect/turf_decal/bot, /obj/machinery/holopad, /turf/open/floor/iron, /area/station/engineering/atmos) -"tyf" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch/directional/east, -/obj/machinery/reagentgrinder{ - pixel_y = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 - }, -/area/station/medical/chem_storage) -"tyg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/construction) +"tyi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/machinery/light/floor, +/turf/open/floor/carpet, +/area/station/service/chapel) "tyl" = ( /obj/structure/ladder, /obj/machinery/light/small/directional/north, @@ -65113,18 +65280,6 @@ /obj/structure/chair/office, /turf/open/floor/wood, /area/station/service/library) -"tyF" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) "tyK" = ( /obj/item/mop, /obj/item/reagent_containers/cup/bucket, @@ -65144,44 +65299,53 @@ /obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron, /area/station/security/prison/garden) -"tzs" = ( +"tzv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, /turf/open/floor/plating, -/area/station/maintenance/port/greater) -"tzv" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/sign/warning/gas_mask{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; - pixel_x = 3; - pixel_y = -32 +/area/station/maintenance/starboard/fore) +"tzA" = ( +/obj/structure/closet/crate/freezer/food{ + name = "cooler" }, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva/lower) -"tzz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) +/obj/item/reagent_containers/cup/glass/ice, +/obj/item/reagent_containers/cup/glass/ice, +/obj/item/reagent_containers/cup/glass/ice, +/obj/item/reagent_containers/cup/glass/ice, +/turf/open/misc/asteroid/snow/coldroom, +/area/icemoon/underground/explored) "tzE" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 4 }, /turf/open/floor/plating, /area/mine/eva) -"tzQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"tzR" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" +"tzH" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/structure/sign/warning/no_smoking/directional/north, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/engineering/main) +"tzM" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "tAg" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -65190,15 +65354,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/virology) -"tAh" = ( -/obj/structure/table, -/obj/item/ai_module/reset, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/dark_green, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) "tAi" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -65219,19 +65374,19 @@ dir = 4 }, /area/station/service/chapel) -"tAM" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/structure/sign/departments/restroom/directional/south, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"tAR" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Port Hallway West" +"tAL" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/turf/open/floor/iron/white, +/area/mine/laborcamp) +"tAO" = ( +/obj/machinery/space_heater, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/lesser) "tAS" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Dock" @@ -65242,50 +65397,41 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, /area/station/cargo/miningdock) -"tAX" = ( -/obj/structure/railing, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/four, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "tBs" = ( /turf/closed/wall, /area/station/maintenance/department/chapel) -"tBB" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ +"tBx" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"tBC" = ( -/obj/effect/spawner/random/structure/closet_private, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"tBD" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 4; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 +"tBL" = ( +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 }, +/obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"tBN" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/west, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/random/engineering/material_cheap, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/fore) +/area/station/engineering/atmos) "tBP" = ( /obj/machinery/light/small/directional/west, /obj/structure/sign/warning/secure_area/directional/west, /turf/open/floor/engine, /area/station/science/explab) +"tBR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "tBW" = ( /obj/structure/railing{ dir = 5 @@ -65293,6 +65439,11 @@ /obj/structure/sign/warning/biohazard/directional/west, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"tBY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "tCe" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -65301,56 +65452,21 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"tCf" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/left/directional/north{ - dir = 4; - req_access = list("brig_entrance") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "medsecprivacy"; - name = "Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) "tCj" = ( /obj/structure/sign/warning, /turf/closed/wall/r_wall, /area/icemoon/surface/outdoors/nospawn) -"tCl" = ( -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) -"tCo" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "tCr" = ( /obj/structure/grille, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"tCs" = ( -/obj/structure/disposalpipe/segment, +"tCu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/service/bar/backroom) +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "tCx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -65361,27 +65477,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, /area/station/engineering/atmos) -"tCE" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access = list("medical") - }, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "tCF" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_blue/line{ @@ -65399,17 +65494,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/work) -"tCM" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/medical{ - dir = 4 - }, -/obj/structure/secure_safe/directional/south, -/obj/effect/turf_decal/tile/green/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/virology) "tCO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -65424,14 +65508,6 @@ }, /turf/open/floor/plating, /area/station/security/interrogation) -"tCT" = ( -/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/spawner/random/trash/botanical_waste, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "tCV" = ( /obj/machinery/camera/directional/west{ c_tag = "Security - Permabrig Observation Prep"; @@ -65479,20 +65555,27 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/brig/upper) -"tDo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 +"tDm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"tDr" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 9 +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ + dir = 1 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"tDo" = ( +/obj/machinery/flasher/portable, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Flash Storage"; + req_access = list("brig") + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/brig/upper) "tDw" = ( /obj/machinery/suit_storage_unit/hos, /obj/structure/reagent_dispensers/wall/peppertank/directional/west, @@ -65502,12 +65585,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"tDF" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light/small/directional/west, +"tDC" = ( +/obj/structure/cable, +/obj/structure/minecart_rail{ + dir = 1 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) +"tDJ" = ( +/obj/machinery/requests_console/auto_name/directional/east, +/obj/machinery/duct, +/obj/effect/mapping_helpers/requests_console/supplies, /turf/open/floor/iron/dark, -/area/station/hallway/primary/central) +/area/station/service/hydroponics) "tDL" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red/anticorner/contrasted{ @@ -65522,42 +65612,34 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/station/security/courtroom) -"tDO" = ( -/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 = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/fore) "tDU" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/cargo/storage) -"tDX" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "tDY" = ( /obj/machinery/vending/cola/sodie, /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/visit) +"tEc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tEd" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tEi" = ( +/obj/structure/sink/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "tEj" = ( /obj/machinery/conveyor{ dir = 9; @@ -65578,22 +65660,13 @@ }, /turf/open/floor/iron, /area/station/commons/storage/art) +"tEw" = ( +/turf/open/genturf/blue, +/area/icemoon/underground/unexplored/rivers) "tEC" = ( /obj/structure/ore_box, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"tEG" = ( -/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/newscaster/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "tEK" = ( /obj/structure/table, /obj/item/tank/internals/emergency_oxygen{ @@ -65643,6 +65716,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"tFt" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) "tFw" = ( /obj/machinery/camera/directional/north{ c_tag = "Central Hallway North-West" @@ -65650,13 +65729,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/central) -"tFC" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/mine/living_quarters) "tFF" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8 @@ -65666,20 +65738,18 @@ dir = 8 }, /area/station/science/lab) -"tFP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"tFW" = ( -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) +"tFN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tFV" = ( +/obj/structure/cable, +/obj/machinery/light/directional/south, +/obj/structure/closet/secure_closet/psychology, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "tGi" = ( /obj/effect/turf_decal/stripes/end, /obj/machinery/door/airlock/external, @@ -65689,17 +65759,16 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/smooth, /area/mine/eva/lower) -"tGm" = ( -/obj/machinery/computer/prisoner/management{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "tGr" = ( /turf/closed/mineral/random/snow, /area/icemoon/surface/outdoors/nospawn) +"tGs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/prison/work) "tGx" = ( /obj/machinery/camera/directional/east{ c_tag = "Departure Lounge East" @@ -65735,20 +65804,6 @@ dir = 1 }, /area/station/engineering/lobby) -"tGI" = ( -/obj/machinery/door/morgue{ - req_access = list("bar"); - dir = 8; - name = "Shotgun Rack" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) "tGP" = ( /obj/machinery/conveyor{ id = "gulag" @@ -65756,58 +65811,49 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/mine/laborcamp) -"tGZ" = ( -/obj/machinery/door/airlock/wood{ - name = "Backstage" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/commons/lounge) -"tHe" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 +"tHi" = ( +/obj/structure/filingcabinet, +/obj/machinery/requests_console/directional/west{ + department = "Captain's Desk"; + name = "Captain's Requests Console" }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"tHj" = ( +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tHr" = ( /turf/closed/wall/r_wall, /area/station/medical/treatment_center) -"tHt" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/security/prison/work) "tHv" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"tHN" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark/side{ +"tHB" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/area/station/service/chapel) +/obj/structure/sign/warning/pods/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"tHK" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "tHQ" = ( /obj/effect/turf_decal/stripes/asteroid/corner{ dir = 4 @@ -65821,6 +65867,14 @@ dir = 10 }, /area/mine/living_quarters) +"tHR" = ( +/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/fore) "tHT" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 8 @@ -65832,6 +65886,22 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"tHX" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"tIc" = ( +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "tIf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65847,16 +65917,6 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"tIt" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/structure/sign/warning/chem_diamond/directional/west, -/obj/structure/bed/medical/emergency, -/obj/machinery/iv_drip, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "tIu" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -65867,11 +65927,32 @@ /obj/structure/sink/directional/west, /turf/open/floor/iron/white, /area/station/medical/virology) -"tIz" = ( -/obj/effect/spawner/random/structure/steam_vent, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +"tIv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" + }, +/turf/open/floor/wood, +/area/station/commons/lounge) +"tIw" = ( +/obj/structure/table/wood, +/obj/item/food/grown/harebell{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/harebell{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/food/grown/harebell, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "tIS" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -65889,25 +65970,20 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"tIX" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 +"tJi" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"tJb" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) -"tJe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/reagent_dispensers/watertank, -/turf/open/openspace, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"tJu" = ( +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "tJv" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/stripes/line{ @@ -65916,14 +65992,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) -"tJD" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 - }, -/turf/open/misc/dirt/dark{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) "tJE" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -65955,12 +66023,6 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"tJM" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "tJN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65985,54 +66047,30 @@ dir = 4 }, /area/station/medical/chem_storage) -"tKa" = ( -/obj/structure/cable, -/obj/machinery/computer/prisoner/management, -/obj/effect/turf_decal/tile/red/opposingcorners, -/turf/open/floor/iron, -/area/mine/laborcamp/security) "tKf" = ( /obj/structure/closet, /obj/machinery/light/small/directional/north, /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/carpet/donk, /area/mine/production) -"tKg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp) "tKi" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/lobby) -"tKm" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) -"tKn" = ( -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/ordnance) +"tKq" = ( +/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/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "tKz" = ( /obj/structure/closet/wardrobe/mixed, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"tKA" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 - }, -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) "tKB" = ( /obj/structure/chair/pew/left, /turf/open/floor/wood, @@ -66040,31 +66078,33 @@ "tKI" = ( /turf/closed/wall, /area/station/maintenance/port/greater) -"tKL" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "tKN" = ( /obj/structure/chair/stool/directional/south, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"tKR" = ( -/obj/machinery/chem_dispenser, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/yellow/full, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/pharmacy) +"tKP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance" + }, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "tKV" = ( /obj/structure/table_frame, /obj/effect/decal/cleanable/glass, /obj/item/food/canned/peaches/maint, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"tKW" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Unfiltered & Air to Mix" + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "tKZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66089,10 +66129,42 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/iron/dark, /area/mine/storage) +"tLe" = ( +/obj/machinery/cryo_cell, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) "tLi" = ( /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"tLj" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) +"tLl" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "tLp" = ( /obj/machinery/computer/records/medical{ dir = 4 @@ -66100,13 +66172,22 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/cmo) +"tLy" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"tLB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "tLF" = ( /turf/closed/wall, /area/station/hallway/primary/starboard) -"tLG" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/fore) "tLM" = ( /obj/machinery/camera/directional/south{ c_tag = "Robotics Lab - South"; @@ -66115,6 +66196,18 @@ /obj/machinery/mechpad, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"tLN" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "tLQ" = ( /obj/structure/chair{ dir = 4 @@ -66135,6 +66228,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/station/engineering/supermatter) +"tMa" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "tMe" = ( /obj/machinery/computer/mechpad{ dir = 1 @@ -66154,45 +66253,18 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/virology, /turf/open/floor/plating, /area/station/medical/virology) -"tMl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"tMo" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/structure/chair/stool/directional/north, +"tMm" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"tMu" = ( -/obj/structure/sign/departments/medbay/alt/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/laborcamp) -"tMC" = ( -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/fore) "tMD" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"tMG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp/security) "tMI" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -66210,15 +66282,18 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"tNc" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/food_or_drink/seed, -/obj/structure/closet, -/obj/effect/spawner/random/food_or_drink/seed, -/obj/effect/spawner/random/trash/botanical_waste, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +"tNd" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "tNi" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -66226,32 +66301,19 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"tNu" = ( -/obj/structure/chair/sofa/bench/left{ +"tNk" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/fore) -"tNA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Chapel Maintenance External Airlock"; - opacity = 0 - }, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"tNx" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "tND" = ( /obj/effect/turf_decal/stripes/asteroid/corner{ dir = 4 @@ -66294,6 +66356,18 @@ }, /turf/open/floor/iron, /area/station/command/gateway) +"tOp" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 4"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) "tOq" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -66316,16 +66390,6 @@ }, /turf/open/floor/carpet, /area/station/command/meeting_room) -"tOJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/random/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/mine/eva) "tOO" = ( /obj/structure/sign/warning/no_smoking/circle/directional/west, /obj/machinery/light/directional/west, @@ -66350,13 +66414,6 @@ /obj/item/trash/energybar, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"tPv" = ( -/obj/machinery/airalarm/directional/north, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) "tPz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white/side{ @@ -66377,15 +66434,32 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/science/ordnance) -"tPI" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 +"tPH" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tPK" = ( +/obj/machinery/computer/operating{ + dir = 2 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/bot_white, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"tPP" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sink/directional/east, +/turf/open/floor/iron, +/area/station/service/hydroponics) "tPV" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -66412,19 +66486,29 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/medical/storage) -"tQJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white/corner{ +"tQE" = ( +/obj/effect/turf_decal/siding/brown/corner{ dir = 4 }, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "tQM" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) +"tQS" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool/directional/west, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/commons/locker) "tQW" = ( /obj/item/kirbyplants/organic/plant5, /turf/open/floor/iron/dark, @@ -66435,35 +66519,16 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/upper) -"tRc" = ( -/obj/machinery/shower/directional/north, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/turf/open/floor/iron/smooth, -/area/mine/eva/lower) "tRd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"tRA" = ( -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) -"tRE" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/wood, -/area/station/service/library) -"tRG" = ( -/obj/machinery/light/directional/south, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +"tRO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/cargo/office) +/area/mine/production) "tRX" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -66477,10 +66542,10 @@ /obj/effect/turf_decal/siding/yellow, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"tSc" = ( -/obj/structure/tank_holder/anesthetic, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +"tSi" = ( +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/iron/smooth, +/area/station/security/brig/upper) "tSs" = ( /obj/item/flashlight/lantern{ start_on = 1 @@ -66501,48 +66566,39 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"tSA" = ( -/obj/structure/chair/office{ +"tSK" = ( +/obj/machinery/chem_mass_spec, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +/obj/structure/sign/warning/no_smoking/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"tTc" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/lobby) -"tSU" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 10 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/cup/watering_can, +/obj/machinery/light/directional/east, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/service/hydroponics/garden) "tTw" = ( /obj/structure/stairs/east, /obj/structure/railing, /turf/open/floor/iron/dark, /area/station/service/chapel) -"tTy" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +"tTC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/dim/directional/north, +/obj/effect/decal/cleanable/vomit/old, /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/starboard/fore) -"tTC" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) "tTL" = ( /obj/structure/chair, /turf/open/floor/plating, @@ -66587,6 +66643,30 @@ /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"tUz" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal."; + dir = 1; + name = "rapid corpse mover 9000" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/spawner/directional/west, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"tUC" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/mine/living_quarters) +"tUF" = ( +/obj/structure/sign/warning/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "tUK" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -66620,6 +66700,12 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"tUX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "tVf" = ( /turf/closed/wall, /area/station/security/prison) @@ -66637,14 +66723,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"tVP" = ( -/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/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/fore) +"tVC" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "tWc" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/spawner/random/trash/soap, @@ -66685,16 +66775,16 @@ /obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"tWz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/mine/mechbay) "tWK" = ( /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"tWL" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) "tWO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -66706,18 +66796,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/security/prison/work) -"tWT" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) -"tWU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/engineering/storage/tech) "tWZ" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -66749,29 +66827,11 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"tXn" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"tXw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"tXy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/fitness) +"tXs" = ( +/obj/structure/ladder, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/greater) "tXB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66790,15 +66850,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"tXW" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/locker) "tXY" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -66816,61 +66867,49 @@ }, /turf/open/floor/iron/dark, /area/station/science/server) -"tYl" = ( -/obj/machinery/requests_console/directional/west{ - department = "Science"; - name = "Science Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/computer/rdconsole{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/science/lab) -"tYm" = ( -/obj/structure/rack, -/obj/item/storage/box/evidence, -/obj/item/storage/box/evidence, -/obj/machinery/button/door{ - id = "Trial Transfer"; - name = "Trial Transfer Lockdown"; - pixel_x = -7; - pixel_y = -23; - req_access = list("brig") - }, +"tYw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, /obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/textured, -/area/station/security/brig) -"tYs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/cafeteria{ - dir = 8 - }, -/area/station/science/ordnance/office) +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "tYz" = ( /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/mine/eva/lower) -"tYJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"tYR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +"tYA" = ( +/obj/structure/cable, +/obj/structure/table/glass, +/obj/item/stack/sticky_tape/surgical, +/obj/item/stack/medical/bone_gel, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"tYE" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/security/prison/garden) +"tYL" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/table, +/obj/machinery/fax, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"tYU" = ( +/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/starboard/fore) "tYZ" = ( /obj/machinery/door/airlock/external{ name = "External Airlock" @@ -66921,12 +66960,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) -"tZM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/fore) "tZO" = ( /obj/machinery/modular_computer/preset/civilian{ dir = 8 @@ -66958,17 +66991,48 @@ /obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, /turf/open/floor/iron/dark/textured_large, /area/station/ai_monitored/turret_protected/ai_upload) -"uai" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/mine/living_quarters) +"uaf" = ( +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south{ + frequency = 1453; + name = "Kitchen Intercom" + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"uah" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "uan" = ( /obj/structure/disposalpipe/trunk/multiz, /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"uao" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/secure_closet/personal, +/obj/item/storage/briefcase/secure, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "uar" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -66978,6 +67042,18 @@ "uau" = ( /turf/open/openspace, /area/station/medical/medbay/lobby) +"uax" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #1" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "uaz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -66990,32 +67066,23 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/storage) -"uaP" = ( -/obj/machinery/light/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"uaV" = ( -/obj/structure/mannequin/skeleton, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"uaW" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/right/brown{ - dir = 1 +"uaT" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/station/science/explab) +"ubc" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"ubd" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 +/obj/item/screwdriver{ + pixel_y = 10 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "ubk" = ( /obj/structure/cable, /turf/open/floor/iron/white, @@ -67042,6 +67109,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/station/medical/storage) +"ubx" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "ubE" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 1 @@ -67075,21 +67152,25 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"ucl" = ( +"ubZ" = ( +/obj/structure/table/reinforced, /obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 4"; - req_access = list("xenobiology") + dir = 4; + name = "Atmospherics Desk"; + req_access = list("atmospherics") }, -/obj/structure/cable, /obj/machinery/door/poddoor/preopen{ - id = "xenobio4"; - name = "Xenobio Pen 4 Blast Door" + id = "atmos"; + name = "Atmospherics Blast Door" }, -/turf/open/floor/engine, -/area/station/science/xenobiology) +/obj/effect/turf_decal/delivery, +/obj/item/wrench, +/obj/item/crowbar, +/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/engineering/atmos/storage/gas) "ucn" = ( /obj/item/toy/snowball{ pixel_x = 9; @@ -67097,14 +67178,28 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"ucp" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +"ucs" = ( +/obj/effect/spawner/random/structure/grille, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"ucB" = ( +/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/west, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar/directional/north, +/obj/structure/cable, +/turf/open/floor/eighties, +/area/station/commons/lounge) +"ucD" = ( +/obj/machinery/plate_press, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/prison/work) "ucN" = ( /turf/closed/wall/r_wall, /area/station/security/detectives_office) @@ -67112,11 +67207,22 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"udg" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) +"udj" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/cable, +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/mine/living_quarters) +"udl" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "udw" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -67125,27 +67231,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"udA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"udC" = ( -/turf/open/genturf/blue, -/area/icemoon/underground/unexplored/rivers/deep/shoreline) -"udE" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/mine/eva) -"udH" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "udK" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -67175,15 +67260,14 @@ dir = 1 }, /area/station/command/heads_quarters/rd) +"udT" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/station/commons/lounge) "uee" = ( /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"uef" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/plating, -/area/station/maintenance/fore) "uei" = ( /obj/machinery/power/solar{ id = "auxsolareast"; @@ -67192,13 +67276,6 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"ueo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) "uep" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -67222,39 +67299,10 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/structure/sign/warning/directional/north, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"ueE" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/east{ - pixel_y = -6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"ueH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva/lower) -"ueN" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/structure/sign/warning/directional/north, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "ueP" = ( /obj/structure/table, /obj/structure/reagent_dispensers/servingdish, @@ -67281,19 +67329,23 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"ufe" = ( -/obj/structure/closet/secure_closet/freezer/gulag_fridge, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, +"uff" = ( +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/mine/laborcamp/security) +/area/station/hallway/primary/starboard) "ufm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) +"uft" = ( +/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/stone, +/area/station/commons/lounge) "ufw" = ( /obj/machinery/door/firedoor, /obj/effect/landmark/start/hangover, @@ -67320,13 +67372,21 @@ }, /turf/open/floor/sepia, /area/station/security/prison/rec) -"ugp" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 +"uge" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/engineering/main) +"ugi" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/computer/order_console/bitrunning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "ugq" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -67344,10 +67404,6 @@ /obj/machinery/requests_console/auto_name/directional/north, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"ugw" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "ugG" = ( /obj/structure/table, /obj/item/clothing/gloves/color/fyellow, @@ -67360,6 +67416,19 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/maintenance/department/electrical) +"ugI" = ( +/obj/machinery/door/firedoor, +/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, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "ugP" = ( /obj/effect/turf_decal/siding/red{ dir = 4 @@ -67374,24 +67443,29 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) -"ugW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ +"uhb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"uhj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"uhc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"uhs" = ( +/obj/structure/railing/corner, +/obj/machinery/camera/directional/south{ + c_tag = "Mining B-1 Hallway North" }, -/obj/machinery/light/small/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "uht" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -67407,6 +67481,22 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"uhA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination/dockaux, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) +"uhE" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white/side, +/area/mine/living_quarters) "uhH" = ( /obj/machinery/door/airlock/engineering{ name = "Chemistry Lab Utilities" @@ -67418,7 +67508,7 @@ /obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"uhP" = ( +"uhX" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ dir = 8 @@ -67427,13 +67517,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"uie" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Research Division Testing Lab - Chamber"; - network = list("test","rd") - }, -/turf/open/floor/engine, -/area/station/science/explab) "uif" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67453,6 +67536,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/drone_bay) +"uii" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "uin" = ( /obj/structure/sign/warning/fire/directional/south, /obj/effect/turf_decal/stripes/corner{ @@ -67464,18 +67552,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"uiq" = ( -/obj/machinery/computer/atmos_control/plasma_tank{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uiv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -67483,15 +67559,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"uiw" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/cobweb, -/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) "uiI" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/three, @@ -67501,14 +67568,6 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/ai_monitored/command/nuke_storage) -"uiN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/box/red, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/office) "uja" = ( /turf/closed/wall, /area/station/commons/toilet) @@ -67522,29 +67581,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/engine, /area/station/science/xenobiology) -"ujq" = ( -/obj/structure/cable, -/obj/machinery/light/dim/directional/south, -/obj/machinery/requests_console/directional/south{ - department = "Medbay"; - name = "Medbay Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/iron/white, -/area/station/medical/cryo) -"ujr" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/eva) "ujs" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/ai) +"uju" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/iron/stairs/old{ + dir = 8 + }, +/area/station/hallway/primary/starboard) "ujB" = ( /obj/structure/chair{ dir = 8 @@ -67553,26 +67601,34 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron/smooth, /area/station/engineering/lobby) -"ujI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ukb" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ +"ujJ" = ( +/obj/structure/chair/sofa/bench/left{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"uke" = ( -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) +"ujP" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/research, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"ukd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "ukf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/sign/warning/secure_area/directional/north, /turf/open/floor/iron/dark, /area/station/science/explab) "uko" = ( @@ -67583,6 +67639,27 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/service/chapel) +"uks" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"ukv" = ( +/obj/machinery/computer/exoscanner_control{ + dir = 1 + }, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) "ukz" = ( /obj/machinery/duct, /obj/structure/disposalpipe/segment{ @@ -67599,15 +67676,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/station/maintenance/port/aft) -"ukG" = ( -/obj/structure/flora/rock/pile/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"ukJ" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ +"ukD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, +/turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) "ukN" = ( /obj/structure/table, @@ -67656,11 +67729,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/station/commons/dorms) -"ulm" = ( -/obj/structure/chair/sofa/corner/brown, -/obj/structure/cable, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) "ult" = ( /turf/closed/wall/r_wall, /area/station/science/robotics/lab) @@ -67670,6 +67738,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/security/prison/safe) +"ulE" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1; + piping_layer = 2 + }, +/turf/open/floor/iron, +/area/station/science/ordnance) "uma" = ( /obj/item/chisel, /obj/item/storage/toolbox/artistic, @@ -67677,17 +67752,17 @@ /obj/item/storage/crayons, /turf/open/floor/sepia, /area/station/security/prison/rec) -"umi" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"umo" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, +"umb" = ( +/obj/structure/sign/warning/docking/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"umn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, -/area/mine/living_quarters) +/area/station/commons/fitness) "umz" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -67708,24 +67783,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"umD" = ( -/obj/effect/turf_decal/trimline/yellow/end{ - dir = 1 - }, -/obj/machinery/exodrone_launcher, -/obj/item/fuel_pellet, -/obj/effect/turf_decal/trimline/yellow/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/mid_joiner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/mid_joiner{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/drone_bay) "umF" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -67733,19 +67790,25 @@ }, /turf/open/floor/iron, /area/station/service/chapel) -"umK" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron, -/area/station/science/xenobiology) "umR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/lobby) +"umX" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 2"; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "Xenobio Pen 2 Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "una" = ( /obj/machinery/door/window/left/directional/west, /obj/structure/cable, @@ -67755,17 +67818,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet/blue, /area/station/security/prison/work) -"unc" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - layer = 2.9 - }, -/obj/effect/spawner/random/vending/snackvend, -/obj/machinery/camera/directional/east{ - c_tag = "Engineering Lobby" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "unm" = ( /obj/machinery/plumbing/growing_vat, /obj/effect/decal/cleanable/dirt, @@ -67773,6 +67825,13 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/work) +"uno" = ( +/obj/structure/closet/secure_closet/freezer/gulag_fridge, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "unq" = ( /obj/structure/light_construct/directional/north, /obj/effect/spawner/random/structure/closet_private, @@ -67796,6 +67855,10 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"unC" = ( +/obj/machinery/gulag_teleporter, +/turf/open/floor/iron/showroomfloor, +/area/station/security/processing) "unM" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ @@ -67813,6 +67876,21 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/cargo/office) +"unT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) +"unU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "uog" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -67891,18 +67969,17 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/ce) +"uoS" = ( +/obj/machinery/vending/games, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) "uoT" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/structure/table, /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/command/teleporter) -"uoV" = ( -/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/white, -/area/station/medical/medbay/central) "upa" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -67916,14 +67993,20 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"upn" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"upp" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central) +"upq" = ( +/obj/structure/table/wood, +/obj/machinery/duct, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/box/white/corners{ dir = 4 }, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/service/bar) "upv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67938,6 +68021,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison) +"upz" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "upH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -67957,6 +68046,44 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"upV" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"upY" = ( +/obj/structure/chair/pew/right, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/security/prison/rec) +"uqb" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/item/radio/intercom/directional/north, +/obj/machinery/holopad, +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/service/bar) +"uqc" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/sign/poster/official/help_others/directional/south, +/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/fitness) +"uqe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Service - Atrium Entrance" + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "uqg" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -67973,32 +68100,21 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"uqB" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/airlock{ - name = "Kitchen" - }, -/obj/effect/turf_decal/siding/wood{ +"uqv" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/kitchen) -"uqC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, -/obj/structure/sign/poster/official/safety_internals/directional/east, -/obj/structure/sign/poster/official/safety_internals/directional/east, +/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/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, /turf/open/floor/plating, -/area/station/maintenance/port/fore) -"uqD" = ( -/obj/structure/sign/warning/docking/directional/south, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/area/station/maintenance/starboard/lesser) +"uqz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/mine/eva/lower) "uqG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68006,13 +68122,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"uqH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/light/directional/east, +"uqS" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/spawner/random/trash/mess, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/area/station/maintenance/starboard/fore) "uqV" = ( /obj/structure/sign/warning/directional/east{ desc = "A sign warning of a sudden drop below."; @@ -68028,24 +68144,22 @@ /obj/effect/spawner/random/structure/closet_private, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"urk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) +"uri" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central) "uro" = ( -/obj/machinery/newscaster/directional/west, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/machinery/requests_console/directional/east{ + department = "Telecomms Admin"; + name = "Telecomms Requests Console" }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"urt" = ( -/obj/machinery/hydroponics/soil, -/obj/structure/sign/poster/contraband/kudzu/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "urw" = ( /obj/structure/railing/corner{ dir = 4 @@ -68060,6 +68174,12 @@ /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"urJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "urK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68067,6 +68187,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) +"urS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "Test Chamber Blast Door" + }, +/obj/machinery/door/window/left/directional/south{ + dir = 8; + name = "Test Chamber"; + req_access = list("xenobiology") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/engine, +/area/station/science/xenobiology) "uso" = ( /obj/structure/closet/crate/trashcart, /obj/effect/spawner/random/contraband/prison, @@ -68080,50 +68213,18 @@ /turf/open/floor/iron, /area/mine/laborcamp) "usz" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"usP" = ( -/turf/open/misc/asteroid/snow/standard_air, -/area/station/science/research) -"usQ" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"usS" = ( -/obj/structure/bed{ - dir = 1 +/obj/structure/sign/nanotrasen{ + pixel_x = -32; + pixel_y = 32 }, -/obj/item/bedsheet/dorms{ +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/station/security/prison/safe) -"usV" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Service - Gambling Lounge" - }, -/obj/machinery/computer/slot_machine{ - name = "two-armed bandit" - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"usP" = ( +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/research) "utr" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical{ @@ -68140,17 +68241,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"utz" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "utA" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -68158,23 +68248,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"utB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) "utR" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"utS" = ( -/turf/closed/wall/ice, -/area/station/service/kitchen/coldroom) "uub" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Port to Fuel Pipe" @@ -68186,16 +68265,6 @@ /obj/effect/spawner/random/techstorage/tcomms_all, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"uuj" = ( -/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/item/radio/intercom/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/bar/backroom) "uum" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel" @@ -68243,6 +68312,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/office) +"uvb" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/medical/morgue) "uvi" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -68250,6 +68329,13 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/medical/cryo) +"uvk" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "uvt" = ( /turf/closed/wall, /area/station/science/robotics/mechbay) @@ -68264,22 +68350,17 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/mine/production) +"uvU" = ( +/obj/structure/railing, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "uvX" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat/hallway) -"uwf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) "uwj" = ( /obj/machinery/duct, /obj/structure/disposalpipe/segment, @@ -68287,20 +68368,6 @@ dir = 1 }, /area/station/engineering/lobby) -"uwy" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access" - }, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/disposals, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "uwB" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "innerbrig"; @@ -68324,6 +68391,20 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"uwM" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/mine/mechbay) "uwO" = ( /obj/machinery/door/airlock/maintenance{ name = "Custodial Maintenance" @@ -68333,39 +68414,31 @@ /obj/effect/mapping_helpers/airlock/access/all/service/janitor, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"uxc" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots/ice_boots/eva{ - pixel_y = 2 - }, -/obj/item/clothing/suit/hooded/wintercoat/eva{ - pixel_x = 1; - pixel_y = 5 +"uxd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 }, -/obj/machinery/light/small/directional/east, -/obj/machinery/mining_weather_monitor/directional/north, -/obj/effect/turf_decal/delivery/red, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals Emergency EVA" +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "uxj" = ( /obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron/white/side{ dir = 10 }, /area/station/science/research) -"uxm" = ( -/obj/effect/spawner/random/structure/chair_flipped, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/spawner/random/trash/cigbutt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/plaques/kiddie/perfect_drone{ - pixel_x = 32 +"uxl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/maintenance/port/fore) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/office) "uxp" = ( /turf/open/floor/iron/stairs/medium{ dir = 4 @@ -68384,26 +68457,10 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"uxF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, -/obj/machinery/air_sensor/incinerator_tank, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) "uxK" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"uxN" = ( -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "uxZ" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, @@ -68418,40 +68475,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/mine/eva/lower) -"uyA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"uyx" = ( +/obj/effect/spawner/random/structure/chair_maintenance, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/eva) -"uyF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console/directional/south{ - department = "Bridge"; - name = "Bridge Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "uyH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/broken_floor, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"uyM" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) +"uyJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "uyO" = ( /obj/machinery/shower/directional/north, /obj/effect/turf_decal/trimline/blue/line{ @@ -68474,22 +68525,16 @@ }, /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb) -"uyZ" = ( -/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/security/checkpoint/customs/auxiliary) -"uza" = ( -/obj/machinery/computer/exoscanner_control{ - dir = 1 +"uyW" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/siding/blue{ + dir = 8 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = 8 +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "uzd" = ( /obj/structure/rack, /obj/item/mecha_parts/mecha_equipment/hydraulic_clamp{ @@ -68497,20 +68542,12 @@ }, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"uze" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"uzh" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +"uzf" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) "uzi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -68528,13 +68565,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"uzK" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "uzM" = ( /obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 1 @@ -68577,13 +68607,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"uAA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "uAE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68605,32 +68628,35 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"uBd" = ( +/obj/machinery/camera{ + c_tag = "Morgue North"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/small/dim/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/morgue) "uBi" = ( /turf/closed/wall, /area/station/ai_monitored/turret_protected/ai) -"uBn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "uBs" = ( /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/dark/textured, /area/station/ai_monitored/security/armory) -"uBt" = ( -/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/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "uBy" = ( /obj/structure/flora/grass/brown/style_random, /obj/structure/railing{ @@ -68641,15 +68667,36 @@ "uBA" = ( /turf/closed/wall, /area/station/engineering/atmos/project) -"uBJ" = ( -/obj/effect/spawner/random/decoration/flower, -/obj/structure/flora/rock/pile/icy/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +"uBL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "uBP" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"uBX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/port/fore) "uCe" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -68670,21 +68717,30 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) "uCk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/mine/laborcamp) "uCo" = ( /obj/structure/flora/bush/flowers_br/style_random, /obj/item/shovel, /turf/open/floor/grass, /area/station/maintenance/starboard/aft) -"uCH" = ( -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 +"uCs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory/upper) "uCJ" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -68700,6 +68756,11 @@ /obj/effect/mapping_helpers/airlock/access/all/science/research, /turf/open/floor/engine, /area/station/science/explab) +"uCK" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "uCN" = ( /obj/structure/grille/broken, /turf/open/misc/asteroid/snow/icemoon, @@ -68720,26 +68781,17 @@ /obj/machinery/door/window/left/directional/south, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) -"uCV" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"uDc" = ( /obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "uDi" = ( /obj/structure/closet/emcloset/anchored, /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"uDj" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/closet/firecloset, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "uDk" = ( /obj/structure/rack, /obj/item/clothing/head/soft/blue{ @@ -68775,16 +68827,6 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"uDq" = ( -/obj/structure/training_machine, -/obj/item/target, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 4 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) "uDr" = ( /obj/item/stamp{ pixel_x = -3; @@ -68797,6 +68839,21 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/cargo/office) +"uDy" = ( +/obj/item/book/bible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) +"uDC" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm/directional/north, +/obj/item/book/bible, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "uDE" = ( /obj/structure/table, /obj/item/folder/yellow, @@ -68814,44 +68871,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/iron/white, /area/station/medical/virology) -"uDL" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/computer/mechpad{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/mine/mechbay) -"uDP" = ( -/obj/machinery/light/small/dim/directional/west, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash/grime, -/obj/effect/decal/cleanable/generic, -/obj/structure/sign/departments/maint/directional/west, -/obj/structure/sign/departments/maint/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/lesser) -"uDR" = ( -/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/dark, -/area/station/hallway/secondary/entry) -"uDT" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/item/bikehorn/rubberducky, +"uDG" = ( /obj/structure/cable, -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "uDW" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68859,6 +68883,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"uEe" = ( +/obj/machinery/light/directional/south, +/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, +/turf/open/floor/iron, +/area/station/commons/fitness) +"uEk" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock) "uEm" = ( /turf/open/floor/wood, /area/station/command/heads_quarters/captain) @@ -68873,14 +68912,6 @@ /obj/structure/closet/crate, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"uEE" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/machinery/status_display/evac/directional/east, -/obj/structure/chair/sofa/right/brown{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "uEI" = ( /obj/structure/railing/corner{ dir = 4 @@ -68908,14 +68939,14 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/processing) +"uFg" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/cerulean, +/turf/open/genturf, +/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) "uFh" = ( /turf/open/floor/plating, /area/station/construction) -"uFr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) "uFz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/holopad, @@ -68924,6 +68955,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/psychology) +"uFE" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "uFH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -68932,18 +68968,20 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"uFI" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "uFM" = ( /obj/effect/turf_decal/bot, /obj/machinery/holopad, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) +"uGl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "uGo" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -68953,6 +68991,15 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"uGq" = ( +/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/catwalk_floor/iron_smooth, +/area/station/maintenance/fore/lesser) "uGr" = ( /turf/open/openspace, /area/station/security/brig/upper) @@ -68962,63 +69009,74 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"uGz" = ( -/obj/machinery/modular_computer/preset/id{ - dir = 4 +"uGT" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Chief Engineer's Office" +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/main) +"uGV" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 }, -/obj/machinery/requests_console/directional/west{ - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console" +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"uGG" = ( -/obj/item/beacon, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) -"uGK" = ( -/obj/machinery/computer/operating{ - dir = 8 +/area/station/service/hydroponics) +"uGZ" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 6; + pixel_y = 28 }, -/obj/machinery/airalarm/directional/east, /obj/machinery/button/door/directional/north{ - id = "surgery"; - name = "Surgery Shutter Control" + id = "botany_chasm_and_wolf_shutters"; + name = "Exterior Shutters"; + pixel_y = 28; + pixel_x = -4 }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 +/turf/open/floor/iron/dark/smooth_half, +/area/station/service/hydroponics) +"uHc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, /turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"uGT" = ( -/obj/machinery/light/directional/east, +/area/station/science/xenobiology) +"uHi" = ( /obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/machinery/computer/slot_machine{ + name = "two-armed bandit" }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/engineering/main) -"uHa" = ( -/obj/machinery/status_display/ai/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"uHs" = ( +/obj/structure/fence, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, -/turf/open/floor/wood/parquet, -/area/station/service/theater) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "uHv" = ( /obj/structure/chair/stool/directional/north, /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/visit) +"uHE" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/cigarette, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "uHF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69041,10 +69099,6 @@ }, /turf/closed/wall/r_wall, /area/station/medical/morgue) -"uId" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "uIf" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) @@ -69058,25 +69112,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) -"uIo" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 5 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/underground/explored) -"uIt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/item/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "uIx" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, @@ -69108,6 +69143,16 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"uIH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "uII" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -69147,20 +69192,26 @@ "uJt" = ( /turf/open/floor/carpet, /area/station/service/chapel) +"uJH" = ( +/obj/structure/tank_holder/extinguisher, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"uJI" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard/directional/north, +/obj/item/flashlight/lantern, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "uJX" = ( /obj/structure/closet/firecloset, /obj/item/radio/intercom/directional/north, /obj/effect/turf_decal/tile/red/half, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"uKg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/station/hallway/secondary/service) "uKj" = ( /obj/machinery/portable_atmospherics/canister/anesthetic_mix, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -69169,14 +69220,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/white, /area/station/medical/cryo) -"uKr" = ( -/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/spawner/random/structure/steam_vent, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "uKx" = ( /obj/structure/closet, /obj/item/clothing/suit/hooded/wintercoat{ @@ -69190,6 +69233,18 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"uKJ" = ( +/obj/machinery/newscaster/directional/east, +/obj/structure/sink/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/work) "uKM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -69197,6 +69252,9 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/ce) +"uKO" = ( +/turf/open/floor/glass, +/area/station/commons/locker) "uKP" = ( /obj/structure/table/wood, /obj/item/radio{ @@ -69222,18 +69280,6 @@ /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/engineering/supermatter) -"uLo" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/item/storage/bag/ore, -/obj/item/pickaxe, -/obj/item/mining_scanner, -/obj/item/flashlight, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/gps/mining, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/mining) "uLp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/preopen{ @@ -69247,28 +69293,32 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/engineering/storage_shared) -"uLF" = ( -/turf/open/floor/carpet, -/area/station/security/processing) -"uLU" = ( -/obj/machinery/computer/atmos_control/carbon_tank{ - dir = 8 +"uLB" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = -5 }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +/obj/item/hand_labeler{ + pixel_y = -3 + }, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) +"uLC" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"uLV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 +/area/station/hallway/primary/central) +"uLF" = ( +/turf/open/floor/carpet, +/area/station/security/processing) +"uLH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "uLX" = ( /obj/machinery/door/airlock{ name = "Port Emergency Storage" @@ -69279,6 +69329,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/textured, /area/station/commons/storage/emergency/port) +"uMm" = ( +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "uMq" = ( /obj/structure/sign/warning/cold_temp{ pixel_x = -29 @@ -69289,14 +69344,24 @@ }, /turf/open/floor/iron/dark, /area/mine/storage) -"uMA" = ( -/obj/structure/railing/corner, -/obj/machinery/camera/directional/south{ - c_tag = "Mining B-1 Hallway North" +"uMx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 }, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/dark/side, -/area/mine/eva) +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"uMD" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "uME" = ( /turf/closed/wall/r_wall, /area/station/security/execution/transfer) @@ -69311,6 +69376,29 @@ dir = 4 }, /area/station/command/heads_quarters/rd) +"uMM" = ( +/obj/structure/cable, +/obj/machinery/camera/directional/south{ + c_tag = "Labor Camp Security Office"; + network = list("labor") + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/mine/laborcamp/security) +"uMN" = ( +/turf/open/openspace, +/area/station/commons/storage/mining) +"uMR" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "uNq" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -69320,13 +69408,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"uNt" = ( -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/structure/cable, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "uNu" = ( /obj/effect/turf_decal/siding/yellow/corner{ dir = 8 @@ -69341,14 +69422,31 @@ /obj/item/trash/raisins, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"uNA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +"uNE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"uNL" = ( /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/engineering{ + name = "Utilities Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/atmos) +/area/station/maintenance/starboard/lesser) +"uNV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/rec) "uNX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69359,18 +69457,6 @@ /obj/effect/mapping_helpers/mail_sorting/service/chapel, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"uNZ" = ( -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/commons/lounge) "uOb" = ( /turf/closed/wall/r_wall, /area/station/security/prison/toilet) @@ -69435,12 +69521,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"uOH" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/light/warm/directional/north, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/service/bar) "uOL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -69452,15 +69532,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"uOS" = ( +"uOW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/landmark/start/paramedic, /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 = 10 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uPa" = ( +/obj/machinery/disposal/bin, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/station/science/xenobiology) "uPh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69490,11 +69573,38 @@ /obj/structure/closet/crate/bin, /turf/open/floor/iron/dark, /area/mine/eva/lower) +"uPv" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/door/window/right/directional/west{ + dir = 4; + name = "Airlock" + }, +/turf/open/floor/iron/dark, +/area/mine/mechbay) "uPx" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/iron/smooth, /area/station/maintenance/fore/lesser) +"uPB" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/coin/plasma{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"uPD" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "uPE" = ( /obj/effect/turf_decal/trimline/neutral/warning{ dir = 8 @@ -69510,44 +69620,38 @@ dir = 8 }, /area/station/ai_monitored/command/storage/eva) -"uPL" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/locker) "uPS" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"uPX" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "uPY" = ( /obj/structure/noticeboard/directional/east, /turf/open/floor/wood, /area/station/command/meeting_room) -"uPZ" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/east, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "uQl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/production) -"uQt" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/computer/order_console/bitrunning{ - dir = 1 +"uQo" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/item/toy/plush/moth{ + name = "Theseus" }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uQu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/commons/locker) "uQx" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -69561,25 +69665,25 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, /area/station/security/brig) -"uQK" = ( -/obj/effect/decal/cleanable/generic, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) -"uQL" = ( -/obj/effect/turf_decal/tile/blue{ +"uQF" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/corner, -/area/station/hallway/secondary/entry) -"uQS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/duct, +/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/hydroponics) "uQV" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -69607,17 +69711,46 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"uRo" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "uRu" = ( /obj/effect/turf_decal/siding/red{ dir = 4 }, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"uRz" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) +"uRx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/sign/poster/official/wtf_is_co2/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) +"uRL" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/science/research) +"uRM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/starboard) "uRV" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 5 @@ -69643,17 +69776,10 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"uSf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing/corner/end/flip{ - dir = 8 - }, -/obj/structure/railing/corner/end{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +"uSn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) "uSo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69664,11 +69790,43 @@ dir = 1 }, /area/station/engineering/main) -"uTa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +"uSq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"uSK" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Fitness Room South" + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = -7 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/fitness) +"uSS" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"uTc" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/effect/turf_decal/tile/yellow/full, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/pharmacy) "uTk" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69676,86 +69834,84 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"uTo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/poster/official/do_not_question/directional/north, +/turf/open/floor/iron, +/area/mine/laborcamp) +"uTp" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) "uTr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"uTv" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/white{ +"uTI" = ( +/obj/effect/turf_decal/tile/blue{ + 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/corner{ dir = 1 }, -/turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) +"uTK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "uTL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"uUc" = ( -/obj/machinery/netpod, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) +"uTX" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/service/chapel) "uUn" = ( /obj/structure/table/optable, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/engine, /area/station/science/xenobiology) -"uUr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) +"uUu" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) "uUH" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ dir = 10 }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"uUL" = ( -/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/dark, -/area/station/service/chapel) -"uUS" = ( -/obj/effect/spawner/random/structure/chair_flipped, -/obj/effect/spawner/random/trash/bacteria, -/obj/structure/sign/poster/ripped/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) "uUT" = ( /turf/closed/wall, /area/mine/mechbay) -"uUV" = ( -/obj/structure/chair/wood, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) -"uVa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/kitchen/directional/east{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"uVf" = ( -/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/camera/directional/north{ - c_tag = "Arrivals Aux Dock" - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "uVj" = ( /obj/effect/turf_decal/arrows/white, /obj/effect/turf_decal/stripes/line{ @@ -69763,31 +69919,19 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"uVn" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/door/airlock{ - name = "Bar" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/service/bar) "uVp" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4 +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"uVz" = ( -/obj/structure/falsewall, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/medical/morgue) +/area/station/ai_monitored/turret_protected/aisat/atmos) +"uVu" = ( +/obj/machinery/space_heater, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) "uVC" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -69796,6 +69940,13 @@ }, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) +"uVF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "uVP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -69807,10 +69958,6 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall, /area/station/maintenance/aft/greater) -"uWt" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/fore) "uWw" = ( /obj/structure/railing/corner{ dir = 1 @@ -69836,37 +69983,6 @@ dir = 8 }, /area/station/science/ordnance/office) -"uXk" = ( -/turf/open/misc/dirt/dark{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/icemoon/underground/explored/graveyard/chapel) -"uXm" = ( -/obj/structure/table, -/obj/item/reagent_containers/cup/bowl{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"uXs" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/machinery/requests_console/directional/north{ - department = "Circuits Lab"; - name = "Circuits Lab Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron, -/area/station/science/explab) "uXu" = ( /obj/machinery/power/terminal{ dir = 4 @@ -69874,13 +69990,28 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/electrical) -"uXx" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/computer/atmos_control/ordnancemix{ - dir = 1 +"uXw" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/desk_bell{ + pixel_x = -3 }, /turf/open/floor/iron, -/area/station/science/ordnance) +/area/station/service/bar) +"uXy" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/table, +/obj/item/paper_bin/construction, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/commons/storage/art) "uXC" = ( /obj/structure/table/reinforced, /obj/item/tank/internals/emergency_oxygen/engi{ @@ -69899,22 +70030,10 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/chemistry) -"uXW" = ( -/obj/machinery/modular_computer/preset/cargochat/security{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) -"uYa" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"uYc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/bitrunning/den) "uYj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69929,27 +70048,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"uYp" = ( -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/machinery/door/airlock/engineering{ - name = "Utilities Room" - }, -/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/unres{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) -"uYu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +"uYq" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Engineering" }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/cargo/sorting) +/area/station/maintenance/port/aft) "uYB" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/cable, @@ -69974,12 +70081,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"uYV" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/dorms) "uZc" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -69990,25 +70091,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"uZA" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/obj/machinery/button/door/directional/north{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -6; - req_access = list("research") - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "uZB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/extinguisher_cabinet/directional/east, @@ -70016,29 +70098,35 @@ dir = 9 }, /area/station/science/research) -"uZC" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ +"uZD" = ( +/obj/machinery/recharge_station, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/service) +"uZP" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/requests_console/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/duct, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron, +/area/station/service/bar) +"uZT" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, +/obj/structure/railing/corner/end{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uZL" = ( -/obj/structure/table, -/obj/effect/spawner/random/maintenance/two, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/fore) -"uZP" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"uZT" = ( -/obj/effect/spawner/random/trash/moisture_trap, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) "vaa" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -70048,10 +70136,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"vae" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +"vad" = ( +/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 = 10 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "vah" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/barricade/wooden, @@ -70065,46 +70162,69 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"vao" = ( +/obj/structure/rack, +/obj/item/storage/box/evidence, +/obj/item/storage/box/evidence, +/obj/machinery/button/door{ + id = "Trial Transfer"; + name = "Trial Transfer Lockdown"; + pixel_x = -7; + pixel_y = -23; + req_access = list("brig") + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/textured, +/area/station/security/brig) "vav" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/dark, /area/station/science/genetics) -"vaw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "vaA" = ( /obj/effect/turf_decal/siding/purple{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/lab) -"vaO" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"vaQ" = ( -/obj/item/radio/intercom/directional/south, -/obj/machinery/computer/robotics{ +"vaE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/turf/open/floor/iron/white/side{ - dir = 6 +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/station/service/library) +"vaM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) +"vaP" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Starboard Primary Hallway Center West" }, -/area/station/command/heads_quarters/rd) -"vaS" = ( -/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vaX" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/table/wood, /obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/item/toy/figure/mime{ + pixel_x = -6 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/item/toy/figure/clown{ + pixel_x = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "vaZ" = ( /obj/item/book/manual/wiki/plumbing{ pixel_x = 4; @@ -70135,6 +70255,12 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"vbe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "vbg" = ( /obj/structure/cable, /obj/machinery/power/smes{ @@ -70146,13 +70272,6 @@ }, /turf/open/floor/iron/smooth, /area/mine/laborcamp/security) -"vbj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "vbn" = ( /obj/machinery/power/smes{ charge = 5e+006 @@ -70160,13 +70279,14 @@ /obj/structure/cable, /turf/open/floor/circuit/telecomms/mainframe, /area/station/tcommsat/server) -"vbz" = ( -/obj/item/toy/snowball{ - pixel_y = -7; - pixel_x = 5 +"vbC" = ( +/obj/structure/chair{ + dir = 4 }, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_or_drink/snack, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) "vbF" = ( /obj/structure/table/wood, /obj/structure/cable, @@ -70187,10 +70307,6 @@ /obj/structure/railing, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"vbJ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) "vbO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/item/kirbyplants/random, @@ -70201,35 +70317,52 @@ dir = 1 }, /area/station/engineering/atmos) +"vbX" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/aft) "vbZ" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"vcc" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "vcj" = ( /turf/closed/wall/r_wall, /area/mine/storage) -"vcs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ +"vcq" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/navigate_destination/hydro, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"vcx" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - 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/siding/wood, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/eighties, +/area/station/commons/lounge) +"vcz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"vcE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Atrium" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/navigate_destination/kitchen, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/bar/atrium) "vcH" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 9 @@ -70249,11 +70382,6 @@ /obj/machinery/vending/wardrobe/chap_wardrobe, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"vcQ" = ( -/obj/machinery/netpod, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) "vcY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -70261,6 +70389,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"vdb" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/mine/eva) "vdf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -70277,12 +70414,17 @@ }, /turf/open/floor/carpet, /area/station/command/meeting_room) -"vdo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"vdr" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/science/xenobiology) "vds" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -70291,10 +70433,25 @@ }, /turf/open/floor/plating, /area/station/medical/surgery/aft) +"vdu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/service) "vdE" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/locker) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"vdH" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/obj/item/reagent_containers/cup/bucket, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "vdM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70309,10 +70466,14 @@ /obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"veh" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/iron, -/area/station/cargo/storage) +"vdW" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/security/prison/work) "vek" = ( /obj/effect/turf_decal/weather/snow/corner, /obj/machinery/light/small/directional/north, @@ -70336,55 +70497,30 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"vev" = ( -/obj/effect/turf_decal/stripes/line{ +"ves" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/grimy, +/area/station/maintenance/aft/greater) +"veu" = ( +/obj/structure/training_machine, +/obj/item/target, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/commons/fitness) "vey" = ( /turf/closed/wall, /area/station/command/heads_quarters/captain) -"veF" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "Security" - }, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"veH" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/item/crowbar, -/obj/item/radio/headset/headset_sci{ - pixel_x = -3 - }, -/obj/machinery/newscaster/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/science/robotics/lab) +"vez" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/bureaucracy/briefcase, +/obj/item/taperecorder/empty, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "veK" = ( /turf/open/floor/iron/white, /area/mine/living_quarters) @@ -70395,11 +70531,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"veT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron, -/area/station/construction) "veU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70419,6 +70550,27 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/station/science/server) +"vfa" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vfe" = ( +/obj/machinery/atmospherics/components/unary/passive_vent, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) "vfg" = ( /obj/structure/stairs/north, /turf/open/floor/iron, @@ -70447,6 +70599,20 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"vfz" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/west, +/obj/item/stack/package_wrap{ + pixel_y = 3 + }, +/obj/item/hand_labeler, +/turf/open/floor/iron, +/area/station/service/hydroponics) "vfI" = ( /obj/machinery/door/window/right/directional/south{ name = "Ordnance Freezer Chamber Access"; @@ -70459,20 +70625,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) +"vfU" = ( +/obj/machinery/vending/tool, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "vfW" = ( /turf/open/floor/iron, /area/station/commons/fitness) -"vgd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "vgf" = ( /obj/structure/grille, /turf/open/floor/plating, /area/station/science/xenobiology) +"vgj" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "vgu" = ( /obj/structure/table, /obj/item/toy/plush/beeplushie{ @@ -70481,16 +70654,17 @@ }, /turf/open/floor/plating, /area/station/commons/storage/mining) +"vgw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/maintenance/port/aft) "vgx" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"vgC" = ( -/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) "vgD" = ( /obj/structure/rack, /obj/item/stack/sheet/iron/fifty, @@ -70504,14 +70678,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"vgP" = ( -/obj/structure/table/optable, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) "vgR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -70523,31 +70689,6 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"vgU" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"vha" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south{ - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"vhg" = ( -/obj/structure/sign/poster/random/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron/smooth, -/area/station/maintenance/fore/lesser) "vhm" = ( /obj/structure/sign/poster/random/directional/west, /obj/machinery/firealarm/directional/north, @@ -70557,18 +70698,24 @@ /obj/structure/chair/plastic, /obj/effect/turf_decal/bot_red, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"vhC" = ( -/obj/structure/chair{ - desc = "Aw geez, I wonder what the chef's cooking up in there!"; - dir = 1; - name = "The Peanut's Gallery" +/area/station/maintenance/fore/lesser) +"vhK" = ( +/obj/machinery/door/airlock/external{ + glass = 1; + name = "Service External Airlock"; + opacity = 0 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/structure/sign/warning/gas_mask/directional/south{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "vhL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70595,17 +70742,20 @@ dir = 6 }, /area/station/science/research) -"vip" = ( +"vie" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"viE" = ( /obj/structure/cable, +/obj/structure/sign/warning/gas_mask/directional/south, +/obj/machinery/light/small/dim/directional/south, /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/mine/eva/lower) -"viC" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "viH" = ( /obj/machinery/power/emitter/welded{ dir = 4 @@ -70613,30 +70763,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"viN" = ( -/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 = 10 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"viO" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/security/processing) "viQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70647,21 +70773,18 @@ /obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, /turf/open/floor/engine, /area/station/science/xenobiology) -"viW" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/dark/half/contrasted, -/turf/open/floor/iron/white/side{ +"viV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, -/area/mine/living_quarters) -"vjb" = ( -/obj/structure/closet/crate/miningcar, -/obj/effect/spawner/random/exotic/snow_gear, -/obj/effect/spawner/random/exotic/snow_gear, +/area/station/command/gateway) +"vja" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/construction) "vjh" = ( /turf/closed/wall/r_wall, /area/mine/laborcamp) @@ -70703,36 +70826,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"vkb" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron, -/area/station/commons/locker) -"vkg" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/machinery/hydroponics/constructable, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vkm" = ( -/obj/structure/table, -/obj/machinery/newscaster/directional/north, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) "vkz" = ( /obj/machinery/suit_storage_unit/ce, /obj/effect/turf_decal/stripes/line{ @@ -70740,13 +70833,6 @@ }, /turf/open/floor/iron/white/textured, /area/station/command/heads_quarters/ce) -"vkC" = ( -/obj/effect/decal/cleanable/insectguts, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "vkD" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 1 @@ -70778,6 +70864,11 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/prison/mess) +"vkN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/construction) "vkW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -70797,64 +70888,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"vle" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair, +/obj/machinery/light/small/red/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "vlf" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"vlh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"vlt" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/warning/cold_temp/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/station/cargo/storage) -"vlC" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/structure/sign/clock/directional/west, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"vlD" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 1 - }, -/obj/structure/cable/multilayer/multiz, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/plating/snowed/icemoon, -/area/station/maintenance/port/aft) -"vlI" = ( -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "vlL" = ( /obj/machinery/computer/cargo/request, /turf/open/floor/iron, @@ -70879,6 +70924,15 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/smooth, /area/mine/mechbay) +"vlW" = ( +/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/spawner/random/structure/steam_vent, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "vlZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -70930,6 +70984,24 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"vmw" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) +"vmx" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "vmA" = ( /obj/structure/fluff/tram_rail{ pixel_y = 17 @@ -70937,10 +71009,16 @@ /obj/structure/fluff/tram_rail, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"vmH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/eva/lower) +"vmC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Arrivals Hallway North" + }, +/obj/structure/cable, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "vmP" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, @@ -70955,6 +71033,15 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"vmS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/kirbyplants/organic/plant2, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "vmU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -70964,26 +71051,31 @@ }, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"vnc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) -"vnf" = ( -/obj/structure/disposalpipe/segment{ +"vmV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "vng" = ( /obj/structure/cable, /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/aft/greater) +"vnj" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "vns" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -71022,39 +71114,10 @@ }, /turf/open/floor/iron/textured, /area/station/medical/chem_storage) -"vnQ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/chair/sofa/right/brown, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) -"vnS" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/station/medical/morgue) -"vnT" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) -"vnV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) "vnY" = ( /obj/structure/closet/crate/critter, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"voe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/atmos) "voj" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 8 @@ -71063,26 +71126,43 @@ /obj/effect/mapping_helpers/mail_sorting/medbay/general, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"vol" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "vos" = ( /obj/structure/cable, -/obj/structure/table/glass, -/obj/item/stack/sticky_tape/surgical, -/obj/item/stack/medical/bone_gel, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"vov" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"voA" = ( +/obj/machinery/button/flasher{ + id = "cell4"; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/brig/upper) +"voH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "voK" = ( /turf/closed/wall/r_wall, /area/station/tcommsat/computer) -"voS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table, -/obj/item/pen/red, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/large, -/area/mine/eva/lower) "voY" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -71116,21 +71196,27 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) -"vps" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"vpw" = ( -/obj/structure/flora/tree/pine/style_random, -/obj/structure/marker_beacon/cerulean, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"vpI" = ( -/obj/docking_port/stationary/escape_pod{ +"vpl" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/obj/effect/decal/cleanable/dirt{ + pixel_x = -9 + }, +/obj/structure/sign/warning/gas_mask/directional/west, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"vpn" = ( +/obj/vehicle/sealed/mecha/ripley/paddy/preset, +/obj/structure/cable, +/turf/open/floor/iron/recharge_floor, +/area/station/security/mechbay) "vpR" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, @@ -71149,6 +71235,14 @@ /obj/machinery/requests_console/auto_name/directional/south, /turf/open/floor/iron/dark, /area/station/medical/virology) +"vqf" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "vqi" = ( /obj/structure/disposalpipe/trunk/multiz{ dir = 1 @@ -71162,30 +71256,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/science/ordnance) -"vqx" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/structure/table/reinforced/plastitaniumglass, -/obj/machinery/microwave, -/obj/machinery/camera/directional/north{ - c_tag = "Mining B-1 Crater Observatory" - }, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white/side, -/area/mine/living_quarters) -"vqE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "vqH" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -71214,6 +71284,56 @@ /obj/machinery/iv_drip, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"vra" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/modular_computer/preset/cargochat/cargo{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"vrc" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vro" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/service/theater) +"vrt" = ( +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vry" = ( +/obj/machinery/button/photobooth{ + pixel_y = -26 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) +"vrA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/hallway/secondary/service) "vrC" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -71235,22 +71355,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"vrS" = ( -/obj/structure/table, -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/lockbox/loyalty, -/obj/machinery/light_switch/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) "vrX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -71258,10 +71362,46 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) +"vsk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"vsp" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) +"vsq" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vsz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "vsI" = ( /obj/structure/marker_beacon/burgundy, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"vsL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Security - Office - Port" + }, +/turf/open/floor/iron/dark, +/area/station/security/mechbay) "vsM" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, @@ -71273,15 +71413,15 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"vsY" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +"vsT" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/greater) "vsZ" = ( /obj/structure/table, /turf/open/floor/plating, @@ -71290,14 +71430,6 @@ /obj/machinery/air_sensor/carbon_tank, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"vtk" = ( -/obj/machinery/newscaster/directional/east, -/obj/structure/bed/medical/anchored{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) "vtr" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/item/kirbyplants/random, @@ -71324,6 +71456,61 @@ dir = 10 }, /area/station/science/research) +"vtB" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway Center" + }, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vtZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ + pixel_x = 7; + pixel_y = 20 + }, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 6 + }, +/obj/structure/secure_safe/hos{ + pixel_x = 35 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/hos) +"vuc" = ( +/obj/structure/fence/cut/medium, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard) +"vuh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/medical{ + name = "Surgery North" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/medbay/aft) +"vuk" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) "vuq" = ( /obj/machinery/modular_computer/preset/civilian, /obj/structure/fireaxecabinet/mechremoval/directional/north, @@ -71354,18 +71541,28 @@ /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"vuZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) "vvc" = ( /obj/structure/cable, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"vve" = ( -/obj/structure/sign/poster/official/no_erp/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +"vvf" = ( +/obj/structure/chair{ + pixel_y = -2 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/station/maintenance/starboard/fore) +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/storage_shared) "vvh" = ( /turf/open/floor/iron, /area/station/hallway/primary/fore) @@ -71377,18 +71574,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) -"vvs" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "vvu" = ( /obj/structure/railing, /obj/effect/turf_decal/trimline/neutral/warning{ @@ -71412,17 +71597,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/engineering) -"vvy" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "vvE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -71463,6 +71637,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"vwj" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port Mix to West Ports" + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) "vwl" = ( /obj/machinery/light_switch/directional/south, /obj/structure/disposalpipe/segment{ @@ -71473,18 +71654,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/service/lawoffice) -"vwo" = ( -/obj/machinery/newscaster/directional/east, -/obj/structure/sink/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/work) "vwr" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/cobweb, @@ -71497,15 +71666,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) -"vwB" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "vwC" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 9 @@ -71525,13 +71685,16 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/security/prison/rec) -"vwI" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/spawner/random/medical/patient_stretcher, -/obj/effect/decal/cleanable/blood/gibs/torso, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/security/prison/safe) +"vwG" = ( +/obj/machinery/vending/security{ + onstation_override = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "vwJ" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -71564,18 +71727,13 @@ }, /turf/open/floor/iron/dark, /area/station/command/gateway) -"vwW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"vxc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "vxd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -71598,21 +71756,17 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"vxE" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +"vxu" = ( +/turf/open/misc/ice/coldroom, +/area/station/service/kitchen/coldroom) +"vxO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"vxM" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/detective, -/turf/open/floor/carpet/blue, -/area/station/security/prison/work) +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "vxV" = ( /obj/structure/cable, /obj/machinery/duct, @@ -71644,29 +71798,21 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"vyj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Service - Electrical Maintenace Lower" - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/lesser) "vym" = ( /turf/closed/wall, /area/station/construction) "vyo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Garden" - }, -/obj/item/kirbyplants/random, -/obj/machinery/status_display/ai/directional/east, +/obj/structure/safe, +/obj/item/clothing/head/costume/bearpelt, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/hydroponics/garden) +/area/station/ai_monitored/command/nuke_storage) "vyt" = ( /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) @@ -71674,9 +71820,38 @@ /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"vyx" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/station/science/explab) +"vyH" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/commons/fitness) +"vyI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) +"vyO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/security/prison/rec) "vyU" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /turf/open/misc/asteroid/snow/icemoon, @@ -71687,30 +71862,12 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"vzc" = ( -/obj/machinery/newscaster/directional/west, -/obj/machinery/camera{ - c_tag = "Research Division Lobby"; - dir = 10; - network = list("ss13","rd") - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"vzf" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/potato{ - name = "\improper Beepsky's emergency battery" - }, +"vzn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, -/area/station/maintenance/fore) +/area/station/commons/dorms/laundry) "vzo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -71722,6 +71879,26 @@ dir = 1 }, /area/station/science/research) +"vzs" = ( +/obj/structure/filingcabinet, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/psychology) +"vzw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"vzx" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/hydroponics) "vzD" = ( /turf/closed/wall, /area/station/maintenance/starboard/aft) @@ -71758,23 +71935,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/lobby) -"vzW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "vzX" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/recharge_floor, /area/station/science/robotics/mechbay) -"vzY" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/two, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "vAj" = ( /obj/effect/turf_decal/bot, /obj/structure/closet/crate, @@ -71822,12 +71986,6 @@ /obj/item/papercutter, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"vAu" = ( -/obj/machinery/holopad, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_half, -/area/station/service/hydroponics) "vAx" = ( /obj/machinery/light/small/directional/east, /obj/effect/mapping_helpers/burnt_floor, @@ -71843,17 +72001,30 @@ /obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"vAT" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/trunk{ - dir = 4 +"vAP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"vAU" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Service Bay"; + network = list("minisat"); + start_active = 1 }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/service) "vAY" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -71874,6 +72045,16 @@ }, /turf/open/floor/wood, /area/station/maintenance/aft/greater) +"vBg" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/warning/gas_mask{ + desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals."; + pixel_x = 3; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) "vBh" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, @@ -71891,6 +72072,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/supermatter/room) +"vBu" = ( +/obj/machinery/space_heater, +/obj/machinery/camera/directional/south{ + c_tag = "Auxiliary Tool Storage" + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "vBv" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -71908,9 +72098,29 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"vBD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + dir = 5; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "vBG" = ( /turf/closed/wall, /area/station/command/heads_quarters/cmo) +"vCf" = ( +/obj/item/food/chococoin, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "vCn" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -71924,11 +72134,14 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) -"vCv" = ( -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) +"vCy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/lesser) "vCz" = ( /obj/effect/landmark/start/medical_doctor, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -71949,11 +72162,26 @@ /turf/open/floor/iron/edge, /area/station/engineering/lobby) "vCT" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/south, +/obj/structure/sign/poster/contraband/lizard/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "vDb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -71971,11 +72199,6 @@ /obj/effect/turf_decal/tile/yellow/full, /turf/open/floor/iron/white/smooth_large, /area/station/medical/pharmacy) -"vDk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/structure/crate, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "vDu" = ( /obj/structure/table/glass, /obj/item/biopsy_tool{ @@ -71989,6 +72212,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/xenobiology) +"vDx" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/spawner/random/armory/disablers, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "vDy" = ( /obj/structure/sign/poster/official/safety_report/directional/west, /obj/effect/decal/cleanable/dirt, @@ -71998,30 +72227,10 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"vDS" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) -"vEi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "holodeck" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/textured, -/area/station/commons/fitness) +"vDX" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "vEw" = ( /obj/machinery/camera/directional/west{ c_tag = "Atmospherics Access" @@ -72030,53 +72239,37 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/atmos) -"vEA" = ( -/obj/structure/table, -/obj/item/papercutter{ - pixel_x = 8; - pixel_y = 6 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"vEE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"vEH" = ( -/turf/open/openspace, -/area/station/commons/storage/mining) -"vEI" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 +"vEy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"vEJ" = ( +/obj/effect/turf_decal/tile/green{ dir = 8 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/engineering/storage_shared) -"vEL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/medical/virology) "vEN" = ( /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_half, /area/station/maintenance/department/medical/central) +"vEQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/sign/warning/chem_diamond/directional/west, +/obj/structure/bed/medical/emergency, +/obj/machinery/iv_drip, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "vEU" = ( /obj/machinery/door/airlock/external{ glass = 1; @@ -72092,6 +72285,15 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron/smooth, /area/station/cargo/drone_bay) +"vFb" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/storage/box/matches, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "vFg" = ( /obj/structure/falsewall, /turf/open/floor/plating, @@ -72116,26 +72318,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"vFt" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/commons/locker) -"vFD" = ( -/obj/effect/turf_decal/siding/thinplating_new/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +"vFO" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/security/brig) "vFW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -72150,43 +72338,11 @@ /obj/effect/mapping_helpers/mail_sorting/medbay/virology, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"vGg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) "vGi" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"vGp" = ( -/obj/structure/closet/radiation, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Genetics"; - name = "Genetics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"vGx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/mine/eva) "vGy" = ( /obj/machinery/camera/directional/east{ c_tag = "Xenobiology Pens Observation - Starboard Aft"; @@ -72194,6 +72350,17 @@ }, /turf/open/openspace, /area/station/science/xenobiology) +"vGC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) "vGI" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/vault{ @@ -72211,13 +72378,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"vGM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "vGY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -72254,10 +72414,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"vHE" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "vHI" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -72268,24 +72424,29 @@ }, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/exit/departure_lounge) +"vHK" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) "vHM" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/north{ + layer = 2.9 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/spawner/random/armory/rubbershot, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "vHR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/chemistry) -"vHT" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "vHU" = ( /obj/item/radio/intercom/prison/directional/south, /obj/effect/turf_decal/tile/red/half/contrasted, @@ -72299,6 +72460,13 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/chemistry) +"vIe" = ( +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/structure/curtain, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/freezer, +/area/station/medical/break_room) "vIg" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -72314,14 +72482,12 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"vIk" = ( -/obj/machinery/atmospherics/components/unary/passive_vent, -/obj/effect/turf_decal/stripes/line{ +"vIi" = ( +/obj/structure/fence/cut/large{ dir = 1 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/freezer, -/area/station/science/xenobiology) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "vIH" = ( /obj/structure/closet{ name = "evidence closet 1" @@ -72329,25 +72495,21 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark/textured_edge, /area/station/security/evidence) -"vIJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/engineering/tool{ - pixel_x = 1; - pixel_y = 3 +"vIK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/security/mechbay) +/turf/open/floor/plating, +/area/station/service/hydroponics) "vIZ" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/camera/directional/south{ - c_tag = "Ordnance Lower Mix Lab"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/morgue) "vJk" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 4 @@ -72366,26 +72528,12 @@ /obj/effect/mapping_helpers/mail_sorting/medbay/virology, /turf/open/floor/iron/white, /area/station/medical/virology) -"vJE" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airalarm/all_access, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "vJI" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"vJL" = ( -/obj/structure/flora/bush/sunny/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/service/hydroponics) "vJS" = ( /obj/structure/chair/sofa/corp/right{ dir = 4; @@ -72395,94 +72543,61 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"vJU" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/station/science/explab) -"vJY" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Research Director Observation"; - req_access = list("rd") +"vKf" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) -"vKh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/textured, +/turf/open/floor/iron/dark, /area/station/service/hydroponics) -"vKn" = ( -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"vKp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"vKk" = ( +/obj/machinery/vending/security, +/turf/open/floor/iron/smooth_edge, +/area/station/security/lockers) +"vKq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white/smooth_large, -/area/station/science/lab) -"vKC" = ( -/obj/structure/closet/chefcloset, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/obj/structure/sign/poster/official/cleanliness/directional/west, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"vLl" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/matter_bin, -/obj/effect/spawner/random/food_or_drink/booze, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"vLx" = ( -/obj/machinery/door/airlock/freezer{ - desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; - name = "The Ice Box" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/locker) +"vKI" = ( +/obj/structure/noticeboard/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vLj" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/smooth_half, +/area/station/command/heads_quarters/rd) +"vLo" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"vLJ" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/table, -/obj/structure/bedsheetbin/empty, -/obj/effect/turf_decal/siding/blue{ +/area/station/maintenance/aft/greater) +"vLt" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) -"vLY" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"vLC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters3"; + name = "Pharmacy Shutters" }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) +/area/station/service/kitchen) "vMa" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/airalarm/directional/south, @@ -72511,14 +72626,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"vMe" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/closet/emcloset, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/processing) "vMf" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -72528,53 +72635,64 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"vMi" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"vMp" = ( -/obj/effect/turf_decal/tile/bar{ +"vMl" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"vMx" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/grille, +/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/chapel/office) +"vMo" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/port/greater) +/area/station/maintenance/starboard/lesser) "vMA" = ( /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/plating, /area/station/ai_monitored/turret_protected/aisat_interior) -"vMR" = ( -/obj/structure/table/glass, -/obj/item/seeds/glowshroom, -/obj/item/seeds/bamboo{ - pixel_y = 3; - pixel_x = 4 +"vMN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/lamp{ + start_on = 0 }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vNp" = ( -/obj/structure/chair/plastic{ - dir = 8 +/turf/open/floor/wood, +/area/station/maintenance/aft/greater) +"vMY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/camera/directional/east{ - c_tag = "Mining B-1 Crater Observatory Access" +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"vNe" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/mine/living_quarters) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/entry) +"vNs" = ( +/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/dark, +/area/station/service/chapel) "vND" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -72587,43 +72705,33 @@ /turf/closed/wall/r_wall, /area/station/engineering/atmos/mix) "vNK" = ( -/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vNL" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/locker) +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port/fore) "vNM" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ dir = 1 }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"vNT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/obj/machinery/light/small/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/mine/production) -"vOj" = ( +"vNS" = ( +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"vOi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "vOw" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/red{ @@ -72648,13 +72756,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"vOI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/grille_or_waste, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) "vPh" = ( /obj/machinery/light/directional/north, /obj/machinery/digital_clock/directional/north, @@ -72681,49 +72782,30 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"vPD" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 1"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "Xenobio Pen 1 Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) "vPF" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"vPL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) "vPM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/command/gateway) -"vQh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/yellow/opposingcorners{ - dir = 1 +"vQg" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway Center East" }, -/obj/structure/sign/departments/chemistry/directional/west, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vQj" = ( +/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/west, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "vQp" = ( /obj/machinery/research/anomaly_refinery, /turf/open/floor/iron/dark, @@ -72732,6 +72814,14 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/storage/primary) +"vQu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "vQy" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, @@ -72742,26 +72832,24 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/mining) -"vQL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +"vQO" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Locker Room Toilets" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet/locker) +"vQP" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/storage) "vQQ" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/cargo/lobby) -"vQV" = ( -/obj/structure/railing, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vQY" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/engine/cult, -/area/station/service/library) "vRo" = ( /obj/machinery/shower/directional/north, /obj/effect/turf_decal/trimline/blue/line{ @@ -72770,71 +72858,25 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron/dark/textured, /area/station/medical/treatment_center) -"vRp" = ( -/obj/machinery/camera{ - c_tag = "Surgery B"; - network = list("ss13","medbay"); - pixel_x = 22 - }, -/obj/machinery/vending/wallmed/directional/south, -/obj/structure/cable, -/obj/structure/table/glass, -/obj/item/stack/sticky_tape/surgical, -/obj/item/stack/medical/bone_gel, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "vRy" = ( +/obj/effect/decal/cleanable/dirt/dust, /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, -/obj/machinery/firealarm/directional/west{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "vRz" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"vRE" = ( -/obj/effect/turf_decal/siding/dark{ - dir = 6 - }, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) -"vRJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, +"vRC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/hallway/primary/central) -"vRM" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/the_owl/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/maintenance/disposal/incinerator) "vRN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -72854,6 +72896,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/mine/laborcamp) +"vRP" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/workout) "vRS" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -72886,39 +72934,58 @@ "vSi" = ( /turf/closed/wall, /area/mine/eva) -"vSq" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/camera/directional/east{ - c_tag = "Xenobiology Pens - Starboard Mid"; - network = list("ss13","rd","xeno") +"vSw" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/north, +/obj/item/stack/sheet/iron/five, +/obj/item/stack/cable_coil/five, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"vSr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"vSx" = ( +/obj/structure/sign/warning/chem_diamond/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vSy" = ( +/obj/structure/table/reinforced, +/obj/structure/secure_safe/caps_spare/directional/east, +/obj/item/papercutter{ + pixel_x = 7 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/bridge) +"vSC" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) "vSE" = ( /obj/machinery/door/window/right/directional/east{ name = "Bar Access" }, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"vSH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"vSK" = ( +/obj/structure/chair/sofa/bench/right{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron, +/area/station/security/prison/mess) "vSM" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -72931,24 +72998,20 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"vSX" = ( -/obj/item/training_toolbox{ - pixel_y = 5 - }, -/obj/structure/table, -/obj/item/training_toolbox{ - pixel_y = -2 +"vSR" = ( +/obj/structure/bodycontainer/morgue/beeper_off{ + dir = 1 }, -/obj/machinery/camera/directional/east{ - c_tag = "Holodeck Control" +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8 }, -/obj/effect/turf_decal/tile/green/half/contrasted{ +/obj/effect/turf_decal/tile/neutral/half{ dir = 4 }, -/obj/machinery/status_display/evac/directional/east, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/medical/morgue) "vSY" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -72973,29 +73036,24 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"vTi" = ( -/obj/structure/table/reinforced, -/obj/item/computer_disk/engineering, -/obj/item/computer_disk/engineering, -/obj/item/computer_disk/engineering, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"vTl" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access" - }, +"vTb" = ( /obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard/aft) -"vTn" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/grass, -/area/station/service/hydroponics) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva/lower) +"vTc" = ( +/turf/closed/wall, +/area/station/medical/chem_storage) +"vTg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "vTo" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 1 @@ -73010,26 +73068,19 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"vTB" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ - name = "Burn Chamber Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/airlock_controller/incinerator_ordmix{ - pixel_x = 24 +"vTI" = ( +/obj/machinery/door/window/brigdoor{ + name = "Research Director Observation"; + req_access = list("rd") }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"vTG" = ( -/obj/effect/turf_decal/weather/snow/corner{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white/side{ + dir = 5 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/area/station/command/heads_quarters/rd) "vTJ" = ( /obj/structure/table, /obj/item/toy/plush/slimeplushie{ @@ -73051,6 +73102,12 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/white, /area/station/security/checkpoint/science) +"vTP" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "vUr" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 @@ -73063,12 +73120,12 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/sepia, /area/station/security/prison/rec) -"vUF" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/two, +"vUz" = ( +/obj/structure/table, +/obj/item/clothing/suit/apron/chef, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/aft) "vUW" = ( /obj/item/stack/cable_coil{ amount = 7; @@ -73083,24 +73140,6 @@ }, /turf/open/floor/iron, /area/station/science/ordnance) -"vVg" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central) -"vVh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/food/grown/carrot, -/obj/item/food/grown/carrot{ - pixel_y = 4; - pixel_x = -2 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "vVj" = ( /obj/effect/turf_decal/bot_white/left, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -73112,27 +73151,9 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"vVD" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) "vVH" = ( /turf/closed/wall, /area/station/security/prison/safe) -"vVI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"vVL" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "vVP" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -73149,6 +73170,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"vWc" = ( +/obj/machinery/firealarm/directional/west{ + pixel_y = -4 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = 5 + }, +/obj/machinery/photocopier, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/hallway/secondary/service) "vWe" = ( /obj/effect/turf_decal/siding/yellow{ dir = 4 @@ -73197,11 +73229,6 @@ "vWz" = ( /turf/closed/wall, /area/mine/storage) -"vWB" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/central) "vWL" = ( /obj/structure/chair{ dir = 1; @@ -73219,6 +73246,15 @@ /obj/structure/railing, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"vWU" = ( +/obj/structure/table/glass, +/obj/item/book/bible, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"vWW" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "vXb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73241,6 +73277,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"vXi" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard) "vXn" = ( /obj/structure/table, /obj/item/food/pie/cream, @@ -73281,16 +73325,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/mine/living_quarters) -"vXL" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/mine/eva) "vXO" = ( /obj/structure/fluff/tram_rail, /obj/structure/lattice/catwalk, @@ -73309,24 +73343,17 @@ /obj/item/toy/snowball, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"vXY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"vXZ" = ( -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "vYa" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/textured, /area/station/commons/storage/primary) +"vYc" = ( +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/visit) "vYd" = ( /obj/machinery/portable_atmospherics/canister, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -73334,6 +73361,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"vYg" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Chapel West" + }, +/obj/structure/cable, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "vYm" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -73368,6 +73403,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"vYz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/stool/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "vYH" = ( /turf/open/floor/iron/white, /area/station/medical/pharmacy) @@ -73387,14 +73429,34 @@ /obj/effect/spawner/random/structure/crate, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"vZq" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, +"vZa" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"vZg" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/turf/open/floor/iron, +/area/station/commons/locker) +"vZp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/kitchen/directional/east{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, /turf/open/floor/plating, -/area/station/maintenance/department/cargo) +/area/station/maintenance/port/aft) +"vZr" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) "vZt" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 @@ -73407,20 +73469,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/commons/dorms) -"vZB" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "vZD" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -73438,21 +73486,22 @@ pixel_x = -5 }, /obj/structure/cable, +/obj/structure/detectiveboard/directional/west, /turf/open/floor/carpet, /area/station/security/detectives_office) "vZS" = ( /obj/structure/rack, /turf/open/floor/iron/smooth, /area/mine/living_quarters) -"vZV" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 +"vZT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "vZW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -73476,45 +73525,19 @@ "wam" = ( /turf/open/openspace, /area/station/cargo/storage) -"wau" = ( -/obj/structure/bodycontainer/morgue/beeper_off{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half{ +"waA" = ( +/obj/effect/spawner/random/structure/grille, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"waH" = ( +/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/smooth_half{ - dir = 1 - }, -/area/station/medical/morgue) -"wax" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, /turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"way" = ( -/obj/structure/railing, -/obj/structure/flora/tree/pine/style_random, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"waE" = ( -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/folder/yellow, -/turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/medical/morgue) "waL" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -73529,6 +73552,10 @@ /obj/item/reagent_containers/blood/random, /turf/open/floor/iron, /area/station/maintenance/port/fore) +"waT" = ( +/obj/structure/sign/warning/docking/directional/south, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "waZ" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -73561,14 +73588,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"wbn" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/mine/laborcamp) "wbw" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -73576,10 +73595,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"wbB" = ( -/obj/machinery/vending/boozeomat, +"wbG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/interrogation) +"wbH" = ( +/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, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/service/bar) +/area/mine/eva/lower) "wbN" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -73608,23 +73638,24 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"wbZ" = ( -/obj/effect/turf_decal/stripes/line{ +"wck" = ( +/obj/structure/chair{ dir = 8 }, -/obj/structure/disposalpipe/trunk/multiz/down{ +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/machinery/bluespace_vendor/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"wcv" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ dir = 1 }, -/turf/open/floor/plating, +/obj/item/seeds/watermelon, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, /area/station/maintenance/starboard/fore) -"wcw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "wcx" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -73639,31 +73670,70 @@ /turf/open/floor/iron, /area/station/security/prison/garden) "wcD" = ( -/obj/effect/spawner/random/engineering/canister, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) +"wcL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "wcN" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 8 }, /turf/open/floor/plating, /area/mine/eva) -"wcV" = ( +"wcW" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 4; + name = "Containment Pen 11"; + req_access = list("xenobiology") + }, /obj/structure/cable, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"wde" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +/obj/machinery/door/poddoor/preopen{ + id = "xenobio11"; + name = "Xenobio Pen 11 Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "wdg" = ( /obj/structure/cable, /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/central/lesser) +"wdo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + 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/corner{ + dir = 1 + }, +/area/station/hallway/secondary/entry) +"wds" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "wdI" = ( /obj/effect/turf_decal/trimline/neutral/warning{ dir = 6 @@ -73685,62 +73755,51 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"wdM" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/workout) -"wdY" = ( -/obj/structure/cable, -/obj/structure/sign/poster/random/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "weg" = ( /obj/structure/sign/warning/gas_mask/directional/south{ desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, /turf/open/floor/iron/smooth, /area/mine/mechbay) -"wew" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 +"weu" = ( +/obj/structure/table/wood, +/obj/item/toy/mecha/honk{ + pixel_y = 12 }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/theater) "weF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"weK" = ( -/obj/structure/table/wood, -/obj/item/food/grown/harebell{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/food/grown/harebell{ - pixel_x = 2; - pixel_y = 4 +"weL" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/item/food/grown/harebell, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"weP" = ( -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "weR" = ( /turf/open/floor/wood, /area/station/maintenance/space_hut/cabin) -"weT" = ( -/obj/structure/rack, -/obj/machinery/syndicatebomb/training, +"weW" = ( +/obj/docking_port/stationary/random/icemoon{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_lavaland" + }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"wfb" = ( +/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/dark/smooth_half, -/area/station/security/office) +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "wfc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, @@ -73773,26 +73832,26 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"wfs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/status_display/shuttle{ - pixel_x = -32; - shuttle_id = "arrival" - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "wfu" = ( /obj/structure/sign/poster/official/wtf_is_co2, /turf/closed/wall/r_wall, /area/station/maintenance/aft/greater) +"wfC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"wfF" = ( +/obj/effect/turf_decal/tile/blue, +/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/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/secondary/entry) "wfK" = ( /obj/item/folder/blue, /obj/structure/table/wood, @@ -73804,6 +73863,23 @@ }, /turf/open/floor/iron/smooth_edge, /area/station/command/heads_quarters/rd) +"wgc" = ( +/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/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) +"wgn" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/food_cart, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "wgr" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -73825,16 +73901,6 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"wgE" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/item/plant_analyzer, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) "wgG" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /obj/effect/turf_decal/trimline/dark_red/arrow_ccw{ @@ -73846,6 +73912,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"wgH" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/stamp/head/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "wgI" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73886,12 +73962,17 @@ }, /turf/open/floor/iron, /area/station/science/research) -"wha" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/rack, -/obj/item/clothing/gloves/latex, -/turf/open/floor/plating, -/area/station/security/prison/safe) +"wgU" = ( +/obj/machinery/modular_computer/preset/cargochat/science{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/lab) "whb" = ( /obj/machinery/recharge_station, /obj/effect/decal/cleanable/dirt, @@ -73903,19 +73984,21 @@ dir = 4 }, /area/station/science/xenobiology) +"whd" = ( +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/regular, +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "whf" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, /turf/open/floor/glass/reinforced, /area/station/engineering/atmos/pumproom) -"whg" = ( -/obj/structure/table, -/obj/item/storage/wallet, -/obj/item/storage/wallet{ - pixel_x = 4; - pixel_y = 3 - }, -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) "whh" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/filled/warning{ @@ -73932,48 +74015,38 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"whl" = ( -/obj/machinery/door/airlock/external, -/obj/structure/sign/warning/gas_mask/directional/south{ - desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." - }, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "chem-morgue-airlock" - }, -/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/medical/morgue) -"whn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +"whq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/mine/laborcamp) +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/service/theater) "whr" = ( /obj/machinery/hydroponics/soil, /obj/item/cultivator, /turf/open/floor/grass, -/area/station/security/prison/garden) -"whu" = ( -/obj/structure/disposalpipe/sorting/mail, -/obj/effect/mapping_helpers/mail_sorting/service/bar, -/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/plating, -/area/station/maintenance/starboard/fore) -"whL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/security/prison/garden) +"whx" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/maintenance/fore) +"whz" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/redbeet, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) +"whC" = ( +/obj/structure/destructible/cult/item_dispenser/archives/library, +/obj/item/book/codex_gigas, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/engine/cult, +/area/station/service/library) "whP" = ( /obj/structure/table, /obj/effect/spawner/random/food_or_drink/donkpockets, @@ -73995,18 +74068,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"whV" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/sign/poster/official/random/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/storage_shared) "whW" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -74032,56 +74093,52 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/storage) -"wiA" = ( -/obj/structure/rack, -/obj/item/poster/random_contraband, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "wiD" = ( /obj/effect/turf_decal/tile/dark{ dir = 8 }, /turf/open/floor/iron/white, /area/station/medical/virology) +"wiJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "wiM" = ( /obj/machinery/computer/station_alert, /obj/item/radio/intercom/directional/north, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"wjj" = ( -/obj/machinery/airalarm/directional/north, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"wjl" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 9 +"wjv" = ( +/obj/machinery/computer/cargo{ + dir = 4 }, -/area/station/command/heads_quarters/rd) -"wjr" = ( -/obj/structure/table, -/obj/machinery/camera/motion/directional/west{ - c_tag = "AI Upload West"; - network = list("aiupload") +/obj/machinery/keycard_auth/wall_mounted/directional/west, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 }, -/obj/item/ai_module/supplied/freeform, -/obj/effect/turf_decal/tile/dark_green, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "wjy" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/sign/warning/radiation/directional/west, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"wjz" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "wjL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -74104,12 +74161,6 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"wkj" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) "wkl" = ( /obj/machinery/camera/directional/west{ c_tag = "Telecomms Server Room"; @@ -74120,23 +74171,16 @@ "wkr" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"wks" = ( -/obj/structure/table/reinforced/plastitaniumglass, -/obj/item/paper/carbon, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron, -/area/mine/living_quarters) "wkw" = ( /obj/machinery/power/emitter, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"wky" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"wkB" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 }, -/obj/structure/sign/poster/random/directional/west, -/turf/open/floor/iron/large, -/area/station/hallway/secondary/entry) +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "wkC" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -74151,15 +74195,41 @@ }, /turf/open/floor/iron/dark/textured, /area/station/hallway/primary/central) -"wkR" = ( +"wkH" = ( +/obj/structure/window/reinforced/spawner/directional/east, /obj/structure/table, -/obj/item/food/sandwich/cheese/grilled{ - name = "idiot sandwich"; - pixel_y = 8 +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/item/clothing/mask/breath/medical, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"wkO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron, -/area/mine/living_quarters) +/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/plating, +/area/station/maintenance/department/chapel) +"wkS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/left/directional/north{ + dir = 2; + icon_state = "right"; + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access = list("medical") + }, +/obj/structure/table/glass, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/mod/module/signlang_radio, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "wkV" = ( /obj/structure/fence/corner{ dir = 1 @@ -74182,26 +74252,19 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"wkZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"wlr" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c1{ + pixel_y = 5 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/maintenance/aft/greater) -"wlc" = ( -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"wlm" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/commons/storage/tools) +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "wls" = ( /obj/item/trash/sosjerky, /obj/effect/mapping_helpers/broken_floor, @@ -74213,17 +74276,16 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"wlx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/turf/open/floor/iron/white/corner{ - dir = 4 +"wlv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "botany_chasm_and_wolf_shutters" }, -/area/station/hallway/secondary/entry) +/turf/open/floor/plating, +/area/station/service/hydroponics) "wlz" = ( /obj/structure/filingcabinet, /turf/open/floor/iron/dark, @@ -74236,17 +74298,15 @@ /obj/structure/closet/boxinggloves, /turf/open/floor/iron, /area/station/security/prison/workout) -"wlX" = ( -/obj/effect/turf_decal/tile/blue{ - 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/corner{ +"wlW" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/robotics{ dir = 1 }, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/command/heads_quarters/rd) "wlY" = ( /obj/machinery/door/airlock/freezer, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -74265,26 +74325,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/eva) -"wmu" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/power/apc/auto_name/directional/south, +"wml" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/tile/blue, +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/siding/thinplating/corner, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"wmy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/dark{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/hallway/secondary/service) +/area/station/commons/locker) "wmG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -74310,6 +74357,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"wmP" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "wmR" = ( /obj/structure/cable, /obj/machinery/door/airlock/glass{ @@ -74323,10 +74376,33 @@ "wmT" = ( /turf/open/floor/iron/dark, /area/mine/eva) +"wmX" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "wna" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/bridge) +"wnm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) +"wnp" = ( +/obj/item/toy/snowball{ + pixel_x = -6; + pixel_y = -3 + }, +/mob/living/basic/pet/penguin/baby/permanent, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/research) "wnv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -74336,6 +74412,15 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"wnA" = ( +/obj/structure/minecart_rail{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/sign/warning/directional/south, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "wnB" = ( /obj/machinery/camera/directional/east{ c_tag = "Xenobiology Pens - Starboard Aft"; @@ -74343,12 +74428,28 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"wnI" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + dir = 8; + id = "Cell 2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/security/brig) "wnK" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 }, /turf/open/floor/iron/white, /area/station/science/genetics) +"wnR" = ( +/obj/machinery/computer/scan_consolenew, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "wnT" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -74358,25 +74459,28 @@ }, /turf/open/floor/plating, /area/station/science/lab) +"wnX" = ( +/obj/structure/sink/directional/south, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"woa" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "wob" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig) -"wog" = ( -/obj/item/food/fried_chicken, -/turf/open/floor/plating/snowed/smoothed, -/area/station/maintenance/fore/lesser) -"woi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "wol" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/extinguisher_cabinet/directional/east, @@ -74391,6 +74495,11 @@ dir = 10 }, /area/station/science/research) +"wom" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/station/cargo/office) "wor" = ( /turf/open/openspace, /area/station/medical/medbay/aft) @@ -74401,34 +74510,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"wox" = ( -/obj/structure/table/reinforced, -/obj/effect/landmark/event_spawn, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/paper/monitorkey, -/obj/item/stamp/head/ce, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"woF" = ( -/obj/machinery/modular_computer/preset/cargochat/medical{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/end{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/medical/medbay/aft) -"woJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/south, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) +"woC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/poster/official/safety_eye_protection/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"woH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) "woP" = ( /obj/structure/fluff/tram_rail/end{ dir = 4; @@ -74439,29 +74532,6 @@ }, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) -"woQ" = ( -/obj/machinery/requests_console/directional/south{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/siding/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/atmos/storage/gas) -"woR" = ( -/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, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/mine/production) "woU" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -74481,13 +74551,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) -"wpg" = ( -/obj/structure/rack, -/obj/item/hand_labeler, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron/textured, -/area/station/security/brig) "wpi" = ( /obj/structure/table, /obj/item/holosign_creator/atmos{ @@ -74499,25 +74562,83 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"wpm" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "SapMaster XP" + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"wpp" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/pipedispenser/disposal, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wpu" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) "wpv" = ( /obj/structure/sign/warning/cold_temp, /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/station/science/xenobiology) -"wpF" = ( -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 +"wpx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 }, -/obj/structure/chair, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/mine/eva) +"wpz" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"wpC" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/holding_cell) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) "wpO" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) +"wpP" = ( +/obj/structure/closet/crate/grave, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard) +"wpQ" = ( +/obj/machinery/bluespace_vendor/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) "wpY" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -74528,6 +74649,15 @@ /obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"wpZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/end, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/medical/chem_storage) "wqb" = ( /obj/structure/cable, /obj/machinery/camera/directional/east{ @@ -74562,18 +74692,6 @@ "wqx" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/fore) -"wqz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/customs/auxiliary) -"wqG" = ( -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/nospawn) "wqI" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -74599,18 +74717,26 @@ }, /turf/open/floor/iron/dark, /area/mine/storage) -"wqZ" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 +"wqU" = ( +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 1 }, -/obj/machinery/requests_console/auto_name/directional/east, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) +"wqW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/service/library) "wrc" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -74622,6 +74748,19 @@ }, /turf/open/floor/iron, /area/station/engineering/storage) +"wrl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) +"wrp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/fore) "wrA" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -74648,12 +74787,18 @@ /obj/structure/sign/departments/court/directional/north, /turf/open/openspace, /area/station/hallway/primary/fore) -"wrP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +"wrT" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/coroner_wardrobe, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "wrU" = ( /obj/structure/rack, /obj/item/screwdriver, @@ -74677,14 +74822,18 @@ }, /turf/open/floor/iron, /area/station/science/ordnance) -"wss" = ( -/obj/structure/sign/warning/directional/west, -/turf/open/openspace/icemoon, -/area/icemoon/surface/outdoors/nospawn) "wsu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"wsD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "wsF" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/infections{ @@ -74697,22 +74846,12 @@ /obj/structure/reagent_dispensers/wall/virusfood/directional/south, /turf/open/floor/iron/white, /area/station/medical/virology) -"wsM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/white/corner{ - dir = 4 - }, -/area/station/hallway/secondary/entry) "wsN" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) +/obj/structure/girder, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "wsO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -74720,37 +74859,12 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"wsP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/north, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"wsT" = ( -/obj/machinery/button/door/directional/west{ - id = "chemistry_lower_shutters"; - name = "Chemistry Exterior Shutter Control"; - req_access = list("plumbing") - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"wsW" = ( -/obj/structure/window/reinforced/spawner/directional/north, +"wsV" = ( /obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron, +/area/station/commons/locker) "wta" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -74760,36 +74874,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"wtb" = ( -/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/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) -"wte" = ( -/obj/structure/bookcase{ - name = "Holy Bookcase" - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/button/door/directional/west{ - id = "lower_chapel_shutters"; - name = "Graveyard Shutters"; - pixel_y = -8 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "wtg" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable, @@ -74799,49 +74883,82 @@ /obj/structure/flora/grass/brown/style_2, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"wts" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/green/half/contrasted, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"wtw" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Vault"; - network = list("vault") - }, -/obj/effect/turf_decal/tile/neutral{ +"wtr" = ( +/obj/structure/table/glass, +/obj/item/food/grown/wheat, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/grapes, +/obj/item/food/grown/cocoapod, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 8 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/area/station/service/hydroponics/garden) +"wtC" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wtP" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"wtT" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/science/research) "wtX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) +"wub" = ( +/obj/structure/closet/crate/grave/filled, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard) "wug" = ( /obj/machinery/gulag_item_reclaimer{ pixel_y = 24 }, /turf/open/floor/carpet, /area/station/security/processing) -"wun" = ( +"wuo" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"wuv" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"wuz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"wuA" = ( /obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/structure/cable, -/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/lesser) -"wuo" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"wuy" = ( -/obj/structure/sign/warning/xeno_mining, -/turf/closed/wall, -/area/mine/storage) +/area/station/maintenance/port/greater) "wuC" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -74864,36 +74981,6 @@ /obj/effect/spawner/random/trash/cigbutt, /turf/open/floor/iron, /area/station/engineering/lobby) -"wuX" = ( -/obj/structure/railing/corner/end/flip, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/sink/kitchen/directional/south, -/obj/structure/mirror/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Coldroom Access" - }, -/obj/effect/turf_decal/tile/bar{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) -"wvb" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/stone, -/area/station/service/bar/atrium) "wve" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/white, @@ -74941,9 +75028,31 @@ /obj/item/assembly/timer, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"wvH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/dorms{ + dir = 1 + }, +/obj/effect/spawner/random/contraband/permabrig_gear, +/turf/open/floor/iron/white, +/area/station/security/prison/safe) "wvI" = ( /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) +"wvK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "wvV" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/pumproom) @@ -74954,31 +75063,6 @@ /mob/living/basic/pet/cat/runtime, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"wvX" = ( -/obj/item/coin/iron{ - pixel_y = -5 - }, -/obj/item/coin/plasma{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/toy/plush/lizard_plushie{ - name = "Cassius"; - pixel_x = 11; - pixel_y = -4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"wwo" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/barsign/all_access/directional/north, -/obj/effect/turf_decal/siding/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/bar) "wws" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -74990,21 +75074,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"wwB" = ( -/obj/structure/table/wood, -/obj/structure/secure_safe/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"wwG" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 1 - }, -/obj/item/seeds/berry, -/obj/machinery/light/small/dim/directional/south, -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/maintenance/starboard/fore) "wwI" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -75061,12 +75130,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"wxA" = ( +"wxy" = ( +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/port/fore) +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "wxH" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -75074,37 +75142,9 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"wxI" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) -"wxL" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "wxN" = ( /turf/closed/wall/r_wall, /area/station/maintenance/solars/port/fore) -"wxR" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area/white, -/turf/open/floor/wood/large, -/area/station/service/bar/atrium) "wxT" = ( /obj/structure/railing{ dir = 1 @@ -75128,6 +75168,20 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"wyr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"wyt" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "wyB" = ( /obj/machinery/conveyor{ dir = 1; @@ -75138,6 +75192,16 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) +"wyF" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/hooded/ablative, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) "wyO" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -75149,13 +75213,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"wyU" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Xenobiology Pens - Port Aft"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) "wzc" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -75167,11 +75224,10 @@ /obj/effect/spawner/random/clothing/bowler_or_that, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"wzi" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/food_or_drink/refreshing_beverage, -/turf/open/floor/wood/large, -/area/station/commons/lounge) +"wzh" = ( +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "wzk" = ( /turf/open/floor/wood, /area/station/command/meeting_room) @@ -75193,16 +75249,17 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"wAo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +"wAf" = ( +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" }, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/folder/yellow, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/cargo/storage) "wAq" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -75239,6 +75296,10 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) +"wAF" = ( +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "wAQ" = ( /obj/machinery/computer/shuttle/labor/one_way{ dir = 4 @@ -75282,12 +75343,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"wBh" = ( -/obj/structure/fence/cut/large{ - dir = 8 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) "wBk" = ( /obj/machinery/camera/directional/north{ c_tag = "Robotics Lab - North"; @@ -75315,94 +75370,44 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/workout) +"wBy" = ( +/obj/machinery/netpod, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) +"wBA" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "wBF" = ( /obj/machinery/status_display/supply{ pixel_y = 2 }, /turf/closed/wall, /area/station/cargo/sorting) -"wBS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +"wBK" = ( +/obj/machinery/photobooth, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"wBT" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Port Hallway Center" }, +/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/primary/port) "wBV" = ( /obj/structure/closet/crate, /turf/open/floor/iron, /area/station/cargo/miningdock) -"wBZ" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room/office) -"wCg" = ( -/obj/machinery/light_switch/directional/east, -/obj/structure/table, -/obj/item/paper_bin/construction, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/station/commons/storage/art) -"wCl" = ( -/obj/structure/table/glass, -/obj/machinery/vending/wallmed/directional/north, -/obj/item/book/manual/wiki/surgery{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/machinery/camera{ - c_tag = "Surgery A"; - dir = 1; - network = list("ss13","medbay"); - pixel_x = 22 - }, -/obj/item/surgery_tray/full, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"wCn" = ( -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/structure/table, -/obj/machinery/door_buttons/access_button, -/obj/item/clothing/mask/gas{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/science/xenobiology) "wCo" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"wCx" = ( -/obj/effect/turf_decal/siding/yellow{ - dir = 5 - }, -/obj/effect/landmark/start/station_engineer, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/engineering/lobby) "wCK" = ( /obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 8 @@ -75410,6 +75415,24 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"wCL" = ( +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/bottle/nutrient/ez, +/obj/item/reagent_containers/cup/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) "wCV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -75417,15 +75440,6 @@ dir = 8 }, /area/station/science/explab) -"wCZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "wDc" = ( /obj/structure/cable, /obj/machinery/door/airlock/engineering{ @@ -75490,6 +75504,15 @@ }, /turf/open/floor/iron, /area/station/commons/storage/mining) +"wDj" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/tile/green/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/service/hydroponics) "wDk" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -75504,6 +75527,27 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"wDs" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/item/plant_analyzer, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) +"wDt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/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) "wDG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -75527,47 +75571,54 @@ "wDU" = ( /turf/closed/wall/r_wall, /area/mine/eva/lower) -"wEa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +"wDW" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/firealarm/directional/north, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "wEh" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/sorting) -"wEl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"wEy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ +"wEo" = ( +/obj/structure/fence{ dir = 1 }, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"wEr" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/duct, /turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) -"wEI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/station/service/hydroponics) +"wEG" = ( +/obj/structure/extinguisher_cabinet/directional/south{ + pixel_x = 4 }, -/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ - dir = 1; - name = "Can In" +/obj/machinery/light_switch/directional/south{ + pixel_x = -6 }, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "wEL" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"wEM" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "wET" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -75596,46 +75647,27 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"wFg" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wFr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wFf" = ( /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"wFD" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "mining_internal" + dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/table, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 6; + pixel_y = 3 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/mine/production) -"wFK" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) +"wFg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/unres{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "wFO" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/siding/wood{ @@ -75643,13 +75675,20 @@ }, /turf/open/floor/carpet, /area/station/service/library) -"wFU" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 +"wFX" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"wGa" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "wGc" = ( /obj/machinery/door/poddoor/preopen{ id = "testlab"; @@ -75658,32 +75697,46 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/station/science/explab) -"wGd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"wGr" = ( +/obj/item/training_toolbox{ + pixel_y = 5 }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white/corner{ +/obj/structure/table, +/obj/item/training_toolbox{ + pixel_y = -2 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Holodeck Control" + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 }, -/area/station/hallway/secondary/entry) +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"wGs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + dir = 8; + name = "Supply multi deck pipe adapter" + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + dir = 8; + name = "Scrubbers multi deck pipe adapter" + }, +/obj/structure/cable/multilayer/multiz, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "wGv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/service/chapel) -"wGD" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/storage/primary) "wGE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -75784,41 +75837,6 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) -"wHl" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/closet/secure_closet/quartermaster, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"wHv" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/disposalpipe/segment, -/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/neutral/half/contrasted{ - dir = 8 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/commons/fitness) -"wHB" = ( -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/structure/closet/crate/preopen, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/effect/turf_decal/tile/dark/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/mine/living_quarters) "wHH" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red{ @@ -75826,6 +75844,14 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) +"wHU" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) +"wId" = ( +/obj/structure/table/wood, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "wIg" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -75833,6 +75859,11 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/science/robotics/mechbay) +"wIm" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "wIz" = ( /obj/machinery/light/small/directional/west, /obj/structure/table/wood, @@ -75850,21 +75881,10 @@ /obj/structure/table, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"wJa" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 5 - }, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison/rec) -"wJe" = ( -/obj/structure/filingcabinet, -/obj/structure/sign/poster/official/space_cops/directional/west, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) +"wIZ" = ( +/obj/effect/decal/remains/plasma, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "wJi" = ( /obj/structure/railing{ dir = 4 @@ -75879,22 +75899,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/central) -"wJz" = ( -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"wJC" = ( -/obj/structure/table/wood, -/obj/machinery/duct, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/box/white/corners{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) "wJD" = ( /obj/structure/sign/departments/maint/alt, /turf/closed/wall, @@ -75931,18 +75935,6 @@ /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"wKi" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/textured, -/area/station/security/brig) -"wKm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) "wKv" = ( /obj/structure/table, /obj/item/radio/off, @@ -75969,6 +75961,11 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"wKY" = ( +/obj/machinery/vending/games, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood, +/area/station/service/library) "wLk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers, /obj/machinery/portable_atmospherics/canister/carbon_dioxide, @@ -75978,24 +75975,16 @@ "wLl" = ( /turf/closed/wall/r_wall, /area/station/science/research) -"wLI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, +"wLt" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/command/bridge) +"wLK" = ( +/obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"wLJ" = ( -/obj/item/circuitboard/machine/stasis, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/item/wrench/medical, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/ai_monitored/turret_protected/ai) "wLO" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -76023,6 +76012,10 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"wLW" = ( +/obj/effect/landmark/atmospheric_sanity/mark_all_station_areas_as_goal, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "wLX" = ( /obj/effect/turf_decal/plaque{ icon_state = "L11" @@ -76053,6 +76046,16 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"wMi" = ( +/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 = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/office) "wMj" = ( /turf/open/floor/plating, /area/station/maintenance/department/chapel) @@ -76065,33 +76068,30 @@ dir = 9 }, /area/station/science/research) -"wMq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) "wMt" = ( /turf/closed/wall, /area/station/hallway/primary/central/fore) "wMu" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/structure/cable, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"wMw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "wMz" = ( /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ color = "#0000ff"; @@ -76115,13 +76115,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"wMV" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/security/office) "wNp" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay Maintenance" @@ -76135,18 +76128,10 @@ "wNt" = ( /turf/open/floor/iron/smooth, /area/station/security/brig/upper) -"wNz" = ( -/obj/machinery/light/cold/directional/east, -/turf/open/floor/plating/snowed/coldroom, +"wNA" = ( +/obj/structure/flora/rock/pile/icy/style_random, +/turf/open/misc/asteroid/snow/coldroom, /area/station/service/kitchen/coldroom) -"wNC" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "wND" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -76156,12 +76141,12 @@ "wNO" = ( /turf/open/genturf, /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) -"wNQ" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/spawner/random/trash/botanical_waste, -/obj/effect/spawner/random/food_or_drink/donkpockets, +"wNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/greater) "wNT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -76182,17 +76167,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos/storage) -"wOp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/eighties/red, -/area/station/security/prison/safe) -"wOt" = ( -/obj/machinery/vending/games, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/textured, -/area/station/security/prison) "wOy" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -76203,15 +76177,20 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"wOF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) "wOH" = ( /obj/structure/rack, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"wOL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "wOO" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -76223,12 +76202,6 @@ /obj/item/stack/rods/ten, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"wOW" = ( -/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, -/area/station/hallway/secondary/entry) "wOX" = ( /obj/machinery/door/airlock/research{ name = "Circuit Testing Lab" @@ -76236,10 +76209,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/research, /turf/open/floor/iron, /area/station/science/explab) -"wOZ" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "wPd" = ( /obj/structure/cable, /turf/open/floor/iron/white, @@ -76274,6 +76243,17 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"wPC" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ + name = "Burn Chamber Interior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/airlock_controller/incinerator_ordmix{ + pixel_x = 24 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "wPD" = ( /obj/machinery/door/airlock/security/glass{ name = "Evidence Storage" @@ -76285,6 +76265,10 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_large, /area/station/security/evidence) +"wPE" = ( +/obj/machinery/status_display/ai/directional/north, +/turf/open/openspace, +/area/station/engineering/atmos/storage) "wPN" = ( /obj/structure/railing{ dir = 4 @@ -76294,24 +76278,23 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"wPT" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 +"wPX" = ( +/obj/structure/table, +/obj/item/storage/belt/medical{ + pixel_y = 2 }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical{ + pixel_y = 2 }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"wPX" = ( -/turf/open/floor/plastic, -/area/station/commons/dorms/laundry) -"wPZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/fore) +/area/station/medical/storage) "wQh" = ( /obj/structure/railing{ dir = 4 @@ -76340,17 +76323,27 @@ /obj/item/assembly/flash, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) -"wQI" = ( -/obj/effect/spawner/random/structure/chair_flipped{ - dir = 8 +"wQx" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old{ + dir = 4 + }, +/area/station/hallway/primary/starboard) +"wQC" = ( +/obj/item/flashlight/lantern, +/obj/structure/table/wood, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"wQF" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 to Airmix" }, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) -"wQM" = ( -/obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, -/area/station/maintenance/port/fore) +/area/station/engineering/atmos) "wQR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -76392,13 +76385,12 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"wRC" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/bar) +"wRG" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) "wRI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -76422,6 +76414,10 @@ }, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"wRN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/eva/lower) "wRO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -76447,6 +76443,23 @@ /obj/structure/sign/warning/secure_area/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"wSf" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"wSk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) "wSo" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -76455,21 +76468,25 @@ "wSs" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"wSw" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/atmos) "wSz" = ( /obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/work) -"wSC" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"wSE" = ( +/obj/item/kirbyplants/random/dead, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "wSM" = ( /obj/machinery/conveyor{ dir = 4; @@ -76487,6 +76504,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"wSX" = ( +/obj/structure/railing/corner, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron/dark/side, +/area/mine/eva) "wSZ" = ( /obj/machinery/camera/directional/east{ c_tag = "Security - Permabrig Upper Hallway East"; @@ -76517,6 +76540,19 @@ /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"wTC" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/red/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "wTX" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -76542,12 +76578,6 @@ "wUj" = ( /turf/closed/wall, /area/station/service/lawoffice) -"wUq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) "wUt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -76557,12 +76587,32 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"wUu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) +"wUz" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/camera/directional/east{ + c_tag = "Xenobiology Pens - Starboard Mid"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) "wUA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"wUD" = ( +/obj/structure/fake_stairs/wood/directional/north, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "wUE" = ( /obj/machinery/light_switch/directional/north{ pixel_x = -7 @@ -76621,6 +76671,16 @@ /obj/effect/turf_decal/bot, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) +"wUX" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Bridge" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/central/greater) "wVe" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -76630,15 +76690,41 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/service/library) +"wVq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/trash/caution_sign, +/obj/effect/decal/cleanable/glass, +/obj/structure/sign/warning/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "wVu" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/iron, /area/station/command/teleporter) +"wVw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/departments/chemistry/directional/west, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) "wVz" = ( /turf/open/floor/iron/dark, /area/mine/storage) +"wVD" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/commons/dorms) "wVF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/sorting/wrap/flip{ @@ -76646,14 +76732,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"wVJ" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/machinery/computer/operating{ - dir = 4; - name = "Robotics Operating Computer" - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "wVR" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -76662,26 +76740,45 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central) -"wWm" = ( -/obj/item/trash/raisins, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wWa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wWc" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/tank_holder, /turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wWt" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Atmospherics - Central" +/area/station/maintenance/port/fore) +"wWk" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Service - Kitchen" }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Infiltrate" +/obj/effect/turf_decal/siding/white{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/machinery/airalarm/directional/east, +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 6 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "wWL" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/mine/living_quarters) +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "wWM" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 @@ -76694,83 +76791,67 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"wWO" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 +"wWS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/hallway/secondary/entry) "wWU" = ( /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/processing) -"wWW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) "wWY" = ( /obj/effect/turf_decal/bot, /obj/structure/ore_box, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"wXc" = ( -/obj/structure/sign/warning/cold_temp/directional/east, -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +"wXh" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "wXn" = ( /obj/structure/flora/grass/both/style_3, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"wXw" = ( -/turf/open/genturf/blue, -/area/icemoon/surface/outdoors/noruins) -"wXW" = ( -/obj/structure/sign/warning/gas_mask/directional/south, -/obj/effect/spawner/random/trash/grille_or_waste, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"wXX" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen 10"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"wYb" = ( +"wXR" = ( /obj/structure/table, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 +/obj/item/storage/medkit/regular{ + pixel_x = 6; + pixel_y = -5 }, +/obj/item/multitool, +/obj/item/trash/cheesie, /obj/effect/decal/cleanable/dirt, -/obj/item/trash/waffles, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wYf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/area/station/cargo/office) +"wYc" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/left/directional/north{ + icon_state = "right"; + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "wYh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/firealarm/directional/west, @@ -76779,11 +76860,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"wYm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/pink, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "wYp" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall/ice, @@ -76810,47 +76886,35 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/mine/living_quarters) +"wYz" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/stool/directional/south, +/obj/machinery/requests_console/auto_name/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "wYJ" = ( /turf/closed/wall, /area/station/engineering/storage_shared) -"wYK" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "wYP" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 4 }, /turf/open/floor/plating, /area/station/security/courtroom) -"wYQ" = ( -/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, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) -"wZd" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" +"wYW" = ( +/obj/machinery/light/small/directional/east, +/turf/open/openspace, +/area/station/service/hydroponics) +"wYZ" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/commons/lounge) +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "wZj" = ( /turf/open/floor/iron/dark/textured, /area/station/security/warden) @@ -76903,81 +76967,24 @@ /obj/structure/sign/xenobio_guide/directional/north, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"wZC" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"wZE" = ( -/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, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/mine/production) -"wZK" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"wZL" = ( -/obj/effect/spawner/random/engineering/atmospherics_portable, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"wZP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"wZD" = ( +/obj/machinery/computer/records/security{ dir = 1 }, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"wZV" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron/dark, -/area/station/maintenance/disposal) -"wZT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron, -/area/station/security/prison/mess) -"wZZ" = ( -/obj/effect/spawner/random/maintenance/two, -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/science/ordnance) "xad" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle, /obj/structure/cable, /turf/open/floor/plating, /area/station/security/range) -"xag" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light/directional/east, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"xak" = ( -/obj/machinery/door/airlock/external{ - glass = 1; - name = "Chapel External Airlock"; - opacity = 0 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, -/obj/effect/mapping_helpers/airlock/access/any/engineering/external, -/turf/open/floor/plating, -/area/station/service/chapel) "xal" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -77000,6 +77007,34 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) +"xar" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) +"xau" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external/glass, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"xaA" = ( +/obj/structure/closet/secure_closet/hop, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "xaH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -77010,6 +77045,11 @@ "xaI" = ( /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"xaO" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/lesser) "xaV" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 4 @@ -77020,16 +77060,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/mine/living_quarters) -"xbh" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/sign/poster/official/help_others/directional/south, -/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/fitness) "xbn" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /obj/effect/landmark/event_spawn, @@ -77073,17 +77103,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) +"xbN" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "xbV" = ( /obj/structure/ladder, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"xcb" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random/directional/west, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) +"xce" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "xcp" = ( /obj/item/trash/pistachios, /turf/open/floor/plating, @@ -77114,35 +77147,21 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"xcE" = ( -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +"xcR" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"xcW" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"xcF" = ( -/obj/effect/landmark/blobstart, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"xcG" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/obj/structure/cable/multilayer/multiz, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating/snowed/icemoon, +/area/station/maintenance/port/aft) "xcZ" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -77159,37 +77178,26 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/storage) -"xdA" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/stone, -/area/station/service/bar/atrium) -"xdM" = ( -/obj/structure/sign/warning/cold_temp, -/turf/closed/wall, -/area/station/hallway/secondary/exit/departure_lounge) -"xdS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, +"xdH" = ( +/obj/effect/turf_decal/stripes/line, /obj/structure/chair{ dir = 1 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, +/turf/open/floor/iron/white/corner, /area/station/hallway/secondary/entry) +"xdM" = ( +/obj/structure/sign/warning/cold_temp, +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) "xdU" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple/half/contrasted{ +/obj/machinery/atmospherics/components/binary/pump{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/lab) +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "xdW" = ( /obj/machinery/camera/directional/east{ c_tag = "Central Hallway South-East" @@ -77197,24 +77205,42 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/hallway/primary/central) +"xdY" = ( +/obj/structure/sign/warning/directional/west, +/turf/open/genturf/blue, +/area/icemoon/underground/unexplored/rivers/deep/shoreline) "xdZ" = ( /obj/effect/turf_decal/siding/wideplating/dark{ dir = 6 }, /turf/open/floor/iron/dark/textured, /area/station/security/prison/rec) -"xed" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"xec" = ( +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness) +"xeg" = ( +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) +"xem" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 4 +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Quartermaster's Office"; + name = "Quartermaster's Fax Machine" }, -/obj/structure/disposalpipe/junction{ - dir = 1 +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "xex" = ( /obj/machinery/teleport/hub, /turf/open/floor/plating, @@ -77223,6 +77249,23 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/wood, /area/station/service/library) +"xeJ" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Chapel East" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"xeL" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/structure/cable, +/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/lesser) "xeM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{ dir = 8 @@ -77256,16 +77299,20 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron/white, /area/station/science/research) -"xfl" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/blue{ +"xfg" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms/laundry) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "xfn" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -77273,42 +77320,21 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xfq" = ( -/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, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "xft" = ( /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, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"xfv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/random/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, +/turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) "xfB" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"xfH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/binary/valve/digital/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore) "xfK" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -77331,14 +77357,14 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) -"xfQ" = ( -/obj/structure/fence/cut/medium, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard) "xfZ" = ( /obj/structure/flora/bush/snow/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"xgc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/security/armory/upper) "xge" = ( /obj/machinery/button/door/directional/north{ id = "permainner"; @@ -77356,10 +77382,7 @@ req_access = list("brig"); specialfunctions = 4 }, -/obj/item/paper/crumpled{ - default_raw_text = "Remember! Corporate spent a lot of money to create this state of the art fashion show. If we EVER even so much as HEAR a rumor that a news crew or corporate rep is coming by, this place needs to be in TIP TOP condition. It's all of our asses (and our pensions) if it's not."; - name = "Crumpled Memo" - }, +/obj/machinery/photobooth/security, /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) "xgg" = ( @@ -77419,18 +77442,6 @@ "xgy" = ( /turf/open/openspace, /area/station/service/hydroponics) -"xgB" = ( -/obj/structure/flora/rock/style_random, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/station/maintenance/port/aft) -"xgH" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random/directional/north, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/department/chapel) "xgI" = ( /obj/structure/sign/warning/secure_area{ desc = "A warning sign which reads 'BOMB RANGE"; @@ -77479,47 +77490,32 @@ /turf/open/floor/iron/smooth_large, /area/station/cargo/drone_bay) "xgX" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/deck{ + pixel_x = -2; + pixel_y = 15 + }, +/obj/effect/spawner/random/food_or_drink/snack{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/hallway/secondary/entry) +"xhg" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/machinery/camera/directional/east{ + c_tag = "Garden" + }, +/obj/item/kirbyplants/random, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) "xhk" = ( /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"xhl" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 4 - }, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/port/lesser) -"xht" = ( -/obj/machinery/door/window/right/directional/north{ - dir = 8; - name = "Shop Counter" - }, -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) -"xhv" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 2"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/xenobiology) "xhw" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -77531,6 +77527,10 @@ dir = 1 }, /area/station/hallway/primary/central) +"xhx" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "xhD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77543,11 +77543,6 @@ "xhK" = ( /turf/closed/wall/r_wall, /area/station/security/prison/safe) -"xic" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/mechbay) "xie" = ( /obj/machinery/camera/directional/west{ c_tag = "Engineering MiniSat Access" @@ -77557,33 +77552,17 @@ /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/transit_tube) -"xig" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/green/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"xio" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/spawner/random/structure/barricade, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron/dark, +/area/station/engineering/transit_tube) "xit" = ( /obj/item/book/manual/wiki/security_space_law, /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/command/meeting_room) +"xiu" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/underground/explored) "xiC" = ( /obj/structure/table/wood, /obj/effect/spawner/random/food_or_drink/snack, @@ -77603,53 +77582,28 @@ /obj/structure/marker_beacon/burgundy, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"xiS" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/structure/statue/snow/snowman{ - name = "Cecil"; - pixel_x = -2; - pixel_y = -3 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/mine/mechbay) +"xiU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/atmos) "xiW" = ( /turf/open/floor/iron, /area/station/maintenance/port/fore) -"xiX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Quartermaster's Office"; - name = "Quartermaster's Fax Machine" - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "xja" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) +/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/turf_decal/tile/blue/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/large, +/area/station/medical/medbay/lobby) "xjg" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, /area/station/medical/medbay/lobby) -"xjl" = ( -/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/corner{ - dir = 1 - }, -/area/station/hallway/secondary/entry) "xjm" = ( /obj/machinery/light_switch/directional/north, /obj/machinery/camera/directional/north{ @@ -77666,29 +77620,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) -"xjy" = ( -/obj/structure/closet/wardrobe/grey, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/calendar/directional/west, -/turf/open/floor/iron, -/area/station/commons/locker) "xjC" = ( /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"xjD" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/chair/sofa/left/brown{ - dir = 1 +"xjF" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/break_room) -"xjL" = ( -/obj/machinery/computer/shuttle/labor{ +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 8 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/processing) +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "xjO" = ( /obj/machinery/power/port_gen/pacman{ anchored = 1 @@ -77704,11 +77649,6 @@ }, /turf/open/floor/plating, /area/station/cargo/sorting) -"xjQ" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "xjZ" = ( /obj/structure/tank_dispenser/oxygen, /turf/open/floor/iron/dark, @@ -77719,22 +77659,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"xkg" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/machinery/requests_console/directional/south{ - department = "Chemistry"; - name = "Chemistry Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "xkp" = ( /obj/machinery/door/airlock{ id_tag = "Dorm4"; @@ -77744,35 +77668,41 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/commons/dorms) -"xkv" = ( -/obj/effect/spawner/random/structure/steam_vent, +"xkH" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"xkT" = ( -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) "xkZ" = ( /obj/machinery/teleport/station, /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"xlb" = ( +/obj/machinery/door/morgue{ + req_access = list("bar"); + dir = 8; + name = "Shotgun Rack" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) "xlq" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"xlv" = ( -/obj/machinery/duct, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/service/kitchen/coldroom) "xlx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77782,6 +77712,33 @@ }, /turf/open/floor/iron/dark/smooth_half, /area/station/security/office) +"xlz" = ( +/obj/effect/spawner/random/maintenance/two, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xlA" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) +"xlC" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/security/lockers) "xlH" = ( /obj/effect/mapping_helpers/broken_floor, /mob/living/basic/mouse/white{ @@ -77790,11 +77747,6 @@ }, /turf/open/floor/wood, /area/station/maintenance/fore) -"xlL" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/duct, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "xlN" = ( /obj/machinery/door/poddoor/preopen{ id = "maint2" @@ -77805,6 +77757,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"xlQ" = ( +/obj/machinery/computer/order_console/mining, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Mining Bunks"; + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/mine/production) "xmf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77816,31 +77779,23 @@ dir = 9 }, /area/station/science/research) +"xmo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "xmx" = ( /obj/structure/sink/kitchen/directional/south, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) -"xmB" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -5 - }, -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"xmD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ +"xmG" = ( +/obj/structure/fence{ dir = 4 }, -/area/mine/eva) +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/underground/explored/graveyard/chapel) "xmK" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -77895,35 +77850,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"xnk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/green/half/contrasted{ +"xni" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"xnr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/obj/structure/sign/poster/official/here_for_your_safety/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/visit) -"xns" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/camera/directional/south{ - c_tag = "Xenobiology Pens Hall - Aft"; - network = list("ss13","rd","xeno_pens") - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "xnt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -77948,6 +77880,20 @@ dir = 9 }, /area/station/science/research) +"xnS" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/stone, +/area/mine/eva/lower) +"xnV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/customs/auxiliary) "xnX" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -77955,101 +77901,39 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"xog" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/mechbay) "xow" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/machinery/firealarm/directional/west, /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) -"xoy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/landmark/start/paramedic, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xoR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) -"xoS" = ( -/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{ - dir = 1 - }, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/mess) -"xoY" = ( -/obj/structure/table, -/obj/item/clothing/mask/gas, -/obj/machinery/status_display/evac/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) -"xoZ" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 5 - }, +"xpa" = ( +/obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/north{ - id = "botany_apiary"; - name = "Bee Protection Shutters" - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"xpf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) -"xps" = ( -/obj/item/clothing/glasses/sunglasses, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c10, -/obj/item/grenade/smokebomb, -/obj/item/poster/random_contraband{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/head/soft/yellow, -/obj/effect/spawner/random/maintenance/four, -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/cardboard, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/wrapping, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/turf/open/floor/stone, +/area/station/commons/lounge) "xpw" = ( -/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/structure/cable, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"xpA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/area/mine/eva) +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Research Director Observation"; + req_access = list("rd") + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "xpE" = ( /obj/structure/table, /obj/item/knife/kitchen, @@ -78057,62 +77941,59 @@ /obj/item/stack/sheet/leather, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"xpG" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/bar/atrium) +"xpJ" = ( +/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, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "xpP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) -"xpQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/mine/production) "xpT" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"xqu" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Containment Pen 10"; - req_access = list("xenobiology") +"xqd" = ( +/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ + id = "cantena_curtains" }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio10"; - name = "Xenobio Pen 10 Blast Door" +/obj/structure/railing{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"xqv" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/chair/sofa/left/brown{ - dir = 8 +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/turf/open/floor/wood/large, +/turf/open/floor/wood, /area/station/commons/lounge) +"xqh" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xqj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/greater) "xqy" = ( /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/iron, /area/station/cargo/office) -"xqA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +"xqX" = ( +/obj/structure/sign/poster/contraband/random/directional/north, /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/structure/closet/firecloset, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/greater) "xqY" = ( /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, @@ -78129,26 +78010,33 @@ /obj/machinery/door/window/right/directional/south, /turf/open/floor/plating/icemoon, /area/station/security/execution/education) +"xrg" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/engineering/main) "xri" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/commons/dorms) -"xrm" = ( -/obj/structure/cable, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) -"xru" = ( -/obj/structure/sign/poster/official/soft_cap_pop_art/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/blue{ - dir = 4 +"xrs" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/light/built/directional/east, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon/keep_below, +/area/station/maintenance/port/lesser) +"xrv" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "xry" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/wood, @@ -78165,26 +78053,46 @@ }, /turf/open/floor/iron/dark, /area/mine/storage) +"xrL" = ( +/obj/machinery/washing_machine, +/obj/structure/sign/poster/official/no_erp/directional/west, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "xrS" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"xsq" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 +"xrZ" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen 10"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/maintenance/port/fore) +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"xse" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/blacklight/directional/east, +/turf/open/floor/wood, +/area/station/service/library) +"xss" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "xsv" = ( /obj/machinery/door/airlock/engineering{ name = "Tech Storage" @@ -78196,16 +78104,28 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"xsz" = ( +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/stone, +/area/station/commons/lounge) +"xsA" = ( +/obj/structure/rack, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"xsB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "xsD" = ( /obj/item/food/grown/carrot, /turf/open/misc/asteroid/snow/standard_air, /area/station/science/research) -"xsQ" = ( -/obj/vehicle/ridden/secway, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) "xtc" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 1 @@ -78213,10 +78133,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"xtg" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "xtn" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -78236,24 +78152,34 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/cargo/miningdock) -"xtC" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/neutral/end{ +"xtv" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) -"xtE" = ( -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xtD" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) +"xtG" = ( +/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/security/prison/workout) +"xtQ" = ( /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/starboard/fore) +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) "xtR" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -78266,13 +78192,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/station/medical/virology) -"xtS" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "xtX" = ( /obj/structure/sign/warning/secure_area/directional/east, /obj/structure/cable, @@ -78283,22 +78202,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"xtY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"xuj" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "xun" = ( /obj/machinery/door/poddoor/massdriver_chapel, /obj/structure/fans/tiny, @@ -78316,17 +78219,17 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) -"xux" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "xuA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/security/armory) +"xuB" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/mine/living_quarters) "xuJ" = ( /obj/effect/turf_decal/box/corners{ dir = 4 @@ -78361,12 +78264,18 @@ /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) "xuV" = ( -/obj/structure/window/spawner/directional/south, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/structure/railing/corner, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/kitchen) +"xuW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/hallway/secondary/entry) "xvj" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 5 @@ -78380,6 +78289,21 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"xvk" = ( +/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, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/greater) +"xvl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) "xvn" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -78418,6 +78342,13 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"xwh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "xwm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/green{ @@ -78431,6 +78362,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/storage) +"xwr" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/eva{ + pixel_y = 9 + }, +/obj/item/clothing/shoes/winterboots/ice_boots/eva{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/gloves/color/grey/protects_cold, +/obj/item/clothing/mask/gas, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/textured, +/area/station/ai_monitored/command/storage/eva) "xws" = ( /obj/structure/table, /obj/machinery/light/small/directional/north, @@ -78445,11 +78391,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"xwt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/construction) "xwu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -78492,16 +78433,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/maintenance/aft/greater) -"xxc" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/closet/crate/preopen, -/obj/item/stack/sheet/mineral/plasma/thirty, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/mine/laborcamp/security) "xxg" = ( /obj/structure/cable, /turf/open/floor/iron/white, @@ -78534,6 +78465,31 @@ /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"xxC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw, +/obj/machinery/camera/directional/south{ + c_tag = "Atmospherics - HFR South" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) +"xxI" = ( +/obj/machinery/airalarm/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"xxQ" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"xxV" = ( +/obj/structure/flora/grass/brown/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "xyc" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -78555,12 +78511,11 @@ /turf/open/floor/plating, /area/station/security/detectives_office) "xyl" = ( -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron/textured, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron, +/area/station/hallway/primary/central) "xyn" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -78575,9 +78530,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/science/xenobiology) -"xyq" = ( -/turf/open/floor/glass, -/area/station/commons/locker) "xyx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -78587,17 +78539,45 @@ }, /turf/open/floor/iron/smooth_large, /area/station/command/heads_quarters/hos) -"xyG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/end{ +"xyy" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/treatment_center) +"xyz" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ +/obj/effect/landmark/start/depsec/science, +/obj/machinery/button/door/directional/north{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -6; + req_access = list("research") + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 }, -/turf/open/floor/iron/dark/smooth_half, -/area/station/medical/morgue) +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"xyE" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/engine, +/area/station/science/genetics) +"xyN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/commons/storage/mining) "xyO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -78624,17 +78604,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) -"xyY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs/auxiliary) -"xza" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/construction) "xzd" = ( /obj/machinery/camera/directional/east{ c_tag = "Library South" @@ -78643,38 +78612,47 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/wood/parquet, /area/station/service/library) +"xzg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) "xzh" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"xzo" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "xzp" = ( /obj/item/kirbyplants/random, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/mine/laborcamp/security) -"xzH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/bitrunner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"xzE" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/structure/rack, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/trimline/brown/line{ - dir = 1 +/obj/effect/turf_decal/box/red, +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"xzI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/north, -/obj/machinery/vending/coffee, -/turf/open/floor/iron, -/area/station/commons/locker) +/turf/open/floor/iron/grimy, +/area/station/service/bar/backroom) +"xzH" = ( +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "xzO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/maintenance/three, @@ -78691,27 +78669,37 @@ /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) "xAf" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/storage) +/obj/structure/disposalpipe/segment, +/turf/open/floor/stone, +/area/station/service/bar/atrium) +"xAk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/large, +/area/station/hallway/secondary/entry) +"xAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) "xAs" = ( /turf/closed/wall/r_wall, /area/icemoon/surface/outdoors/nospawn) -"xAt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "botany_chasm_and_wolf_shutters" +"xAy" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "xAQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -78741,6 +78729,20 @@ dir = 1 }, /area/station/science/explab) +"xBc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "xBh" = ( /obj/machinery/light/directional/north, /obj/machinery/button/door/directional/north{ @@ -78757,11 +78759,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) +"xBo" = ( +/obj/effect/spawner/random/structure/musician/piano/random_piano, +/obj/machinery/button/curtain{ + id = "cantena_curtains"; + pixel_x = -30 + }, +/turf/open/floor/wood, +/area/station/commons/lounge) "xBp" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) +"xBt" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "xBv" = ( /obj/machinery/light/directional/north, /obj/effect/decal/cleanable/dirt, @@ -78771,26 +78787,28 @@ /obj/effect/turf_decal/trimline/red/line, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"xBA" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"xBF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/structure/steam_vent, +"xBI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/turf/open/floor/iron/checker, +/area/station/hallway/secondary/service) +"xBL" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Solar Maintenance - North East Access" + }, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/plating, -/area/mine/eva/lower) +/area/station/maintenance/starboard/fore) "xBN" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos/storage/gas) -"xBO" = ( -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "xBU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -78829,6 +78847,20 @@ "xCl" = ( /turf/open/floor/iron, /area/station/science/robotics/lab) +"xCo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xCr" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms/laundry) "xCv" = ( /obj/machinery/computer/security, /obj/effect/turf_decal/tile/red/half/contrasted, @@ -78839,13 +78871,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"xCC" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) "xCD" = ( /turf/open/floor/iron/smooth, /area/mine/living_quarters) @@ -78853,12 +78878,6 @@ /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"xCP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/directional/south, -/obj/structure/mirror/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "xCQ" = ( /obj/structure/table/glass, /obj/item/reagent_containers/cup/beaker/cryoxadone{ @@ -78880,31 +78899,38 @@ /obj/item/storage/pill_bottle/mannitol, /turf/open/floor/iron/white, /area/station/medical/cryo) -"xCV" = ( -/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, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/aft) "xDb" = ( /turf/closed/wall/r_wall, /area/station/medical/virology) -"xDg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"xDe" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/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, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xDh" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Locker Room West" }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) +"xDw" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) +/area/station/maintenance/port/greater) +"xDy" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/sink/kitchen/directional/west, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "xDG" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -78918,13 +78944,13 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison/workout) -"xDN" = ( -/obj/item/toy/snowball{ - pixel_x = -6; - pixel_y = -4 +"xDQ" = ( +/obj/structure/railing{ + dir = 8 }, +/obj/structure/fake_stairs/wood/directional/north, /turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/icemoon/surface/outdoors/nospawn) "xDU" = ( /obj/structure/table, /obj/effect/spawner/random/entertainment/drugs, @@ -78932,6 +78958,30 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/department/medical/morgue) +"xDX" = ( +/obj/structure/cable, +/obj/machinery/light/dim/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Medbay"; + name = "Medbay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/white, +/area/station/medical/cryo) +"xDY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/fore) "xEb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/green/filled/warning{ @@ -78941,10 +78991,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"xEc" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "xEd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -78953,6 +78999,18 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/dark/textured_large, /area/station/security/evidence) +"xEg" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/requests_console/auto_name/directional/east, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) "xEh" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A" @@ -78965,32 +79023,32 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) -"xEp" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors/nospawn) -"xEs" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Chief Medical Officer's Office"; - name = "Chief Medical Officer's Fax Machine" - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "xEt" = ( /obj/structure/closet/bombcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"xEw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/obj/structure/displaycase/forsale/kitchen, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen) +"xEE" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"xEF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "xEI" = ( /obj/machinery/door/airlock/security{ name = "Private Cell" @@ -79001,18 +79059,48 @@ /obj/machinery/door/firedoor, /turf/open/floor/carpet/black, /area/station/security/prison/safe) +"xEJ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Dormitory North" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/bluespace_vendor/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xEL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) "xEQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /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) -"xFd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/large, -/area/station/hallway/primary/port) +"xEW" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/mine/living_quarters) +"xEY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/decal/cleanable/ash, +/obj/item/rack_parts, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "xFm" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -79020,6 +79108,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/security/brig/upper) +"xFs" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "xFB" = ( /obj/structure/table, /obj/item/tank/internals/emergency_oxygen/engi, @@ -79036,50 +79130,43 @@ /turf/open/floor/iron/dark, /area/station/engineering/storage) "xFI" = ( -/obj/machinery/power/terminal{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/structure/sign/poster/contraband/missing_gloves/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) -"xFO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 }, -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/plating, -/area/station/maintenance/port/lesser) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics) +"xFM" = ( +/obj/machinery/incident_display/delam, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) "xFU" = ( /obj/structure/barricade/wooden, /obj/structure/sign/warning/gas_mask/directional/south{ desc = "A sign that warns of dangerous gasses in the air, instructing you to wear internals." }, -/obj/structure/sign/warning/cold_temp/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) -"xGp" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - dir = 4; - name = "Atmospherics Desk"; - req_access = list("atmospherics") +/obj/structure/sign/warning/cold_temp/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"xGh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south{ + pixel_x = -28 }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 }, -/obj/effect/turf_decal/delivery, -/obj/item/wrench, -/obj/item/crowbar, -/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/engineering/atmos/storage/gas) +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "xGt" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -79095,29 +79182,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining_station, /turf/open/floor/iron/smooth, /area/mine/eva) -"xGF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/construction) -"xGH" = ( -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/table/glass, -/obj/item/book/manual/hydroponics_pod_people, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/sign/poster/contraband/kudzu/directional/north, -/obj/machinery/light/small/directional/west, -/obj/item/plant_analyzer, -/obj/item/watertank{ - pixel_y = -3; - pixel_x = -5 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "xGI" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ dir = 4 @@ -79131,10 +79195,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/commons/storage/mining) -"xGN" = ( -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) +"xGM" = ( +/obj/machinery/computer/atmos_control/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xGX" = ( /obj/machinery/door/airlock/public/glass{ name = "Trial Transfer" @@ -79144,25 +79213,6 @@ /obj/structure/cable, /turf/open/floor/iron/textured, /area/station/security/courtroom) -"xGZ" = ( -/obj/machinery/door/window/left/directional/south{ - req_access = list("kitchen"); - name = "The Ice Box" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) -"xHa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "xHe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -79176,12 +79226,6 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xHn" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored/graveyard/chapel) "xHq" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Entrance" @@ -79195,14 +79239,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig/upper) -"xHx" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/vending/modularpc, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "xHE" = ( /obj/structure/stairs/east, /turf/open/floor/plating, @@ -79221,11 +79257,14 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/carpet, /area/station/security/processing) -"xIv" = ( -/obj/effect/spawner/random/structure/steam_vent, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/aft/lesser) +"xIp" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Transport" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/processing) "xIz" = ( /obj/effect/turf_decal/trimline/neutral/mid_joiner{ dir = 4 @@ -79253,18 +79292,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/science/server) -"xII" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"xIR" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/glass/reinforced, -/area/station/security/brig/entrance) "xIS" = ( /obj/item/radio/intercom/directional/east, /obj/effect/turf_decal/tile/blue, @@ -79281,13 +79308,6 @@ "xJj" = ( /turf/open/floor/iron, /area/station/science/xenobiology) -"xJv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "xJw" = ( /obj/machinery/camera/directional/south{ c_tag = "Atmospherics Project Room" @@ -79300,25 +79320,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) -"xJF" = ( -/obj/structure/table/glass, -/obj/machinery/door/window/left/directional/north{ - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/green/opposingcorners{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -5 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "xJG" = ( /obj/machinery/light/directional/east, /turf/open/openspace, @@ -79342,6 +79343,32 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"xJS" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/service/bar) +"xJT" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"xKb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/command/gateway) "xKd" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, @@ -79369,17 +79396,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"xKA" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/cargo/sorting) "xKJ" = ( /turf/closed/wall, /area/station/command/meeting_room) @@ -79401,34 +79417,9 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron/dark/textured_half, /area/station/security/office) -"xLn" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/bar) "xLq" = ( /turf/open/floor/glass/reinforced, /area/station/science/ordnance/office) -"xLy" = ( -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) -"xLF" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access = list("captain") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "xLK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -79463,18 +79454,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) -"xMd" = ( -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"xMe" = ( -/obj/machinery/atmospherics/components/binary/pump/off{ - dir = 1; - name = "O2 To Pure" - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xMh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, @@ -79483,6 +79462,11 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) +"xMn" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/holopad, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "xMq" = ( /turf/closed/mineral/random/snow, /area/icemoon/underground/explored) @@ -79493,22 +79477,32 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"xMI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/transport/linear{ - radial_travel = 0 +"xMM" = ( +/obj/machinery/computer/operating{ + dir = 8 }, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "publicElevator" +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 }, -/obj/machinery/light/floor, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "publicElevator" +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"xMP" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access = list("captain") }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"xMQ" = ( +/obj/effect/mapping_helpers/ianbirthday, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "xMT" = ( /turf/closed/wall, /area/station/science/research) @@ -79531,54 +79525,34 @@ /obj/effect/landmark/blobstart, /turf/open/floor/engine, /area/station/science/xenobiology) -"xNg" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_y = 3 +"xNh" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/structure/chair/sofa/right/brown{ + dir = 4 }, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/radio/intercom/directional/west, -/obj/structure/cable, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/secondary/entry) -"xNk" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/turf/open/floor/wood/large, +/area/station/commons/lounge) "xNn" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xNs" = ( -/obj/machinery/washing_machine, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/mine/laborcamp) -"xNu" = ( -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" +"xNq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo Bay Office" +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/wood, +/area/station/commons/lounge) +"xNC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/rnd/production/techfab/department/cargo, -/turf/open/floor/iron, -/area/station/cargo/office) +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "xNE" = ( /obj/structure/stairs/west, /obj/structure/railing, @@ -79594,44 +79568,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) -"xOb" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/door/window/right/directional/west{ - dir = 4; - name = "Airlock" - }, -/turf/open/floor/iron/dark, -/area/mine/mechbay) +"xNS" = ( +/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, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/stone, +/area/station/commons/lounge) "xOl" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"xOs" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Starboard Primary Hallway West" - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) -"xOM" = ( -/obj/structure/table, -/obj/machinery/mineral/processing_unit_console, -/turf/open/floor/iron, -/area/mine/production) -"xPk" = ( -/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, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "xPu" = ( /obj/machinery/light/directional/east, /turf/open/misc/asteroid/snow/icemoon, @@ -79646,6 +79597,18 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"xPA" = ( +/obj/structure/table/wood, +/obj/item/soap/nanotrasen, +/obj/item/clothing/head/costume/sombrero/green, +/obj/machinery/camera{ + c_tag = "Service - Theater"; + dir = 9 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/commons/lounge) "xPF" = ( /obj/structure/fence{ dir = 4 @@ -79654,12 +79617,15 @@ /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) "xPG" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/modular_computer/preset/cargochat/security{ + dir = 4 }, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon/keep_below, -/area/station/maintenance/port/lesser) +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "xPI" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -79674,10 +79640,6 @@ }, /turf/open/floor/iron, /area/station/service/janitor) -"xPS" = ( -/obj/machinery/gibber, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "xPT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, @@ -79703,6 +79665,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) +"xQg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "xQh" = ( /obj/machinery/power/terminal{ dir = 1 @@ -79716,10 +79685,30 @@ /obj/structure/closet/secure_closet/freezer/fridge/all_access, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) +"xQs" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/auxiliary) "xQu" = ( /obj/machinery/light/directional/north, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"xQx" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination/bar, +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Atrium" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/bar/atrium) "xQB" = ( /obj/effect/spawner/random/clothing/costume, /obj/structure/rack, @@ -79739,34 +79728,36 @@ dir = 1 }, /area/station/security/processing) -"xQO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"xQR" = ( +/obj/structure/railing/corner/end{ + dir = 4 }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "xQT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/plating, /area/station/medical/virology) -"xRb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"xQU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"xRt" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/structure/cable, /obj/machinery/duct, -/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/lesser) -"xRg" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, -/area/station/hallway/primary/central) +/area/station/service/bar) "xRw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -79775,20 +79766,33 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"xRx" = ( -/obj/structure/chair, -/turf/open/floor/iron, -/area/station/cargo/storage) +"xRI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) "xRP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/eighties/red, /area/station/security/prison/safe) +"xRZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) "xSl" = ( -/obj/machinery/digital_clock/directional/east, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "xSn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -79796,24 +79800,13 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/security/brig) -"xSp" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/tcomms, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"xSs" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, +"xSu" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron/white, -/area/mine/laborcamp) +/area/station/medical/pharmacy) "xSv" = ( /obj/structure/closet/firecloset, /obj/effect/landmark/start/hangover/closet, @@ -79830,27 +79823,12 @@ "xSA" = ( /turf/open/floor/wood, /area/station/service/lawoffice) -"xSM" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/wirecutters, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/dark, -/area/station/commons/storage/primary) -"xSP" = ( -/obj/machinery/vending/security{ - onstation_override = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +"xSL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +/turf/open/floor/iron/large, +/area/station/hallway/primary/port) "xTp" = ( /obj/machinery/camera/directional/south{ c_tag = "Solar Maintenance - North East" @@ -79859,15 +79837,27 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) -"xTu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/west{ - c_tag = "Atmospherics Incinerator" +"xTt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" }, -/obj/machinery/atmospherics/components/tank/plasma, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/central) +"xTw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/smooth_large, +/area/station/science/lab) "xTy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/effect/decal/cleanable/dirt, @@ -79882,14 +79872,23 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"xTX" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 4 +"xTU" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xTV" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/east, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser{ + pixel_x = 3; + pixel_y = 7 }, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) +/turf/open/floor/iron/dark, +/area/station/science/ordnance/office) "xUb" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -79897,6 +79896,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"xUd" = ( +/obj/structure/fence/corner, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "xUe" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, @@ -79918,6 +79921,15 @@ /obj/structure/sign/departments/maint/directional/west, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"xUF" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "xUG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -79933,6 +79945,12 @@ }, /turf/open/floor/engine/cult, /area/station/service/library) +"xUM" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance/two, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/fore) "xUP" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -79944,14 +79962,15 @@ /turf/open/floor/wood, /area/station/security/courtroom) "xUS" = ( -/obj/machinery/computer/message_monitor{ - dir = 4 +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = 5 }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 +/obj/item/shovel{ + pixel_x = -5 }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) +/turf/open/floor/iron, +/area/station/cargo/miningdock) "xUT" = ( /obj/structure/chair/stool/directional/east, /turf/open/floor/plating, @@ -79961,72 +79980,45 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"xUW" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"xUX" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/components/binary/pump/off/supply/visible/layer4{ - dir = 1; - name = "Air In" +"xUV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 }, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/station/maintenance/fore) +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xVf" = ( /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"xVn" = ( -/obj/structure/disposalpipe/segment{ +"xVq" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xVs" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) -"xVx" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark/textured, -/area/station/security/warden) -"xVB" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, /turf/open/floor/iron, -/area/mine/laborcamp/security) -"xVD" = ( -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Garden" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/iron/textured, -/area/station/service/hydroponics) +/area/station/hallway/primary/central) +"xVv" = ( +/turf/open/floor/wood, +/area/station/commons/lounge) "xVG" = ( /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) "xVK" = ( /turf/closed/wall, /area/station/service/janitor) -"xVL" = ( -/obj/structure/closet/secure_closet/personal{ - anchored = 1 +"xVN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/south, -/obj/structure/sign/clock/directional/south, -/turf/open/floor/iron, -/area/station/commons/locker) +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "xVO" = ( /obj/structure/table/wood, /obj/item/reagent_containers/cup/glass/mug/coco{ @@ -80036,25 +80028,12 @@ }, /turf/open/floor/wood, /area/station/maintenance/space_hut/cabin) -"xVS" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/stone, -/area/mine/eva/lower) "xVT" = ( /obj/structure/railing{ dir = 9 }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"xVU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/bookcase/random, -/turf/open/floor/plating, -/area/station/maintenance/aft/greater) "xVX" = ( /obj/structure/closet/crate, /obj/machinery/light/small/directional/south, @@ -80070,27 +80049,36 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"xWb" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) "xWo" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"xWu" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = -2 +"xWs" = ( +/obj/machinery/door/airlock/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 = 4 }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_y = 3 +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xWx" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/sign/warning/cold_temp/directional/west, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/structure/sink/kitchen/directional/west, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/service/bar) "xWA" = ( /obj/structure/table, /obj/item/plate, @@ -80125,6 +80113,16 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"xXd" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Laundry Room" + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "xXf" = ( /obj/machinery/portable_atmospherics/pump, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -80137,19 +80135,11 @@ dir = 1 }, /area/station/engineering/atmos/storage/gas) -"xXm" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"xXq" = ( +"xXk" = ( /obj/structure/railing, -/obj/effect/turf_decal/siding/white, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/curtain/cloth/fancy/mechanical/start_closed{ - id = "cantena_curtains" - }, -/turf/open/floor/wood, -/area/station/commons/lounge) +/obj/structure/flora/grass/green/style_random, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/surface/outdoors/nospawn) "xXt" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/delivery, @@ -80178,6 +80168,13 @@ /obj/structure/cable, /turf/open/floor/iron/chapel, /area/station/service/chapel) +"xXK" = ( +/obj/structure/closet/emcloset, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "xXQ" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -80187,6 +80184,18 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) +"xXU" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Library Art Gallery" + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/spawner/random/structure/table_fancy, +/obj/machinery/light/blacklight/directional/north, +/obj/structure/sign/painting/large/library{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/library) "xXV" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -80207,6 +80216,19 @@ dir = 10 }, /area/station/science/research) +"xYr" = ( +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Disposals" + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal) "xYw" = ( /obj/structure/flora/bush/leavy/style_random, /turf/open/floor/grass, @@ -80216,14 +80238,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/electrical) -"xYF" = ( -/obj/effect/spawner/random/engineering/canister, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +"xYC" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "xYI" = ( /obj/machinery/telecomms/server/presets/science, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"xYO" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "xYT" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -80246,26 +80278,27 @@ "xZA" = ( /turf/open/floor/iron/checker, /area/station/science/lab) -"xZG" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Locker Room Toilets" - }, +"xZW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet/locker) -"xZL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock) -"xZQ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/vending/autodrobe/all_access, +/turf/open/floor/iron/white, +/area/station/medical/psychology) +"xZX" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/folder/yellow, +/obj/item/pen, /turf/open/floor/iron, -/area/station/commons/locker) +/area/station/cargo/miningdock) "yab" = ( /obj/machinery/door/airlock/maintenance{ name = "Dormitories Maintenance" @@ -80276,6 +80309,22 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) +"yah" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/transport/linear{ + radial_travel = 0 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "publicElevator"; + preset_destination_names = list("3"="Icemoon Level","4"="Station Level") + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) "yap" = ( /obj/structure/stairs/north, /turf/open/floor/plating, @@ -80289,14 +80338,27 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/robotics/lab) -"yav" = ( -/obj/effect/turf_decal/weather/snow/corner{ +"yas" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/misc/dirt{ - initial_gas_mix = "ICEMOON_ATMOS" +/obj/machinery/camera/directional/south{ + c_tag = "Central Hallway South" }, -/area/icemoon/underground/explored/graveyard/chapel) +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"yaD" = ( +/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/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva) "yaE" = ( /obj/structure/cable, /turf/open/floor/iron/dark/smooth_large, @@ -80307,15 +80369,6 @@ dir = 1 }, /area/station/hallway/primary/starboard) -"yaI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/aft) "yaJ" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 4 @@ -80328,47 +80381,26 @@ "yaL" = ( /turf/closed/wall/r_wall, /area/station/engineering/engine_smes) -"yaR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage, -/obj/effect/spawner/random/trash/caution_sign, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) "yaT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ dir = 1 }, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"yaV" = ( -/obj/item/book/manual/wiki/barman_recipes{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/rag, -/obj/structure/table/wood, -/obj/item/holosign_creator/robot_seat/bar{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/box/white/corners{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) "yaZ" = ( /obj/machinery/light/small/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/mess) -"yba" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +"ybd" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "ybf" = ( /obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron/dark, @@ -80407,15 +80439,30 @@ /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"ybD" = ( -/obj/machinery/suit_storage_unit/security, -/turf/open/floor/iron/smooth, -/area/station/security/brig/upper) +"ybE" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "ybF" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) +"ybI" = ( +/obj/structure/bed/dogbed/ian, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/mob/living/basic/pet/dog/corgi/ian{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "ybN" = ( /obj/machinery/door/airlock/public/glass{ name = "Courtroom" @@ -80427,6 +80474,13 @@ /obj/effect/mapping_helpers/airlock/access/all/security/court, /turf/open/floor/iron, /area/station/security/courtroom) +"ybO" = ( +/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/north, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) "ybQ" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/command/nuke_storage) @@ -80441,25 +80495,11 @@ dir = 1 }, /area/station/maintenance/department/cargo) -"ycc" = ( -/obj/structure/plasticflaps, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/fore) "ych" = ( /obj/item/chair/wood/wings, /obj/effect/turf_decal/bot_red, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"ycj" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/station/security/prison/rec) "yco" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -80468,27 +80508,32 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"ycw" = ( -/obj/machinery/door/firedoor, -/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 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/stripes/white/line{ +"ycA" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured, -/area/station/hallway/primary/central) +/turf/open/floor/iron/white/corner, +/area/station/hallway/secondary/entry) "ycB" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/engineering/storage) +"ycE" = ( +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/red/anticorner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/office) "ycQ" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/maintenance, @@ -80521,116 +80566,113 @@ /obj/structure/tank_holder/oxygen/yellow, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"ydf" = ( +/turf/open/floor/iron/half, +/area/station/service/hydroponics) "ydg" = ( /obj/structure/disposalpipe/segment{ dir = 6 }, /turf/open/floor/iron, /area/station/engineering/lobby) -"ydi" = ( -/obj/structure/table, +"ydh" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/red{ - dir = 8 - }, +/obj/structure/table_frame, +/obj/item/melee/baton/security/cattleprod, /obj/effect/spawner/random/maintenance, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "ydt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/mess) -"ydD" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Chapel Electrical Maintenace Upper" +"ydu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/fore) -"ydF" = ( -/obj/structure/fence/post{ +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) +"ydA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/crayon{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/chapel) +"ydB" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/structure/sign/nanotrasen, -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors/nospawn) +/turf/open/floor/iron, +/area/station/service/bar) +"ydC" = ( +/obj/structure/sign/plaques/kiddie/badger{ + pixel_y = 32 + }, +/turf/open/misc/dirt{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/icemoon/underground/explored/graveyard/chapel) +"ydH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/glass, +/obj/structure/sign/warning/no_smoking/circle/directional/west, +/turf/open/floor/plating/icemoon, +/area/station/maintenance/port/lesser) "ydI" = ( /turf/closed/wall/r_wall, /area/station/hallway/secondary/entry) -"ydP" = ( -/obj/item/clothing/head/beanie/orange{ - pixel_y = 8 - }, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/wheelys/skishoes{ - pixel_y = -8 - }, -/obj/effect/decal/remains/human, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"ydQ" = ( -/obj/structure/table/wood, -/obj/item/circuitboard/machine/fax, -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/five, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"ydT" = ( -/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/airlock/access/all/service/kitchen, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance" - }, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) -"ydU" = ( -/obj/effect/turf_decal/tile/green{ +"ydN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 8 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ydT" = ( +/obj/machinery/bluespace_vendor/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "yef" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/suit_storage_unit/industrial/loader, /turf/open/floor/iron/smooth_large, /area/station/cargo/warehouse) -"yej" = ( +"yeh" = ( +/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 +/obj/machinery/door/airlock/mining{ + name = "Mining Dock" }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"yel" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/starboard/fore) +/area/station/maintenance/port/greater) "yep" = ( /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/mine/production) -"yey" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"yeA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/requests_console/directional/south{ - department = "Bridge"; - name = "Bridge Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood, -/area/station/command/meeting_room) +"yev" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/mining) "yeB" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -80655,33 +80697,12 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/wood, /area/station/service/library) -"yeI" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) -"yfk" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +"yfz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/locker) -"yfs" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/security/armory/upper) +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) "yfF" = ( /obj/structure/flora/grass/green/style_random, /obj/structure/flora/bush/sparsegrass/style_random, @@ -80696,15 +80717,11 @@ /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"yfW" = ( -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) +"yfY" = ( +/obj/machinery/skill_station, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/service/library) "ygd" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -80718,23 +80735,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"ygp" = ( +"ygn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/book/bible, -/obj/structure/altar_of_gods, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"ygs" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/structure/sign/warning/electric_shock/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/area/station/service/hydroponics) "ygv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -80742,34 +80751,9 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/command/gateway) -"ygw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/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/hydroponics) "ygB" = ( /turf/closed/wall, /area/station/commons/dorms) -"ygD" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) -"ygE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/science/xenobiology) "ygF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -80778,10 +80762,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ygI" = ( -/obj/machinery/light/small/directional/east, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored/graveyard) "ygM" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -80790,10 +80770,21 @@ }, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"yhq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/security/armory/upper) +"yhb" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/remains/human, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"yhe" = ( +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/cargo/sorting) "yhw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -80845,27 +80836,17 @@ "yiL" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/security/armory) -"yjb" = ( -/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/fore) "yjh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/textured, /area/station/security/prison) "yjn" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Solar Maintenance - North West Access" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/light/small/dim/directional/north, -/obj/effect/spawner/random/engineering/tank, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/maintenance/port/greater) "yju" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance/two, @@ -80880,66 +80861,32 @@ }, /turf/open/floor/plating, /area/station/science/xenobiology) -"yjK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/morgue) -"yjU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/machinery/door/firedoor, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 +"yjJ" = ( +/obj/structure/fence/post{ + dir = 8 }, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen) +/obj/structure/sign/nanotrasen, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors/nospawn) "yjV" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"yjX" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 - }, -/turf/open/floor/wood/large, -/area/station/hallway/primary/starboard) -"ykd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ykb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue{ - dir = 8 + dir = 1 }, -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals Dock South" +/turf/open/floor/iron/white/corner{ + dir = 4 }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white/corner, /area/station/hallway/secondary/entry) -"yki" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"ykn" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/decal/cleanable/dirt, -/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/fore/lesser) +"ykr" = ( +/mob/living/basic/goat/pete/icebox, +/turf/open/misc/ice/coldroom, +/area/station/service/kitchen/coldroom) "ykw" = ( /turf/closed/wall/r_wall, /area/station/security/processing) @@ -80948,10 +80895,22 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/fore) +"ykC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/stone, +/area/station/service/bar/atrium) "ykE" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"ykG" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/locker) "ykL" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -80966,39 +80925,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"ykW" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/head/captain, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"ykZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/service/bar/backroom) -"yli" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sink/directional/east, -/turf/open/floor/iron, -/area/station/service/hydroponics) -"ylk" = ( -/obj/structure/flora/rock/pile/icy/style_random, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) +"ylt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible, +/obj/structure/sign/poster/official/safety_internals/directional/east, +/obj/structure/sign/poster/official/safety_internals/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "ylz" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/trimline/neutral/warning, @@ -81009,15 +80941,10 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/station/ai_monitored/command/storage/eva) -"ylD" = ( -/obj/machinery/computer/security/labor, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/mine/laborcamp/security) +"ylA" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) "ylF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -81028,6 +80955,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"ylI" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_x = 32 + }, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/service/bar) "ylM" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ @@ -81042,13 +80980,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"ylQ" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/maintenance/disposal) "ylU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -81058,11 +80989,30 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"ylY" = ( +"ylV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ymb" = ( +/obj/structure/railing/corner{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera{ + c_tag = "Mining B-2 Hallway"; + dir = 9 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/mine/eva/lower) (1,1,1) = {" oSU @@ -93513,10 +93463,10 @@ oSU oSU oSU oSU -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -93769,12 +93719,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -94025,15 +93975,15 @@ oSU oSU oSU oSU -udC -udC -udC +thA +thA +thA jAv iDt -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -94282,15 +94232,15 @@ oSU oSU oSU oSU -udC -udC +thA +thA iDt ghx ghx iDt -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -94538,17 +94488,17 @@ oSU oSU oSU oSU -udC -udC -udC +thA +thA +thA ghx ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -94795,8 +94745,8 @@ oSU oSU oSU oSU -udC -udC +thA +thA iDt ghx ghx @@ -94804,9 +94754,9 @@ ghx ghx ghx iDt -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -94829,16 +94779,16 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -94943,13 +94893,13 @@ oSU oSU "} (55,1,1) = {" -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95052,18 +95002,18 @@ oSU oSU oSU oSU -udC +thA jAv ghx ghx ghx -pVU +wIZ ghx ghx -rSM -udC -udC -udC +xxV +thA +thA +thA oSU oSU oSU @@ -95085,32 +95035,32 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95200,13 +95150,13 @@ oSU oSU "} (56,1,1) = {" -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95308,19 +95258,19 @@ oSU oSU oSU oSU -udC -udC +thA +thA cCb ghx ghx -jkK +euI ijY ghx ghx ghx iDt -udC -udC +thA +thA oSU oSU oSU @@ -95341,34 +95291,34 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95457,13 +95407,13 @@ oSU oSU "} (57,1,1) = {" -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95565,8 +95515,8 @@ oSU oSU oSU oSU -udC -udC +thA +thA iDt ghx ghx @@ -95576,8 +95526,8 @@ ghx ghx ghx iDt -udC -udC +thA +thA oSU oSU oSU @@ -95597,35 +95547,35 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95716,11 +95666,11 @@ oSU (58,1,1) = {" ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -95822,7 +95772,7 @@ oSU oSU oSU oSU -udC +thA iDt ghx ghx @@ -95833,8 +95783,8 @@ ghx ghx iDt iDt -udC -udC +thA +thA oSU oSU oSU @@ -95853,36 +95803,36 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -95973,15 +95923,15 @@ oSU (59,1,1) = {" ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96078,9 +96028,9 @@ oSU oSU oSU oSU -udC -udC -rSM +thA +thA +xxV ghx ghx ghx @@ -96088,10 +96038,10 @@ ghx ghx pfw iDt -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -96109,12 +96059,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -96124,22 +96074,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96231,15 +96181,15 @@ oSU ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96335,8 +96285,8 @@ oSU oSU oSU oSU -udC -udC +thA +thA ghx ghx ghx @@ -96344,10 +96294,10 @@ ghx iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -96365,12 +96315,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -96383,20 +96333,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96488,16 +96438,16 @@ oSU ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96591,19 +96541,19 @@ oSU oSU oSU oSU -udC -udC -udC +thA +thA +thA ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96621,11 +96571,11 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx ghx @@ -96641,19 +96591,19 @@ ghx ghx ghx ghx -udC +thA iDt iDt iDt cCb -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96746,17 +96696,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -96848,17 +96798,17 @@ oSU oSU oSU oSU -udC -udC +thA +thA iDt ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -96876,12 +96826,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -96899,20 +96849,20 @@ ghx ghx ghx ghx -udC +thA iDt scw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97004,16 +96954,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97092,29 +97042,29 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU -udC -udC +thA +thA iDt ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -97132,12 +97082,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -97156,22 +97106,22 @@ xcC ghx ghx ghx -udC +thA iDt iDt iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97256,23 +97206,23 @@ oSU oSU "} (64,1,1) = {" -udC +thA ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97337,39 +97287,39 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -97389,12 +97339,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -97421,17 +97371,17 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97513,26 +97463,26 @@ oSU oSU "} (65,1,1) = {" -udC +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97587,53 +97537,53 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC +thA +thA +thA oSU oSU oSU oSU -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -97644,13 +97594,13 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -97676,19 +97626,19 @@ xuo scw iDt qau -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97770,34 +97720,34 @@ oSU oSU "} (66,1,1) = {" -udC -udC +thA +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -97836,63 +97786,63 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA pfw -udC -udC -udC +thA +thA +thA oSU oSU oSU @@ -97901,12 +97851,12 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -97933,20 +97883,20 @@ xuo xuo xuo nqv -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -98027,129 +97977,129 @@ oSU oSU "} (67,1,1) = {" -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -oSU -oSU -oSU -oSU -oSU -oSU -oSU -oSU -oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +oSU +oSU +oSU +oSU +oSU +oSU +oSU +oSU +oSU +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA jAv iDt iDt -udC +thA iDt -udC +thA oSU oSU oSU @@ -98158,11 +98108,11 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx ghx @@ -98190,21 +98140,21 @@ rQl hUK hUK xMq -udC -udC -udC -udC +thA +thA +thA +thA ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -98284,141 +98234,141 @@ oSU oSU "} (68,1,1) = {" -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -udC -iDt -iDt -udC -udC -ghx -ghx -ghx -ghx -ghx -iDt -udC +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +thA +iDt +iDt +thA +thA +ghx +ghx +ghx +ghx +ghx +iDt +thA oSU oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -98448,21 +98398,21 @@ ghx ghx xMq xMq -udC -udC +thA +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -98541,114 +98491,114 @@ oSU oSU "} (69,1,1) = {" -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -98661,20 +98611,20 @@ ghx ghx ghx ghx -ukG +tLj iDt -udC +thA oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -98713,14 +98663,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -98798,139 +98748,139 @@ oSU oSU "} (70,1,1) = {" -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -iDt -ghx -ghx -ghx -ghx -ghx -udC -udC -rSM -udC -udC -udC -udC -udC -udC -oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +iDt +ghx +ghx +ghx +ghx +ghx +thA +thA +xxV +thA +thA +thA +thA +thA +thA +oSU +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -98949,8 +98899,8 @@ xuo qlU wDU roa -nIN -fob +wRN +qPX wDU xlq ghx @@ -98972,12 +98922,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -99055,103 +99005,103 @@ oSU oSU "} (71,1,1) = {" -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -99160,33 +99110,33 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA iDt ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC +ghx +ghx +ghx +thA +thA +thA +thA +thA oSU oSU oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -99225,16 +99175,16 @@ ghx ghx ghx ghx -udC +thA ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -99313,136 +99263,136 @@ oSU "} (72,1,1) = {" ghx -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA iDt ghx -ghx -iDt -udC -udC -udC -oSU -oSU -oSU -oSU -oSU +ghx +iDt +thA +thA +thA +oSU +oSU +oSU +oSU +oSU oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -99451,9 +99401,9 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA iDt sxe xuo @@ -99462,9 +99412,9 @@ qJT wDU tbX qmt -fiC -vmH -tzv +nAa +qLQ +vBg qmt tbX wDU @@ -99481,17 +99431,17 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -99571,146 +99521,146 @@ oSU (73,1,1) = {" ghx ghx -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -udC -udC -udC -iDt -iDt -ghx -ghx -iDt -udC -udC -udC -oSU -oSU -oSU -oSU -oSU -oSU -oSU -oSU -udC -udC -udC -udC -udC -udC -udC -ghx -ghx -ghx -ghx -ghx +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +thA +thA +thA +iDt +iDt +ghx +ghx +iDt +thA +thA +thA +oSU +oSU +oSU +oSU +oSU +oSU +oSU +oSU +thA +thA +thA +thA +thA +thA +thA +ghx +ghx +ghx +ghx +ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA iDt aUC xuo @@ -99719,9 +99669,9 @@ xuo dBY moc tGi -ueH +kBX fdp -lDc +qiF dBY moc tGi @@ -99736,19 +99686,19 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -99830,102 +99780,102 @@ ghx ghx ghx ghx -udC -udC -udC -ghx -ghx -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +ghx +ghx +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx @@ -99938,24 +99888,24 @@ ghx ghx ghx iDt -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -99964,10 +99914,10 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA iDt sxe xuo @@ -99976,9 +99926,9 @@ wDU qmt qmt qmt -hdY +jpi tYz -qMu +gle qmt qmt qmt @@ -99992,20 +99942,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -100088,101 +100038,101 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx ghx ghx -udC +thA ghx ghx ghx @@ -100195,22 +100145,22 @@ ghx ghx ghx iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100220,11 +100170,11 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt psb rxz @@ -100233,35 +100183,35 @@ wDU aNw qmt dzL -fVA +fHZ tYz -lDc +qiF oBm qmt -bhs +kHj dLe dLe -sCg -fas +ezl +sHl wDU ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -100347,64 +100297,64 @@ ghx ghx ghx ghx -udC +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100415,31 +100365,31 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx ghx ghx ghx -udC +thA ghx ghx ghx @@ -100452,20 +100402,20 @@ ghx ghx ghx iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100476,12 +100426,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt xuo wDU @@ -100490,34 +100440,34 @@ qmt nfr kLa giV -kdu -vip -qWT +aZD +eVa +gSO tmE qmt iBd chO -sPu -sCg -hor +doM +ezl +xnS wDU ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -100604,7 +100554,7 @@ ghx ghx ghx ghx -udC +thA ghx ghx ghx @@ -100612,57 +100562,57 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA ghx -udC +thA ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100675,20 +100625,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100709,18 +100659,18 @@ ghx ghx iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100732,13 +100682,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt xuo wDU @@ -100747,33 +100697,33 @@ xvO nfr qmt qmt -jLX -vip -fff +ymb +eVa +rnx fYH fEV -cVc -voS +atj +jmC rgm qJv -xVS +lyu wDU ver ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -100870,11 +100820,11 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx ghx @@ -100882,28 +100832,28 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100911,16 +100861,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100933,18 +100883,18 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100967,15 +100917,15 @@ ghx ghx iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -100989,40 +100939,40 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt xuo wDU -haq -xBF +uqz +kTF nfr qmt iVm -iuh -vip -qWT +xlA +eVa +gSO uPt qmt -mwU -fOV +aQy +fLC dLe wzl -kFG +qen wDU scw ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -101127,8 +101077,8 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx @@ -101139,24 +101089,24 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101167,20 +101117,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101191,16 +101141,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101225,14 +101175,14 @@ ghx iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101246,13 +101196,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt wDU qmt @@ -101261,9 +101211,9 @@ kLa qmt qmt sAa -ego -bLX -rLq +qKk +wbH +lIR uUT uUT uUT @@ -101275,11 +101225,11 @@ wDU scw ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -101397,22 +101347,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101424,20 +101374,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101451,12 +101401,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101483,12 +101433,12 @@ hpE xuo xuo iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101502,29 +101452,29 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA iDt wDU btB gfw nfr -ecR +igq qmt qmt -liK +gSK tYz -jYM +vTb rmB agk bjN -nbv +tWz bYd lcY nUi @@ -101533,10 +101483,10 @@ iDt ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -101654,21 +101604,21 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101680,25 +101630,25 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101740,11 +101690,11 @@ psb fSd hUK gqG -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx ghx @@ -101758,42 +101708,42 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt wDU -haq +uqz bRC nfr jAu qmt ofz -nAP +ydu tYz -aSc +scm uUT -uDL -kgU -oem +hRD +nKV +uwM dsn -neY +iYA nUi iDt scw ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -101912,19 +101862,19 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -101936,26 +101886,26 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102014,43 +101964,43 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt wDU -paR -haq +ljP +uqz bQN tnb qmt -sWa -jnt +mfc +mtn tYz -lDc +qiF gIu hOo sgA -rXw -xOb -xiS +ceS +uPv +eLS iwf iDt cCb ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -102170,17 +102120,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102188,31 +102138,31 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102270,17 +102220,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt wDU wDU @@ -102304,10 +102254,10 @@ iDt scw ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -102428,15 +102378,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102445,31 +102395,31 @@ ghx iDt iDt xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102526,17 +102476,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -102548,7 +102498,7 @@ vfp niN eSY uyq -tRc +gdS uUT bzJ srZ @@ -102560,11 +102510,11 @@ scw iDt iDt ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -102685,14 +102635,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -102703,30 +102653,30 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu ghx ghx @@ -102780,20 +102730,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -102817,11 +102767,11 @@ wkV iDt iDt ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -102944,11 +102894,11 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx ghx @@ -102962,28 +102912,28 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu ghx ghx @@ -103014,8 +102964,8 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx @@ -103035,22 +102985,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ipf cCb iDt @@ -103074,11 +103024,11 @@ nqv iDt iDt ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -103202,8 +103152,8 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx @@ -103220,27 +103170,27 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu ghx ghx @@ -103265,17 +103215,17 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xuo wYp odW @@ -103289,27 +103239,27 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt rcY iDt @@ -103331,11 +103281,11 @@ qau iDt cCb ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -103478,26 +103428,26 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu rhF ghx @@ -103521,52 +103471,52 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xuo xuo xuo xuo xuo hpE -udC -ghx -ghx -ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +ghx +ghx +ghx +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt rcY iDt @@ -103587,12 +103537,12 @@ scw qau iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -103736,25 +103686,25 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu lWI lWI @@ -103778,52 +103728,52 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt rcY iDt @@ -103844,12 +103794,12 @@ scw qau iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -103994,24 +103944,24 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu xuo xuo @@ -104034,53 +103984,53 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt syw kNC @@ -104100,13 +104050,13 @@ tej tej gIl iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104251,24 +104201,24 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA rfu xuo xuo @@ -104291,37 +104241,37 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104331,13 +104281,13 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -104357,13 +104307,13 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104510,12 +104460,12 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA uOb uOb uOb @@ -104548,31 +104498,31 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104588,39 +104538,39 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA scw -udC +thA ipf cCb iDt scw iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104767,12 +104717,12 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA uOb nDV amx @@ -104804,27 +104754,27 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -104845,39 +104795,39 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105024,12 +104974,12 @@ ghx iDt iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA uOb eAg eAg @@ -105044,7 +104994,7 @@ lBR kZI hap rfu -kuu +bPV dFF dFF xuo @@ -105061,23 +105011,23 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105102,39 +105052,39 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA scw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105283,10 +105233,10 @@ iDt xMq xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA uOb jnX amx @@ -105294,7 +105244,7 @@ kHn lBR xrC tcQ -egG +qLi cur gQE nNn @@ -105318,20 +105268,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105359,35 +105309,35 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105540,10 +105490,10 @@ iDt xMq xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA uOb eAg eAg @@ -105556,7 +105506,7 @@ fWa beQ nNn hYy -oQg +sdE bAk mAO kXY @@ -105576,16 +105526,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -105616,35 +105566,35 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -105797,16 +105747,16 @@ iDt iDt xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA uOb ifZ amx ddz lBR -rlh +fIb fnj egz hsr @@ -105833,16 +105783,16 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -105874,34 +105824,34 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -106054,10 +106004,10 @@ ghx iDt iDt xMq -udC -udC -udC -udC +thA +thA +thA +thA uOb eAg eAg @@ -106070,10 +106020,10 @@ ehZ bwi hPk bwi -pqu +vyO dEz -gcP -hOA +uDy +kZn mJX xuo xuo @@ -106090,16 +106040,16 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -106132,26 +106082,26 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -106311,10 +106261,10 @@ ghx ghx iDt xMq -udC -udC -udC -udC +thA +thA +thA +thA uOb aLM amx @@ -106347,16 +106297,16 @@ ghx ghx ghx ghx -udC -udC -udC +thA +thA +thA ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -106390,13 +106340,13 @@ oSU oSU oSU oSU -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -106577,14 +106527,14 @@ uOb lBR lBR lBR -wJa +sCa jRu -kzr +uNV khb xdZ nNn iDu -mQV +upY qna dEz gxx @@ -106604,16 +106554,16 @@ ghx ghx ghx ghx -udC -udC +thA +thA ghx -udC +thA ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -106831,13 +106781,13 @@ tWK tWK tWK xhK -tsK +wvH jGg vVH -iBh +krV ogL jZI -fqp +duI vVH vVH vVH @@ -106864,13 +106814,13 @@ ghx ghx lcA ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -107091,13 +107041,13 @@ xby dSm hMS vVH -wOt +uoS wPg fHg -aLG +eek vVH fps -usS +dZi vVH keD kqR @@ -107120,14 +107070,14 @@ ghx ghx ghx psb -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -107377,14 +107327,14 @@ ghx ghx ghx psb -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -107613,7 +107563,7 @@ vVH vVH vVH vVH -sLr +dHb kqR ugd nNn @@ -107634,13 +107584,13 @@ ghx ghx ghx psb -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -107862,22 +107812,22 @@ xhK taV kZh vVH -iCO +bub wPg fHg hnt vVH fps -usS +dZi vVH -npV +gwy ixw kqR gzV xUG kcC -ddd -ioC +puc +kGP sEC dbH ghx @@ -107891,13 +107841,13 @@ lcA psb psb lcA -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -108127,7 +108077,7 @@ eTv dFX nbm vVH -ycj +akZ pdx uma nNn @@ -108146,15 +108096,15 @@ ghx ghx rcY iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -108388,7 +108338,7 @@ ldH ldH ldH ldH -xoS +eMG iKw iZs sOT @@ -108403,15 +108353,15 @@ ghx ghx rcY iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -108660,15 +108610,15 @@ ghx ghx lcA iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -108917,15 +108867,15 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -109146,7 +109096,7 @@ ghx xby lFe rvj -gcE +bSo vVH gZP mbZ @@ -109174,15 +109124,15 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -109402,13 +109352,13 @@ ghx ghx xby sJi -wOp +pvJ gaS vVH fQG lsN -pIZ -fwn +iLy +eDg oGB sKu rAR @@ -109431,15 +109381,15 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -109688,15 +109638,15 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -109916,24 +109866,24 @@ ghx axF dcw fGI -mHv +sSl etw lXJ xbv -cNw -cNw -cNw -cNw -udg -gMR -kwd +vRP +vRP +vRP +vRP +qSb +ylA +krN ldH mXK ueP bZK gOS -wZT -sdP +iJr +vSK kse dbH ghx @@ -109945,15 +109895,15 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -110173,7 +110123,7 @@ ghx ghx dcw fGI -fKh +qLX nks cfh nLW @@ -110185,9 +110135,9 @@ vPx qDG bDj ldH -hfq -nga -nIJ +fTo +fVJ +kzx kFx dbH dbH @@ -110202,12 +110152,12 @@ ghx ghx psb iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -110435,12 +110385,12 @@ xDK cfh wBp knq -iHQ +cBG tSx nAD -hpB -wdM -wdM +cYv +cmD +cmD ldH pyr lkS @@ -110457,14 +110407,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -110693,16 +110643,16 @@ cfh nLW hhr giN -ofd +ajG gSy -tqc -vbJ -rrI +rLX +kLo +wnm ldH -rmD +gNP pBb gbu -ueo +kHL dbH psb psb @@ -110714,14 +110664,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -110950,15 +110900,15 @@ cfh wBp gvj gNH -lvV -lvV -dfx +xtG +xtG vyw -mxG +bdJ +fPY ldH opI daE -uTa +nub hCv ots ghx @@ -110971,14 +110921,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -111201,19 +111151,19 @@ ghx ghx dcw bDd -wUq +hBF owf bkX -cJI +sBw uDk -fIH +bht iUw wlR -aMR -dfx +sbJ +vyw fuX ldH -srY +sJe wKC pYa gcZ @@ -111228,14 +111178,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -111466,9 +111416,9 @@ jmI jmI jmI uPk -dRM +vsp qwa -fXj +qts ldH fwL wKC @@ -111485,14 +111435,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -111716,12 +111666,12 @@ ghx xMq xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA uPk jYj uAE @@ -111742,14 +111692,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -111972,13 +111922,13 @@ ghx xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA uPk xBv uAE @@ -111999,14 +111949,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -112228,14 +112178,14 @@ ghx ghx xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk gHF uAE @@ -112256,14 +112206,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -112485,14 +112435,14 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk fsp icS @@ -112513,10 +112463,10 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -112742,14 +112692,14 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk lmf fnW @@ -112770,10 +112720,10 @@ ghx ghx ghx ghx -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -112999,14 +112949,14 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk eqS pFZ @@ -113026,11 +112976,11 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -113256,14 +113206,14 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk oXd bJp @@ -113281,13 +113231,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -113513,14 +113463,14 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA uPk uPk uPk @@ -113538,12 +113488,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -113770,18 +113720,18 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -113795,11 +113745,11 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -114027,18 +113977,18 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -114050,13 +114000,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -114285,17 +114235,17 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -114307,13 +114257,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -114522,7 +114472,7 @@ dqx njJ cVD njJ -hTH +eCz oFp dqx vjh @@ -114543,16 +114493,16 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -114564,13 +114514,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -114778,15 +114728,15 @@ pfO dqx vDy hDK -qid +rwR hDK wzn -bxW +qtH vjh -teQ -xSP -ufe -bsc +sLa +vwG +uno +pDy nTO kAG pdc @@ -114801,16 +114751,16 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx @@ -114821,12 +114771,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -115043,9 +114993,9 @@ aGW rAr xcx jvM -hML +ifa nTO -qpy +okl tmB jvM nTO @@ -115059,30 +115009,30 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -115286,7 +115236,7 @@ vjh aYQ bLL njJ -qbl +kqs dqx rVX dqx @@ -115300,9 +115250,9 @@ vjh aCj cqz tmB -lZL +uMM nTO -tMG +lRE tmB jvM sJR @@ -115314,30 +115264,30 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -115547,14 +115497,14 @@ njJ bEi rVX dqx -fYL -rQO -lFZ -wgE +pSn +cCF +iAA +wDs vjh vjh vjh -xVB +fEX cqz ccx wHH @@ -115569,32 +115519,32 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -115794,8 +115744,8 @@ iDt iDt iDt dLN -qOV -itM +bml +msi njJ pDI bxX @@ -115804,10 +115754,10 @@ njJ mZJ rVX dqx -aoF +twV hVB npH -fkZ +gqh vjh pDW fLT @@ -115826,30 +115776,30 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -116051,20 +116001,20 @@ iDt iDt iDt dLN -nnE -xSs +uCk +tAL njJ -jUe +lWy jlG rQx duS lmK rVX fez -sCc -lGL -jjS -eBv +lxn +bVY +whz +sbO vjh drP czD @@ -116083,30 +116033,30 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -116308,8 +116258,8 @@ iDt iDt iDt dLN -whn -nGT +sWo +kmA njJ kRd mXl @@ -116325,45 +116275,45 @@ njJ vjh nTO nTO -ylD +piD cdd tmB -gyG +kSv nTO nTO nTO nTO -aeu +iGj nTO nTO nTO iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -116565,27 +116515,27 @@ iDt iDt iDt vjh -whn +sWo njJ njJ njJ njJ njJ -eST +rCe njJ pnG cWH njJ -inZ -kBP +bsd +lOP dLN ghx ghx eQT -tKa +fXy bvj pJY -nWs +iav nTO ghx iDt @@ -116597,30 +116547,30 @@ nTO iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -116822,7 +116772,7 @@ iDt iDt aVq vjh -whn +sWo njJ sPA sPA @@ -116849,31 +116799,31 @@ iDt nTO kJw mQq -xxc +jyL nTO iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -117079,7 +117029,7 @@ iDt iDt aVq vjh -iwo +mYi njJ bDI dqx @@ -117087,7 +117037,7 @@ dqx njJ njJ njJ -tKg +oLj dqx njJ njJ @@ -117111,20 +117061,20 @@ nTO iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -117337,18 +117287,18 @@ vjh vjh vjh fXP -tMu +eQH hDK dqx dqx dqx rXg njJ -dFQ +uTo dqx njJ -pUN -glz +rKs +hLk dLN ghx ghx @@ -117368,19 +117318,19 @@ nTO iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -117625,18 +117575,18 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -117882,17 +117832,17 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -118106,7 +118056,7 @@ iDt iDt uEA dLN -bRJ +hlE dqx kSU dqx @@ -118118,8 +118068,8 @@ njJ isc dqx njJ -inZ -qZL +bsd +fBs dLN ghx ghx @@ -118139,16 +118089,16 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -118372,7 +118322,7 @@ dqx hDK kaO njJ -cua +fWo rQx oSa rQx @@ -118396,15 +118346,15 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -118629,8 +118579,8 @@ njJ njJ wRK vjh -aFX -nQL +twb +pzD vjh vjh vjh @@ -118653,15 +118603,15 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -118880,14 +118830,14 @@ dLN rbT lLN vRO -oUt +ggV eYz tGP tGP iRp vjh -wbn -xNs +jmc +qDD dLN iDt iDt @@ -118911,14 +118861,14 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -119168,14 +119118,14 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -119425,12 +119375,12 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -119683,10 +119633,10 @@ xMq xMq xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -119936,13 +119886,13 @@ xMq xMq xMq xMq -udC +thA xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -120189,16 +120139,16 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -120446,16 +120396,16 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -120702,12 +120652,12 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -120959,12 +120909,12 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -121216,12 +121166,12 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -121473,12 +121423,12 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -121729,13 +121679,13 @@ ghx iDt iDt xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -121986,13 +121936,13 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -122243,13 +122193,13 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -122500,13 +122450,13 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -122757,13 +122707,13 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -123013,11 +122963,11 @@ ghx iDt xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -123269,12 +123219,12 @@ ghx ghx iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -123526,12 +123476,12 @@ ghx ghx iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -123783,12 +123733,12 @@ ghx ghx iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -124040,12 +123990,12 @@ ghx iDt iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -124296,12 +124246,12 @@ ghx ghx iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -124553,10 +124503,10 @@ ghx ghx iDt xMq -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -124810,10 +124760,10 @@ ghx iDt iDt xMq -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -125067,10 +125017,10 @@ ghx iDt xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA oSU oSU oSU @@ -125323,11 +125273,11 @@ ghx iDt iDt xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -125580,11 +125530,11 @@ ghx xMq xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA oSU oSU oSU @@ -125834,14 +125784,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -126090,15 +126040,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -126346,16 +126296,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -126603,15 +126553,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -126859,15 +126809,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -127116,15 +127066,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -127373,15 +127323,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -127629,16 +127579,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -127886,16 +127836,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -128143,16 +128093,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -128400,16 +128350,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -128657,15 +128607,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -128913,15 +128863,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -129170,15 +129120,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -129426,16 +129376,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -129683,16 +129633,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -129939,17 +129889,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -130196,16 +130146,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -130453,15 +130403,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -130709,16 +130659,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -130966,16 +130916,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -131222,17 +131172,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -131479,17 +131429,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -131735,17 +131685,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -131991,17 +131941,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -132247,18 +132197,18 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -132504,17 +132454,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -132760,17 +132710,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -133015,18 +132965,18 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -133271,19 +133221,19 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -133527,19 +133477,19 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -133783,20 +133733,20 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -134039,21 +133989,21 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -134295,21 +134245,21 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -134551,21 +134501,21 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -134807,22 +134757,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -135063,22 +135013,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -135319,23 +135269,23 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -135575,24 +135525,24 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -135831,24 +135781,24 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -136088,22 +136038,22 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -136344,23 +136294,23 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -136601,21 +136551,21 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -136858,19 +136808,19 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -137115,16 +137065,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -137371,15 +137321,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -137628,15 +137578,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -137884,16 +137834,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -138141,14 +138091,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -138397,15 +138347,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -138654,15 +138604,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -138910,16 +138860,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -139167,16 +139117,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -139423,14 +139373,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -139679,15 +139629,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -139935,16 +139885,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -140190,18 +140140,18 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -140447,16 +140397,16 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -140703,17 +140653,17 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -140959,18 +140909,18 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -141215,15 +141165,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -141471,15 +141421,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -141727,15 +141677,15 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -141983,14 +141933,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -142239,14 +142189,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -142496,14 +142446,14 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -142752,12 +142702,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -143009,12 +142959,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -143265,12 +143215,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -143522,12 +143472,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -143779,12 +143729,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -144035,13 +143985,13 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -144292,12 +144242,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -144548,12 +144498,12 @@ ghx ghx ghx ghx -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -144803,14 +144753,14 @@ oSU (249,1,1) = {" ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -145060,14 +145010,14 @@ oSU (250,1,1) = {" ghx ghx -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -145316,15 +145266,15 @@ oSU "} (251,1,1) = {" ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -145573,15 +145523,15 @@ oSU "} (252,1,1) = {" ghx -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -145829,16 +145779,16 @@ oSU oSU "} (253,1,1) = {" -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -146086,16 +146036,16 @@ oSU oSU "} (254,1,1) = {" -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -146343,16 +146293,16 @@ oSU oSU "} (255,1,1) = {" -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oSU oSU oSU @@ -154978,13 +154928,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -155231,17 +155181,17 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -155484,24 +155434,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -155736,32 +155686,32 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -155987,42 +155937,42 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -156243,43 +156193,43 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -156500,22 +156450,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt pfw @@ -156527,16 +156477,16 @@ pfw iDt ebd iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo gjq gjq @@ -156757,18 +156707,18 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt ebd iDt @@ -156785,15 +156735,15 @@ ijY iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -157015,14 +156965,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq -udC -udC +thA +thA iDt pfw iDt @@ -157044,19 +156994,19 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC +thA +thA tjo tjo tjo @@ -157272,11 +157222,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -157303,8 +157253,8 @@ iDt ijY iDt iDt -udC -udC +thA +thA gjq gjq gjq @@ -157312,9 +157262,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -157530,10 +157480,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -157569,9 +157519,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -157787,11 +157737,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -157825,10 +157775,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -158044,12 +157994,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -158082,10 +158032,10 @@ iDt iDt gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -158301,13 +158251,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -158337,12 +158287,12 @@ ebd iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -158558,13 +158508,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -158575,10 +158525,10 @@ scw pfw iDt bOz -dJr +gpU oaG -nSs -tFC +hVq +xuB igm scw scw @@ -158594,12 +158544,12 @@ iDt iDt iDt cCb -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -158815,15 +158765,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -158832,10 +158782,10 @@ gjq scw scw bOz -wks -tuv +rja +iQx vXH -moa +udj sJH riL riL @@ -158852,11 +158802,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -159072,15 +159022,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -159089,14 +159039,14 @@ gjq gjq gjq bOz -gEF -gxM +xar +chQ veK rex -wHB -cyX +rNc +icu rOB -cfj +rcx ksi sJH lwR @@ -159109,11 +159059,11 @@ iDt iDt ebd iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -159307,7 +159257,7 @@ tjo tjo tjo tjo -rSM +xxV jAv iDt tjo @@ -159326,17 +159276,17 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA oif eJf eJf @@ -159347,16 +159297,16 @@ eJf eJf lwR sJH -vqx +irM veK -uai +tUC fjQ vXC -tFC +xuB jkn jkn iyE -bRW +ncO vAj lwR iDt @@ -159366,11 +159316,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -159580,21 +159530,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -159609,12 +159559,12 @@ tHQ bwT veK xhD -tFC +xuB jKA jkn vFq xCD -kLo +sEO bdu scw scw @@ -159623,11 +159573,11 @@ scw iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -159835,22 +159785,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -159863,10 +159813,10 @@ gjq riL riL rYw -ncX +bin tND vxd -gQs +drD jkn jkn sEq @@ -159880,11 +159830,11 @@ scw iDt iDt pfw -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -160090,22 +160040,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -160121,10 +160071,10 @@ gjq riL riL sJH -rlp +oLs xaV -viW -ctB +diV +ebK uzs sJH tUK @@ -160137,11 +160087,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -160306,9 +160256,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -160347,21 +160297,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq -udC -udC -udC +thA +thA +thA gjq gjq -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -160394,11 +160344,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -160561,12 +160511,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -160599,15 +160549,15 @@ jAv tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -160615,9 +160565,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -160635,9 +160585,9 @@ gjq gjq eJf bOz -hAZ +uhE wYw -aFx +hdp bOz eJf gjq @@ -160651,11 +160601,11 @@ ulj ijY iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -160817,15 +160767,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -160848,33 +160798,33 @@ tjo tjo tjo iDt -rSM +xxV gjq gjq gjq gjq tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -160892,9 +160842,9 @@ gjq gjq lwR sJH -gxM +chQ bTl -tFC +xuB lwR eJf eJf @@ -160907,12 +160857,12 @@ oif ebd iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161073,18 +161023,18 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161111,25 +161061,25 @@ gjq gjq gjq tjo -udC -udC -hwi -hwi -hwi -hwi -hwi -hwi -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +iLh +iLh +iLh +iLh +iLh +iLh +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq -udC +thA gjq gjq gjq @@ -161148,10 +161098,10 @@ gjq gjq gjq bOz -umo -eKn +wcD +hsy vxd -gQs +drD sJH lwR gjq @@ -161164,12 +161114,12 @@ gjq gjq iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161329,20 +161279,20 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161368,22 +161318,22 @@ gjq gjq tjo tjo -udC -udC -hwi -xhl -rOW -xcb -fZH -hwi -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +iLh +mWN +mAM +mwp +fSi +iLh +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -161405,11 +161355,11 @@ gjq gjq gjq bOz -wkR -gxM +sQc +chQ vxd -tFC -wWL +xuB +xEW lwR gjq gjq @@ -161421,12 +161371,12 @@ gjq gjq pfw pfw -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161586,22 +161536,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161624,23 +161574,23 @@ tjo tjo tjo tjo -udC -udC -udC -hwi -ipa -roS -ayn -fyq -hwi -udC -udC -udC +thA +thA +thA +iLh +eoy +dHk +pJU +wqU +iLh +thA +thA +thA szG szG -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -161662,10 +161612,10 @@ gjq gjq gjq bOz -vNp -pbw +aVp +icB sGE -viW +diV pqv lwR gjq @@ -161677,13 +161627,13 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161844,21 +161794,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -161881,21 +161831,21 @@ tjo tjo tjo tjo -udC -udC -hwi -hwi -otl -uYp -otl -hwi -hwi -udC -udC +thA +thA +iLh +iLh +jpC +tbN +jpC +iLh +iLh +thA +thA szG szG oif -udC +thA gjq gjq gjq @@ -161934,13 +161884,13 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162101,23 +162051,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq -udC -udC -udC -udC -udC -udC -rzg +thA +thA +thA +thA +thA +thA +tEw tjo tjo tjo @@ -162137,18 +162087,18 @@ tjo tjo tjo tjo -udC -udC -udC -hwi -gwO -ipa -roS -ipa -uDP -hwi -udC -udC +thA +thA +thA +iLh +gga +eoy +dHk +eoy +pPY +iLh +thA +thA szG gFX eJf @@ -162178,7 +162128,7 @@ gjq eJf gjq gOU -iMQ +dYx gOU gjq eJf @@ -162192,12 +162142,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162359,23 +162309,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162389,23 +162339,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -hwi -xFO -tDo -fCo -ibB -qAz -hwi -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +iLh +vMY +mLm +dxE +ccB +gcu +iLh +thA +thA gjq gjq eJf @@ -162449,12 +162399,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162617,23 +162567,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162645,24 +162595,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -hwi -oWZ -kma -roS -lSC -uwf -hwi +thA +thA +thA +thA +thA +thA +thA +thA +thA +iLh +qxm +nRv +dHk +vCy +qVD +iLh szG -udC +thA gjq gjq eJf @@ -162692,7 +162642,7 @@ gjq eJf gjq gOU -smS +jvD gOU gjq eJf @@ -162707,11 +162657,11 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -162874,24 +162824,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -162901,23 +162851,23 @@ tjo tjo tjo tjo -udC -udC -udC -hwi -hwi -hwi -hwi -hwi -hwi -hwi -hwi -cZa -bMR -eXj -jft -pQs -hwi +thA +thA +thA +iLh +iLh +iLh +iLh +iLh +iLh +iLh +iLh +gif +huS +jXe +fmg +tAO +iLh szG szG myZ @@ -162965,10 +162915,10 @@ gjq ebd gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -163132,10 +163082,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -163144,12 +163094,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -163157,24 +163107,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -hwi -kfK -qfA -jgf -uUS -uZT -cOw -hwi -mOq -ipa -roS -lFr -cwK -hwi +thA +thA +thA +thA +iLh +pwg +peG +ucs +crT +xaO +jGo +iLh +hVu +eoy +dHk +qGJ +nWn +iLh szG szG nzG @@ -163222,10 +163172,10 @@ gjq iDt iDt gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -163390,48 +163340,48 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq -udC +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -hwi -mPc -eCk -teV -pBM -kap -jbZ -mOC -mzn -aJB -njo -gyc -riW -hwi +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +iLh +jqj +aiA +wVq +dcW +kjt +mUz +kUU +hSt +tKq +sGM +haD +lrz +iLh szG szG eId @@ -163479,10 +163429,10 @@ eJf oif iDt pfw -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -163648,47 +163598,47 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq -udC +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -hwi -lcO -hrB -hwi -tga -tga -hwi -hwi -bhd -bhd -hwi -mGl -hwi -hwi +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +iLh +gAd +ukd +iLh +aBX +aBX +iLh +iLh +bPs +bPs +iLh +bjv +iLh +iLh iwS iwS sbf @@ -163736,10 +163686,10 @@ iDt ijY iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -163905,48 +163855,48 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -hwi -pBM -cip -osa -rCQ -tzz -lVh -cRc -vEL -nVb -hwi -viN -qRh -iah -enU +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +iLh +dcW +niY +ini +dwo +eKN +oQt +ydH +wUu +xrs +iLh +vad +kMP +wMw +hoZ iwS iDt iDt @@ -163959,11 +163909,11 @@ gjq gjq gjq gjq -hxT +mUf aFG hZe xuo -jnn +fLK odW wqN gjq @@ -163993,10 +163943,10 @@ pfw pfw iDt ebd -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -164163,47 +164113,47 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA ivF ivF -hwi -uwy -hwi -hwi -dbW -xPG -hgB -lVh -nVb -hBz -hwi -llQ -xfl -rMg -lIv +iLh +hYb +iLh +iLh +fGJ +nAg +fkt +oQt +xrs +ilD +iLh +pog +qPs +xCr +wds iwS iDt iDt @@ -164234,7 +164184,7 @@ nzG eJf gjq gOU -smS +jvD gOU gjq eJf @@ -164250,10 +164200,10 @@ iDt ebd ijY iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -164421,46 +164371,46 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt -pyE +kcW ivF ivF -dmE -wax -dRS -dbo -hwi -bhd -bhd -hwi -hwi -hwi -hwi -hwi -kSG -sfg -wPX -oPC +xUF +uah +icU +jgx +iLh +bPs +bPs +iLh +iLh +iLh +iLh +iLh +xkH +oeB +qxI +sTh qMo iDt cCb @@ -164474,9 +164424,9 @@ keu eJf pfg sjb -oeq +khF oFZ -dkI +jVx wQr kvf sjb @@ -164507,10 +164457,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -164679,45 +164629,45 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt -dzf -rqW -gyT -rLO -sJn -vOj -xuV -eTq -xcG +snd +kkA +erw +wrl +aOa +uhb +aSC +cQi +boS ivF -wvX -hJG +sqb +gVm iwS iJM -bti -wPX -wPX -cGB +dNl +qxI +qxI +rVC qMo iDt iDt @@ -164731,9 +164681,9 @@ gjq gjq gjq sjb -umD +sjx xgO -grz +rHk wQr vEU vSi @@ -164748,7 +164698,7 @@ dvi eJf gjq gOU -fPS +sht gOU gjq eJf @@ -164764,10 +164714,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -164937,13 +164887,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -164951,30 +164901,30 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA iDt iDt scw -dzf -ylQ -bsR +snd +ndl +lFA ivF ivF -wZP -bqX -kbt -hPI +dER +fFD +bYz +trc ivF -iQH -btC +pcc +fdX iwS iJM -bti -wPX -wPX -whg +dNl +qxI +qxI +coT qMo iDt iDt @@ -164991,8 +164941,8 @@ sjb qEu jIX sgV -sce -ibc +vpl +tQE vSi qLm qLm @@ -165021,10 +164971,10 @@ iDt iDt pfw iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -165194,44 +165144,44 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC +thA +thA iDt iDt scw -dzf -vVL -jtX -fcz -cdI -hIt -uSf -rDV -lBB +snd +hJp +hby +czz +xYr +jwB +bIo +nit +uMD ivF iwS iwS iwS iwS -qLU -aUh -aVF -dWB +oqj +kTX +iJL +dwI qMo iDt iDt @@ -165251,9 +165201,9 @@ quY nbU vSi vSi -nUx -fUZ -cbG +vdb +mzu +rDn vSi tKf lkY @@ -165263,7 +165213,7 @@ vpc kZu aYM tDa -gzv +aAF cMk cMk gjq @@ -165278,10 +165228,10 @@ iDt ulj iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -165425,42 +165375,42 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo tjo tjo tjo -udC -udC +thA +thA tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -165471,29 +165421,29 @@ gjq iDt iDt iDt -dzf -gGT -bBP -iUS -gxi -dXy -sOw -rDV -oYE +snd +cmT +fxd +bEd +mua +nfn +tHX +nit +eZK ivF -ndh -vlC -rVN +ktp +lIU +xrL iwS -eqc -lcH -lcH -bLU +sFd +iuH +iuH +mFY iwS iwS -wkj +gJK iwS -ygD +wkB iDt jZN gjq @@ -165504,13 +165454,13 @@ gjq cum fLY hvU -mJy +ppr jzy pve xjZ -eiU +bGP mIT -gLH +gsF vSi kZu uOf @@ -165518,10 +165468,10 @@ kZu bDC kZu kZu -vNT +nYs pql -jLb -oqy +lKu +cLG cMk gjq gjq @@ -165535,10 +165485,10 @@ iDt iDt ebd iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -165679,46 +165629,46 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -165727,28 +165677,28 @@ gjq gjq gjq nfG -pKH +qbU ivF -lCQ -lCQ -lCQ -kIq -gYl -pdC -puR -lBB +jwH +jwH +jwH +jHV +aLz +jul +oRE +uMD ivF -cjW -kOB -iVM -cdr -kXV -kRg -aDB -kRg -jGr -oTE -gFF +wYz +jIr +lZe +xXd +ltW +nlO +wEM +nlO +vzn +knd +grk qMo iDt iDt @@ -165759,26 +165709,26 @@ gjq gjq gjq sjb -dTu +puX uig hPK -uza +ukv pve hEm -vGg +ksn bgt -hSN +vaM tQW uQx uQl -xpQ +dSj uQl ajr uQx vQy -wZE -fFI -wFD +ngl +tRO +fUs cMk gjq gjq @@ -165792,10 +165742,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -165935,48 +165885,48 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -bHh +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +jKY gjq gjq -udC -udC +thA +thA gjq gjq gjq @@ -165985,27 +165935,27 @@ gjq gjq gjq scw -rbl -cCm -dEM -puD -kPF -rBf -bRn -rBf -uxN +hyj +slX +kwT +ceY +kbq +sLR +awR +sLR +dsR ivF -ebP -lgP -puV -kRg -kRg -ueN -nwo -suK +bUW +kgY +bar +nlO +nlO +gwz +nMH +ciH iwS -kZQ -vHE +fpC +szX qMo iDt scw @@ -166022,20 +165972,20 @@ wVe wQr vSi vSi -jQw +rYG pZD -jKz +qPm aOf qFn -woR +sNt tDa tDa tDa sWB tDa pql -gzv -aYr +aAF +lgV uvM gjq gjq @@ -166047,11 +165997,11 @@ iDt ijY iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -166192,77 +166142,77 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC +thA +thA gjq gjq gjq gjq gjq gjq -eGI +qsq ivF ivF ivF ivF ivF -uVp -uVp -uVp +jnR +jnR +jnR ivF ivF -nOf -vLJ -hiR +nRx +pEg +uyW iwS -vaS -kWH -tvs -oUu +kDm +ePn +oDV +iqn iwS iwS -aqy +aBT iwS iDt iDt @@ -166279,20 +166229,20 @@ bit iQK kXr hVI -aKK +gDN pZD -uMA +uhs pve vSi kZu pAT -hDx -dBx +xlQ +lCA kZu -aNg -kzH -xOM -aYr +dDE +iMZ +ndB +lgV nWH hFL hFL @@ -166304,11 +166254,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -166449,41 +166399,41 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -166503,11 +166453,11 @@ gjq iDt iDt iDt -dZP +mdV scw scw iDt -cBR +xdY iwS iwS iwS @@ -166519,7 +166469,7 @@ iwS iwS iwS iwS -kis +dYq qMo iDt scw @@ -166536,9 +166486,9 @@ cHZ gaq kXr oGF -vGg +ksn pZD -hUp +ghQ kUD kUD nWH @@ -166546,9 +166496,9 @@ dQd nWH nWH nWH -iUd -kIw -sFv +jlh +mAf +bxd dTF nWH qeP @@ -166561,10 +166511,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -166705,11 +166655,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA kSw xMq xMq @@ -166724,22 +166674,22 @@ cek cek cek kSw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -166765,18 +166715,18 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iwS -czV +rBM iwS iDt scw @@ -166788,14 +166738,14 @@ gjq dLf vfg ajw -jue +rty lNH eMa hrJ wmT -aKK +gDN lvT -ekk +wSX kUD kUD nWH @@ -166809,7 +166759,7 @@ nWH nWH nWH xjC -vZq +hpU cZO gnh iDt @@ -166818,10 +166768,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -166962,11 +166912,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq ijY iDt @@ -166982,20 +166932,20 @@ iDt iDt iDt gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -167024,14 +166974,14 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA scw scw xUw @@ -167050,9 +167000,9 @@ bff lNH kix aOf -xpw +yaD wmb -bMJ +lEt eMO nWH nWH @@ -167075,10 +167025,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -167219,11 +167169,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq iDt hPs @@ -167283,11 +167233,11 @@ gjq gjq gjq gjq -udC -udC +thA +thA gqG -udC -udC +thA +thA gqG myZ myZ @@ -167307,9 +167257,9 @@ eIU wUP hrJ siI -vGg +ksn lvT -urk +ozD eJV nWH ruD @@ -167332,10 +167282,10 @@ ulj iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -167475,12 +167425,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq iDt oqL @@ -167564,16 +167514,16 @@ wxp kNW kNW kNW -vXL +rDd pZD -mOr +oxh vSi nWH nWH nWH nWH tCO -udE +jRd sbU nWH nWH @@ -167589,10 +167539,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -167732,22 +167682,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq iDt oqL -ldc -bRi +ucD +eaw jsp wSz nFU jNf -xnk +cWq tau cPE cPE @@ -167815,29 +167765,29 @@ gjq gjq gjq jpS -bzN +jpe oXo piV fPB qUa kNW -siF +wOF pZD cQw -ndu -ffi -tOJ -clL -kyD -kCQ -fUZ -ndu -tOJ -axo -kWx +gLF +wpx +unT +iAp +til +naq +mzu +gLF +unT +dZq +cvB tzE -mCo -cKl +gMw +ggv rsY urG iDt @@ -167846,10 +167796,10 @@ iDt iDt iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -167989,12 +167939,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq iDt oqL @@ -168078,9 +168028,9 @@ baV svy cLq wUL -xpw +yaD wJU -hXt +kFO lvT lvT lvT @@ -168102,11 +168052,11 @@ ijY iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -168245,23 +168195,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA kSw iDt ktt njf -isQ +rBy fAV -kTj +tGs obv jNf -dID +tYE tau cPE cPE @@ -168287,7 +168237,7 @@ gjq gjq cMT vhB -mUh +kXx ych dkT gjq @@ -168332,20 +168282,20 @@ jpS yef bWV fPB -ced +ljz tlA kNW -vGg +ksn mGJ jum -xmD -cNf -uyA -vGx -ujr -xmD -jGw -xmD +kDI +mDq +lzq +hCn +ium +kDI +nHj +kDI vSi rsY rsY @@ -168359,11 +168309,11 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -168501,25 +168451,25 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq iDt hPs -qMn -hEM -ifQ -qPd +eSE +mVI +elU +nZi tWO jNf tXd -wts +qSo cPE cPE hVY @@ -168588,13 +168538,13 @@ gjq jpS kuC kII -nOK +nmu clz mml kNW -ahb +lxT bgt -iUg +oOQ vSi vSi pCM @@ -168615,12 +168565,12 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -168757,12 +168707,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -168793,17 +168743,17 @@ wUj gjq ucN ucN -jHN +cdg ovQ ucN ucN iDt iDt qQf -mvp -vhg -ktC -ykn +kxZ +mES +sXk +rJz pFV jPs qQf @@ -168849,7 +168799,7 @@ kNW aOE kqV kNW -bEG +kIU stZ kTD cYL @@ -168873,11 +168823,11 @@ iDt sVN iDt psb -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -169012,13 +168962,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq ebd @@ -169029,10 +168979,10 @@ hPs xLV xLV nvE -vwo +uKJ tCL jNf -kRm +fDP ijC cXy cXy @@ -169060,7 +169010,7 @@ qQf qQf qQf fro -sWv +uGq tym jur vqi @@ -169130,11 +169080,11 @@ wOR xuo itY iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -169267,15 +169217,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq iDt iDt @@ -169314,7 +169264,7 @@ ucN iDt iDt qQf -wog +sEk qQf uxZ dBp @@ -169323,12 +169273,12 @@ qYb eCn qQf iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -169363,7 +169313,7 @@ aEM gKd gKd rsY -hpi +hdb avh qGg uUT @@ -169387,11 +169337,11 @@ xuo tZp iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -169523,14 +169473,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -169539,7 +169489,7 @@ iDt iDt oqL unm -cvG +bWv ldz fvK cIc @@ -169556,17 +169506,17 @@ iDt iDt iDt wUj -jKC -kJQ -eLs -mOZ +lpS +qdY +cNq +qSj wUj gjq ucN scV jIv jCD -mgb +pER ucN iDt ijY @@ -169624,7 +169574,7 @@ mqs dTs oeP uUT -iJv +kmO rtR lLY nUi @@ -169644,11 +169594,11 @@ cmZ xuo iDt jZN -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -169780,14 +169730,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq ebd iDt @@ -169796,7 +169746,7 @@ iDt iDt oqL bFU -sZp +max axX auJ oVy @@ -169813,14 +169763,14 @@ iDt iDt iDt wUj -mJE -kJT +gOi +vuk iMD -hdW +rDj wUj gjq ucN -ryl +hFW nfj hzJ gpt @@ -169881,7 +169831,7 @@ rsY czq rsY uUT -efa +lwT pXE lqA nUi @@ -169901,11 +169851,11 @@ iDt iDt iDt psb -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -170037,14 +169987,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq iDt iDt @@ -170052,14 +170002,14 @@ ijY hPs gBX oPa -jrf -tHt -aYv -aUE +cjz +vdW +sTP +jhH cIc -lBT +sDQ oVY -eCs +bXI vVH vVH vVH @@ -170097,20 +170047,20 @@ ebd iDt nfG pfw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA nfG iDt iDt @@ -170123,7 +170073,7 @@ iDt iDt iDt iDt -udC +thA iDt scw iDt @@ -170153,15 +170103,15 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -170294,12 +170244,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt kSw @@ -170314,10 +170264,10 @@ fTF fTF fTF cIc -lNn +uTp oVY pez -vwI +ccX qLg vVH vVH @@ -170340,7 +170290,7 @@ uRk dDt dDt wYh -wWW +dvw dDt dDt psm @@ -170351,26 +170301,26 @@ wMt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq ebd iDt @@ -170379,9 +170329,9 @@ iDt scw iDt nfG -udC -udC -udC +thA +thA +thA iDt iDt iDt @@ -170410,15 +170360,15 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -170551,11 +170501,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt @@ -170574,7 +170524,7 @@ cIc kqn oVY pez -wha +qsR aQQ fdm grU @@ -170582,7 +170532,7 @@ nKL ukN nCs bZk -dBJ +gRZ kmg vOw eGW @@ -170596,49 +170546,49 @@ ykM ykM ykM waL -oWP +jUZ fzD waL waL waL waL cxP -nEZ +wsD wMt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt iDt ijY xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA nfG iDt iDt @@ -170667,14 +170617,14 @@ iDt iDt jZN iDt -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -170808,11 +170758,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt @@ -170821,10 +170771,10 @@ iDt iDt iDt hPs -bRD +qdH dck scl -aoh +tww scl ilZ sws @@ -170837,7 +170787,7 @@ vVH lDE nKL hpF -klz +pXZ bZk gAu sUb @@ -170862,40 +170812,40 @@ gKQ gdC ppS wMt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq scw xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq iDt scw @@ -170922,16 +170872,16 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -171065,11 +171015,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt @@ -171091,7 +171041,7 @@ bLc diN diN lgK -xnr +jqn lWb eDq tDY @@ -171100,11 +171050,11 @@ izY eND qpB qpB -jGq +jLB qpB qpB -pMj -kKb +siv +kRy qpB iwC qzV @@ -171119,42 +171069,42 @@ pvz oKJ qQN wMt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -171178,15 +171128,15 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -171322,12 +171272,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt kSw @@ -171336,7 +171286,7 @@ iDt iDt oqL kEj -hke +odC jwN iHV iHV @@ -171349,9 +171299,9 @@ wws wws nXV icQ -mCP +brJ ukN -klz +pXZ bZk kEn dAZ @@ -171368,7 +171318,7 @@ gjq gjq gjq gKQ -jbt +awM cBT dyf iOs @@ -171376,11 +171326,11 @@ gKQ eGW qQN wMt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -171392,24 +171342,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq ijY @@ -171430,17 +171380,17 @@ iDt xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -171579,14 +171529,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq ijY iDt @@ -171594,12 +171544,12 @@ iDt hPs gBX hPs -vnQ -vxM -vnT +bSX +pzu +sRQ una cIc -mlX +kAW oVY nyP tVf @@ -171610,7 +171560,7 @@ nKL hpF uHv nup -sww +vYc dAZ nek qKS @@ -171628,15 +171578,15 @@ cwr bqF bqF dyf -nqd +iNy gKQ eGW qQN wMt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -171653,19 +171603,19 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -171685,18 +171635,18 @@ iDt iDt jZN xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -171836,14 +171786,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -171851,12 +171801,12 @@ iDt iDt iDt oqL -jnM +fnF gBc erY clR cIc -lNn +uTp oVY pez tVf @@ -171890,10 +171840,10 @@ gKQ jSL jSL wMt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -171910,27 +171860,27 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -xMq +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA psb scw psb -udC -udC +iDt +thA +thA xMq ijY jZN @@ -171939,18 +171889,18 @@ iDt iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172093,14 +172043,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -172108,8 +172058,8 @@ iDt iDt iDt oqL -ulm -hDg +lEa +boO pdT klv cIc @@ -172124,22 +172074,22 @@ yiL yiL yiL eDq -eGz +pDl dAZ -emM +rkq wob dUO -piL +wnI wob dUO -aIN +ogC wob lyg gjq gjq gjq ncR -jvm +kVF aiX oPl oYi @@ -172147,10 +172097,10 @@ gKQ gKQ wMt wMt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -172171,42 +172121,42 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -iDt +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt scw iDt scw -udC -udC -udC +iDt +thA +thA +thA xMq xMq aRt aRt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172350,14 +172300,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -172374,7 +172324,7 @@ dHw qhS jaW yiL -sjv +kiY oqb uBs uBs @@ -172392,22 +172342,22 @@ dwS vms iYU nZd -nXc -nXc -nXc +vFO +vFO +vFO xGX -hyS -hyS +sen +sen lQq aiX -bPe +vrc gKQ -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172430,40 +172380,40 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -iDt +thA +thA +thA +thA +thA +thA +thA iDt iDt psb scw psb -udC -udC -udC -udC -udC +iDt +thA +thA +thA +thA +thA iDt scw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172607,12 +172557,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -172631,14 +172581,14 @@ oZR oVY pez yiL -nxy +egj cxO xuA tuc pPK yiL -dOF -oHO +aVF +rQZ bSk uQC nSk @@ -172646,8 +172596,8 @@ bcm uQC nSk wQR -wpg -tYm +kWH +vao lyg gjq gjq @@ -172659,12 +172609,12 @@ dyf ile neC gKQ -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172687,35 +172637,35 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt iDt daZ iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -172864,11 +172814,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq xMq @@ -172888,7 +172838,7 @@ nUL oVY pez yiL -hvR +swr cxO xuA tuc @@ -172916,11 +172866,11 @@ dyf xCb gDe gKQ -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -172944,10 +172894,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -172955,24 +172905,24 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq scw scw iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -173121,8 +173071,8 @@ tjo tjo tjo tjo -udC -udC +thA +thA xMq xMq xMq @@ -173145,11 +173095,11 @@ kqn oVY pez yiL -iCa +vDx cxO xuA -tvS -evj +dkB +bYg yiL qLD bbY @@ -173166,17 +173116,17 @@ gjq gjq gjq gjq -dsR +avZ ntT xUR jbI oQN xtn gKQ -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -173198,13 +173148,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -173212,23 +173162,23 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -173377,9 +173327,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -173398,24 +173348,24 @@ xhK taV qfs vVH -sFu +fKW oVY vHU yiL -btI +oAY cxO pgL lab -gIk +cbz yiL -aym +phH rnb hgM -svw +kyu hBg hgM tvK -qMA +ncT fzG bWe gjq @@ -173430,10 +173380,10 @@ oTe cAz dEv gKQ -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -173455,12 +173405,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -173468,23 +173418,23 @@ iDt daZ iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq iDt scw iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -173634,9 +173584,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq gjq @@ -173659,16 +173609,16 @@ kqn oVY pez yiL -npX +agF tgP -eOJ -rUl -jyM +rGh +vHM +wyF yiL szz -wKi +nrq hgM -svw +kyu nrF hgM cEP @@ -173687,10 +173637,10 @@ dTr gjS dUW gKQ -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -173712,11 +173662,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt xPu iDt @@ -173725,22 +173675,22 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq nfG iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -173891,9 +173841,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq gjq @@ -173912,7 +173862,7 @@ xhK oAP oua vVH -lNn +uTp oVY tjC yiL @@ -173944,10 +173894,10 @@ gKQ gKQ gKQ gKQ -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -173969,10 +173919,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt aaD @@ -173982,22 +173932,22 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq -udC +thA iDt iDt scw -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174148,9 +174098,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq gjq @@ -174194,17 +174144,17 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174226,9 +174176,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA iDt iDt iDt @@ -174239,22 +174189,22 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174405,9 +174355,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq gjq @@ -174433,7 +174383,7 @@ tVf wJi rME bol -rkT +mMy uME uME doq @@ -174441,7 +174391,7 @@ trA uME xge hBg -ihD +dzt kvu aaK oCT @@ -174451,16 +174401,16 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174481,10 +174431,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -174497,22 +174447,22 @@ aVq daZ iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt scw iDt xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174662,9 +174612,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -174682,16 +174632,16 @@ gjq upw uzM iRV -eia +cvq xgL oVY bWh -gIx +pac hUz hUz bjp bjp -bBn +poe ryu kZt ryu @@ -174708,15 +174658,15 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174738,17 +174688,17 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt vcj -pIz -mXC -rPX +bXi +kPo +rHD vcj aVq iDt @@ -174764,18 +174714,18 @@ iDt scw iDt xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174919,9 +174869,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -174950,12 +174900,12 @@ ate ate fgJ cpw -nIG +jyl ihB ddp hBg -rTn -dhT +nzj +dFr pOk par rsM @@ -174965,14 +174915,14 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -174995,17 +174945,17 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt vcj vcj vcj -pDP -xMI -eZW +yah +iUz +ehD vcj aVq iDt @@ -175021,19 +174971,19 @@ scw iDt iDt xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175176,9 +175126,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -175205,12 +175155,12 @@ syB syB syB syB -fTz +sNr pdz eic -kBh +mLT dha -rRA +nzl vpi uME xhK @@ -175222,13 +175172,13 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175251,18 +175201,18 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt vcj ijn vWz vWz -beo -wuy +swq +eNS vcj aaD qtS @@ -175279,18 +175229,18 @@ ijY iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175433,9 +175383,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -175470,21 +175420,21 @@ pNm tpH uIC pNm -daU -daU -daU -daU +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175508,11 +175458,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt vcj sIO @@ -175537,25 +175487,25 @@ iDt ebd xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175690,9 +175640,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -175727,20 +175677,20 @@ pNm oPn wnv pNm -daU -daU -daU -daU +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -175764,12 +175714,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt vcj igL @@ -175782,11 +175732,11 @@ aaD xQu iDt xMq -udC +thA xMq xMq xMq -udC +thA xMq nfG iDt @@ -175794,27 +175744,27 @@ iDt iDt iDt xMq -udC -udC +thA +thA xMq xMq xMq -udC -udC +thA +thA xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -175947,9 +175897,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -175981,23 +175931,23 @@ vVH dbL ulz pNm -bdF +eUB bQS pNm -daU -daU -daU -daU +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -176011,22 +175961,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt vcj vcj @@ -176039,11 +175989,11 @@ nfG iDt xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq iDt @@ -176059,20 +176009,20 @@ iDt iDt nfG xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -176196,17 +176146,17 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -176250,11 +176200,11 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -176267,23 +176217,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt scw @@ -176294,16 +176244,16 @@ bst alW iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -176315,23 +176265,23 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -176452,18 +176402,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -176507,10 +176457,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -176524,24 +176474,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt -udC +thA iDt iDt vcj @@ -176551,17 +176501,17 @@ lTs vcj iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt scw @@ -176572,23 +176522,23 @@ xMq xMq xMq iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -176709,18 +176659,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -176764,10 +176714,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -176780,25 +176730,25 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt -udC +thA iDt iDt jLO @@ -176808,31 +176758,31 @@ tEC jLO iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA scw hpE xuo hpE iDt xMq -udC -udC -udC +thA +thA +thA xMq iDt iDt -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -176840,12 +176790,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -176966,18 +176916,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -177021,10 +176971,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -177037,23 +176987,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA scw iDt iDt @@ -177064,45 +177014,45 @@ scw nfG iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA nxM vmP maQ oAe aUD xMq -udC -udC -udC +thA +thA +thA xMq iDt scw xMq -udC -udC -udC +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -177223,18 +177173,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -177252,16 +177202,16 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xhK xhK xhK @@ -177278,10 +177228,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -177294,10 +177244,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -177306,10 +177256,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA scw scw scw @@ -177322,32 +177272,32 @@ iDt iDt scw iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA mep upa qck lkz mep iDt -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt xMq -udC -udC -udC +thA +thA +thA gjq gjq gjq @@ -177355,11 +177305,11 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -177480,18 +177430,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -177508,37 +177458,37 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -177551,9 +177501,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq iDt iDt @@ -177571,23 +177521,23 @@ scw scw scw iDt -udC +thA gqG -udC -udC -udC +thA +thA +thA gqG scw gqG iDt -udC +thA gjq gjq gjq gjq gjq -udC -udC +thA +thA nxM nxM qKH @@ -177596,15 +177546,15 @@ aUR nxM nxM nxM -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt xMq -udC -udC +thA +thA iDt gjq gjq @@ -177612,11 +177562,11 @@ gjq gjq gjq iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -177737,18 +177687,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -177764,38 +177714,38 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -177807,10 +177757,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA rcY iDt iDt @@ -177826,13 +177776,13 @@ gjq gjq nfG scw -udC -udC -udC +thA +thA +thA bDO -udC -udC -udC +thA +thA +thA vmA myZ fKv @@ -177854,9 +177804,9 @@ nJd iio nxM xMq -udC -udC -udC +thA +thA +thA iDt scw iDt @@ -177869,11 +177819,11 @@ swU swU bID iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -177994,18 +177944,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA xMq xMq xMq @@ -178020,39 +177970,39 @@ gjq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -178064,10 +178014,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA mJZ iDt iDt @@ -178083,22 +178033,22 @@ gjq gjq gjq gjq -udC -udC +thA +thA gjq bDO -udC -udC +thA +thA iDt fKv myZ fKv gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -178111,10 +178061,10 @@ nJd xUe nxM xMq -udC -udC -udC -udC +thA +thA +thA +thA nfG iDt iDt @@ -178127,10 +178077,10 @@ ujB bID iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -178251,18 +178201,18 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA xMq xMq xMq @@ -178276,29 +178226,29 @@ gjq gjq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gFX -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq @@ -178306,10 +178256,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -178320,21 +178270,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA chg iDt scw scw -kwf -fTD -fTD -fTD -fTD -xAt +vIK +hGd +hGd +hGd +hGd +bnJ gjq gjq gjq @@ -178344,20 +178294,20 @@ gjq gjq gjq bDO -udC +thA gjq gjq fKv myZ fKv iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq mep nFN @@ -178368,11 +178318,11 @@ nxM nxM nxM xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt cCb scw @@ -178384,10 +178334,10 @@ ens hyC iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -178508,17 +178458,17 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA xMq xMq xMq @@ -178533,40 +178483,40 @@ gjq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP iDt scw gbz -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -178576,23 +178526,23 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt rcY scw scw -kwf -vnV -hlP -ahI -ahI -tSU -iPO -xAt +vIK +wlv +cDF +ebc +ebc +nzh +iHn +bnJ gjq gjq gjq @@ -178607,27 +178557,27 @@ gjq fKv myZ vmA -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA nxM imi nJd -hvy +lUN qck eJI nxM xMq xMq xMq -udC -udC +thA +thA iDt iDt iDt @@ -178640,11 +178590,11 @@ noX eNQ bID iDt -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -178764,17 +178714,17 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA xMq xMq xMq @@ -178789,41 +178739,41 @@ xMq xMq xMq xMq -daU -daU -daU -daU +ovP +ovP +ovP +ovP tjo tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -178832,24 +178782,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt rcY scw xMq -snB -feD +iGr +rot eYX sCZ sCZ -snh -boV -snB +oRJ +fej +iGr gjq gjq gjq @@ -178864,10 +178814,10 @@ iDt gqG scw gqG -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -178878,7 +178828,7 @@ qck owG owG qoM -xXm +qvM nxM xMq xMq @@ -178896,12 +178846,12 @@ bID dmR bID bID -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179018,21 +178968,21 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -179045,10 +178995,10 @@ gjq xMq xMq xMq -daU -daU -daU -daU +ovP +ovP +ovP +ovP tjo tjo tjo @@ -179056,30 +179006,30 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP tjo -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179089,25 +179039,25 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt xMq xMq xMq exw -ksO +pKE syE -pqx -pqx -hml -vkg +cVF +cVF +vmV +jpg exw -uBJ +qSi gjq gjq wkV @@ -179131,7 +179081,7 @@ iDt iDt rxW nxM -eix +oji bvS bbv qck @@ -179153,12 +179103,12 @@ fLe mWz bID iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179273,23 +179223,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -179301,11 +179251,11 @@ gjq gjq xMq xMq -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -179320,22 +179270,22 @@ tjo tjo tjo tjo -daU -daU -daU -daU +ovP +ovP +ovP +ovP gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179345,11 +179295,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt @@ -179357,16 +179307,16 @@ exw exw exw exw -jEa +sZI bdr -irF -irF -rdd -lmm +bRY +bRY +iLX +lVo exw exw -fTD -fTD +hGd +hGd exw mPq iDt @@ -179388,7 +179338,7 @@ iDt iDt iDt nxM -ion +gWf vAq ngZ pnf @@ -179410,12 +179360,12 @@ anZ anZ bID iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179530,23 +179480,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -179558,11 +179508,11 @@ gjq xMq xMq xMq -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -179577,22 +179527,22 @@ tjo tjo tjo tjo -daU -daU -daU -daU +ovP +ovP +ovP +ovP gjq gjq gjq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179601,31 +179551,31 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt xMq exw -xGH -iAL -qXz -gKc +iBC +lcs +vfz +ela bdr -irF -irF -rdd -gAy -bqH -xVD -vKh -iOj -mav -tJb +bRY +bRY +iLX +jjF +qtq +sfx +uSn +mmm +oKw +pfR iDt neM qau @@ -179637,12 +179587,12 @@ iDt iDt eXH eXH -aur -aur -aur -aur -aur -aur +ekm +ekm +ekm +ekm +ekm +ekm eXH hjM hjM @@ -179659,20 +179609,20 @@ pBW mep scw iDt -udC -udC +thA +thA iDt iDt iDt scw scw iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179787,23 +179737,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -179814,12 +179764,12 @@ gjq xMq xMq xMq -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -179834,21 +179784,21 @@ tjo tjo tjo tjo -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -179857,30 +179807,30 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq exw -dmu -gAN -fML -jnI -pNF -bTI -bTI -fKy -kWR -qes +eVX +pBy +vzx +eSR +uMR +fUd +fUd +lNm +eVQ +qjP exw -rCh -reh +paN +jPt exw dNN iDt @@ -179900,9 +179850,9 @@ cjJ cjJ cjJ cjJ -wsT +cih gKn -hTa +sSR txj nyX jjx @@ -179916,20 +179866,20 @@ aRn mep iDt iDt -udC -udC -udC -udC +thA +thA +thA +thA cCb scw iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -180044,23 +179994,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -180070,13 +180020,13 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -180091,19 +180041,19 @@ tjo tjo tjo tjo -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -180112,12 +180062,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -180125,15 +180075,15 @@ xMq xMq xMq exw -nlY -aui -fML -gyw -gXe -gXe -xlL -gXe -ieq +hXi +ydf +vzx +tDJ +wAF +wAF +wEr +wAF +ecH exw exw exw @@ -180142,7 +180092,7 @@ exw mPq iDt iDt -kuW +jHI scw fna iDt @@ -180150,7 +180100,7 @@ iDt iDt iDt eXH -hUo +gGK bjU aJr vHZ @@ -180163,7 +180113,7 @@ pHD pHD uXV pHD -biN +qVk hjM oex oex @@ -180173,19 +180123,19 @@ pBW mep iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -180301,23 +180251,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -180327,13 +180277,13 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -180348,14 +180298,14 @@ tjo tjo tjo tjo -daU -daU -daU -daU -udC -udC -udC -udC +ovP +ovP +ovP +ovP +thA +thA +thA +thA tjo tjo tjo @@ -180368,12 +180318,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq sBy @@ -180382,17 +180332,17 @@ sBy sBy sBy exw -lvO -ipH -iUO +tkJ +ltu +hVJ exw -ivr -rjI +bmc +aNQ exw -nHO -fDi -wxL -pRx +cgr +epF +sjh +sNM urG neM iDt @@ -180430,19 +180380,19 @@ pBW nxM iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -180558,23 +180508,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -180583,14 +180533,14 @@ xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -180624,32 +180574,32 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq sBy sBy -kDJ -cwd -uHa -gLo +sVC +weu +hcX +gnD exw -lvc -dPo -cmm +jDp +kBo +wDj exw mpU mpU -eoq -vAu -fDi -aQj -pRx +kFU +jLw +epF +gsA +sNM urG neM iDt @@ -180667,17 +180617,17 @@ wRR oic psv udK -cZS -apa -apa -apa -apa -apa -apa -apa +ldR +nRc +nRc +nRc +nRc +nRc +nRc +nRc bCt pHD -mOw +djB hjM oex oex @@ -180688,16 +180638,16 @@ nxM iDt xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -180815,39 +180765,39 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -180880,31 +180830,31 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq sBy -kww -lUy -teR -tiX -kZc +beB +mqE +isq +lii +hqn exw -qfu -qpV -pIb +blu +pTZ +rvX exw -bmp -bmp +dKI +dKI exw -eni -eWI +uGZ +ebo exw exw gFX @@ -180921,17 +180871,17 @@ iDt iDt iDt eXH -oMN +hmX kjx yco -cZS -wPT -wPT -wPT -wPT -wPT -wPT -wPT +ldR +qTZ +qTZ +qTZ +qTZ +qTZ +qTZ +qTZ mld pHD qYZ @@ -180946,14 +180896,14 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -181072,39 +181022,39 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -181136,33 +181086,33 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq sBy -lRL -eSF -sWC +vaX +kFz +nVH sBy -ibi +qjT sBy sBy exw exw -bmB -cKf -uYa -sDX +nCk +ayg +bqD +oRR sCZ -ygw -jTV +ygn +uaf exw xMq psb @@ -181203,14 +181153,14 @@ nxM nxM nxM xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -181329,39 +181279,39 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -181393,33 +181343,33 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq sBy -iYq -nHW -rzA +rNC +rXq +whq sBy -pIi -qMe -uro +bfR +dVQ +sze exw exw exw -rnF -edY -upn -cMw -kSo -kmW +tLy +uVF +inU +kbG +jRG +ost exw xMq psb @@ -181461,13 +181411,13 @@ jJV nxM xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -181585,40 +181535,40 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -181650,33 +181600,33 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq sBy -oGR -pIQ -let +riC +vro +pTg sBy -jjG -bJy -bJy -dwF -dQF +jsf +lVl +lVl +xsz +izH exw -rZT -jCF -acr -sHn +jBa +aZY +gAx +qek exw -jXq +mnG exw psb psb @@ -181688,13 +181638,13 @@ scw btU xUf syW -dKt +ioZ hVX xUf eXH irO wiv -cRo +fBw mLt mLt eKW @@ -181711,28 +181661,28 @@ aJw sBJ qpD nxM -wXW +qhp nxM nxM pBW nxM xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -181841,41 +181791,41 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq xMq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -181907,35 +181857,35 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq qMT qMT qMT -tGZ +gyB qMT qMT -pIi -bJy -bJy -rMB -dQF +bfR +lVl +lVl +rTg +izH exw -prw -mqr -nUo -prw +gNm +emP +aGE +gNm exw -gLm -cjK -sAc +jYX +lMa +cVs psb xMq iDt @@ -181943,13 +181893,13 @@ iDt iDt iDt ioK -vnS +piJ bja jvw jvw bja eXH -sXz +cAT oDQ xvn msp @@ -181965,32 +181915,32 @@ pHD jKG hjM xDU -oAd -fSu -vLY -jJb +bFm +rNz +lKs +dqL bHF eos jol nxM xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -182098,41 +182048,41 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq xMq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -182164,34 +182114,34 @@ tjo tjo iDt tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq qMT -dtQ -fEg -qqw -smX -ilY -pIi -bJy -hJm +mpj +udT +lSM +xBo +dAa +bfR +lVl +ned qMT exw exw -eDi -doJ -wMu -lOP +vKf +wpz +rsC +fhy exw exw -hHU +irq psb psb iDt @@ -182200,9 +182150,9 @@ iDt scw iDt ioK -rZX +gps bja -jcc +dxa jvw bja kRH @@ -182234,21 +182184,21 @@ rgE rgE rgE rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -182354,27 +182304,27 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -182382,14 +182332,14 @@ xMq xMq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -182421,35 +182371,35 @@ tjo tjo iDt tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq qMT -qjn -kKn -fMx -lHH -xXq -hSb -ruO -aoU -eXw +xPA +rJn +xNq +dMh +gPC +qqG +pWk +dFT +xNh exw -nAI -eDP -oko -fVZ -nDe -iFa +jNo +pgf +xcR +aca +uGV +vCT exw -fKx -sAc +jaF +cVs psb iDt iDt @@ -182459,7 +182409,7 @@ scw btU btU btU -whl +rIW ako hjM hjM @@ -182471,16 +182421,16 @@ hjM hCC iXP pHD -pqG +woC eXH eXH -ijN +ida pHD qMz hjM gmO sBJ -kzv +rVE nxM bYY cDh @@ -182491,22 +182441,22 @@ sCQ lNy mPH rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -182611,25 +182561,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq xMq xMq @@ -182639,14 +182589,14 @@ gjq gjq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -182675,38 +182625,38 @@ tjo tjo tjo tjo -aXH +nML iDt tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq qMT -pwB -hRV -epX -hRV -ilY -hSb -cSu -ebq -phU -fjC -pvT -shD -vTn -vTn -bwL -dYO +ecn +xVv +fOF +xVv +dAa +qqG +dVN +lvJ +mmY +duL +fAf +rfM +bCN +bCN +ikw +ePS exw -fKx -otj +jaF +rRn psb iDt iDt @@ -182716,7 +182666,7 @@ scw btU kCR btU -yey +feX dYr nxM dTm @@ -182748,23 +182698,23 @@ qII tVA oiO rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -182868,25 +182818,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -182896,14 +182846,14 @@ gjq gjq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -182932,37 +182882,37 @@ tjo tjo tjo tjo -ydP +klB iDt tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq qMT qMT qMT qMT -uNZ -nNC -wZd -jUr -pIi -pqA -ouH -miG -fjC -pvT -uRz -vTn -vTn -vJL -aAE +xqd +qZy +tIv +qNW +bfR +abQ +mZL +gMS +duL +fAf +hOx +bCN +bCN +sfc +oNF exw -fKx +jaF fuH psb iDt @@ -182971,10 +182921,10 @@ iDt iDt btU btU -sGf +eOD lca -kme -jOV +gpQ +fTw nxM nxM nxM @@ -183014,20 +182964,20 @@ rgE rgE rgE rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -183125,25 +183075,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -183153,14 +183103,14 @@ gjq gjq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -183192,40 +183142,40 @@ tjo iDt iDt tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq qMT -fjm -mCX -pmg -etV -rvJ -lGY -pIi -csg -cSu -gUB -xqv +qvi +pbw +uft +rXx +eLJ +xpa +bfR +xNS +dVN +hAg +oNm exw -dlT -gwS -pJt -iUW -fkJ -vRM +aDi +vfa +nlY +cuk +dcn +cKU exw -fKx +jaF fuH psb iDt iDt iDt -jZV +lKI btU idr qSe @@ -183253,9 +183203,9 @@ qmK nxM lAA nxM -vOI +jpT nxM -vzY +qqv xzO hjM hjM @@ -183271,21 +183221,21 @@ iRP wrE lKt rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -183382,25 +183332,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -183410,14 +183360,14 @@ gjq gjq gjq xMq -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -183449,45 +183399,45 @@ iDt iDt tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq qMT -cId -ksL -bJy -nmK -ruO -lXo -frW -lXo -dkO -qis +kXm +ucB +lVl +cdY +pWk +cie +oSd +cie +hWC +uHi jre jre jre -xoZ -cBL -nty -qJw +rlc +nFI +uQF +mDp exw exw -hHU +irq psb psb -kWB -kWB -kWB -bOk +mbr +mbr +mbr +mXO btU oYm kht wqi -qhy +tBY dYX sAI hjM @@ -183510,9 +183460,9 @@ lAA nxM scw ilN -jdP +vIZ nxM -bgd +jxJ kmM sYU iio @@ -183528,22 +183478,22 @@ bGa bGa bRE rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -183639,25 +183589,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -183667,14 +183617,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -183703,43 +183653,43 @@ iDt iDt iDt iDt -ssy +bfr tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq qMT -cPH -agt -ryO -kEL -iyb -wzi -guG -oYB -usV +lTd +vcq +dQu +txh +acu +mzf +vez +mHX +gTV jre jre -vps +jSd jre jre jre -eLO +jls jre jre fuH -fKx -sAc +jaF +cVs psb -jab -cIl -cIl -cIl +fNt +aeB +aeB +aeB btU btU btU @@ -183749,7 +183699,7 @@ btU ako xDb jms -cFT +dHl xDb hjM hjM @@ -183767,10 +183717,10 @@ scw deN iDt nxM -jdP -jdP -jdP -tIz +vIZ +vIZ +vIZ +rVi oiT xUe hjM @@ -183785,23 +183735,23 @@ pzs ljL hPO rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -183896,25 +183846,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -183924,14 +183874,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -183958,51 +183908,51 @@ iDt tjo iDt iDt -ssy +bfr iDt -xDN +pWB tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq jre jre -qIn +fvQ jre jre -rKd -nuo -dVN -uEE +bOe +wmP +ohE +naZ jre jre -fDt -aEd -hzQ -hzQ -pck -xRb -dEB +jaR +ozU +qto +qto +rTU +bHj +dKd jre -miv -fKx -dMS +nKw +jaF +iah psb -okW -nMk -cIl -pxW +lbR +odO +aeB +muq btU -slO -fPt +gzb +iTs meL -mgg -hJC +ruk +kgJ ako hWV iiR @@ -184027,7 +183977,7 @@ nxM myP nxM nxM -mXf +uTK nxM nxM hjM @@ -184042,23 +183992,23 @@ foW ljL iQF rgE -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -184153,25 +184103,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -184181,14 +184131,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -184209,7 +184159,7 @@ tjo tjo tjo tjo -ssy +bfr iDt tjo tjo @@ -184221,56 +184171,56 @@ iDt tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq jre -mkb -ihG +uqv +xEY jre jre -mtT -mtT +kky +kky jre jre -fDt -wun -dOQ -lZG -fDt -mSU -bop +jaR +dAY +xeL +rMy +jaR +twn +vdH jre jre -jSN -fKx -jZg +fym +jaF +tzA psb -kwv -axd -nMk -cIl +wub +rss +odO +aeB ioK -jgV -cWJ -xtC -kgE -gpT +waH +onf +gpl +nyc +kmm ako rjr xQT xQT qmU xDb -qZs +jEf qnt pGS dIZ -pyf +aRr xDb xMq iDt @@ -184285,19 +184235,19 @@ wEU jtD rBv qHl -yjK +hRX oiT -cQB +smw hjM -gzd +gZT nVc uVj sZa wUR jVE vbd -qHq -eTL +eoP +xxC kHr kHr kHr @@ -184307,16 +184257,16 @@ kHr kHr kHr kHr -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -184410,25 +184360,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -184438,14 +184388,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -184478,45 +184428,45 @@ iDt tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq jre -gEj -auN +akI +bdI tjs -xfq -xfq -hzQ -hzQ -skV -tCT -pOJ +oXb +oXb +qto +qto +hWK +hUG +riE jre -vLx +pon jre jre jre jre -utS -utS -hHU +lTG +lTG +irq psb psb -mES -axd -mrl -cIl +kSK +rss +vXi +aeB ioK -qpz -aCl -tHe -tHe -esK +bRm +kCK +uvb +uvb +eVj ako hSF hSF @@ -184539,14 +184489,14 @@ xMq xMq nxM bvS -ieF +vyI owG -rwG -syG +sPG +cmQ skJ owG hjM -fBA +soM ljL mYJ oIN @@ -184564,17 +184514,17 @@ iZO taN seX kHr -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -184667,25 +184617,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -184695,14 +184645,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -184731,55 +184681,55 @@ iDt iDt iDt iDt -ssy +bfr tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq xMq jre -mTA -mYr -ojj -hLw -eWY -uZP -rEK -wZK -wNQ +ekv +oeY +twR +dTc +vMo +tpw +eti +jtf +eOI jre jre -eLx -iDg -jHE -udH -ylk +wfb +beU +vxu +hSs +wNA fwB -utS -klY +lTG +oJD psb -dpX -axd -nPj -cIl -cIl +wpP +rss +gZz +aeB +aeB ioK -jgV -nHc -nHc -ofm -okf +waH +nEU +nEU +sUo +drn ako xDb xDb xDb -ygs -fDZ +rHr +mrU rQw xEb eVZ @@ -184821,18 +184771,18 @@ bWK bWK xJw kHr -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -184924,25 +184874,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -184952,14 +184902,14 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP +ovP tjo tjo tjo @@ -184992,17 +184942,17 @@ iDt tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq jre jre jre jre -xDg +smS jre jre jre @@ -185010,33 +184960,33 @@ jre jre jre jre -oXe -miR -gGJ -gsW -twX -twX -gsW -czm -fpb +iQe +iiF +tDC +dVO +oGh +oGh +dVO +suN +wnA psb -mES -axd -nPj -ygI -jab +kSK +rss +gZz +taK +fNt ioK -jgV -iyF -xyG -jnY -eQU +waH +bzS +lls +mKf +kkS ako xuQ qXO pGS bhw -iLU +tNk osO bmM pKu @@ -185046,7 +184996,7 @@ ffQ xDb clI iDt -rJI +lna iDt xMq xMq @@ -185079,17 +185029,17 @@ bWK lub mSL iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -185182,24 +185132,24 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP xMq gjq gjq @@ -185209,13 +185159,13 @@ gjq gjq gjq xMq -udC -udC -udC -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP tjo tjo tjo @@ -185249,57 +185199,57 @@ iDt tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq jre jre -bmw -oRw -nWX +gun +mHs +qUb nNe -sNw -npq +qMK +cRi jre -vKC -aXU -epP -bjZ +lZK +xXK +cAS +dVr mQk -mgR +kUF mQk fwB fwB fwB fwB -utS -niR +lTG +rxu fuH -dpX -axd -nPj +wpP +rss +gZz btU -dKR +qAX btU -olO -rQU -kPC -rFl -sMD +uBd +xBc +sqR +kxu +tUz uHV -orP +cqv gZb xwu cAr -pqX -jWd -htg -dKH +gls +drR +jyz +lzX oQY oQY -cTt +hoM xDb xMq iDt @@ -185330,23 +185280,23 @@ uBA fKr vjk one -qPW +upV bWK bWK jKy mSL iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -185439,25 +185389,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -185466,13 +185416,13 @@ gjq gjq xMq xMq -udC -udC -udC -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP tjo tjo tjo @@ -185506,52 +185456,52 @@ iDt iDt iDt tjo -udC -udC -udC +thA +thA +thA xMq xMq jre -ydQ -jXD +iVe +cRq wSs -bCy -kwo -kWs -fDt +fQg +fux +lBO +jaR jre -nNQ -pNp -xTX +fjT +eEm +lPZ jBB mQk -gQj +wFf mQk mQk fwB -kbU +ykr fwB -utS -hLy +lTG +sYF psb psb -mES -nPj +kSK +gZz btU -jHD +dYd btU -vae -eiQ -meX +gQH +ojK +bjt btU btU ako -fDH +goJ jeI pGS cDb -dYn -jWd +kET +drR oQY oQY soA @@ -185597,13 +185547,13 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -185696,25 +185646,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -185723,13 +185673,13 @@ gjq gjq xMq xMq -udC -udC -udC -daU -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP +ovP tjo tjo tjo @@ -185763,51 +185713,51 @@ iDt ebd iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre -nmw -bEp -fDt -vcE -gVn -pFm -fDt +yhb +qeX +jaR +dDX +aTA +vbe +jaR jre -iHy -rVO -xGZ +wHU +mkq +fIq mQk mQk -vVh +hmF mQk -xLy -iLS -vbz +kzU +mWF +obY fwB -utS -pAM -hun +lTG +jZK +fcy psb -kwv -mrl +wub +vXi btU -qmw +jPH btU -vSH -dlc -fPN -uVz -kDw +qnT +pUa +jUL +pOR +rDu ako wlF lYR pGS cDb -ydU +vEJ wGX oQY hrZ @@ -185817,7 +185767,7 @@ jUB xDb xDb xMq -udC +thA iDt iDt scw @@ -185855,12 +185805,12 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -185954,24 +185904,24 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -185980,12 +185930,12 @@ gjq gjq xMq xMq -udC -udC -udC -daU -daU -daU +thA +thA +thA +ovP +ovP +ovP tjo tjo tjo @@ -186017,45 +185967,45 @@ tjo tjo tjo iDt -ssy +bfr iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre -iWC -vKn -fDt -lNV +qsi +vNS +jaR +tae nNe -nmQ -dmD +hVC +qBN jre -iHy -jjW -djt -tRA +wHU +hZq +obz +vDX mQk -dLk -wNz -lRl -xPS +qFm +aah +vCf +sFF qPE fwB -utS -pAM -otj +lTG +jZK +rRn psb -mrl -jab +vXi +fNt btU -vXZ -bWB -ksM -rtw +rOK +dll +ehH +hgs jUB jUB jUB @@ -186063,19 +186013,19 @@ xDb xDb xDb xDb -jLK -svk +jCA +nLe nQd oeT hzz -lGj +gmf jUB gyY -tCM +rXj xDb -udC -udC -udC +thA +thA +thA iDt iDt scw @@ -186112,13 +186062,13 @@ scw iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -186212,23 +186162,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -186237,11 +186187,11 @@ gjq gjq xMq xMq -udC -udC -udC -daU -daU +thA +thA +thA +ovP +ovP tjo tjo tjo @@ -186277,42 +186227,42 @@ tjo tjo iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre jre -quQ -kgs -nWX +mJv +eqv +qUb nNe -mcB -rom +kvA +wSE jre jre -ydT +nnY jre jre jre -gCU +dKo jre jre jre jre -utS -utS -pAM +lTG +lTG +jZK fuH psb -kWB -xfQ +mbr +vuc btU -siY -cVQ -bmx -wau +wWL +aEl +chp +vSR jUB oXs iSs @@ -186327,13 +186277,13 @@ pwn pwn pwn jUB -jse +cuJ rpU xDb -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -186350,7 +186300,7 @@ upH uuw jDi nzT -iub +eGl lVw dDy nOS @@ -186368,15 +186318,15 @@ alM sbZ alM iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -186469,23 +186419,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -186494,10 +186444,10 @@ gjq gjq xMq xMq -udC -udC -udC -daU +thA +thA +thA +ovP tjo tjo tjo @@ -186535,41 +186485,41 @@ tjo tjo iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre jre jre jre -eaB +qlY jre jre jre -nTl -kzc +sYs +nqs wSs -fDt -cND -fRG -fDt +jaR +gPJ +qir +jaR wSs -tlF +gsy jre jre jre -boK +rni jre jre fuH fuH btU -lnb -dnJ -okt -iiF +gVf +eeG +ncP +slg jUB srM skU @@ -186587,12 +186537,12 @@ rqY tAg ukV xDb -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gqG eJf eJf @@ -186625,15 +186575,15 @@ alM noQ alM iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -186726,23 +186676,23 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -186750,10 +186700,10 @@ gjq gjq gjq xMq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -186793,40 +186743,40 @@ tjo iDt iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq xMq jre -vps -xqA -stv -exQ -exQ -diH +jSd +azG +vlW +luw +luw +jNe jre -mtT +kky jre -eXU +huY jre dQN jre -isj +wzh jre -mqc -qlQ +oZT +qkl wSs vTp jre fuH fuH btU -gMQ -nWp -kHq -bAz +mqf +aaG +dWc +wrT jUB ksH yaJ @@ -186835,7 +186785,7 @@ vXD xDb qSN atl -dKH +lzX dRz jUB cAM @@ -186844,14 +186794,14 @@ qkB vqH xDb xDb -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA nfG gjq gjq @@ -186883,14 +186833,14 @@ iCD alM alM alM -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -186983,34 +186933,34 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -187051,27 +187001,27 @@ iDt iDt iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre jre -irz +vhK jre -cRs +ggA dQN -pXy +eJZ jre rYT -lmB -cbS +aBw +hps jre -gtj +mLZ jre -oNG -fZh +far +qqP wSs wSs wSs @@ -187080,10 +187030,10 @@ jre fuH fuH btU -rBR -jZz +tPK +mfF dYr -uaV +doz xDb jUB aVU @@ -187101,17 +187051,17 @@ vpX xDb xDb xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA wCo oxO wCo @@ -187129,7 +187079,7 @@ nsp fWO tRd tRd -xIv +nXO tRd tRd alM @@ -187144,10 +187094,10 @@ alM pVH pVH pVH -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -187240,34 +187190,34 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -187308,9 +187258,9 @@ iDt iDt iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq xMq @@ -187319,19 +187269,19 @@ uiv jre jre jre -uOS -gAM -cGh +lge +uNL +nBJ oTx -vyj +aPa jre vFg jre jre jre -vjb +mvY jre -irz +vhK jre jre fuH @@ -187359,15 +187309,15 @@ xDb xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq alM jqc @@ -187401,10 +187351,10 @@ oyC oNP aee pVH -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -187497,34 +187447,34 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -187561,30 +187511,30 @@ tjo iDt iDt tjo -udC +thA iDt iDt iDt iDt -udC -udC -udC +thA +thA +thA xMq xMq jre -nmg +sod jre xMq jre -wcD +tpq jre lvF -sib +amY lvF jre -kWa +oJS djH -dfY +muU jre jre jre @@ -187593,11 +187543,11 @@ jre xMq xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xDb xtR ukz @@ -187606,7 +187556,7 @@ bwe cxQ vJB wgI -ueE +qaI wDk jUB vjJ @@ -187617,12 +187567,12 @@ ffe ffe xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -187645,7 +187595,7 @@ tRd alM alM fuD -tsb +fmf eEY oxO fWO @@ -187658,10 +187608,10 @@ pVH pVH pVH pVH -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -187754,33 +187704,33 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -187818,17 +187768,17 @@ tjo iDt tjo tjo -udC -udC +thA +thA iDt iDt iDt -udC -udC +thA +thA iDt rcY scw -uIo +chh aIB tiY xMq @@ -187839,28 +187789,28 @@ jre jre jre jre -jew +aZj aCo hMw jre xMq jre -nmg +sod jre iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xDb pPD tIu toG jUB -xmB +kax anK nrC xDb @@ -187877,8 +187827,8 @@ alM alM alM alM -udC -udC +thA +thA xMq xMq xMq @@ -187908,17 +187858,17 @@ alM nsp wsh alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -188011,32 +187961,32 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -188075,8 +188025,8 @@ tjo tjo tjo tjo -udC -udC +thA +thA iDt iDt iDt @@ -188084,7 +188034,7 @@ iDt iDt iDt rcY -aXH +nML scw scw iDt @@ -188104,14 +188054,14 @@ xMq tiY aIB dhH -euZ -iDt -udC -udC -udC -udC -udC -udC +hZT +iDt +thA +thA +thA +thA +thA +thA xDb xDb xDb @@ -188157,7 +188107,7 @@ oxO oxO tRd alM -udC +thA alM alM alM @@ -188165,17 +188115,17 @@ alM alM alM alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -188268,32 +188218,32 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -188332,15 +188282,15 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA iDt iDt iDt iDt iDt -pnK +oxb scw iDt scw @@ -188351,25 +188301,25 @@ rcY lvt lvt xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA iDt iDt scw iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -188399,7 +188349,7 @@ oxO oxO oxO oxO -btq +rUS tRd tRd nPI @@ -188414,25 +188364,25 @@ alM alM cYT alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -188525,32 +188475,32 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -188589,10 +188539,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -188609,25 +188559,25 @@ kNC kNC gIl iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq scw iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq fWw @@ -188671,21 +188621,21 @@ nPI nPI tRd alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -188782,31 +188732,31 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -188846,10 +188796,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA iDt iDt iDt @@ -188866,26 +188816,26 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq scw scw scw xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq iwV ghx @@ -188928,18 +188878,18 @@ ffe nPI dSX alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -189039,30 +188989,30 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -189102,12 +189052,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -189120,29 +189070,29 @@ iDt iDt iDt iDt -ssy +bfr iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq keA keA keA xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA scw nDw lFp @@ -189169,32 +189119,32 @@ qLY hOU abe abe -aRf +cKA abe abe -aRf -rsC +cKA +mga abe -aRf +cKA abe abe -aRf -wyU +cKA +mLO abe rnQ nPI wzg alM -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -189297,29 +189247,29 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -189359,11 +189309,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq iDt iDt @@ -189381,25 +189331,25 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xuo -ptw +xiu xuo xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq nDw @@ -189419,38 +189369,38 @@ uUn xNa eOS qLY -vIk +vfe tsa wHb qLY abe jSW abe -aRf +cKA jSW abe -aRf +cKA abe abe -aRf +cKA abe abe -aRf +cKA abe abe rnQ nPI alM alM -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -189555,27 +189505,27 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -189616,10 +189566,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq xMq @@ -189629,9 +189579,9 @@ rcY iDt scw iDt -tDr +ioQ keA -mym +sdo iDt iDt scw @@ -189641,23 +189591,23 @@ scw iDt cCb iDt -udC -udC -udC +thA +thA +thA psb sRp gUQ sRp psb -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -189683,29 +189633,29 @@ qLY giP abe abe -bhj +gCo abe abe -bhj +gCo abe abe -bhj +gCo abe abe -bhj +gCo abe abe rnQ nPI alM -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -189813,25 +189763,25 @@ tjo tjo tjo tjo -daU -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -189873,10 +189823,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq xMq @@ -189887,7 +189837,7 @@ iDt iDt iDt tBs -baj +rUC tBs iDt iDt @@ -189906,20 +189856,20 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -189938,29 +189888,29 @@ oXr wpv qLY lMu -bUK +nyv oQo nmj -ucl +kxO aHz dIS -gBb +cDp dJx htp -eWh +umX yjA tOf -vPD +cPX lqU mDg nPI alM alM -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -190070,24 +190020,24 @@ tjo tjo tjo tjo -daU -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC +thA +thA tjo tjo tjo @@ -190130,10 +190080,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq tBs @@ -190147,15 +190097,15 @@ vRz wMj vRz iDt -aSf -igy -eqW -igy -igy -igy -eqW -igy -cNh +lIH +fAb +nqc +fAb +fAb +fAb +nqc +fAb +qXl iDt iDt iDt @@ -190163,21 +190113,21 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt alM @@ -190186,7 +190136,7 @@ ffe pXj cZT qSE -qLN +urS cZT cZT pXj @@ -190194,30 +190144,30 @@ qLY wZv axD qLY -hez -jAF +hEW +rMx fma -fTk -roA +vdr +tOp fma -fTk -iDG +vdr +eqw fma -vlI -xhv +maO +rYm fma -vlI -rJe +maO +cSJ fma ffe nPI ipw alM -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -190328,23 +190278,23 @@ tjo tjo tjo tjo -daU -daU -daU -udC -udC -udC -udC -udC -udC -udC +ovP +ovP +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC +thA +thA tjo tjo tjo @@ -190387,11 +190337,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs uan @@ -190401,18 +190351,18 @@ tBs tBs tBs tBs -tNA +oVI tBs tBs tBs -hsR -kOi -rbZ -rbZ -rbZ -pgo -hsR -hNF +sVw +iuP +nHp +nHp +nHp +oQe +sVw +dXj iDt iDt iDt @@ -190421,19 +190371,19 @@ iDt iDt cCb iDt -udC -udC -udC +thA +thA +thA xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -190442,39 +190392,39 @@ jCr ffe nAf pMF -iMV -hRC -liY +mqe +rcZ +euM pMF sfv xyn dmj wPd -fwC +lVt asb pMF xCh -kaW +cbP pMF ihN doK -xBA +mBP rjT rXD pMF -tiQ -lNo +pfJ +jrc pMF -clW +mbb rkl nPI oxO alM -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -190585,14 +190535,14 @@ tjo tjo tjo tjo -daU -udC -udC -udC -udC -udC -udC -udC +ovP +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -190600,8 +190550,8 @@ gjq gjq gjq gjq -udC -udC +thA +thA tjo tjo tjo @@ -190644,33 +190594,33 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs pwv sAu -nEX +giZ tBs nHQ oik -dmq -cJZ +oFl +bJi uDl feQ tBs -kOi -efM -ebB -tuk -ebB -efM -pgo -dTy -fRu +iuP +hiJ +bKw +sBg +bKw +hiJ +oQe +nbO +ouM scw iDt iDt @@ -190679,17 +190629,17 @@ iDt iDt iDt iDt -udC +thA scw xMq xMq xMq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -190706,32 +190656,32 @@ gtF ouP gLS cyh -cXX -bsV +kgS +bKI cyh -wXX -bsV +xrZ +bKI cyh -dQZ -bsV +qyo +bKI cyh -izA -bsV +eJP +bKI cyh -lBZ -bsV +hVW +bKI cyh -odd -xns +hFj +iER ffe nPI aaq alM -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -190842,13 +190792,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA gjq gjq gjq @@ -190856,9 +190806,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -190901,11 +190851,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs dHJ @@ -190914,19 +190864,19 @@ qDF tBs iXC moB -iig +ozV baR kAn kMN tBs -mFR -ebB -ebB -uXk -uXk -ebB -cSj -cnj +ydC +bKw +bKw +tso +tso +bKw +ged +teK scw iDt iDt @@ -190943,7 +190893,7 @@ iDt xMq xMq xMq -udC +thA xMq xMq xMq @@ -190954,41 +190904,41 @@ iDt alM oxO ffe -hSp +mjO llw wPd nWK -weP +qWS wPd -ygE +fiq qLY prH -bjn +wcW qbq iar -xqu +dax oir slp -fjt +lUX wgr xur -reT +bPS rxM aLA -bnh +qsa cNI tWd -hJi +oFs wGN mDg pQG tRd alM -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -191099,11 +191049,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -191113,9 +191063,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -191158,11 +191108,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs tBs @@ -191176,19 +191126,19 @@ rtp tBs tBs tBs -ebB -efM -ebB -efM -uXk -efM -awy -dTy +bKw +hiJ +bKw +hiJ +tso +hiJ +fBC +nbO iDt iDt -mat +neW keA -ubd +hxz iDt iDt iDt @@ -191211,7 +191161,7 @@ iDt alM oxO ffe -wCn +oqd vHq aZk pMF @@ -191221,19 +191171,19 @@ iQM qLY abe abe -srE +dLr abe abe -srE +dLr abe abe -srE +dLr abe abe -srE +dLr abe abe -srE +dLr abe abe lfs @@ -191241,10 +191191,10 @@ pjr nPI nPI alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -191356,11 +191306,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -191370,9 +191320,9 @@ gjq gjq gjq gjq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -191415,40 +191365,40 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tBs bxJ -bNx +wkO tBs eTa lns tBs bpT -qfB +vMl kTk hhz qEJ -tJD -yav -ebB -yav -ebB -awy -hsR -xHn +qiC +lOV +bKw +lOV +bKw +fBC +sVw +xmG iDt xMq wrX -xak +hEs xCj xMq -udC -udC +thA +thA iDt scw iDt @@ -191478,19 +191428,19 @@ qLY qLY abe abe -pqM +gLj abe jSW -pqM +gLj abe abe -pqM +gLj abe abe -pqM +gLj abe abe -pqM +gLj abe abe abe @@ -191498,10 +191448,10 @@ pjr tRd iWM alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -191613,11 +191563,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq @@ -191626,10 +191576,10 @@ gjq gjq gjq gjq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -191672,12 +191622,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tBs tix wxw @@ -191686,7 +191636,7 @@ moB wta tBs nXH -acM +fHS kTk gSV qEJ @@ -191705,10 +191655,10 @@ qCJ wrX xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA alz xMq xMq @@ -191735,19 +191685,19 @@ vgf qLY abe abe -pqM +gLj aey abe -pqM +gLj abe abe -pqM +gLj abe abe -vSq +wUz abe abe -pqM +gLj abe abe wnB @@ -191755,10 +191705,10 @@ pjr tRd iWM alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -191870,10 +191820,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -191882,11 +191832,11 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -191928,13 +191878,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tBs tix tBs @@ -191947,28 +191897,28 @@ uII kTk hhz qEJ -wte +eAk dzy bWZ -foS +vYg bWZ oTA -biX +eNC wrX wrX wrX wrX -dTv +dGq wrX wrX xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -192012,10 +191962,10 @@ ffe tRd iWM alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -192127,10 +192077,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -192139,11 +192089,11 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -192185,13 +192135,13 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tBs tix tBs @@ -192204,8 +192154,8 @@ djD qEJ qEJ qEJ -tpz -huy +tJi +wBA oTA rpK oTA @@ -192213,20 +192163,20 @@ epB oTA wrX wrX -tHN +seN nBe tiV mjQ wrX xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq hpx iDt @@ -192269,10 +192219,10 @@ oxO tRd dmU alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -192384,10 +192334,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -192395,12 +192345,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -192442,11 +192392,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tBs tBs tBs @@ -192458,10 +192408,10 @@ quB jmR vrC hbR -oxa +gNJ qEJ -cuL -sAY +eog +lUa dtC bAF qeR @@ -192470,20 +192420,20 @@ nJy oTA cMj xNE -gCS +lnw pwC wGv huJ wrX xMq xMq -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -192496,7 +192446,7 @@ alM alM alM oxO -xpf +aDe tNJ tNJ nyJ @@ -192526,10 +192476,10 @@ nPI nPI geW alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -192641,10 +192591,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq @@ -192652,12 +192602,12 @@ gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -192699,26 +192649,26 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tBs -dXb -lzf -czt +liS +pxg +fdN tBs deP -peA +oBg pQw cBP wAv fjH dNB gQO -oCm -jHk +mPJ +mle bWZ amt xXE @@ -192728,20 +192678,20 @@ tSy uJt uJt hxI -nqB -bkq -cMt +iAQ +qxJ +uTX wrX xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq xMq @@ -192758,11 +192708,11 @@ oLa pvh oxO oxO -jED +yfz oxO -ebm +woH oxO -nCg +oWo oxO oxO oxO @@ -192783,10 +192733,10 @@ alM alM alM alM -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -192898,21 +192848,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA gjq gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -192955,18 +192905,18 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs -xgH -kBf -cSR +suA +roq +rHZ tBs -jxu +dit bDH rYt rrf @@ -192974,7 +192924,7 @@ wAv jvs qEJ qEJ -rdO +oxN mHJ oTA oTA @@ -192986,20 +192936,20 @@ uJt uJt rcD smC -oHG +oTM wrX wrX xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -193035,15 +192985,15 @@ alM alM alM alM -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193155,21 +193105,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA gjq gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193212,15 +193162,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq tBs iUm -tKm +fjz wMj tBs vcO @@ -193230,7 +193180,7 @@ qEJ qEJ qEJ qEJ -cBB +msf dtC smC iLt @@ -193248,16 +193198,16 @@ wrX xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq psb iDt @@ -193280,27 +193230,27 @@ ffe ffe ffe ffe -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193412,21 +193362,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA gjq gjq gjq -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193469,10 +193419,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq tBs @@ -193485,36 +193435,36 @@ tBs fCw wrX hzd -aWw +sdk aIe -huy +wBA uJq -uUL -ygp +vNs +aLy hMr aUO aUO -sQv +tyi aUO aUO aUO aUO oHV -gQd +que wrX xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq xMq iDt @@ -193529,7 +193479,7 @@ iDt iDt kAH mHu -juE +kwM sdl qRO fgx @@ -193537,27 +193487,27 @@ cAB wQi wQi uIf -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193669,21 +193619,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193726,25 +193676,25 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA xMq xMq tBs ccV wMj -hPc +lpL tBs tWc tBs kCx wrX umF -cUk +kmn aIe -eqH +lHB dzy ewC iLt @@ -193761,21 +193711,21 @@ kfl wrX xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -xMq +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA xMq iDt +iDt xMq iDt iDt @@ -193794,27 +193744,27 @@ vqv wQi wQi uIf -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193926,21 +193876,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -193983,26 +193933,26 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq tBs -nTv -mBE +pWf +ydA iUm bEN pmn tBs tBs tBs -iIN -giv +hrK +icv wrX wrX -qDv +fIn jcP oTA oTA @@ -194014,23 +193964,23 @@ uJt uJt rcD oTA -mHX +wQC wrX xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA xMq xMq xMq @@ -194042,7 +193992,7 @@ uIf uIf uIf uIf -jxJ +laa qKt tUo aQn @@ -194051,18 +194001,18 @@ vqv qiN pkP uIf -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -194183,21 +194133,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -194240,27 +194190,27 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq xMq tBs tUx nou -tKL +iWq tBs wMj -hPc +lpL wMj tBs lry oTA hlS wrX -lAF -huy +uDC +wBA oTA bAF irQ @@ -194271,26 +194221,26 @@ uJt uJt oTA oTA -weK +tIw wrX xMq xMq -udC -udC -udC +thA +thA +thA tjo tjo tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA rcY iDt uIf @@ -194308,13 +194258,13 @@ vqv brt brt uIf -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -194440,21 +194390,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -194498,9 +194448,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq tBs @@ -194516,8 +194466,8 @@ etH etH eyU wrX -dvh -bsu +uJI +xBt iih sab nMP @@ -194526,15 +194476,15 @@ qYh oTA avo tTw -hKj -gHE +qfj +vnj wrX wrX xMq xMq -udC -udC -udC +thA +thA +thA tjo tjo tjo @@ -194542,12 +194492,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA rcY iDt uIf @@ -194565,11 +194515,11 @@ vqv fkN fkN uIf -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -194755,9 +194705,9 @@ tjo tjo tjo tjo -udC -udC -udC +thA +thA +thA xMq xMq iDt @@ -194766,16 +194716,16 @@ xuo xuo xuo tBs -jOe -qTJ +vbC +aOz tBs cPq etH etH wrX wrX -fhJ -huy +ffp +wBA oTA syh oTA @@ -194783,15 +194733,15 @@ syh oTA wrX wrX -vaO -slU +hfm +orU wrX xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -194799,16 +194749,16 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA rcY iDt uIf -tKn +rmp pOL pOL pOL @@ -194819,14 +194769,14 @@ mzb rEj rRl vqv -mpS -vIZ +wZV +hhu uIf -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -195012,10 +194962,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA scw iDt gFX @@ -195031,12 +194981,12 @@ wrX wrX wrX wrX -pye +qrT dtC oTA -eAI +xeJ oTA -xBO +kub aZL wrX wrX @@ -195045,10 +194995,10 @@ wrX wrX xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -195056,12 +195006,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA rcY iDt uIf @@ -195079,10 +195029,10 @@ vfI vUY wsp uIf -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -195269,11 +195219,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt xuo xuo @@ -195302,10 +195252,10 @@ xMq xMq xMq xMq -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -195313,12 +195263,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA rcY iDt uIf @@ -195332,14 +195282,14 @@ fcj fcj fcj rRl -uXx +ndb bnZ -hDf +ulE uIf -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -195526,11 +195476,11 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA iDt iDt iDt @@ -195547,9 +195497,9 @@ lvt xMq xMq wrX -mor +vle bWp -snv +nJZ wrX xMq xMq @@ -195557,11 +195507,11 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA tjo tjo tjo @@ -195571,32 +195521,32 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA rcY iDt egf egf egf egf -tdY -tdY -vvy +fSG +fSG +bId gcy jJG jJG -sWx +plX qZN akk qZN qZN -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -195783,12 +195733,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA scw iDt lvt @@ -195811,14 +195761,14 @@ wrX xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -195828,32 +195778,32 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA rcY iDt inb keV gWZ wHd -mLK +izc wHd vcH -gxn -kvN +gnq +xEF qSk oFd pjc rzD nbM qZN -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -196040,12 +195990,12 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -196065,16 +196015,16 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -196085,21 +196035,21 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA rcY iDt inb sDA mYd mIC -aWs -vTB +dJk +wPC qSk -iaI +sbd rEh qSk jwj @@ -196107,10 +196057,10 @@ qZN dJy pNB qZN -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -196297,14 +196247,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -196321,17 +196271,17 @@ xMq xMq xMq xMq -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -196342,32 +196292,32 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA rcY iDt inb keV nBV iao -iPD +hKj iao -eDX -iaI -xtS +odf +sbd +jaY rhY -mwK +uSq pjc gmb hac qZN -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -196554,16 +196504,16 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA iDt iDt iDt @@ -196574,20 +196524,20 @@ iDt iDt iDt scw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -196600,20 +196550,20 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA rcY iDt bgx bgx bgx bgx -txk +qWI bgx bgx -tmb +pAc bgx uIf uIf @@ -196621,10 +196571,10 @@ qZN qZN qZN qZN -udC -udC -udC -udC +thA +thA +thA +thA tjo tjo tjo @@ -196812,16 +196762,16 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA scw iDt iDt @@ -196829,20 +196779,20 @@ iDt iDt iDt iDt -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -196857,31 +196807,31 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA vzD vzD vzD jdd -khP -mOU -xoR -qxN -lBe -coH +sHV +rTs +rEU +oHo +gOq +bBb vzD -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197070,31 +197020,31 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA scw scw -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197114,10 +197064,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA vzD yap qXY @@ -197129,16 +197079,16 @@ jCl jCl iVY vzD -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197331,26 +197281,26 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197371,10 +197321,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA vzD yap jCl @@ -197386,14 +197336,14 @@ jCl jCl iVY vzD -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197588,22 +197538,22 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197628,10 +197578,10 @@ tjo tjo tjo tjo -udC -udC -udC -udC +thA +thA +thA +thA vzD vzD vzD @@ -197643,14 +197593,14 @@ vzD vzD vzD vzD -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197847,19 +197797,19 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -197885,27 +197835,27 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -198107,14 +198057,14 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -198142,24 +198092,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -198399,24 +198349,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -198656,24 +198606,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -198913,24 +198863,24 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -199179,15 +199129,15 @@ tjo tjo tjo tjo -udC -udC -udC -udC -udC -udC -udC -udC -udC +thA +thA +thA +thA +thA +thA +thA +thA +thA tjo tjo tjo @@ -212154,10 +212104,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -212411,10 +212361,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -212669,9 +212619,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -212926,9 +212876,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -213183,9 +213133,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -213440,9 +213390,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -213697,9 +213647,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -213954,9 +213904,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -214211,9 +214161,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -214468,9 +214418,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -214724,10 +214674,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -214981,10 +214931,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -215238,10 +215188,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -215495,10 +215445,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -215752,10 +215702,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -216009,10 +215959,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -216266,10 +216216,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -216523,10 +216473,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -216780,10 +216730,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -217037,10 +216987,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -217294,10 +217244,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -217551,10 +217501,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -217808,10 +217758,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -218065,10 +218015,10 @@ wNO wNO wNO uer -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -218321,11 +218271,11 @@ wNO wNO wNO wNO -qVd -nTt -eLi -eLi -eLi +aaX +otC +hHG +hHG +hHG wNO wNO wNO @@ -218578,11 +218528,11 @@ wNO wNO wNO wNO -asi -nTt -eLi -eLi -eLi +fhB +otC +hHG +hHG +hHG wNO wNO wNO @@ -218837,8 +218787,8 @@ wNO bln bln bln -hvX -hvX +xDQ +xDQ bln wNO wNO @@ -218925,7 +218875,7 @@ wNO bln gnZ bln -iiL +hcw lSu gnZ bln @@ -218941,7 +218891,7 @@ wNO bln gnZ lSu -gGH +weW bln gnZ bln @@ -219094,8 +219044,8 @@ wNO bln bln bln -rEr -rEr +rPp +rPp bln wNO wNO @@ -219350,10 +219300,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -219437,27 +219387,27 @@ wNO bln bln lSu -sGN +eqn sEB sEB sEB -nAu +sjU bln lSu bln bln jNZ -doz +kKU rzO lSu bln lSu bln -sGN +eqn sEB sEB sEB -nAu +sjU bln mQb bln @@ -219607,10 +219557,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -219727,38 +219677,38 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -219864,10 +219814,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -219953,7 +219903,7 @@ mQb bln fUR sEB -vpI +tqR sEB fUR lSu @@ -219969,7 +219919,7 @@ gnZ lSu fUR sEB -vpI +tqR sEB fUR lSu @@ -219984,38 +219934,38 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -220121,10 +220071,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -220210,7 +220160,7 @@ ntK bln fUR fUR -ePN +mnu fUR fUR lSu @@ -220226,7 +220176,7 @@ bln bln fUR fUR -ePN +mnu fUR fUR bln @@ -220241,38 +220191,38 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -220378,10 +220328,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -220464,13 +220414,13 @@ bln uer bln bln -hEJ +umb fUR -tTC +mXT cJt eWF fUR -jpn +htd jNZ sEB sEB @@ -220480,14 +220430,14 @@ sEB sEB qVo lSu -hEJ +umb fUR -tTC +mXT cJt iMu fUR -lmP -sOJ +oqJ +iWb lSu lSu bln @@ -220501,35 +220451,35 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR gnZ -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -220635,10 +220585,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -220724,11 +220674,11 @@ lSu bln fUR fUR -lMA +xau fUR fUR -vZV -fKW +gSE +sNA sEB sEB sEB @@ -220736,11 +220686,11 @@ sEB sEB sEB sEB -gDg +ntx lSu fUR fUR -lMA +xau fUR fUR bln @@ -220749,7 +220699,7 @@ fUR fUR fUR fUR -jpn +htd bln bln bln @@ -220759,34 +220709,34 @@ bln bln lSu gnZ -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -220892,10 +220842,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -220980,8 +220930,8 @@ gnZ lSu fBN fUR -gnH -ovl +irX +kyg rwW uhx uhx @@ -220997,18 +220947,18 @@ uhx uhx uhx rwW -sRO -pQT +jHX +fJd fUR lSu fUR -huX -lJj +kod +gFL rwW uhx uhx uhx -ddx +tMa lSu bln bln @@ -221017,33 +220967,33 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -221149,10 +221099,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -221232,13 +221182,13 @@ bln lBD bln lSu -qNk -doz -doz +hjU +kKU +kKU rzO uhx -fNj -vPL +ykb +hAG dDp cJt cJt @@ -221254,13 +221204,13 @@ skc cJt cJt qYz -uCk -dgi +lnL +otG uhx lSu uhx -fNj -vPL +ykb +hAG skc cJt cJt @@ -221275,32 +221225,32 @@ bln lSu bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -221406,10 +221356,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -221491,10 +221441,10 @@ bln jNZ fUR fUR -lWU +nFL fUR fUR -fNj +ykb wOy fHb uhx @@ -221511,12 +221461,12 @@ uhx uhx uhx fHb -eks -dgi +bzg +otG uhx lSu uhx -fNj +ykb wOy fHb uhx @@ -221533,31 +221483,31 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -221663,10 +221613,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -221747,16 +221697,16 @@ bln bln miY fUR -hsI -qjj -abu +fNy +xAk +txd fUR -fwi -uQS -efq -xdS +uRx +jdY +rsw +rin uhx -jAh +caX sEB sEB sEB @@ -221764,21 +221714,21 @@ sEB sEB sEB sEB -uCH +oMa uhx -pwj -hNE -gSR -dgi +tbR +dcG +jXm +otG uhx lSu uhx -fNj -uQS -efq -dBj +ykb +jdY +rsw +phu uhx -sVz +dsg bln lSu bln @@ -221791,30 +221741,30 @@ bln lSu bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -221920,10 +221870,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -222003,15 +221953,15 @@ mQb bln bln miY -ejW -meV +mVE +ryM uee -wOW -sOU -pEc -mdS +dJY +qlP +nDJ +sfr fsv -gGK +aZK uhx sEB sEB @@ -222023,17 +221973,17 @@ sEB sEB sEB uhx -nlB +iog fsv -nBm -fqT +lFg +dvO uhx lSu uhx -fNj -mdS +ykb +sfr fsv -aIO +iQX uhx qVo bln @@ -222049,29 +221999,29 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -222177,10 +222127,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -222259,16 +222209,16 @@ bln bln fsm bln -dIw +tIc fUR fUR -meh -ohs -ejW -pEc -bPP +mXH +wWS +mVE +nDJ +fYW fsv -drd +xdH uhx sEB sEB @@ -222280,17 +222230,17 @@ sEB sEB qVo uhx -poa +mgc fsv -mdS -fqT +sfr +dvO uhx lSu uhx -oAk -bPP +ovm +fYW fsv -imn +asm uhx qVo bln @@ -222307,28 +222257,28 @@ bln bln bln gnZ -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -222434,10 +222384,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -222519,15 +222469,15 @@ bln miY sEB ydI -xyl +nvU ydI ydI -nsg -sir -jDY -eVk +btm +fld +ycA +lpH uhx -tMC +oJH sEB sEB sEB @@ -222535,21 +222485,21 @@ sEB sEB sEB sEB -fwo +fiv uhx -rYE -wsM -kvw -fqT +jDS +lKc +uMm +dvO uhx lSu uhx -oAk -sir -jDY -eVk +ovm +fld +ycA +lpH uhx -aXV +hgx bln lSu bln @@ -222564,28 +222514,28 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -222691,10 +222641,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -222773,13 +222723,13 @@ bln bln bln bln -dDO +hWW ydI ydI -dtY -dnC -ejW -pEc +qKJ +kHl +mVE +nDJ wOy rwW uhx @@ -222796,12 +222746,12 @@ uhx uhx uhx fHb -eks -fqT +bzg +dvO uhx lSu uhx -oAk +ovm wOy fHb uhx @@ -222821,28 +222771,28 @@ bln lSu bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -222948,10 +222898,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -223027,17 +222977,17 @@ lBD bln bln bln -qNk -doz -doz +hjU +kKU +kKU sEB -ejW -xNg -xtg -uDR -lNN -pEc -vPL +mVE +azN +xft +lRg +iaU +nDJ +hAG dDp cJt cJt @@ -223053,18 +223003,18 @@ lAC cJt cJt qYz -uCk -fqT +lnL +dvO uhx lSu uhx -oAk -dhJ +ovm +uhA lAC cJt cJt qYz -dIT +rNE lSu lSu bln @@ -223078,28 +223028,28 @@ lSu lSu bln lSu -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -223205,10 +223155,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -223289,11 +223239,11 @@ hEI hEI biY biY -uxc -oEf -jPK +kCY +bLs +xRI ydI -wGd +ior wOy fHb uhx @@ -223310,18 +223260,18 @@ uhx uhx uhx rwW -eks -iMW +bzg +oVX fUR lSu fUR -tEG +tvm wOy rwW uhx uhx uhx -ddx +tMa lSu lSu lSu @@ -223335,28 +223285,28 @@ lSu bln lSu bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -223462,10 +223412,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -223542,41 +223492,41 @@ bln stJ bln lJO -hJL -wOL -vLl +cyV +muv +qVN biY biY biY biY ydI -itu -jcw +oiD +xVN fUR fUR -swC -aVt +nMj +chP sEB sEB sEB -jiE +prs sEB sEB sEB -kYQ -uqD +pJb +waT fUR fUR -ibR -ykd +bAo +nAX fUR fUR fUR -uVf -jcw +qeF +xVN fUR fUR -lmP +oqJ bln bln lSu @@ -223592,28 +223542,28 @@ bln lSu bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -223719,10 +223669,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -223799,17 +223749,17 @@ bln bln lJO lJO -cBr -jrA -wQM +jEB +nOx +cwe dIx -wZL -wZL +laB +laB lJO -hVC -pEc +iku +nDJ wOy -fls +jBK fUR rzO lSu @@ -223823,15 +223773,15 @@ rwt lSu lSu fUR -kvG -eks -fqT -uTv +rJr +bzg +dvO +clT fUR -tXn -oAk +xce +ovm wOy -suY +rCU fUR bln uer @@ -223849,28 +223799,28 @@ bln bln bln gnZ -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -223976,10 +223926,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -224056,17 +224006,17 @@ bln lBD lJO kQg -vzW -woi -nNY +tLB +bIl +ivi sbD hjI -xYF +heg lJO -exl -pEc +htq +nDJ wOy -lhJ +eyk fUR fUR fUR @@ -224080,18 +224030,18 @@ fUR fUR fUR fUR -qfT -eks -fqT -fHa +dWl +bzg +dvO +mEv fUR -uPZ -oAk +gCq +ovm wOy -lhJ +eyk fUR bln -sOJ +iWb bln bln bln @@ -224105,29 +224055,29 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -224233,10 +224183,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -224313,38 +224263,38 @@ uer bln lJO kQg -uqC -fvn -rJz +ylt +ylV +gfY lJO lJO lJO lJO fUR -hei -oVM +nmA +oor fUR fUR fUR -oLA -bCQ -hCP -nLz -nLz -nLz -std -wfs -aDN +shT +kHq +oOP +ccS +ccS +ccS +lVY +oHY +xuW fUR fUR fUR -fnL -hPp +gjN +nuM fUR fUR fUR -kyK -bGL +lSF +tku fUR fUR fUR @@ -224361,30 +224311,30 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -224490,10 +224440,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -224571,45 +224521,45 @@ bln lJO lJO lJO -qzg +fRb lJO lJO fjF qhO lJO -pfC -qCE -tgS -mUP -coz -fpN -lfB +lIT +qpt +fBQ +tHB +vmC +syL +dwb fsv -sOd -egc -hlJ -egc -xkT +cuc +hgr +qsh +hgr +xFs fsv -gDO -gXS -nWP -etm -ukJ -rDR -mDn -jMs -gXS -xjl -fMJ -rvE -wky -ahg +cmV +bXx +aui +qTj +btW +jJd +eyj +lGL +bXx +oMq +tEc +uUu +sEg +iVi tKI tKI tKI tKI -jpn +htd ntK bln lBD @@ -224618,30 +224568,30 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -224747,10 +224697,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -224827,44 +224777,44 @@ bln jNZ mGf lJO -npe -kXW +rrn +nud hjI ndz hjI -bFL -oUr -xfv -uQL -uQL -rwX -aLK -uQL -pLO +xmo +vmx +uBL +nvI +nvI +oTc +cQa +nvI +fwM fsv -sOd -egc -egc -egc -xkT +cuc +hgr +hgr +hgr +xFs fsv -gQI -bZu -wlx -rHt -bZu -bZu -bZu -rJU -dkN -bMP -uCV -oZj -tQJ -qZv -jzc -tpZ -tpZ +dpU +swK +iCw +ubx +swK +swK +swK +wfF +rUv +nqD +thX +peM +iES +mKa +ldw +bCQ +bCQ tKI bln uer @@ -224875,30 +224825,30 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR wNO wNO wNO @@ -225004,10 +224954,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -225084,46 +225034,46 @@ bln lJO lJO lJO -uDj -paV -aDx +pOq +cKe +thY hjI -sbp -bFL +ilv +xmo lJO fUR fUR -ejW +mVE fUR fUR fUR -vwW +kIh fsv -sOd -egc -uGG -egc -xkT +cuc +hgr +jIp +hgr +xFs fsv -cSM +jLM fUR fUR fUR -fxJ -fxJ +koQ +koQ fUR fUR fUR -eyB -xCC +krW +nEA nwT nwT nwT nwT tKI -dIs +pgE tKI -sOJ +iWb lBD bln mQb @@ -225132,28 +225082,28 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -225261,10 +225211,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -225342,43 +225292,43 @@ cyH hjI nbj hjI -qqk +uDc xyO eUf -whL -dex -dex -eAa -lGZ -iLl -hgx -lMD -pXp -fvN -aUr -hNL -apz -apz -apz -vFD -cVd -cSM -nrW +aUm +kEY +kEY +qPq +gsN +nwr +owk +gjZ +abv +wdo +alD +ael +kdU +kdU +kdU +jbJ +xvl +jLM +buF fUR -wjj -kMM -kMM -esj -reW +xxI +juu +juu +lnp +gel fUR -tgL -dRm +teE +bKA nwT -nUw -ilQ -sbc +hAo +tzM +vgj tKI -tpZ +bCQ tKI tKI bln @@ -225389,28 +225339,28 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -225518,10 +225468,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -225599,44 +225549,44 @@ lJO lJO lJO lJO -qqk +uDc lJO lJO -cya +fsZ lJO lJO lJO -gEt -uyZ -fpj +opS +jIn +byd iRo -hoC -qqz -sOd -ejW -ejW -ejW -ejW -ejW -xkT -cSM -eKg +bvq +kHP +cuc +mVE +mVE +mVE +mVE +mVE +xFs +jLM +dvf fUR -kMM -eye -lvv -gBs -dHG +juu +jNB +qku +ukD +hrh fUR -cAp -lOg -pzQ -rjv +wtP +gMt +cut +pGd bPw -dLE +ixb tKI -oQv -lLK +jLX +fbY teN bln bln @@ -225646,28 +225596,28 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -225775,10 +225725,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -225853,47 +225803,47 @@ bln bln lJO lJO -cTK -asO +fEd +weL lJO -qqk +uDc lJO -sEx -mcX -awh -rLp +tEi +dxu +nUh +qjr lJO -bVt -wqz -jcf -xyY -bnW -qqz -sOd -ejW -hUj -hUj -hUj -ejW -xkT -cSM -oev +qYA +xnV +qEK +roX +rMu +kHP +cuc +mVE +nAH +nAH +nAH +mVE +xFs +jLM +qHO fUR -kMM -dAO -liQ -kMM -iHX +juu +kBU +xgX +juu +gNL fUR -jdj -lim -aqT -msl -bJZ +qAB +cTh +iJl +ooa +dWP bam -hTt -bbp -lmi +erK +rfF +brM teN stJ fsm @@ -225904,25 +225854,25 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -226032,10 +225982,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -226083,7 +226033,7 @@ wNO wNO wNO bln -mWQ +wLW bln bln bln @@ -226109,47 +226059,47 @@ bln bln bln lJO -iNv -cCV +cKB +tcR hjI lJO -hpN +kgy lJO -dqd -wLJ +rmZ +egT xiW lnY lJO -iwD -gPH -oYZ -fdi -vHM -qqz -sOd -ejW -hUj -hUj -hUj -ejW -xkT -cSM -lrH -oCR -uFr -iNH -iNH -hZR -dHG +kyU +qFJ +mWY +pjn +xzo +kHP +cuc +mVE +nAH +nAH +nAH +mVE +xFs +jLM +fnC +vNe +piP +npy +npy +rFb +hrh fUR -mNo -wBZ -cPk -vQL -obd -jJm -hTt -tpZ +pFW +iNH +aVb +onQ +inQ +jZD +erK +bCQ pdf teN bln @@ -226162,23 +226112,23 @@ ozo bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -226289,10 +226239,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -226366,48 +226316,48 @@ bln bln bln lJO -lIH -isk -wYm -nVj -bmE +gwM +xdU +nxe +kUn +tba lJO -atn -fZk -xcF +hPX +vcc +mXA waM lJO -slH -efo -ljQ -xyY -hbI -gbt -sOd -ejW -hUj -hUj -hUj -ejW -xkT -cSM -glQ -ccD -aCJ +gwq +mWK +isz +roX +iLA +uZT +cuc +mVE +nAH +nAH +nAH +mVE +xFs +jLM +iYy +tma +agG +mxQ +pXU +pSd +jsh +fUR tkc nsr xSl -rVL -fUR -tPv -rRd -tXw -eZJ -jdj -nQI +vxO +qAB +hCY tKI -gXQ -qZU +npr +uyx teN bln bln @@ -226420,21 +226370,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -226546,10 +226496,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -226623,32 +226573,32 @@ bln bln bln lJO -xsq -eZw +keT +sHO hjI lJO eUf lJO -hSi -fhL -khX -gZF +nKW +dak +byv +sOY lJO -pHI -bFe -pwL +bpm +xQs +rqi iRo -jFd -wlX -sOd -ejW -hUj -hUj -hUj -ejW -xkT -ohD -gSK +lvW +uTI +cuc +mVE +nAH +nAH +nAH +mVE +xFs +bwn +ktW tKI tKI tKI @@ -226656,14 +226606,14 @@ tKI tKI tKI nwT -rKY +goI nwT nwT -elr +aLO wRM -dZj +iox tKI -tpZ +bCQ tKI tKI bln @@ -226677,21 +226627,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -226803,10 +226753,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -226880,14 +226830,14 @@ bln mQb bln lJO -cLy +uBX hjI hjI lJO eUf lJO jvj -exo +hKu aaI lJO lJO @@ -226895,34 +226845,34 @@ oCO oCO oCO oCO -bag -wlX -sOd -ejW -ejW -ejW -ejW -ejW -xkT -sBe -txY +gyH +uTI +cuc +mVE +mVE +mVE +mVE +mVE +xFs +pLn +aDy tKI -aoI -fFT -aoI -nrT +ljK +tXs +ljK +rUa tKI -lgr -hbm -onj +hbt +cTD +akK tKI tKI -xio +cyA tKI tKI -xkv +kPq tKI -tJM +qjC bln bln bln @@ -226934,21 +226884,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -227060,10 +227010,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -227148,36 +227098,36 @@ lJO lJO lJO mCT -iNZ +blA mCT -atF +sGq oCO -jGu -wlX -hed -jJH -jJH -cyB -jJH -jJH -bcn -sBe -tkx +tdp +uTI +kXD +nKk +nKk +sre +nKk +nKk +aWN +pLn +qFs tKI -gex -rZg -pkn -pOM +rvW +xqj +vsT +gXr tKI -nvg -srz -jNA +rVt +ihc +bod tKI hsQ -tpZ -axg -axg -tpZ +bCQ +eVp +eVp +bCQ tKI bln bln @@ -227191,21 +227141,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -227317,10 +227267,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -227393,50 +227343,50 @@ bln bln uer bln -fqI +mZm hEI qhO eUf -nEH +rgs eUf anl -wdY +lil anl -tNc +pLZ lJO geZ aPM aPM -qKP +qTm oCO oCO -lvl -xJv -hnV -wOW -nDk -fMA -rEV -ddt -ikp +tmL +arG +cIa +dJY +npq +ecU +gkZ +tlO +kyc tKI tKI -kvV -eWe -kvV +kJO +kjo +kJO tKI tKI -gnE -nzo -ctO +stP +dVX +oLo tKI -wlc -tpZ +iUW +bCQ tKI tKI tKI tKI -jpn +htd bln bln bln @@ -227448,21 +227398,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -227574,10 +227524,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -227647,7 +227597,7 @@ bln bln bln bln -sWi +sxQ bln bln miY @@ -227664,31 +227614,31 @@ icY esv lCb ddZ -bcs -slv +eUA +nhS oCO oCO oCO oCO -aPI -iKR -aPI +sll +eyf +sll tKI tKI tKI tKI -dku +jXC wBb -fzu +xvk wBb -fQB +kQV tKI tKI tKI tKI tKI -cFL -tpZ +jez +bCQ tKI lSu bln @@ -227705,21 +227655,21 @@ gnZ bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -227831,10 +227781,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -227910,7 +227860,7 @@ biY lJO lJO lJO -eXk +dYj hjI lJO lJO @@ -227921,31 +227871,31 @@ lJO dZJ eUi eBB -tyF +tNd nor qiT cgw mZu hjv -qaI -gIO +pXh +rOb gpp tKI dat -cVN +kDv tKI kEs wBb -vHT -jnR -yaR +fgo +aSI +nEq tKI -jsh -elu -dXT +kCv +gvp +nSr tKI -dAT -tpZ +xDw +bCQ tKI lSu bln @@ -227962,21 +227912,21 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -228088,10 +228038,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -228164,47 +228114,47 @@ nhb sxF kjw biY -yjn +hTJ gks qDI eUf -cKM +jPV lJO -kXI +pVQ bln -fLy -fLy +efI +efI lJO jaS hBG pEs -xig -rho -vlh -vlh -vlh +aFH +jRI +nza +nza +nza cNS -kQS +doW awz -eRK -coa -rcV -kxc -aVs -rcV -cLl -cns -qPC -hDj -hDj -bDZ -kKe -jiI -hDI -jiI -cAs +nmx +izI +pdd +lMg +wSk +pdd +oLC +bVn +cHs +fLS +fLS +yel +edN +jLf +tlm +jLf +dpZ tKI -jpn +htd bln lSu lSu @@ -228220,17 +228170,17 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -228345,10 +228295,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -228418,38 +228368,38 @@ izw pVN kJe pVN -eSg -kfp -inw -nEH +nQH +vos +smr +rgs eUf eUf eUf hjI lJO -fLy +efI bln mQb -iwL +kXI lJO wDf sAR sAR cBD -hMy +kPy dQI pPT pPT hjv -dTo -sjG +vTP +lsi gpp tKI -xGN -sfB +kii +cEG tKI afz -nWY +mTc tKI tKI tKI @@ -228459,7 +228409,7 @@ tKI tKI tKI tKI -vGM +dBJ teN bln lSu @@ -228477,17 +228427,17 @@ bln bln bln bln -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -228602,10 +228552,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -228685,21 +228635,21 @@ eUf nst lJO lJO -nxz +lNj qDI lJO lJO mCT -xag -urt -vyo -fzF -mAV -jzr -psr +mut +lGo +xhg +pGy +wCL +tTc +wtr oCO -gOw -sjG +kxs +lsi gpp qnj qnj @@ -228716,7 +228666,7 @@ pLw tOw orq tKI -vGM +dBJ teN bln lSu @@ -228860,9 +228810,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -228944,7 +228894,7 @@ dIx kEq ndz hdh -iep +wWc lJO lJO lJO @@ -228956,14 +228906,14 @@ fYS fYS fYS wpO -sjG -oel +lsi +kTC qnj -eQx -iIx -nNj -xjy -jLx +omg +hzL +kRc +oWu +paZ tOw iKX tOw @@ -228973,7 +228923,7 @@ hce tOw wbY tKI -vGM +dBJ teN bln bln @@ -229117,9 +229067,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -229190,7 +229140,7 @@ bln bln miY hEI -krH +dYC hjI hjI hjI @@ -229203,36 +229153,36 @@ eUf eUf eUf eUf -rEB +cKD gks lJO -wGD +wSf tak bPr dRc bVS vQt gpp -sjG -qYR +lsi +xhx qnj -iOU -lrZ -vdE -vdE -oYv +nct +gAB +ykG +ykG +wpQ tOw sVn wlt kEM -lOw +bLn kEM vkW -svh +gak tKI -pbO +oKu tKI -swC +nMj bln lSu lSu @@ -229374,9 +229324,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -229447,7 +229397,7 @@ bln bln miY hEI -etl +kbd hjI lJO lJO @@ -229459,35 +229409,35 @@ qDI lJO lJO lJO -flF +bWl lFq -glN +dix lJO veN -pHr +ekn dTD eMH dTD ljT pBk -wBS -kHu +lzO +tJu qnj -xZQ -vdE -pSw -dVj -siX +hul +ykG +gwp +hCa +pig wpc xBn jjO xQf hmZ xQf -xZG +vQO hlv tKI -vGM +dBJ tKI bln bln @@ -229631,9 +229581,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -229705,14 +229655,14 @@ hEI lJO lJO lJO -vcx +adq lJO -uzh -kEo -ozU +lZU +fIx +hRt kWr -aiN -ozU +okU +hRt mro kUJ lJO @@ -229727,14 +229677,14 @@ uAl wQh vQt gpp -mwF -svP +bAB +xEE qnj -oOh -vdE -vdE -oNV -swz +hlW +ykG +ykG +rCj +xDh tOw tOw tOw @@ -229744,7 +229694,7 @@ tKI tKI tKI tKI -eYr +jss tKI mZf ooL @@ -229888,9 +229838,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -229964,12 +229914,12 @@ ghN lJO hjI qDI -icX -aiN +pWb +okU rSe -pBX +npx rSe -ozU +hRt lJO lJO lJO @@ -229983,25 +229933,25 @@ fjD gOx nbT fYS -xMd -mwF -tAR +rdn +bAB +aaW qnj -qEX +mxu awx -oGX +koH ubH -fAW -yfk -jMM -oBZ +wml +bvg +bJa +btG ehp tKI plg huj qjO tKI -qTq +sHK tKI maT maT @@ -230013,7 +229963,7 @@ bde ksf maT miY -wqG +xeg bln bln bln @@ -230145,9 +230095,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -230221,12 +230171,12 @@ uPS cnz ndz qDI -sYl -ozU +jgD +hRt vxi -jBH +hWd ppq -ozU +hRt mro cyI lJO @@ -230240,25 +230190,25 @@ nQu gOx vYa fYS -nbf -mwF -bBe -fDv -blq -blq -blq -sgH -neI +hNz +bAB +gdY +ljE +vKq +vKq +vKq +eTC +neq muy muy -uPL -xVL +gRp +sbv tKI plg jdW -rBj +mmn ggn -vGM +dBJ tKI cYo tEL @@ -230270,9 +230220,9 @@ hFU bNo maT mZf -doz -doz -gKr +kKU +kKU +dPX bln bln bln @@ -230402,9 +230352,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -230473,15 +230423,15 @@ tCr tCr lJO gLZ -cXp +pPP xiW lJO hjI qDI xQB -ozU +hRt rSe -jBH +hWd ckQ xJD lJO @@ -230498,24 +230448,24 @@ iVb xWU vQt gpp -mwF -lty -bCl +bAB +fWN +tpG awx jsB -kJW -dfj -neI +uQu +psp +neq muy muy -uPL -vkb +gRp +geq tKI -kMF -vbj +bsO +jyo pXR tKI -vGM +dBJ tKI grr kLZ @@ -230659,9 +230609,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -230736,12 +230686,12 @@ lJO uPS lJO ndz -ozU +hRt jhf uyH nGC -tMl -jik +mOx +tCu cHB lJO qzs @@ -230752,38 +230702,38 @@ gHS iMT hqx myE -fiW +reJ wrA djr -wBS -cNK +lzO +mNy qnj -erE +etY awx -arO +bjQ awx -fbK -bax -hzE -hYI -wWO +sgT +dmk +sua +frd +qyL tKI tKI tKI tKI tKI -lAr +wyr tKI kMh ajw ajw wbW ajw -dZy +kVl czv cCW wyB -vlt +gTb wyB tEj maT @@ -230791,7 +230741,7 @@ bln bln bln bln -jfH +gsK ohx nBE bln @@ -230915,10 +230865,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -230993,10 +230943,10 @@ lJO hjt lJO csf -xht -mbV -nIS -ydi +hoQ +wlr +qHj +gQD lJO lCV lJO @@ -231005,32 +230955,32 @@ eUf iPR lJO ejo -xSM +cSe xhk skj kkK lNP vQt gpp -mwF +bAB gpp qnj -xzI -vdE -hMu -cIu -prb -dxj -qxW -plj -vFt +hjJ +ykG +aUi +kXB +ihk +ssv +omH +hJG +oYa tKI dzl -tpZ -jun -hDj -cpj -bzh +bCQ +jKP +fLS +jeK +cse ajw bff otd @@ -231066,7 +231016,7 @@ sEB bln pRj dMO -uVa +vZp dcQ wAW pRj @@ -231172,10 +231122,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -231250,9 +231200,9 @@ lJO xbr lJO unq -xru +mZn uSd -iZT +lnr tIh lJO ovt @@ -231268,27 +231218,27 @@ lJO lJO lJO lJO -gOw -mwF -bDc +kxs +bAB +fSv qnj -hTL -vdE -aoK -erJ -dvR -agh -xyq -xyq -vNL +gtG +ykG +dVb +oXB +qVg +wsV +uKO +uKO +juq tKI -cWn -gJM -vMx +stL +thE +hbY tKI tKI tKI -ewq +ghl ajw ajw otd @@ -231322,7 +231272,7 @@ kzZ ptf bln pRj -jIW +rej iaT daS swS @@ -231429,10 +231379,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -231508,9 +231458,9 @@ dGe lJO lJO lJO -xps -gtt -amD +rCx +iNE +iBg lJO ovt cAJ @@ -231527,23 +231477,23 @@ ygk jKJ hMg cke -oel +kTC qnj -qcZ -qpe -hub -oWN -prb -iEr -xyq -xyq -vNL +qwn +wpC +vZg +gta +ihk +qjp +uKO +uKO +juq tKI -uNt -tzs +xqX +kIy wBb tKI -veh +ifX ajw ajw ajw @@ -231579,14 +231529,14 @@ daS ptf bln pRj -eNR -sOl -vkC +mVN +hUI +mRU qAI snw mNY kkp -mEH +ooU ipE glh bln @@ -231686,10 +231636,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -231782,25 +231732,25 @@ lJO lJO lJO lJO -wJz +gZc aJA gpp qnj -iOU -vdE -kku -bkK -mjj -boL -tXW -gUj -leI -txh +nct +ykG +tQS +oWN +pji +apq +eoY +poK +smn +cUd sIM -cGD +yjn wBb tKI -waE +wAf ajw kXs ajw @@ -231817,8 +231767,8 @@ ajw maT maT qjQ -pYl -nFk +pvY +esc qjQ fZb qjQ @@ -231836,14 +231786,14 @@ lDr sup ptf pRj -sVr +kqK dnM swS -nZj -bvs +mXN +vUz mNY qIf -hCb +fFx czR glh bln @@ -231943,10 +231893,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -232055,7 +232005,7 @@ tKI tKI kcE pdf -jnR +aSI tKI ooR ajw @@ -232078,7 +232028,7 @@ hoD hoD gAY wjZ -ndN +sJn qjQ bln ptf @@ -232095,12 +232045,12 @@ vYd pRj pRj kuR -wYb +bGf lDh pRj mNY bCc -kRr +pyI mNY glh bln @@ -232200,10 +232150,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -232246,9 +232196,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr tGr @@ -232304,7 +232254,7 @@ nQv nDY tEu tKI -did +wuA nAr nAr nAr @@ -232312,9 +232262,9 @@ nAr nAr nAr nAr -liq +wNR tKI -svL +ssg ajw ajw ajw @@ -232331,11 +232281,11 @@ oMk kXr maT qjQ -wxI -gAe -naL +eGw +ewI +pPl hoD -vVD +uEk qjQ bln ptf @@ -232350,9 +232300,9 @@ wEW hth hjH pRj -gbq +vgw rlj -iFm +bKZ aPV gFH apj @@ -232457,10 +232407,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -232502,8 +232452,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -232556,7 +232506,7 @@ jOt ozw aJA oRM -qIV +oVG pRL gfF hqm @@ -232571,9 +232521,9 @@ tKI tKI tKI tKI -tkk +leW vlN -fya +qPJ vlN ajw wiz @@ -232588,11 +232538,11 @@ ajw maT bln qjQ -tWT +qyT qcE -bue +aFz hoD -eaR +rea qjQ bln ptf @@ -232601,9 +232551,9 @@ ace ybu thW pRj -uhP +uhX dnM -aBQ +nzp wEW hjH eMT @@ -232611,7 +232561,7 @@ iaT bFY aZq ukA -sOl +hUI apj daS xHe @@ -232714,10 +232664,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -232758,8 +232708,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -232806,27 +232756,27 @@ ybQ oPI khR khR -szp +eRh uiM jOt jOt ozw aJA -xFd +xSL gJz -wCg -oGE -gbl +uXy +imO +kGF tKI wBb tKI -kLx -nNs -dXR -hCu -vAT -xiX -wHl +skw +ipF +qpp +dsf +xjF +xem +dwY ikO bji ajw @@ -232841,15 +232791,15 @@ irD irD pzX gdN -uQt +ugi maT bln qjQ -iXE -xZL -vnc +jAq +qxb +nrm hoD -eaR +rea qjQ bln pRj @@ -232865,13 +232815,13 @@ dNC xBX pRj wls -nnk +qxY tKV cjL -hEr +gfC pRj daS -pFD +viE pRj pRj pRj @@ -232971,10 +232921,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -233014,8 +232964,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -233060,33 +233010,33 @@ wPr oSy sDl ybQ -mGw +olQ bnz jxq -crQ +sOz vGI ptk lEE idO aJA -ieW +wBT tKI tKI tKI tKI tKI -sdi +qRR tKI -jPB +aes alT taf -nWk +kGQ bAa xal wLO lfG oSS -kyd +erN xwp baf wiz @@ -233098,11 +233048,11 @@ iaF ajw ajw ajw -lPW -lPW -rmb -lPW -lPW +pBE +pBE +uYc +pBE +pBE ojk bVJ dSO @@ -233112,7 +233062,7 @@ bln pRj jzk kYF -pEg +jOJ qzM pRj dOH @@ -233121,14 +233071,14 @@ osI osI hjH pRj -nMf -sOl -eVR +nDy +hUI +qwX nVR iWZ bse xHe -wXc +pBB lPE daS nNr @@ -233228,10 +233178,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -233270,8 +233220,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -233320,47 +233270,47 @@ ybQ oPI xWN xWN -wtw +pib ybQ jOt jOt ozw aJA gpp -kFU +bpK pdf pdf pdf pdf wBb tKI -ogC +cnU alT -aZO +dcs kin dsU alT -myb +lbg ikO -gMg +ikd jhy -tYR -eyW +ppo +lxb eWV kXr -gxe -idU -chW -qrB +uax +jqy +smx +qqJ gjP ajw ajw -rmb -pMA -uUr -cni -lPW -tFP +uYc +pgq +szU +srB +pBE +ePB hxE xtr qjQ @@ -233381,7 +233331,7 @@ pRj bxV uKP iaT -sOl +hUI lLm mLa qSY @@ -233485,10 +233435,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -233526,9 +233476,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr tGr @@ -233577,7 +233527,7 @@ ybQ egF jYV jDW -hPf +vyo ybQ sDl jOt @@ -233591,13 +233541,13 @@ tKI tKI wBb bcx -nip -bbc -dkf -qTp -ePs -gOJ -nQH +qiK +tda +lit +qiP +noF +dqV +nxD rbC kXr hrJ @@ -233610,13 +233560,13 @@ kXr kXr kXr kXr -eDa +haG eMa -dAh -xft -caI -uUc -lPW +nRt +lPK +jFJ +lLE +pBE qjQ rVe qjQ @@ -233742,10 +233692,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -233783,8 +233733,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -233858,33 +233808,33 @@ tKI tKI kaw vkF -eHq -cdu +rTt +sOJ cnB bvr -xNu -mWe +mAN +vra lZQ -jsH +wXR kXr -xRx +hKV eMa -lPW -fXm -xzH -vcQ -lPW -dUN -kGR -eeK +pBE +mpe +byn +wBy +pBE +qdC +jBf +dhY qjQ sEB sEB pRj daS tut -fnf -xgB +qai +qoK pXv exy pXv @@ -234000,9 +233950,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -234040,8 +233990,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -234095,7 +234045,7 @@ sDl sDl sDl jOt -fQM +caH ons oRM oRM @@ -234103,45 +234053,45 @@ uLX rmA qGW tKI -mNE -ctJ +lGd +wxy nAr -ctJ +wxy axz dzl tKI dMv pdf tKI -drG +wom ssc cXl wRx sdW kXA kXA -eRS +oDt kRU -nac +lMd kXr -kQL -vgC -lPW -flq -wMq -dUK -lPW -ugw +hLY +ceo +pBE +eSj +wuz +cYK +pBE +cZa hxE -dPn +xUS aOd bln bln ptf daS jSe -vlD -qFU +xcW +sxY tFs pRj ptf @@ -234257,9 +234207,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -234297,8 +234247,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -234352,7 +234302,7 @@ hDU hDU hDU hDU -slI +gRs ons gpp tmw @@ -234361,10 +234311,10 @@ bcT iTy tKI afz -wiA +rvS kfe pdf -tgu +aCU jJX tKI tKI @@ -234377,17 +234327,17 @@ wNT aYm xqy cXl -jzf -cDy -tRG +uxl +oRy +aHC kXr -ewq -vgC -lPW -rmb -rmb -lPW -lPW +ghl +ceo +pBE +uYc +uYc +pBE +pBE iVA hxE aCh @@ -234514,9 +234464,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -234554,8 +234504,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -234606,7 +234556,7 @@ uqV sDl hDU ksU -tMo +cFX fHY hDU gpp @@ -234637,14 +234587,14 @@ mOA cHb psW psW -nMB -vgC -vgC -oGC +oIH +ceo +ceo +yeh hxE hxE -qSy -eFb +vQj +fvx hxE hxE wBV @@ -234653,7 +234603,7 @@ bln bln ptf jYS -bFH +gBe jSe oxB jQC @@ -234771,9 +234721,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -234811,8 +234761,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -234855,16 +234805,16 @@ lJO pKS iSX lJO -tDO +bOX hos biY hDU hDU hDU hDU -jJU +heG aJm -kJR +iFj hDU abL ons @@ -234875,15 +234825,15 @@ bXm bXm gst gVP -gwy -hdf -gVF -aFN +mPh +ciI +aRX +bhV nXQ bLW jJe rCC -aMd +bdG rCC jIg wEh @@ -234898,12 +234848,12 @@ maT ajw eMa aOd -qJJ +xZX hxE iVA hoD hoD -vdo +abz qjQ qjQ sEB @@ -235028,9 +234978,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -235068,8 +235018,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -235115,9 +235065,9 @@ hEI qGU biY biY -qhG +kqx mQh -qdR +xKb vMc xMW apI @@ -235127,21 +235077,21 @@ fNK aJA hIj bXm -pOT -tIX -jNk +gpZ +vov +cAo gst -auh -sTQ -mwg -mwg -utB -jTk +uao +plN +rTO +rTO +fsS +aqQ gst -xKA -teB +dKe +lek jak -cnM +nfd jIg wEh uuP @@ -235157,9 +235107,9 @@ lNG tue qjQ hxE -feB +nvx lis -kTI +aud lis qjQ bln @@ -235285,9 +235235,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -235325,8 +235275,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -235374,7 +235324,7 @@ biY rcP jXN vVj -szx +dRD jFf uOj bgF @@ -235382,21 +235332,21 @@ vPM esI cVz ons -xFd +xSL lnc -kRA +qRq pNK -wlm +aTT gst -vkm -mXn +sTn +fXu uOM -kLK -mwg -haw +vzw +rTO +pRX gst byl -uYu +rgl wVF iBF guS @@ -235409,9 +235359,9 @@ qmi aSh ycQ nZh -sso -jFv -rxG +lIy +tBR +qwd pRj mAc pRj @@ -235542,9 +235492,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -235582,8 +235532,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -235628,7 +235578,7 @@ lJO lJO lXn biY -ozC +dXv lck ocu vwQ @@ -235641,20 +235591,20 @@ jsF ons ons lxc -dmx +wvK aKs -bbP +tgH gst -gma -uke -uke -uke -xtY -khx +vSw +vWW +vWW +vWW +tnO +kPL gst -qLw -eZB -llo +iSA +vHK +kDj dBZ dOw cMI @@ -235666,14 +235616,14 @@ nKr qmi cex nZh -wYK +mdS thK -wmu +dnT pRj kCn daS pRj -ipJ +wtC tXb pRj kNZ @@ -235799,9 +235749,9 @@ wNO wNO wNO wNO -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -235839,8 +235789,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -235878,8 +235828,8 @@ bln bln bln lJO -vvs -mOY +oXf +rlX fdF lJO vqS @@ -235888,7 +235838,7 @@ biY vVj jXN rcP -dhj +viV gbd uOj pdW @@ -235898,22 +235848,22 @@ jsF ons gpp lnc -xcE +kFu sJr -qbS +vBu gst -brf -qsR -qsR -mMa -fyJ -sdh +iFh +xAy +xAy +tge +ozH +bZg gst tZR -tKA +nsq dOw dOw -wcV +yhe rCC vPh vQQ @@ -235923,9 +235873,9 @@ qmi cXc fhw nZh -nWo +lzt cQh -bqn +pyc pRj kCn daS @@ -235955,17 +235905,17 @@ pRj pRj pRj poc -oef -wWm -mva +xzH +hrS +fcI pXv -bnY +mBO pXv -qkt +xYO pXv -fIL +rnh pXv -rOX +xDe nkO ptf bln @@ -236055,10 +236005,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -236096,8 +236046,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -236136,16 +236086,16 @@ bln dvY lJO eKX -rch -lsh +erl +oDH fVm ndz oIB biY biY -keF +hhN iLi -iGW +oJT spV gad gAk @@ -236155,9 +236105,9 @@ vAY ons eNE bXm -iIz -aSm -wde +mWs +lSg +mTh gst gst sto @@ -236167,7 +236117,7 @@ gst oiK bLW xjP -diW +sXf gxO dKK xmN @@ -236178,11 +236128,11 @@ qmi kGx rqJ rMr -pFi +bgK nZh -ozq -rgh -bXM +iOS +mYs +fxn pRj kCn daS @@ -236214,7 +236164,7 @@ blO xHe pRj glX -dfN +nSl kNZ pRj lDF @@ -236312,10 +236262,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -236353,8 +236303,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -236420,7 +236370,7 @@ sAC eBd eBd wJR -tDF +uri tKZ gst rCC @@ -236569,10 +236519,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -236610,8 +236560,8 @@ wNO wNO wNO wNO -wXw -wXw +aBR +aBR tGr tGr tGr @@ -236649,7 +236599,7 @@ wPN aeV lJO lJO -wxA +vNK hDc wGG psR @@ -236672,7 +236622,7 @@ dnq dnq dnq dnq -xjQ +tPH dnq dnq fTx @@ -236691,7 +236641,7 @@ pTB dnq dyN rGl -wcw +hJE kzC wLU rGl @@ -236732,12 +236682,12 @@ daS wOB beO kbs -kOE +uYq gBv tjH aUK gGs -aIK +qAq aUj aUj bln @@ -236826,10 +236776,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -236867,9 +236817,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr tGr @@ -236904,10 +236854,10 @@ sDl sDl sDl hEI -cBp +iwj kEB -kpu -ebs +fFb +rtq lJO lJO lJO @@ -236985,7 +236935,7 @@ gob hwn cAe mXa -fzA +dpx mXa mXa qCl @@ -237083,10 +237033,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -237125,19 +237075,19 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr tGr tGr bDu -grh +vKk hwR igB wRs -lTN +xlC bDu dvl cuq @@ -237162,7 +237112,7 @@ sDl sDl hEI giR -uxm +rkd rmU ure lJO @@ -237198,16 +237148,16 @@ mZS mgV ljp gHe -mVb +sni bep -sRS -hxh +qrJ +uLC xzh dnq -dnq qcu -inB -ugW +bDR +gvz +mpy bep ylU dnq @@ -237340,10 +237290,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -237383,9 +237333,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr tGr @@ -237426,12 +237376,12 @@ lJO wrN bZx bWn -dVD +huM nUr ibk -tcO +xwr xgg -qix +aFx whQ kka fmm @@ -237443,9 +237393,9 @@ jII pAZ pAZ jII -fWk +inJ dnq -snX +wGa dxK dxK iOF @@ -237458,13 +237408,13 @@ gfb pYB gfb gfb -bNA -rcE +nqU rcE rcE rcE hVc jII +jII dnq ylU dnq @@ -237486,13 +237436,13 @@ kkD fhW mNY krU -hOi +qjq cEM aQR csT aQR eTi -jfq +rfR aGB mNY kCn @@ -237504,9 +237454,9 @@ mNY mNY mNY mNY -xAf +nav gfo -shb +nNs rDO rkc qWM @@ -237597,10 +237547,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -237641,9 +237591,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR tGr tGr bDu @@ -237679,7 +237629,7 @@ bZx bZx bZx bZx -mPb +snv kQi oWk bWn @@ -237700,27 +237650,27 @@ pAZ ucn tLi pAZ -iYV +xyl dnq qjm dxK hbp oyp -doT +phf sEl qRs -jST -eOv +ocM +wUX odN iZq dpH gfb -gDJ -iIA -hGL +ydT iIA +fSC iIA -iho +cvg +wBK jII okb ylU @@ -237742,7 +237692,7 @@ pRj pRj fhW mNY -rHN +juS aQR aQR aQR @@ -237750,7 +237700,7 @@ fxR aQR csT csT -anY +cQH mNY kCn mNY @@ -237761,8 +237711,8 @@ kbJ kbJ kbJ yaL -nsy -mRQ +hNM +epY vWe kIt kMY @@ -237854,10 +237804,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -237899,9 +237849,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR lbc bDu jgG @@ -237909,12 +237859,12 @@ mAe jJM mAe stt -qum -lUP -yfs +arF +eeD +aSH lyG -jqB -hYu +rUb +hzN feJ cRg pBN @@ -237936,9 +237886,9 @@ bZx bZx bZx bZx -mPb +snv krQ -woJ +skZ bWn eOK xMX @@ -237965,7 +237915,7 @@ wvw wzk wzk wzk -yeA +pgw iYb iYb msb @@ -237975,9 +237925,9 @@ gfb cpm cpm cpm -gtq -gtq -gwY +egY +sAX +dSD cpm pzb cRF @@ -238000,13 +237950,13 @@ obj vvX mNY ctI -pRp +hLZ qNv csT csT aQR eso -hAY +rop wTA mNY kCn @@ -238022,7 +237972,7 @@ wrc eVV rat dNG -sYg +iBX aUj aUj stI @@ -238111,10 +238061,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -238155,31 +238105,31 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR lbc bDu cFb mAe -cwJ +jgs mAe uVP aWk diC -cqb +bJj lyG -hqS +jko bXy feJ -xVx -qsn +xWb +jDM brx rai twP sPK -oal +wZD iDq bln bln @@ -238193,11 +238143,11 @@ bZx bZx bZx bZx -mPb +snv krQ gYp bWn -tkB +lvm egL ssF pSu @@ -238208,7 +238158,7 @@ tlo kZC tgn igQ -sSa +euZ utR pAZ mQb @@ -238218,7 +238168,7 @@ oVR jOi oVR dxK -kFk +xVq lnk pNs pNs @@ -238228,13 +238178,13 @@ iYb dkb kmi iYb -bWA -soc -mBq -aDG -ttm -prk -caA +xaA +gnA +wjv +pec +fJl +iaS +rYk cpm dnq ylU @@ -238368,10 +238318,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -238412,31 +238362,31 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR lbc bDu -isE +qdF cno oSC ovV -hEC +hkY feJ -fjW +pyG pdK lyG apS -buS +uCs gbJ pTN -svO +aPN hEG eRO eRO fDc -tGm +eGA iDq jSt kvh @@ -238450,9 +238400,9 @@ bZx bZx bZx bZx -mPb +snv krQ -dHg +thI bWn oQE xMX @@ -238475,9 +238425,9 @@ aDZ mpP uLp dxK -qiu +fbw hue -lVZ +hBZ eYT vdi oMP @@ -238485,13 +238435,13 @@ iYb txI xvZ iYb -mlY +sbi jWP ool jRC -pwA -sFy -moA +cgC +jaq +vry cpm dnq ylU @@ -238502,12 +238452,12 @@ eWb nBk gdP nBk -fWl +wpu gmL paM clm -iZJ -xwt +gGH +vja smg dlR pRj @@ -238535,7 +238485,7 @@ yaL sSJ bTF nHe -hgz +jDP wTg jWJ gyR @@ -238625,10 +238575,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -238668,11 +238618,11 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR lbc bDu hGH @@ -238683,7 +238633,7 @@ hGH feJ iuS lyG -yhq +xgc lyG lyG ihx @@ -238691,7 +238641,7 @@ wZj jAk cMA wkr -qZG +wcL ven iFg kyy @@ -238707,7 +238657,7 @@ bZx bZx bZx bZx -mPb +snv krQ gYp bWn @@ -238743,30 +238693,30 @@ iYb iYb iYb rpu -jtF -viC -pcP -vEA -hTb -epW +ybI +nnR +tuz +eRZ +qpZ +rAA cpm mpy sYu ckc paM -swQ +sqq nBk nBk -iKk +oSY nBk nBk -dxq +aCX paM -fgS -cFl +gZk +jZU uFh hwx -dvf +nyg pRj daS mNY @@ -238787,8 +238737,8 @@ tvF tvF izF gTK -nBD -rtP +ruO +fKe rGu aQW pVK @@ -238882,10 +238832,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -238925,32 +238875,32 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR lbc nbp -uXW -vDS +xPG +idq ijj -uLV -weT +trr +lRF feJ -auT +mgZ tDL lyG lok -pUK +nGK feJ -pLT -cJO +uVu +aKq iDq jUn eRO gIF -dUd +pNz kyy vvc lbk @@ -238964,7 +238914,7 @@ bZx bZx bZx bZx -mPb +snv gMK huT bWn @@ -238989,7 +238939,7 @@ bMZ paK aVH xKJ -fRx +dhj kiL tOF tOF @@ -239001,17 +238951,17 @@ jle jfc vYm qBt -cqQ +xMQ jRC nvs -edW +hPz shc cpm -bHy +dVF ylU bep paM -cpO +xxQ keX kzO gdP @@ -239019,33 +238969,33 @@ ykL nZA toV paM -kHa +vkN bbo -xza -xGF -fdJ +deO +mCK +pwG pRj daS mNY -dJX -xUS -dwv +kiR +rHQ +wFX rBV kJV cOa -iWQ -tBD -xSp +omG +tvW +scx mNY kCn mNY gmR tMD rMG -lui +neF twt -jPL -sPG +mwm +btC wRd fDn hcg @@ -239139,10 +239089,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -239181,32 +239131,32 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln -wXw -wXw +aBR +aBR nbp nbp -cPf +ycE omk omk jeF ctE feJ feJ -xsQ +cqW wHe -vrS -kJO +aPW +hsN feJ uGr uGr iDq qlw cFZ -uaP +mEB iDq iDq ciG @@ -239221,9 +239171,9 @@ bZx bZx bZx bZx -mPb +snv lwO -xux +vTg bWn tgn bEz @@ -239245,9 +239195,9 @@ xCv vWL nci tPC -fTc +uks gnM -pOB +aHW clP clP clP @@ -239255,32 +239205,32 @@ clP clP clP clP -shP -rYA +rya +eWc nDA vvi -jtV +xpJ vYs -wYQ -luF -pJN -mjY +suL +gCn +hUl +dZQ aNs dnq paM -cuT +fum nBk nBk gdP nBk nBk -cOu +iiT paM -cFl +jZU hFi -tyg -emi -igo +bts +nlr +oVt pRj swS mNY @@ -239292,7 +239242,7 @@ pVv pPR kWw qca -arY +aMs mNY kCn mNY @@ -239307,7 +239257,7 @@ fDn fDn aMb yjV -rRY +wWa yjV nOG haf @@ -239396,10 +239346,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -239437,21 +239387,21 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln -wXw +aBR nbp mhx jeF egm -rzr +axd wGW tJN -cBJ +ikI feJ feJ gPn @@ -239492,21 +239442,21 @@ ntK mQb bln jII -nsk -ycw -bmz +rhN +plz +tVC qWZ qWZ qWZ bpf xRw nYv -jSk +qVp xKJ rmM pZh oYI -goX +aCk uPY knU kPv @@ -239521,7 +239471,7 @@ cpm cpm cpm cpm -iYV +xyl iuv dnq paM @@ -239548,14 +239498,14 @@ jNg vHa alv vHa -dHM -xUW +mbt +hKJ mNY kCn mNY bpd uJn -paW +kYL gLu dth bTF @@ -239572,8 +239522,8 @@ vWr vWr neR vWr -pkJ -mvX +uLH +xNC gka miS nrH @@ -239653,10 +239603,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -239694,21 +239644,21 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln lBD bln -wXw +aBR nbp xKY omk sMY -wMV +dgU qqM -pmV -kvI +wMi +dYe arA jwx kfy @@ -239717,7 +239667,7 @@ jwx wfp cZm hLf -okx +euK mLu lAL npn @@ -239725,11 +239675,11 @@ iUo cOp hTw gIL -xIR -xIR -xIR -xIR -xIR +esK +esK +esK +esK +esK tPW iPT ppl @@ -239753,12 +239703,12 @@ dnq kgD utR uEQ -dho +lET grA cEv nOH gxU -gZq +pRp ybv ybv ybv @@ -239782,7 +239732,7 @@ dnq iuv gLk paM -iaQ +hGZ nBk cMS ecJ @@ -239791,10 +239741,10 @@ nBk tXY paM bbo -xwt -dst +vja +kaK bbo -opl +bOk pRj daS mNY @@ -239803,9 +239753,9 @@ wlz tnp pnn aZx -jen +uro dKh -fse +uGl qea mNY roQ @@ -239823,11 +239773,11 @@ eEO nMx azg azg -wCZ +fKO azg azg pJy -qQs +vEy ban wdL dso @@ -239910,10 +239860,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -239951,9 +239901,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln uer bln @@ -240014,13 +239964,13 @@ wUJ ppK wna lCg -nQM +wEG ybv ybv -tAh -wjr +khV +jRg qCP -njt +dRx ybv ybv bln @@ -240047,10 +239997,10 @@ pjl uOn msU paM -eWK +khu bbo -sVW -xwt +pbE +vja iRc pRj daS @@ -240067,10 +240017,10 @@ voK mNY kCn mNY -pKs +ixG aPf dzJ -bAO +puI twt mEw sSJ @@ -240167,10 +240117,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -240207,9 +240157,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR lBD bln bln @@ -240217,12 +240167,12 @@ bln lBD nbp nbp -mUM +kIx jeF omk jeF nQf -bfB +uFE arA rYB rgC @@ -240236,7 +240186,7 @@ kyy bKN kyy iDq -gLl +rpT ygM mfH sDl @@ -240249,7 +240199,7 @@ lYz dkY oLW hzY -jHm +bRn fng lBt bWn @@ -240261,9 +240211,9 @@ bWn bWn mae pAZ -qDh -vVg -tzR +usz +eZL +ljx nxW utR tmQ @@ -240282,12 +240232,12 @@ ybv ybv bln kta -qPP -ghl -nRu +jLa +rBL +fYF clE jQI -nFR +qnr jQI kta bln @@ -240297,30 +240247,30 @@ iuv atv paM nBk -tWU +svN nQh jSl cxg -rBI +pfD nnB paM -eWK +khu loq -tyg -veT +bts +erA qll pRj dPT pRj -aXF -ciP -rnh +pMu +gVD +dxJ ajF -oZu -aRk -uFI -nYd -qeA +qwe +uJH +hHF +roj +rIr pRj kCn mNY @@ -240329,9 +240279,9 @@ fNr nzI gTK gTK -iWY +myX sSJ -iqG +xFM eEh fab eDC @@ -240340,9 +240290,9 @@ nXl wuo agm fNN -vgU +gbh wuo -jjB +sRL oyz mLV fDn @@ -240424,10 +240374,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -240464,9 +240414,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln bln @@ -240474,8 +240424,8 @@ tGr bln lbc nbp -rGR -pVX +lau +vLt dlK pbI jIm @@ -240494,7 +240444,7 @@ nlp dNt mfH uJX -eKk +qky mfH sDl sDl @@ -240507,18 +240457,18 @@ jLZ jQU psN pfe -cow -bhb +aeQ +mdX pfe -tNu -pyW -stp -raL -rxA +ujJ +oUr +nSM +dyh +sdM pfe pfe jII -ayb +mxM qLt uom pkW @@ -240539,9 +240489,9 @@ ybv ybv clE kta -vEH -vEH -vEH +uMN +uMN +uMN clE qQC qQC @@ -240549,7 +240499,7 @@ qQC kta kta kta -pLC +ieG iuv dnq paM @@ -240571,13 +240521,13 @@ bbr wou bbr cLN -xoY +vol fmc -dGd +jtM cLN cLN qbO -pAj +xtQ hIH kCn mNY @@ -240591,13 +240541,13 @@ sSJ gka uXC fab -oOk +fNv iEd wuo nnw -cjD -spF -cjD +spv +dwy +spv wuo cSH kUz @@ -240681,10 +240631,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -240721,9 +240671,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln lBD tGr @@ -240737,9 +240687,9 @@ lQc lQc nbp mgU -nlz -oxJ -nBx +nbt +ioi +fad azx tDw rhf @@ -240753,11 +240703,11 @@ xHq ccr txU jzC -lpv -lpv -lpv -lpv -lpv +qml +qml +qml +qml +qml iiH teP teP @@ -240766,7 +240716,7 @@ fEC gMK fng rHc -kWK +gTp uog vVY uog @@ -240774,7 +240724,7 @@ uog nfU bzI uog -cNd +fWI mny dnq wmK @@ -240797,14 +240747,14 @@ ybv vgu kta kta -iIh +dHa kta wal wDi qQC jtN aYq -oUE +pnz kta qQG nlT @@ -240816,10 +240766,10 @@ fdy dxU fdy nbi -sBS +cUF nQW -ctm -baO +vsz +sJq fdy fdy nbi @@ -240829,16 +240779,16 @@ cLN cLN cLN fdy -cwA +oXc nzq cLN cLN qbO -lAy +kKH pRj eAj sro -aLS +kjh qkT kzA whW @@ -240850,7 +240800,7 @@ glc fab ktw bny -oZA +qDj xBp bYw bYw @@ -240938,10 +240888,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -240978,9 +240928,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR uer bln tGr @@ -241004,7 +240954,7 @@ xFm tGB nCh fwh -goL +ijU bqG lbk fqH @@ -241023,7 +240973,7 @@ vDb vvh vPC pvm -kAd +xDY cvC kQc iYG @@ -241031,16 +240981,16 @@ kQc kOV kQc kQc -rki +bsB gOy gOy fKF -sSD +qjg utR tmQ lkI smI -egy +aog ktl dEI uab @@ -241054,13 +241004,13 @@ ybv wMz sDp tAi -aWY +xyN xGJ tsQ lSP wqj vGY -clT +nqw vGY xXt gET @@ -241069,7 +241019,7 @@ jba iot oQp oQp -xCV +lCY oQp oQp oQp @@ -241089,9 +241039,9 @@ oQp lEK oQp oQp -wFr +kPg nyn -adr +xss pRj fFy mNY @@ -241104,17 +241054,17 @@ fcg eTx fDn jQz -kTr +tNx tfR iNa tLW seR -oQR +lgg uey esE uLe lGp -nzf +efV iaV fDn efE @@ -241195,10 +241145,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -241235,10 +241185,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln tGr tGr @@ -241253,7 +241203,7 @@ bln rhf vyd ePr -plu +kGc kWh qVJ mgU @@ -241267,11 +241217,11 @@ aPd hQP lWg ncB -tfA -tfA -tfA -tfA -tfA +bgN +bgN +bgN +bgN +bgN uwB lvS xLO @@ -241280,22 +241230,22 @@ eEZ nUJ qbA csB -kOF +hDS tny dLo -spM +fBF xUU -wNC +wYZ aKI xUU -oQA +xTt qJV vBh fiE oBs utR tmQ -cGY +axf kzD kJP lhv @@ -241318,7 +241268,7 @@ tEK qQC hNg rFD -gRa +yev kta vtz fuM @@ -241337,18 +241287,18 @@ mFU cLN rWn rWn -lVj +rbs eQX rWn rWn gDV -pDr -jqs -wsN +cSP +dAk +jRV uOL gQq bwt -rFj +onx mNY mNY mNY @@ -241364,7 +241314,7 @@ fkj fab nsK dfq -dSI +ghj xBp imd imd @@ -241452,10 +241402,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -241493,9 +241443,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln tGr @@ -241510,16 +241460,16 @@ oot rhf jDt wtg -loI +diq ehy -sBt +vtZ mgU -fLX +fUj kcc -kZG +tpX oIC jjt -tpj +bvY jNp jNp jNp @@ -241546,7 +241496,7 @@ skl skl skl skl -tmN +pDt tsk wLX eJz @@ -241589,9 +241539,9 @@ vWh cvS xXf xXf -ohw +skn lHE -sVJ +frE obK npB gwK @@ -241601,7 +241551,7 @@ gwK bID bID hOc -cLw +eda hOc djO hOc @@ -241610,7 +241560,7 @@ qnC vkz uoF pcg -uGz +deD dsk qnC isX @@ -241619,13 +241569,13 @@ oEt gka gFR fab -kFZ +fyQ wuo vuK nnw -mcG -oXM -mcG +cDK +uvk +cDK wuo cSH kUz @@ -241709,10 +241659,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -241750,9 +241700,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln lBD @@ -241771,13 +241721,13 @@ bUx bUx bUx bUx -mBK -eGj -gTs +kpX +jmy +xMn cAC -hZw +nRm bRG -poR +hfA idv ahA cHY @@ -241803,23 +241753,23 @@ deY deY deY wAZ -lcP -hxh -nxf +oAz +uLC +xQg fwm utR tmQ pMy cOP gER -sXk -uyF +wLt +bIL ybv pPN oqz kOX oqz -qDy +oXg ybv ybv bln @@ -241829,7 +241779,7 @@ sGv rFf clE jQI -uLo +drE jQI kta bln @@ -241847,7 +241797,7 @@ kRP oWl vRS stD -xGp +ubZ eFd qeh eBV @@ -241858,7 +241808,7 @@ jtA bID wUE miw -tSA +gCK cMd lHC vzU @@ -241870,7 +241820,7 @@ sOE wcx mGV qnC -efU +sIp uif wRd gka @@ -241880,11 +241830,11 @@ iag loc hNI wuo -iqN +fRv fNN esE wuo -eQZ +hqE iam mLV fDn @@ -241966,10 +241916,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -242007,9 +241957,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln lBD @@ -242028,13 +241978,13 @@ bUx jOQ bxQ bUx -ipP -mZD +oty +vxc aKt tDk jjt lUw -iWS +cua vwt gII cHY @@ -242070,13 +242020,13 @@ dtr gKG iBe lhv -dyQ +xpw ybv ybv -pTh -ngx +rox +cBU twK -jcJ +mnV ybv ybv bln @@ -242093,11 +242043,11 @@ bln pAZ dnq iuv -sWQ +yas xVK hJY eUW -lKN +jtt cvS gDp kRP @@ -242107,16 +242057,16 @@ mzE aZV qvW gwK -gne +wTC hvS -tvX +elj iRr omi tKi -kna +hlG ydg dAm -nYY +szR dcC jGB akz @@ -242223,10 +242173,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -242264,17 +242214,17 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln bln mZf oot oot -vTG +ajx qVo bln bln @@ -242285,13 +242235,13 @@ bUx xmO ubE bUx -iLe +iQj aOS -mQE +rud cAC mWM scu -wpF +pmr qPp ryG cHY @@ -242323,8 +242273,8 @@ dnq nfk utR tmQ -gZj -gKk +qnV +vSy kBr lhv iGH @@ -242364,13 +242314,13 @@ aRR tRZ oyj gwK -kYh +nEV bry -cte +jkx fLq hro tKi -knc +adZ dxA oht rSC @@ -242378,11 +242328,11 @@ ami oPU wHj mBB -bup +juH ojv htc -wox -vTi +mDw +jDT qKQ aTj uif @@ -242393,11 +242343,11 @@ fab bjl shB shB -gVr +naU cll shB yeD -anI +nka iCg kql oNO @@ -242480,10 +242430,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -242522,9 +242472,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln uer bln @@ -242544,11 +242494,11 @@ deY bUx kdT hQd -eCH +whd cAC mWM bRG -rPa +kpj fGq eig jNp @@ -242561,7 +242511,7 @@ skl jOQ skl nYn -nfb +hui ygB qbF oqg @@ -242576,23 +242526,23 @@ vXU drZ yfF jII -nsk -wtb -bmz +rhN +vSC +tVC qWZ qWZ qWZ dWX wKI iFs -jSk +qVp lpM mjs hsx hpR pIk gYz -mZe +tHi iLu lpM lpM @@ -242615,19 +242565,19 @@ pGZ cvS gDp kRP -kpz +lyq xBN bfU aSu dBK gwK jyR -myC +sok gwK jyR bID bID -trG +dqF vCK rSC rSC @@ -242638,7 +242588,7 @@ sCA rSP uKM uaz -mCZ +vqf dfa ixZ rGu @@ -242657,7 +242607,7 @@ vWr kQt vWr nsv -kAT +tpk gka oWQ dcO @@ -242737,10 +242687,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -242779,9 +242729,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln bln @@ -242804,12 +242754,12 @@ kzw kzw cAC xAQ -mEI +voA jNp jNp jNp jNp -dxW +pVL sDl sDl sDl @@ -242817,28 +242767,28 @@ sDl skl jOQ skl -nOl +pRQ oCF ygB -dcq +mXw peb ygB -mJO +qDk oCF ygB -mJO +qDk oCF ygB lBD jII jII jII -pSg +uPD xwC utR pAZ bln -aSr +aAf oxe vmj aqB @@ -242848,12 +242798,12 @@ oRk mvc mvc rAW -ykW +kwz ghJ uEm sqU lpM -rLe +klP euf jzn mhQ @@ -242872,7 +242822,7 @@ lIQ cvS gDp kRP -cMs +uzf pcs bfU ecs @@ -242898,15 +242848,15 @@ sCA qnC qnC qnC -aPr +tzH uif wRd fDn fDn bfL dXn -joW -knQ +mmk +qZQ ead xwE ner @@ -242994,10 +242944,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -243037,16 +242987,16 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln tGr tGr lBD bln -mih +mlS bln xAs nXb @@ -243056,17 +243006,17 @@ ykw eyb gck ykw -fXi +sLj vhL law eqI -rAN +ewM wAT -erB -gqY -nkK -gvx -xic +kdy +taj +vsL +vpn +lRc sDl sDl sDl @@ -243088,9 +243038,9 @@ oTh ygB fEZ ygB -vWB -lmQ -jgw +nHt +upp +hgX sNI bUH pAZ @@ -243114,7 +243064,7 @@ anu jly fXb mhQ -nKe +eeq jUD nZb lRf @@ -243130,24 +243080,24 @@ uwO rSx kRP kRP -dAi -edv +lSw +cAR kNk tmA bNE -jfD +hht gMN xnE tvd egV -ozn -wCx +kVU +syU vYJ fGn -gWd +iSL vzU pZn -cOZ +bBd xSv aIg rjh @@ -243155,9 +243105,9 @@ xZl qaF pna aIg -oUA +ktx uif -ixL +jKe wRd fDn oSR @@ -243251,10 +243201,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -243294,10 +243244,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR lBD tGr tGr @@ -243310,7 +243260,7 @@ bln bln sEB ykw -rVy +nEs wOc lEj cKv @@ -243319,11 +243269,11 @@ eyb hAQ ksC loy -joc -itW -xog -rWj -xic +psY +lmM +oyL +kbm +lRc sDl sDl sDl @@ -243331,23 +243281,23 @@ sDl skl jOQ yab -dRy -fbr -ugp -mPF -fbr -gnD -mPF -fbr -mPF -mPF -qVc -iLB -mPF -jpR -kRe -kRe -mJD +npa +rMN +oyv +alO +rMN +agp +alO +rMN +alO +alO +qCI +ids +alO +cPu +dBP +dBP +gqQ xwC kKX pAZ @@ -243364,15 +243314,15 @@ xbo anu fue dmG -cyF -xLF +uPB +xMP lpM oGQ wKw -kpp +vFb mhQ hUV -tgA +aks nLH xex mhQ @@ -243386,11 +243336,11 @@ fVS cvS gDp iMA -iiW -fkO +qNl +bkI tjY aMr -woQ +cwj keP cRO guU @@ -243412,22 +243362,22 @@ uSo uSo ndC etO -gZO +cqo oqC eZP eZP gKl tlh tCW -vEI +oGy fDn lhC hte hte hte -gtp +bEa dCy -qzR +dMK gka bln bln @@ -243508,10 +243458,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -243552,9 +243502,9 @@ wNO wNO wNO wNO -wXw -wXw -wXw +aBR +aBR +aBR bln bln tGr @@ -243562,25 +243512,25 @@ tGr bln lSu xiI -xEp +mBh oot oot -lmR +kei pDC clq qgO qgO -bnV +bqx xQG ykw mfH cIY mfH mfH -erg -fGo -nDx -xic +lHL +fAH +aAl +lRc sDl sDl sDl @@ -243588,22 +243538,22 @@ sDl skl jOQ skl -pGn -cgW -cgW +fZV +iPm +iPm jKN qxp jqr drt eGy -cgW -cgW -cgW -cgW -cgW -ftx -fQy -mWX +iPm +iPm +iPm +iPm +iPm +cmn +hay +cfr dct iuv utR @@ -243644,24 +243594,24 @@ cvS gDp qEm kRP -atT +fiT kQf hDh vnt keP kRw -eJn +ctr avk gxP bID tZO -oPx -pwD +uCK +nKj fwW uxp afK -unc -jMp +bOy +vfU pdV hqV pie @@ -243669,18 +243619,18 @@ uGT qWy pna hqV -nQw -vsY -iJh +uge +xrg +dxn aPD aPD vlb fKf pst bWQ -gbj +xRZ jer -wLI +xJT eCp eCp uYO @@ -243765,10 +243715,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -243809,10 +243759,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln bln @@ -243824,20 +243774,20 @@ bln bln sEB ykw -jfZ +dtz lEj fCW nUg dKP ykw -ybD +tSi kfc dcX mfH -oiL -vIJ -dxW -dxW +nmq +kqG +pVL +pVL sDl sDl sDl @@ -243848,20 +243798,20 @@ skl ygB ygB ygB -kMz +nmo qIU qIU lDq -qbs +wVD uja uja uja -kMD +gSP uja uja uja uja -hcv +gEP vrX utR pAZ @@ -243887,14 +243837,14 @@ lrD mhQ ixu hGh -tbI -tbI +frN +frN mhQ dnq iuv vXh cvS -iWx +ewi cvS eUI kwX @@ -243915,7 +243865,7 @@ bID bID bID cfT -qXW +kvH uIz bID bID @@ -244022,10 +243972,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -244067,10 +244017,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln lBD @@ -244091,9 +244041,9 @@ nOQ cqx sQB mfH -dxW -dxW -dxW +pVL +pVL +pVL sDl sDl tOq @@ -244105,29 +244055,29 @@ skl eFW rlV ygB -fCE -cRt -hVu +xEJ +gJC +akD qIU -rXO +keL uja jHG -dFP +nuB vVw -dFP +nuB qSh rKS uja -fpP +eMs iuv utR pAZ fsm efv bcN -aBy -prB -qYI +jYd +ugI +lIs lpM vPF uEm @@ -244158,7 +244108,7 @@ lBS aTp lvB kRP -pqk +wpp rzj mRG bIU @@ -244187,12 +244137,12 @@ qwF qwF qwF aPD -eYA +cht eiI -fMU +bum wWM -whV -boP +vvf +pcI ehP uDi uLr @@ -244279,10 +244229,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -244324,11 +244274,11 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -244337,16 +244287,16 @@ bln lBD tCR lGK -sNb +jRP bLd -dAa +wbG kkl dhU xQG olY hQi -hZq -mFQ +rRM +tDo lbk bln sDl @@ -244362,17 +244312,17 @@ skl dxh xri vAo -jsX +cmL lLf asa kCu -iXK +gHj uja -ewd -ehm -yba -bwr -qKX +hUo +iAV +udl +fws +qLo hsB uja ise @@ -244382,15 +244332,15 @@ pAZ bln lBD pAZ -biL +mDv sUi -oqf +tEd lpM eEC aTw -lmo +iFL hpe -wwB +fiN mBX uEm viQ @@ -244435,7 +244385,7 @@ iHm rXe hHN bJD -pfa +ydN rsW tQb xKd @@ -244536,10 +244486,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -244581,12 +244531,12 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR bln bln uer @@ -244598,7 +244548,7 @@ gWX bEf iME tsH -bLb +qhP xQG ykw pDB @@ -244617,16 +244567,16 @@ cIK jOQ skl ddr -ccp +ibH ygB -lXD +kCb gya tfO urd -jtz +xTU uja aty -ehm +iAV uja uja uja @@ -244639,9 +244589,9 @@ jII pAZ pAZ jII -hgV +nbZ jIO -xRg +wIm lpM lpM lpM @@ -244668,7 +244618,7 @@ cvS cvS bRH caZ -pAs +hgK caZ gDp btg @@ -244681,18 +244631,18 @@ sVL jlV hHN hHN -axM -mYZ -rPd +iRw +cYf +bSG uop -caS +tHj hHN wAB jkW laV hHN -eBT -qKK +cDz +tBL hpI sEB bea @@ -244793,10 +244743,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -244839,11 +244789,11 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR bln bln bln @@ -244865,31 +244815,31 @@ lbk sDl sDl skl -pwx +gHr deY skl gDz xlH kbN -cWv +hlB skl ygB ygB ygB -fda +puN pcJ pjw maB -kGD +fpa uja oiz -ehm +iAV uja kDz -chB +gsC twU uja -gQZ +eHC iuv dnq mny @@ -244899,11 +244849,11 @@ mny mny wVR mfW -kXE +kru mfW -dSn -gBk -xQO +nob +eta +brp mfW mfW ccs @@ -244913,9 +244863,9 @@ tZZ vBh vBh dqs -jGv -qrc -qsd +aVw +gxq +rlb vBh vBh vBh @@ -244937,19 +244887,19 @@ tTY hHN jlV hHN -rET +pkQ cEw cEw cEw cEw cEw -jaN +rII fwq hHN lRR bpR skx -mzd +gkY mIk wMe gqB @@ -244958,7 +244908,7 @@ mDX mDX qwF aPD -alD +noM tjk ydc nyA @@ -245050,10 +245000,10 @@ bln bln bln bln -way -eLi -eLi -eLi +fuZ +hHG +hHG +hHG wNO wNO wNO @@ -245097,10 +245047,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln bln @@ -245110,9 +245060,9 @@ tCR dcx ihb bnM -mWq +iRM kkl -viO +qFq gUs ykw lbk @@ -245133,20 +245083,20 @@ skl dnk olf ygB -mjG +ybE eKJ ulk -cde +cXa uja uja uja -eQN +cIj uja uja uja hsB uja -lMS +vKI lyh iuv vrX @@ -245156,7 +245106,7 @@ iuv iuv iuv vrX -bCb +goZ iuv xNF ylU @@ -245197,7 +245147,7 @@ aap dUv cEw rLs -aMO +xUV xmL cEw cmJ @@ -245206,7 +245156,7 @@ tyb nrA flH lxu -dAg +wQF qxo eVC qwF @@ -245305,12 +245255,12 @@ wNO lBD lBD bln -aCB +tkU bln vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -245354,10 +245304,10 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR bln bln lBD @@ -245388,33 +245338,33 @@ skl ykA skl lQr -pJm +lkj ipx -fNE +seH lvY mmA -lKr +srY uja vmp vmp -kxN +mwL uja oUO -oUG +pvq xWG uja kyL -aPo +vOi kyL kyL -otQ -niH -pcQ -dby -niH -niH -sjj -vRJ +bLP +wfC +fqS +jkP +wfC +wfC +lfw +xVs dKW ylU lDo @@ -245440,10 +245390,10 @@ cvS sxu kwX pNq -aoO +dvq gDp rxa -jtl +qgm kdc mFt kdc @@ -245452,18 +245402,18 @@ kjy grI ruI ubF -fFv +vwj wwu kwm wwu -wWt +ekh eVI gmJ npJ xGI mNF baQ -hsf +cYC rsW tQb xKd @@ -245478,7 +245428,7 @@ oHp nyA ybq lhO -bRZ +fFi duh bln bln @@ -245561,13 +245511,13 @@ bln bln lBD vbG -aCB -aCB -aCB +tkU +tkU +tkU vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -245612,20 +245562,20 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR ykw ftA -mpR +unC cLB arT eyb -iKS +rdw xIk bYF ykw @@ -245636,33 +245586,33 @@ bln bln fsm bUx -vzf -fBL -kFR +cCC +tMm +fnS skl -nhR -iHz +dRr +nWM jOQ skl pOo -piC +eEe ygB -nOD +fXo aos -rBn -uYV -nkM -nkQ -uDT -aMX +bBD +kFm +tav +kfm +dlj +dUp uja uja uja hsB uja mdZ -eJq -mWp +vrA +mPY mdZ exw hmb @@ -245672,19 +245622,19 @@ hmb hmb exw tLF -ocj -hWP -ocj +aJW +qWA +aJW azw azw -neo +mao azw azw -mwx -mwx -mwx -mwx -mwx +vTc +vTc +vTc +vTc +vTc cvS cvS cvS @@ -245700,7 +245650,7 @@ uiI qzF gDp kRP -csZ +kRJ gcV jug lwi @@ -245711,7 +245661,7 @@ iSl gdv yiv tbh -bIs +jTT tbh yiv vtv @@ -245719,8 +245669,8 @@ hHN hHN nrA hQu -eBT -eqm +cDz +snW hpI sEB bea @@ -245817,16 +245767,16 @@ wNO bln uer bln -fqK -aCB -aCB -aCB -lUs -eLi -eLi -eLi +enX +tkU +tkU +tkU +xXk +hHG +hHG +hHG wNO -aCB +tkU wNO wNO wNO @@ -245869,13 +245819,13 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR ykw wBc kYI @@ -245885,28 +245835,28 @@ eyb wug uLF nSH -hqi -veF +rlK +dKA deY bUx bUx bUx bUx bUx -aJi -dqv -kFR +epK +gMg +fnS skl -tcz -kUG -rnd +cPG +fAA +fXA skl gmW gmW gmW ltV -mAz -oSk +rLj +cPF ltV uja mqy @@ -245914,28 +245864,28 @@ mqy tUn uja jlP -mfz +ePq twU uja -idw -eZj -iuE -bPg -cKp -kDP -kmQ -yli -eei -kAY -jBq -rGz +vWc +dNf +aKw +dLc +oDs +elh +xFI +tPP +wpm +bdt +gQC +aYW lso dEV bai azw jqE -fjK -sAT +kZb +tSK azw fMg fqW @@ -245950,7 +245900,7 @@ bEB kNA mOo jPh -tYJ +ljD azf kRP kRP @@ -245977,7 +245927,7 @@ kYi rBQ ssh skx -xMe +kqS mIk wMe gqB @@ -245987,7 +245937,7 @@ kcG qwF wYJ sEB -shl +hQQ sEB nyA njm @@ -246072,20 +246022,20 @@ wNO wNO wNO bln -qVd +aaX vbG -aCB -aCB -aCB -aCB -lUs -eLi -eLi -eLi +tkU +tkU +tkU +tkU +xXk +hHG +hHG +hHG wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO wNO wNO @@ -246126,25 +246076,25 @@ wNO wNO wNO wNO -wXw -wXw -wXw -wXw -wXw -wXw -wXw +aBR +aBR +aBR +aBR +aBR +aBR +aBR ykw -fhV +xIp kYI kYI bOg -qnd +hFC xyS fhu bLI ykw skl -uWt +lVy deY skl kQE @@ -246152,19 +246102,19 @@ rab skl skl skl -ycc +hDV skl byP -uWt -eXY -eNz -spY -soe -wHv -gLx -rza -oBP -hwg +lVy +gNq +pty +rOD +pcq +aUa +acP +jbw +cSo +bVI uja uja uja @@ -246174,31 +246124,31 @@ uja uja uja uja -emg -wmy -njn -pix -pYE -eqL -jVq -iOz -agu -ilP -xJF -rGz +tYw +cea +xBI +pXq +luk +sSH +pJH +jWU +lVI +iUH +eXh +aYW lso dEV bai azw -tPI +rEp fTC -xkg +blU azw -qvZ +eul hhT vnN pQp -ovX +wpZ cvS ril eHe @@ -246214,7 +246164,7 @@ vnY kRP sqN kRP -spq +rKv tyS whf sjk @@ -246329,20 +246279,20 @@ wNO wNO wNO bln -asi +fhB vbG -aCB -aCB -aCB -aCB -lUs -eLi -eLi -eLi -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU +xXk +hHG +hHG +hHG +tkU +tkU +tkU +tkU wNO wNO wNO @@ -246395,65 +246345,65 @@ lHu tIf tIf blT -ntq +qBw cWG -ivz +ekW vRN fEA uHF -yjb -yjb +tHR +tHR qdK eqq -ngR +aQi eqq eqq eqq eqq -tVP +fJB eqq -pTf +xfH qvh skl -lyU +erH ffZ vfW vfW mZK lvk -uBt -xbh +nVS +uqc kKL -hnB +cSf kKL -hMk -jLn -oYH +eGT +hMO +vmw rxY -duV -fKw -cMu -vRE +dlb +hBu +sWK +pJf shh -eoq +kFU xgy xgy -toH -agu -ilP -kHV -vcs +mdx +lVI +iUH +ovO +mGq lso dEV -ieZ +kHI azw -ekn +feU fTC -fHk +qEj azw tJV orE -tyf +aTE hMH yiK cvS @@ -246588,19 +246538,19 @@ wNO bln lBD vbG -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU bln -eLi -eLi -eLi -aCB -aCB -aCB -aCB -aCB +hHG +hHG +hHG +tkU +tkU +tkU +tkU +tkU wNO wNO wNO @@ -246651,68 +246601,68 @@ ykw kON rax wWU -xjL -vMe +esS +evw aML iLv hSJ ykw -jKV -neg -uWt -tdB -uWt -ecS +sLY +olR +lVy +oIt +lVy +lEy fhz -uWt +lVy fhz -xNk +dsq byP mOf -hCF +tuQ mOf skl -lYv +kTa eOl -nRi -fjM -fjM -mlv -qwP -iUs +qWY +kGB +kGB +lsn +xzg +qrn kKL kKL kKL -uhj -tFW -ykZ +vGC +cCL +pVh rxY -keq -uKg -qYD -oUK -gEL +pYE +bNK +cCO +tYL +uLB mpU -qFC +wYW xgy -txN -kTO -jAZ -sIm -rGz +bhp +sDI +jAM +gbl +aYW lso dEV bai azw -iWd +hnV fTC -ijl +xSu azw azw azw azw -kLS -mwx +mGs +vTc cvS kSn vEN @@ -246724,30 +246674,30 @@ ohp ohp ohp pNq -uQK +dXU kRP gDp kRP qjb tbb -kyr +fqA dFp nJI hoV oyX -kHQ +bWy khe oSX oyX -kHQ +bWy cHm xfB oyX -kHQ +bWy jHQ xfB gBx -rkm +qNF sEX hpI sEB @@ -246845,19 +246795,19 @@ wNO lBD lBD vbG -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU bln -eLi -eLi -eLi -aCB -aCB -aCB -aCB -aCB +hHG +hHG +hHG +tkU +tkU +tkU +tkU +tkU wNO wNO wNO @@ -246919,93 +246869,93 @@ rFP rFP skl skl -svA -ebg +eTz +aGV skl -uWt -mhI +lVy +wrp skl -eYL +oOZ cQx -eYL +oOZ skl -tjm +eDy vfW -wsW +cpP nUj mpH -giF -nXn -qdd +dQq +aDr +jxK kKL -uiw -hWh -hGI -tCs -dKk +aoi +kwV +oLd +poC +plp rxY -cKz -fEO +nXf +jne mdZ mdZ mdZ exw exw exw -fjl +pHp exw exw exw tLF -aPn +cwh dEV -qye +feG azw -opz +lXa eyc -dCo -kuX +qPt +uTc biR dmI -hbC +tdE veU -tIt +vEQ kRP kRP oiB kRP -dXJ +pao cGA ohp ohp ohp ohp -nva +ghz ktB kRP gDp kRP jKh uEJ -qVM -gPX -mur +uxd +nzy +tKW hIA iXq hLS ifY -sgJ -rJa -uiq -wAo +oZL +rxf +sEF +nom hHN -hCY -uLU -wSC +meT +xGM +gHl flH -bOY +afR rPn -dIb +kqq cnq nqb qQq @@ -247102,19 +247052,19 @@ wNO lBD lBD vbG -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU bln -eLi -eLi -eLi -aCB -aCB -aCB -aCB -aCB +hHG +hHG +hHG +tkU +tkU +tkU +tkU +tkU wNO wNO wNO @@ -247176,59 +247126,59 @@ bln lBD bln skl -efN +vdE skl skl -uef -vXY +dOk +fqx skl -gfE -uBn -aut +fOI +skC +squ skl -ncO +cVa vfW -qno +uhc iay dCF -giF -nxY -gZJ +dQq +qrZ +uEe kKL -mTH +cfp kKL kKL -bjO -uuj +khl +pKm rxY fzK -dnn +nix fzK jRA -efL -rXd -aAc -igi -bOu -nNG -xpG -khA -pig +afI +gqP +jbk +uqe +soC +vmS +lEO +rfj +rMd lso kjK bai -dAd -hxz -hVt +mIt +xni +hBd aMP -aLp -iyV +dQo +oQD hHI -hbC -knB +tdE +fBR fKi tHr -euR +bdm soK kRP nMN @@ -247359,18 +247309,18 @@ wNO bln bln vbG -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU bln -eLi -eLi -eLi -aCB -aCB -aCB -aCB +hHG +hHG +hHG +tkU +tkU +tkU +tkU wNO wNO wNO @@ -247433,61 +247383,61 @@ ntK mQb bln skl -dIa -mNp +kzz +tna skl -nLg -vEE -tLG -ejg -nLg -ngH +mEd +jPv +whx +nqF +mEd +uii skl -oqx +hhc vfW -nCO -ssf -ssf -aMy -qwP -ndF +ryq +dHV +dHV +fzc +xzg +suO kKL -sUO -pNj +tTC +dfX kKL -aTV -rQt -pFW -nEO -tqZ +omE +eBT +ihM +gVw +fWl fzK jRA jRA -mIB -uUV -gDY -dzZ -fmD -iMh -gjT +ilI +fUE +wId +dLj +ehY +xQx +dqp lso lCi dEV bai -dAd -jIM +mIt +cJw dip -mZv +bHO azw -bMT -chi +ori +rGw azw eiY tZm pBA -rEk +aQZ uNq -ujI +dTW vND exe kRP @@ -247616,18 +247566,18 @@ wNO bln bln vbG -aCB -aCB -aCB -aCB -way -eLi -eLi -eLi +tkU +tkU +tkU +tkU +fuZ +hHG +hHG +hHG wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO wNO wNO @@ -247688,64 +247638,64 @@ bln bln bln bln -htF +ekx skl -dPl +oCy skl skl -hmh +lYF deY -tLG -kUO -xUX -ohN +whx +ecE +hsM +nyr skl -oCJ +xec vfW eOl vfW vfW lvk -xHa -tXy -pcE -whu -rtc +oew +umn +wDt +aTl +nQx kKL kKL -dlV +xzE rxY -jFA -mnj -uVn -wxR -wvb -jhe -uUV -qIa -rhg -meB +buM +qOO +llI +jTj +xsB +lzC +fUE +oDG +vQu +eef hSq -mVh -mVh +mTF +mTF vwO hHg -qFS +jyp azw -uze +uMx uTk -xPk +sJA sHc oGs sEz jFZ -uoV -gnb +bXP +jhv gTi whh pQL nCV -qfy +lGh txo kRP kRP @@ -247873,17 +247823,17 @@ wNO bln bln lBD -bGy -aCB -aCB -aCB +jpx +tkU +tkU +tkU vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO -aCB -aCB +tkU +tkU wNO wNO wNO @@ -247946,58 +247896,58 @@ bln bln bln bln -gjQ +msC ooL skl -qFs +ert deY deY skl -dDR -wEI -fpS +bLb +jUF +tDm skl -kCy -tBB -tBB -tBB -loe -ukb -ukb -nrk +vyH +uRo +uRo +uRo +nCu +cZt +cZt +uSK kKL lli uar gAt kKL -tGI +xlb fzK -cAc -rxt -snE -jtu -bVc -nOB -gfl -rRy -mdy -gfl -xpG -hjB -vMp -evq +uqb +gFK +rFM +gLw +jck +pyo +dPw +jdO +kzj +dPw +lEO +wQx +fgj +lFr dEV bai azw -tKR +nNU vYH -qZm +nah azw cXu frP -cdv -nRd -pOU +oIJ +sNc +wiJ tHr tHr bxU @@ -248005,8 +247955,8 @@ art tHr tHr tHr -kDa -gZz +bpZ +chW pBA xfb dpB @@ -248131,13 +248081,13 @@ bln bln lBD vbG -aCB -aCB -aCB +tkU +tkU +tkU vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -248206,9 +248156,9 @@ bln bln bln skl -djv +fXD deY -oao +qHc skl skl skl @@ -248216,38 +248166,38 @@ gmW gmW dGO dGO -vEi +sJp dGO dGO -vEi +sJp dGO dGO gmW gmW -gzw -kiB +tBx +knC kKL -xLn -wRC -wRC -rth -mrF -mrF -wsP -mIB -uUV -bng -ixH -sgM -lEO -ibI -vMp -oPt +jXF +fwv +fwv +xJS +oEH +oEH +rWD +ilI +fUE +rJy +rut +qDM +ptO +dFV +fgj +hsA dEV -lMj +ihL azw -ivh -iyV +pxV +oQD vDh azw fNA @@ -248259,14 +248209,14 @@ lwQ sEK eHg ahL -vQh -jYg -bCr +wVw +xyy +gmD bYK srn pBA drH -maU +vSx kRP gDp cvS @@ -248388,13 +248338,13 @@ bln uer lBD bln -bGy -aCB -aCB +jpx +tkU +tkU vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -248461,11 +248411,11 @@ bln fsm bln uer -dTE +tUF skl skl -hoo -hoo +bGr +bGr skl fsm tlH @@ -248481,45 +248431,45 @@ knl knl knl gmW -dbf -etW +pbY +loA kKL -aGV -nYQ -yaV -hvl -hid -iFc -wsP -mIB -uUV -iOD -ixH -nGz +qaA +aAZ +iXc +vZr +qiD +chk +rWD +ilI +fUE +gWQ +rut +okX izC -yjX -pTo -evq +mAR +fRR +lFr kjK -dYo +cRl azw -oAp -tci -oHA +mwF +sbc +qYV azw gIY iBj mcW sFG lwQ -fIu -cyo -kpO +tht +jeE +xtv lup aCA -gJo +jDn nbC -wZC +qZv rDJ pBA qfE @@ -248646,12 +248596,12 @@ bln lBD bln bln -dME -dME +bSz +bSz vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -248721,8 +248671,8 @@ stJ bln bln skl -seI -uyM +cpX +bVi skl tlH tlH @@ -248738,30 +248688,30 @@ knl knl knl dGO -oTs -nsf +bJB +aDt kKL -wwo -gsS -bSy -iWr -hid -mrF -wsP -nOB -gfl -kwQ -eEz -gfl -xpG -nRS -pTo -evq +dJf +qaz +mAd +chF +qiD +oEH +rWD +pyo +dPw +lbn +dlc +dPw +lEO +uju +fRR +lFr dEV bai hgh -vZB -pjp +czS +fVo qbd rzS hgh @@ -248774,7 +248724,7 @@ evp juw tkf ikz -lbC +oSQ tHr pBA pBA @@ -248847,7 +248797,7 @@ mfD bln bln bln -rbm +sMJ bln wNO wNO @@ -248902,17 +248852,17 @@ bln bln lBD bln -frn +rST bln bln -gge -eLi -eLi -eLi +qRv +hHG +hHG +hHG wNO wNO wNO -oet +khz wNO wNO wNO @@ -248977,10 +248927,10 @@ bln bln bln bln -nOd -uyM -uyM -nOd +qmY +bVi +bVi +qmY tlH tlH dGO @@ -248996,28 +248946,28 @@ knl knl dGO uar -hOQ +hsa kKL -rDE -dIM -vMi -pyj -hid -hnf -wsP -mIB -uUV -pxs -iAJ -eCA -ihf -miz -miz -kfr -scd -qFS +kwb +oxT +mRp +hkC +qiD +uXw +rWD +ilI +fUE +uHE +iaa +bQc +vcz +spy +spy +ssW +mLX +jyp hgh -vwB +ybd xxg nDl uau @@ -249032,10 +248982,10 @@ lux eHZ lux fUL -bTB +qyO evp evp -ucp +owr eWT hpp kRP @@ -249098,7 +249048,7 @@ sEB mfD mfD xow -syY +gOg aFi mfD ptY @@ -249163,10 +249113,10 @@ lBD bln bln bln -hvX -hvX +xDQ +xDQ bln -oet +khz wNO wNO wNO @@ -249234,10 +249184,10 @@ bln bln tlH tlH -nOd -uyM -uyM -nOd +qmY +bVi +bVi +qmY tlH tlH dGO @@ -249253,31 +249203,31 @@ knl knl dGO uar -nRg +ssn kKL -kPb -wJC -kfY -hvl -hid -rRa -wsP -mIB -uUV -iqL -rDF -sHB -eBa -laP +uZP +upq +pMk +vZr +qiD +oij +rWD +ilI +fUE +haE +aif +qsp +dMj +gzr lso -hCe +uPX dEV bai xjg -kxB +kFr mnF lKZ -vha +xGh fCM qQx mcW @@ -249323,11 +249273,11 @@ wvI bBM mIE mdQ -xTu +hBE kJK -qOk +kmD nDq -liW +jXr aLJ puf haC @@ -249353,7 +249303,7 @@ bln bln bln mfD -bRO +khy xpP ghY ccw @@ -249420,8 +249370,8 @@ lBD bln lBD bln -dYl -dYl +wUD +wUD bln wNO wNO @@ -249491,10 +249441,10 @@ bln tlH tlH tlH -dzk -sCO -uyM -nOd +hQJ +aPK +bVi +qmY tlH tlH gmW @@ -249509,32 +249459,32 @@ knl knl hNx gmW -eCq +dkF gAt kKL -sdM -gsD -gsD -ofr -mrF -mrF -wsP -czH -cwI -pbt -rxK -cQv -xpG -ehA -uAA +xWx +ydB +ydB +xRt +oEH +oEH +rWD +gLb +clg +gKq +wMu +lgj +lEO +qpI +bJg mqq vSa fuY clK -qlB +pKb eTM vkG -aDI +teZ lUb vWm pbW @@ -249614,9 +249564,9 @@ flW xpP ghY jMc -voe -uNA -qOn +xiU +uVp +sTx vyt vyt yfT @@ -249677,8 +249627,8 @@ bln bln lBD lBD -dYl -dYl +wUD +wUD bln wNO wNO @@ -249748,10 +249698,10 @@ bln tlH tlH tlH -dzk -sCO -sCO -dzk +hQJ +aPK +aPK +hQJ tlH tlH dGO @@ -249766,41 +249716,41 @@ aBf knl knl dGO -qqx -tBC +qxg +psy kKL kKL kKL -uOH -exI -rSK -rBt -jTO -cvM -qas -jrv -gyr -xdA +aXD +qTc +ylI +gaR +mcD +mWh +rew +wyt +lwK +slm izC izC tLF -xOs +hdB qEM lso dCs -gPZ -cnT +mJM +jOz dEg -nLn +vBD hgh -rMo +eei niu pZm bEL vqX lgk qoi -mzL +pii nji ikz evp @@ -249818,12 +249768,12 @@ kRP kRP kRP vpR -qTe +fIK uep cvS lUU kRP -oWj +pSk pOy pOy njA @@ -249834,7 +249784,7 @@ hGs gOY ylM vep -trf +jWt cXV nDq etB @@ -249887,12 +249837,12 @@ iHp iHp iHp iJO -nrB +cxl oVz iJO mYh oVz -nrB +cxl iJO iHp iHp @@ -249934,8 +249884,8 @@ lBD lBD bln bln -dYl -dYl +wUD +wUD bln wNO wNO @@ -250005,10 +249955,10 @@ bln bln tlH bln -dzk -sCO -sCO -dzk +hQJ +aPK +aPK +hQJ tlH tlH dGO @@ -250025,31 +249975,31 @@ knl dGO uar lli -lqB -fRI +xqh +acB kKL -fWr -ggD +muI +ovj fzK -cYG -pxF -dUk -dUk -dUk -iYi -ifw -gDX +qZp +xAf +ykC +ykC +ykC +iMi +boh +gqs izC -oIb +pWr lso vwO lso dCs -gPZ +mJM obG dEf -jkY -iIE +mFl +xja iAO niu pZm @@ -250070,18 +250020,18 @@ mPv cIU mlR rWW -jjQ -tCE +atb +tLl uOg kRP -auq -mRu +pAN +iLE uep vsZ hnd kRP lop -aJL +don gJs gJs vZD @@ -250095,7 +250045,7 @@ bHu cAu xwc raA -wrP +vRC nSw qUu qUu @@ -250132,16 +250082,16 @@ pnR hHb oyW oyW -act +jtm hzH oyW bqt -act +jtm oyW oyW iHp -pfs -ejO +lLl +ozb ujs iJO ogF @@ -250191,8 +250141,8 @@ bln lBD bln bln -rEr -rEr +rPp +rPp bln wNO wNO @@ -250263,8 +250213,8 @@ bln bln bln kKL -sLe -sCO +pgb +aPK kKL tlH tlH @@ -250280,60 +250230,60 @@ knl knl knl dGO -wEa +xwh lRs tml kKL kKL -wbB -lxf +rzC +bWr cpY cpY -ftM -vqE -yjU -jEg -vqE -kTu -uqB +xEw +uIH +uyJ +cvV +uIH +lHQ +mvO cpY tLF -cRj +kxy vwO pxn xjg -sQW -vCT -bqJ -sqB +swI +mTS +obu +mjI fCM qPu niu -xoy +uOW lwQ -cck +ade oeW aTZ fle pyu -qLo -tWL +oul +wRG rsR svq -vtk +oio kQM upO tQc vSY ubq lfL -cYR +wkS isP -eYg +wYc kRP kRP kRP -owe +ybO hlp cGA kRP @@ -250378,31 +250328,31 @@ vMA oLJ rYq yhw -pzY +nFk fQu aiY pnR -mXP -dab +xfg +rjH iAk aRD hHb -aqU -aqU -aqU -aqU -aqU -jXw -jXw -jXw -aqU +pza +pza +pza +pza +pza +sML +sML +sML +pza iHp -qGj +lNc euc ujs mYh ogF -cZM +lIK uBi uBi lqz @@ -250447,14 +250397,14 @@ lBD bln bln bln -exm -eLi -eLi -eLi -oet +kPS +hHG +hHG +hHG +khz wNO wNO -oet +khz wNO wNO wNO @@ -250517,11 +250467,11 @@ wNO bln bln fsm -dTE +tUF kKL kKL -ncx -ncx +fZL +fZL kKL tlH tlH @@ -250538,31 +250488,31 @@ knl knl gmW uar -gQH -taK +ilB +fMS kKL -pWW -acx -xlv +hDI +soj +enD cpY -qZB -mVY -mVY -mVY -mVY -mVY -mVY -bmf +ndy +kNb +kNb +kNb +kNb +kNb +kNb +pcC cpY lkr lso vwO -qnU +qAi nKa -dSC -tCf -pwb -dSC +dqO +iwh +kaD +dqO nKa tWZ niu @@ -250585,11 +250535,11 @@ bXT isP ePi rdG -iQb +vQP rdG jzY -kzt -geP +oOB +jQt uep uep uep @@ -250605,7 +250555,7 @@ rqD wDg uin vep -skh +xEL xyT jvR fFC @@ -250615,8 +250565,8 @@ iDQ msN gVC lyH -uxF -bZf +isu +lmy wvI bln bln @@ -250659,7 +250609,7 @@ ryf fyr lNC mlp -lEg +dMm cvh uBi eYH @@ -250705,9 +250655,9 @@ bln bln uer vbG -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -250776,9 +250726,9 @@ bln efv bln kKL -pEo +ryi lli -oLU +hTf kKL kKL kKL @@ -250786,35 +250736,35 @@ gmW gmW gmW gmW -vEi +sJp dGO dGO -vEi +sJp gmW gmW gmW gmW -cPz -syL -kQX -kKV -hBM -ptp -pNT +dfW +hKO +dns +tKP +nSs +fTj +kQm cpY -doX -aGf +mBg +kxX fkk fkk fkk fkk -iaS -bPL -mCO -vhC +odK +iPa +vLC +eWk lso vwO -eop +vaP nKa kyW wKe @@ -250830,8 +250780,8 @@ rDa mrB jQD slc -dNh -hsV +dMB +rjC qjF pPO wbN @@ -250839,13 +250789,13 @@ iyK tOO qQp qQp -mMl +lWj rZm sOO lRD gbP jxv -cHs +wPX cvS cvS cvS @@ -250857,23 +250807,23 @@ wRr npD xfM uFM -gCe +lmA oqc oAD xKX vep pBI -vJE +sCm gGo -uqH -qXk +bTQ +xAm qSC ldr -fIv +oOx mgD -pmb -hPD -haQ +oKL +elT +kDc pKY tZa bln @@ -250896,27 +250846,27 @@ iqu fcu uOk pnR -usQ +oTS oPv iAk -aeg +mWw hHb -aqU -aXM -aXM -aXM -aqU -aqU -aqU -aqU -aqU +pza +uNE +uNE +uNE +pza +pza +pza +pza +pza rcO -uId +wLK mEx ujs mYh ruZ -pmC +kfP uBi uBi uBi @@ -250962,9 +250912,9 @@ wNO wNO bln bln -eLi -eLi -eLi +hHG +hHG +hHG wNO wNO wNO @@ -251030,56 +250980,56 @@ bln bln stJ bln -jfH -doz +gsK +kKU kKL cvF -vVI +sgL lli kKL -gvH +uQo iyY tlH -wss +phx tlH dGO -qnE -ecW -lgg -qgN +iyg +hHq +cub +azV gmW -hGf -mKW +idF +luA kKL -nRD -byk +lJj +lhe kKL kKL -wuX -fRJ -hDr -son -dyG -cHC -bDe +dgR +hXl +hfJ +qeg +hCP +hhd +btH xbn -ioo -eke +lGk +cnN gtw -bpG -mCO -uXm +oZk +vLC +eug lso qEM pJC nKa dhk -qND +cDT atC cAI cMN uYm -vgd +kcj krS bna xtc @@ -251094,7 +251044,7 @@ tAx wbN grT lEo -woF +iwE qQp bVp jnS @@ -251106,8 +251056,8 @@ eDc hRA cKF sIJ -jIi -rEH +llD +fDI sZF sZF wDK @@ -251160,15 +251110,15 @@ pnR hHb oyW oyW -act +jtm oyW rsL uvX -act +jtm oyW oyW iHp -iKr +eoE iST ujs iJO @@ -251217,11 +251167,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -251272,66 +251222,66 @@ wNO wNO wNO wNO -ljW -hAB -hAB -bWT -axS -jit -hAB -bWT -hAB -hAB -hAB -bWT -hAB -hAB -nOv +pno +hQh +hQh +fzl +vIi +ohM +hQh +fzl +hQh +hQh +hQh +fzl +hQh +hQh +uHs kKL -bZU +iEy kKL kKL -dza -sdT -kYt -pZu +fXt +qcr +fHM +kRp iyY tlH tlH tlH dGO -yfW -tBB -lgg -uDq +iDB +uRo +cub +veu gmW -dVO -yeI +iDM +dhO kKL -haj -oEW +cxx +vrt kKL -nRf -vnf -mvQ -mvQ -iXH -awH -oEh -jyx +dUD +ftB +oTw +oTw +mFM +hTy +xtD +bNv gtw -qfe -ecZ +eyT +dJC gtw -bpG -mCO -kYE +oZk +vLC +fsO lso cbs nGA nKa -seE -rNF +nTV +jPl bjm kXM nKa @@ -251351,7 +251301,7 @@ xyc dVw bkV ree -jbX +tLN qQp tQc jbx @@ -251361,10 +251311,10 @@ tQc tQc qQp hRA -loN +lal rkL cga -rTv +api sZF sKf wRr @@ -251374,12 +251324,12 @@ nZH msT npD npD -sPx -sPx +hRe +hRe alq -gKq +dFA sZF -cQj +nBQ sZF bln bln @@ -251429,12 +251379,12 @@ iHp iHp iHp iJO -avr +iMp oVz iJO mYh oVz -avr +iMp iJO iHp iHp @@ -251474,11 +251424,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -251529,7 +251479,7 @@ wNO wNO wNO wNO -kyM +kmS bln bln bln @@ -251545,44 +251495,44 @@ bln bln bln kKL -hOe -qHj +hyv +mlu kKL -dyt +shg tDy kKL -rZl +lPu iyY tlH tlH tlH dGO -caj -tBB -lgg -vSX +onS +uRo +cub +wGr gmW -bBb -pVi +pfU +xQU kKL kKL -usz +nQK kKL -bQr -vSr -gtc -mvQ -jIx -tCl -eDx -aEU -aEU +wgn +vRy +gnt +oTw +xuV +oVF +xYC +scs +scs gtw gtw -oyV -fFu -mCO -vhC +aHZ +rGt +vLC +eWk lso qEM xwz @@ -251606,22 +251556,22 @@ kNa ica lDM klc -hdT -nry -cSy +pzq +jNz +qKc mJj laD -npE +iec laD laD laD xLK nHX hRA -kIu +ist rkL uFz -kJC +tFV sZF edT wRr @@ -251630,13 +251580,13 @@ bPY rwe wGO npD -oUi -sPx -fjp -gKq +vMN +hRe +ves +dFA iye sZF -nrY +lNE sZF bln bln @@ -251670,9 +251620,9 @@ wRJ hsh cZv lPc -bIv -ctj -dio +vdu +wSw +fPZ itl tQM koX @@ -251731,11 +251681,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -251786,7 +251736,7 @@ wNO wNO wNO wNO -kyM +kmS bln uei tmR @@ -251802,11 +251752,11 @@ uei bln bln kKL -bZU +iEy kKL kKL -wOZ -aAp +mkD +waA kKL kKL kKL @@ -251816,39 +251766,39 @@ mMb kKL kKL iyY -qoz +xWs kKL kKL kKL rCf -mTk +bQW kKL -roe +naD kKL kKL -cjE +cqy kKL kKL cpY -bzn -fyh -nTI -wKm -wqZ -haN -kqA -ksl +ctX +cOs +kMF +qiS +xEg +wWk +xDy +nlm cpY -exc +jqV lso -ajP -eXr +brj +mbk vBG -eWn +dkg tLp eLn hKr -pRI +lQG oxU pxX bCf @@ -251858,27 +251808,27 @@ hDC sZD vgx lDM -pjZ +arj vzN -fIe +dPS xWT klc -uIt +eim pJX -rqq +rAm lPr vcY mmR -fMy +moy dMp dMp -mUb +gGb lqG grD -hKk +xZW lGs -niJ -aue +rfo +vzs sZF wUb mlo @@ -251887,13 +251837,13 @@ ebr iJK iBz npD -coK -kvn -sPx +gMT +tFt +hRe tbQ iye sZF -sOo +ddA vjZ bln bln @@ -251923,7 +251873,7 @@ swF swF swF oiy -jpK +uZD hsh kCV bkr @@ -251988,11 +251938,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -252043,7 +251993,7 @@ wNO wNO wNO wNO -ydF +yjJ bln uei tmR @@ -252059,49 +252009,49 @@ uei bln bln mMb -cMh -lGA -fMo -fMo +eZD +bca +imR +imR lRZ lRZ -tTy +tzv lRZ -btf +eus lRZ lRZ -btf -gNQ +eus +hqX lRZ lRZ -kfx -fZM +tsi +fLy bMF -kjs -ojV +hKM +nRE kKL -vVI -bAN +sgL +lQn kKL -eim +nnb kKL kKL kKL kKL kKL kKL -mgN +ozy kKL kKL kKL kKL kKL kKL -gBq -pfB -gBq +uRM +ldL +uRM vBG -caG +rMS pKw xcu jQd @@ -252117,25 +252067,25 @@ noW uvi bNH bNH -rIc -ujq +oWt +xDX klc -sHd +krx gsT -xed +sCX eHU iYs eHU -rkM -wEl -pko -yaI +wgc +qOc +bSm +vZT fFJ hRA -sHD -dnc -sfM -baw +npo +woa +oiW +kho sZF sKf mlo @@ -252147,8 +252097,8 @@ npD fWL qUM fZT -gKq -xVU +dFA +axC sZF uNw vjZ @@ -252182,7 +252132,7 @@ bln oiy oiy kHU -jiZ +vAU alK oiy ptY @@ -252245,11 +252195,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -252300,7 +252250,7 @@ wNO wNO wNO wNO -kyM +kmS bln uei tmR @@ -252317,42 +252267,42 @@ bln bln kKL kKL -lNM -mbC -bOy -vDk -stz +fbj +xbN +coD +unU +isO kKL -vVI -vVI +sgL +sgL lli -vVI +sgL lli kKL -iUA +fuQ ssM lli -wOZ +mkD kKL kKL kKL kKL lli -vVI +sgL lli -oDJ -mRz -tzQ -uZL -tBN -aKG +hsj +brU +dvc +xUM +nIE +lLR kKL tvZ kKL -kKl -beT -nwI -giD +qtt +dyF +hFF +wcv kKL lso vwO @@ -252363,7 +252313,7 @@ mvU rZZ opc qPI -txC +gXk cgs bCf wor @@ -252375,11 +252325,11 @@ lDM oXq oXq gUg -cTJ +iUV klc aSo aSo -dNv +vuh aSo aSo aSo @@ -252387,7 +252337,7 @@ mmB aSo aSo tMO -aLs +pEq tMO tMO tMO @@ -252397,13 +252347,13 @@ sZF hil mlo npD -kpM +wPE iJK pyY npD vBa -vCv -aVg +vLo +hyL tbQ iye sZF @@ -252445,7 +252395,7 @@ oiy bln bln bln -oxi +rGr bln wNO wNO @@ -252502,11 +252452,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -252557,7 +252507,7 @@ wNO wNO wNO wNO -kyM +kmS bln uei tmR @@ -252580,8 +252530,8 @@ mMb kKL kKL kKL -vUF -fuc +dLW +pSb nLY lli gAt @@ -252589,31 +252539,31 @@ kKL lIC lRZ pQa -prf -dHf +gDP +jIH lli -gdT -mJr -lTJ +hsF +bcV +kPY lli -gZl +xQR xWM -orf +fkr kKL nqn lHA -hao +dHC kKL tvZ kKL -xCP -jCn -mMZ -wwG +bvW +qOe +tFN +pOM kKL rjP qEM -nyM +bbM vBG vBG vBG @@ -252629,27 +252579,27 @@ oyy amE wyj klc -krx +tLe ufN vCz ufN -lTG +iZx dDw -rky -hYc -gpK -gCg -dWL -hoe -cwM +qHz +ekE +fzo +czF +qaU +jtH +qpb mFE -diU -vRy +iZR +nuN tMO -pbZ -tAM +hpB +jDc tMO -gSa +nMb sZF qwO wRr @@ -252659,9 +252609,9 @@ hcG bEH npD vtr -wkZ -dEi -gKq +mmC +iQw +dFA oMs sZF eZu @@ -252759,11 +252709,11 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi -eLi +otC +hHG +hHG +hHG +hHG wNO wNO wNO @@ -252811,10 +252761,10 @@ wNO wNO wNO wNO -ljW -pSY -pSY -gTe +pno +wEo +wEo +xUd bln uei tmR @@ -252840,33 +252790,33 @@ bxe bxe mHB kKL -pIg +idc kKL kKL aIE lRZ -hvJ +pJv lli -tAX -vVI -vQV -vVI -vQV +enF +sgL +dXf +sgL +dXf lli -vQV -vVI +dXf +sgL unu -eAS -nNv -wPZ -fRP +iXM +vuZ +pPU +ovC kKL tvZ cDw lli lli lli -iZy +bJe kKL cwO vwO @@ -252876,37 +252826,37 @@ vBG rkK oeM vBG -nLd +rjt wLY -xEs +aBi vBG oEF bZb ubk -xVn +ndJ rHz fdY xuM -ixd +wXh xCQ ufN sVm dDw -oRq -aOD -kjG +srb +dUr +wuv vds -cqj -qyf -mia +nmC +cEo +kQJ mFE -fLj -dmO -rYL +dRe +bsi +cmy nAN -sGV +kCo ezf -asL +cnb sZF sKf wRr @@ -253017,10 +252967,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -253068,7 +253018,7 @@ wNO wNO wNO wNO -kyM +kmS bln bln bln @@ -253093,75 +253043,75 @@ acE acE wtX eqJ -bHS +bsE oBQ mHB gUY -kfx +tsi lli kKL kKL lRZ -yej -vVI -pub -cvm -cHy -vVI -pub -chz -oDo -knW -sEE -tzQ -wbZ -oTB -aOV +aRA +sgL +krH +hLF +mhw +sgL +krH +qej +bQz +fxE +iFw +dvc +mlA +wGs +ppI kKL tvZ kKL -vMR -lZv -hrt +rtK +maN +omI fpA kKL -iko +kJv qEM lso bGT vBG wvW -lmM +moG vBG -gOz +ayR oMR hsC vBG -sJL +uSS xrb qhN amE lei klc -slK +pgY hXU -bba +oRu hIe uKj dDw -wCl -iRK -vos +fWn +qgu +tYA vds -nNq -dPh -vRp +mrD +liz +rKX mFE -dpr +nEc klk -vxE +hsn hyd -xjD +sSj tMO jYy sZF @@ -253274,10 +253224,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -253325,7 +253275,7 @@ wNO wNO wNO wNO -oNH +jlv bln cnx tmR @@ -253350,25 +253300,25 @@ rUR kxv fIs kxv -gHv -tZM -pHd -lta -pAp -pAp -pAp +jju +mPB +lFG +eRb +gxh +gxh +gxh kKL gAt -yej +aRA gAt -vVI -wQI +sgL +amp kKL kKL mMb mMb kKL -cSQ +qjN kKL kKL kKL @@ -253391,11 +253341,11 @@ loG iOu sZF sZF -dcz +puB sZF sZF -fUb -jCY +sxw +ayI ktD mSM ozN @@ -253406,25 +253356,25 @@ sZF sZF sZF sZF -uGK -vgP -fwZ +fLQ +mjH +qLy obr -xuj -sUR -eMh +xMM +nqd +ttO mFE -aFR -lVR -rbK -tsY -uaW +fil +pWY +rQI +phj +oqT tMO -cAA +vIe sZF -mEK +xsA wRr -lXm +dDo sKf tfG eZu @@ -253531,10 +253481,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -253582,7 +253532,7 @@ wNO wNO wNO wNO -kyM +kmS bln bln bln @@ -253610,13 +253560,13 @@ lQf swt xTp pDQ -nJs +xBL wJM wJM -lta +eRb kKL dnL -yej +aRA kKL pVl kKL @@ -253625,23 +253575,23 @@ kbp tlH tlH kKL -igh +nre kKL tlH tlH bln kKL -lqh -sEE -xtE -uKr -gxY +cNc +iFw +tYU +pHF +peF asg kKL kdF qGV hUx -ikH +vtB sZF sZF sZF @@ -253654,7 +253604,7 @@ sZF sZF sZF sZF -ikw +lpC uWp sZF pwV @@ -253681,7 +253631,7 @@ sZF sZF hEZ mlo -dwu +fUx sKf sZF sZF @@ -253788,10 +253738,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -253839,10 +253789,10 @@ wNO wNO wNO wNO -tkJ -hAB -hAB -hOC +upz +hQh +hQh +jiV bln uei tmR @@ -253870,10 +253820,10 @@ mHB pVl kKL bqe -pAp +gxh kKL hOu -yej +aRA hJx lli fAF @@ -253882,7 +253832,7 @@ kKL mMb mMb kKL -cSQ +qjN kKL mMb mMb @@ -253898,7 +253848,7 @@ kKL xcy rvZ hUx -xja +uDG aLX vng gNT @@ -254045,10 +253995,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -254099,7 +254049,7 @@ wNO wNO wNO wNO -kyM +kmS bln uei tmR @@ -254127,35 +254077,35 @@ cvF lli kKL mwu -lta +eRb kKL kKL -lAG +lsO kKL jhS tOX kKL -wZZ -pEo -rGb +xlz +ryi +mda kKL -cSQ -lqh -xtE -xtE -xtE -xtE -mRs +qjN +cNc +tYU +tYU +tYU +tYU +fnU igX igX kKL -cUt +iuO kKL kKL kKL fyZ hUx -xja +uDG sZF eFS sZF @@ -254302,10 +254252,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -254356,7 +254306,7 @@ wNO wNO wNO wNO -kyM +kmS bln uei tmR @@ -254384,19 +254334,19 @@ oCv gGF kKL qqB -pAp +gxh kKL weF -yej +aRA kKL moF cjI kKL pQa -atM -atM -bZm -rzk +hiB +hiB +ldc +cnv xWM kKL kKL @@ -254406,19 +254356,19 @@ kKL kKL kKL kKL -oaa +kal aJG sQE hwE hwE cMe -xja +uDG uvt tlP wIg vzX bJJ -gzB +cyX sZF npD npD @@ -254559,10 +254509,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -254613,7 +254563,7 @@ wNO wNO wNO bln -ydF +yjJ bln uei tmR @@ -254641,10 +254591,10 @@ sRI lli kKL hJx -iRd +qFW kKL hOu -yej +aRA hJx mzM hUi @@ -254658,18 +254608,18 @@ kKL kKL cIP dtb -dgm -pLP -pgi +ndO +jSC +bdS dtb hUD -dwa +xrv rvZ lso lso rCu cYE -wYf +vie idi cZU kBl @@ -254678,8 +254628,8 @@ hOY dbx uvt awK -tvi -wVJ +ppQ +mrA mtI axc wgR @@ -254690,7 +254640,7 @@ mGu wHc aEA dng -dAB +vTI ily ily ily @@ -254700,10 +254650,10 @@ ily qLY pnA qFp -fvk +jnU bfN ily -gOM +qeQ ily rSz ily @@ -254816,10 +254766,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -254870,7 +254820,7 @@ wNO wNO wNO bln -wBh +bfK bln uei tmR @@ -254898,16 +254848,16 @@ rSq raH kKL lli -pAp +gxh kKL kKL -yej +aRA kKL kKL kKL kKL kIl -omt +dWU kKL eIk xry @@ -254926,7 +254876,7 @@ rek rek hUx rNQ -wYf +vie idi aID gky @@ -254934,18 +254884,18 @@ vvP mxD cgZ uvt -iII +iBa pra -rdb +dyW mtI -lAM -bnJ +lUf +keZ owC jIP qOH veX wHc -eEb +sKV pTU itt ily @@ -254955,7 +254905,7 @@ ily ily ily qLY -kRi +baF fvk fvk bfN @@ -255073,10 +255023,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -255127,7 +255077,7 @@ wNO wNO wNO bln -kyM +kmS bln bln bln @@ -255155,9 +255105,9 @@ kKL kKL kKL xcp -pAp -sin -niB +gxh +ldn +aXp iOc uDW xlN @@ -255179,21 +255129,21 @@ qMm hUD pyJ lPh -jpC +wqW hUD ebb cYE -wYf +vie idi aID ddk ddk dry -apM +edq uvt -kBT +icI pra -tSc +ctY mtI uxj eNK @@ -255204,7 +255154,7 @@ ftt wHc oMT emK -jao +uvU ily ily ily @@ -255212,7 +255162,7 @@ ily ily ily qLY -jKY +oCA fvk fvk rMY @@ -255330,10 +255280,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -255384,35 +255334,35 @@ wNO wNO wNO wNO -tkJ -hAB -hAB -bWT -hAB -hAB -hAB -bWT -hAB -hAB -bkQ -bWT -hAB -hAB -hAB -bWT -hAB -dRl -bgJ -bWT -hAB -jit +upz +hQh +hQh +fzl +hQh +hQh +hQh +fzl +hQh +hQh +eKi +fzl +hQh +hQh +hQh +fzl +hQh +tiH +kCp +fzl +hQh +ohM kKL hTB sRI jwF kKL lli -okC +gJX paT lli lli @@ -255431,16 +255381,16 @@ blV sEi sEi fQz -bUm +oBI sEi -kpU +mMD nVr wFO -nRx +bzA hUD lso byK -kYz +vsq bRd fqQ wIg @@ -255448,11 +255398,11 @@ qfh kRE cLo uvt -mdC +fJF oed -nsU +wkH mtI -naW +uRL xmf owC tVn @@ -255462,13 +255412,13 @@ wHc aiH pTU faJ -eeO -trH -nmD -nmD -nmD -ehO -kcA +akx +tHK +dfe +dfe +dfe +jIB +lDX cpg cpg cpg @@ -255479,16 +255429,16 @@ hfc ocD diL qVz -erD -umK -gWQ -iKL -yki -tCo -tiN +pNY +edp +dcr +aRl +bCL +ofr +sBx hfc -giH -bXB +jCE +adY tmR sZF pHR @@ -255587,10 +255537,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -255664,12 +255614,12 @@ bln bln bln kKL -eTY -qeJ -jCP -osq +cjO +eCq +xCo +nZU tDy -rkr +rpD kKL kKL kKL @@ -255679,13 +255629,13 @@ kKL kKL gkP kKL -bjE +wKY eSn bJQ qCA vvL prg -bUm +oBI sEi sEi fQz @@ -255697,7 +255647,7 @@ vfo hUD lso cYE -mpZ +qRQ ult bsG wGF @@ -255706,7 +255656,7 @@ wGF mtI mtI lKk -wFK +tUX tMe mtI nqP @@ -255719,8 +255669,8 @@ wHc ccW nhf mfV -jSm -ltj +xpA +uHc cpg qGi cpg @@ -255738,11 +255688,11 @@ dbr aFJ xJj xJj -umi +lvh iVT ogl ffz -pem +bzB diL vTJ apT @@ -255844,10 +255794,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -255936,7 +255886,7 @@ nqn kKL gkP kKL -sqs +yfY huB ogd hff @@ -255954,13 +255904,13 @@ cLJ iQQ lso cYE -dwl +dxx ult -sJq +wjz tXh shG shG -uzK +otK iIe pKJ rIU @@ -255973,9 +255923,9 @@ bYS qyn nZf wHc -aNP -vJY -aOA +wDW +tuZ +gJT jbU jbU jbU @@ -256001,7 +255951,7 @@ wPd wPd wPd ega -qUv +bcE qLY sEB vjZ @@ -256101,10 +256051,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -256189,11 +256139,11 @@ tml kKL kLb qpd -ydD +frA kKL gkP kKL -tRE +flV ivH lVF pup @@ -256209,11 +256159,11 @@ pDS sEi bwl hUD -gWB +uff cYE -acw +vQg ult -hiq +hpC rIU rIU tJI @@ -256224,30 +256174,30 @@ fiS uTL mtI nRX -dQO +jVL owC owC owC owC wHc -rgx +mYq nyH lFW rEd -eum +dnU gSN jbU -ejZ +wnX drr hvm pvB ehd ehd ehd -uZC +wmX ooo rtn -kYJ +qEv vDu lva lva @@ -256358,10 +256308,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -256468,7 +256418,7 @@ wND iQQ rvZ cYE -dwl +dxx ult vuq tfM @@ -256478,14 +256428,14 @@ qYw fPA cOC pVV -vaw +aEG mtI nRX eNK aHT -tuU -bEb -wJe +dfw +stQ +pKB jbU ozA gqT @@ -256501,13 +256451,13 @@ wve hfc hfc hfc -tJe -tDX -feZ -eJv -lrw -owS -jkt +iWI +kRI +nXp +gvM +kva +oXT +uPa ccQ aCb wAY @@ -256516,7 +256466,7 @@ hfc hfc hfc hfc -bXB +adY eAw sZF pHR @@ -256615,10 +256565,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -256707,25 +256657,25 @@ kKL kKL vXb kKL -gUo +kCg gjc bLQ -rzc +vaE tSt hUD hUD hUD hUD -srk -jEP +lCe +dal ssq sEi sEi naP hUD -rqT -cjl -rqT +mSl +iyL +mSl ult ult wBk @@ -256740,16 +256690,16 @@ mtI kzG jdQ aHT -uZA +xyz idj -nRU +eoO jbU -gEw +vLj bHa oMT gaT bZc -iOO +qlO jbU ily hdH @@ -256872,10 +256822,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -256971,7 +256921,7 @@ vvJ hUD ybr bpL -vQY +pIw hUD ktz prg @@ -256983,9 +256933,9 @@ iQQ lso rNQ lso -twz +aop yar -hXZ +mdl rIU rCX lWc @@ -256997,20 +256947,20 @@ jDm nRX vzo vTN -wEy -cxi -kEH +pHa +fca +vsk jbU -mcl +pEE cAG nbq -bmO -wjl -cbf +hAq +nDB +nfW jbU -iZc +lhu hdH -poP +urJ ppp ily ily @@ -257129,10 +257079,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -257218,7 +257168,7 @@ wsO bcC bcC bcC -vNK +eFO unu kKL hno @@ -257226,24 +257176,24 @@ poy poy vvJ hUD -fAo +sYe xUH dYt nyl prg tyv -oGS +qvF cHh cHh -nuw +osd hUD -kbD +dFO cYE lso -jYQ -azU -wew -aMN +hDb +jdo +nIl +nVC abM xCl dqw @@ -257254,16 +257204,16 @@ asZ mrh sfY nJX -mpp +ujP htO -kKQ +sqn jbU iyP dUe ank -dez +wgH fUM -vaQ +wlW jbU kHN kra @@ -257386,10 +257336,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -257462,12 +257412,12 @@ bln lBD bln kKL -nap +pGJ fDl jwF pLv tjN -oTK +hbI vah tDy oXm @@ -257475,7 +257425,7 @@ bcC lli hJx weF -psM +fMc aME kKL qLf @@ -257483,12 +257433,12 @@ poy poy lNk hUD -jEr +oNS rGd -hrd +whC hUD qnm -btQ +pSy hUD uum uum @@ -257497,13 +257447,13 @@ hUD lso cYE lso -jYQ +hDb yar -wFU -qHt +gqK +nxU gjg dxg -veH +jth mgu dkr cHQ @@ -257511,9 +257461,9 @@ jDm via eNK nJX -raE -pJv -iMF +ubc +nta +ooe jbU anP cRK @@ -257556,7 +257506,7 @@ bln bln bln vzD -jRB +ydh dFG uZc gQw @@ -257643,10 +257593,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -257721,10 +257671,10 @@ bln iyY kbn rCf -ylY -qxa +vZa +vYz sxO -fYj +ijb kKL iin iin @@ -257747,14 +257697,14 @@ hUD hUD hUD hUD -sYJ -eYI +blc +qpv gEE jbG lso cYE lso -jYQ +hDb ult ult ult @@ -257762,10 +257712,10 @@ ult ult mtI lsa -iCz +oCP mtI mtI -kaX +cKk eNK nJX nJX @@ -257784,8 +257734,8 @@ pMY kLy bGA lKq -dWu -lio +bNu +myU bKm xMT hjE @@ -257814,7 +257764,7 @@ vzD vzD vzD uZc -cJv +cDk sGZ gQw bln @@ -257900,10 +257850,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -257976,11 +257926,11 @@ bln bln bln iyY -fOz -fOz +fQk +fQk rCf pwH -xII +iwO uYR kKL kKL @@ -258006,12 +257956,12 @@ oNC gEE gEE gEE -fyj +tva wrX hpm cYE lso -eKC +bBE wLl sxZ oOo @@ -258020,7 +257970,7 @@ wLl axc oLg eLr -cuc +wtT mbK jQS eNK @@ -258062,16 +258012,16 @@ eBz eBz eBz fxV -xoR -xoR -xoR -fVX -xoR -fVX -xoR -mUt -cCQ -cCQ +rEU +rEU +rEU +egS +rEU +egS +rEU +nNM +gTq +gTq fNa gQw bln @@ -258157,10 +258107,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -258233,26 +258183,26 @@ bln bln bln iyY -nXu -nTf +cxp +eHj gzY -rEX +knf rCf rCf kKL lOU glI buY -xrm +hkd uXu kKL pzV uZn kKL -nRa -spW -oAw -goi +xXU +oPW +neh +xse iQQ gEE gEE @@ -258264,11 +258214,11 @@ gEE gEE gEE gEE -kxy -ctH +rpC +oXL dEV -gIo -qRU +voH +thM xfd pJV mZG @@ -258414,10 +258364,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -258490,14 +258440,14 @@ bln bln bln kKL -pFN -fOz +uqS +fQk oXm kKL kKL kKL kKL -rGw +qAS fUc jaX glI @@ -258525,7 +258475,7 @@ gqj emp cYE lso -iBv +kvG wLl qXp uxA @@ -258575,10 +258525,10 @@ vzD vzD fxT jOj -pGM -mvf -oNp -ebw +wsN +trT +ejL +kig cAK szD xYw @@ -258671,10 +258621,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -258749,10 +258699,10 @@ bln iyY kHb pDe -fYj -meQ -vve -hYO +ijb +iSQ +qji +pyD kKL mqO fUc @@ -258782,7 +258732,7 @@ bMY emp cYE lso -jYQ +hDb bZQ bZQ bZQ @@ -258820,7 +258770,7 @@ hjE vWo fOl cyL -cSo +jAI bgx hWI xxv @@ -258835,7 +258785,7 @@ jOj axu vzD pPB -loQ +bRl fwD too mHw @@ -258928,10 +258878,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -259005,15 +258955,15 @@ bln bln iyY nPt -fOz +fQk rCf kKL qNu -fKP +hRG kKL lUC lUC -dmZ +mpl nlR lch lUC @@ -259040,22 +258990,22 @@ yaG cYE lso pHX -lkT -vev -vzc -rRS -xHx +nDd +qWh +lmY +haQ +snI bZQ elf ojF -tYl +rQW ftN bxP vvE tJG oHK goq -hyW +wnp kdJ usP wLl @@ -259071,13 +259021,13 @@ awa awa xUk cQs -nOi +bdQ nsZ bkF cSw cmx yeC -mXq +roT bgx nBN clY @@ -259094,7 +259044,7 @@ vzD cef iTP uCo -lkO +lEz kPw dAx gQw @@ -259185,10 +259135,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -259261,14 +259211,14 @@ bln bln bln iyY -tjV +jUY dxs -pVi +xQU kKL fLb -fXf +oHh kKL -nwd +bpQ epd oih dmL @@ -259301,7 +259251,7 @@ cin eKl pxL lso -jYQ +hDb qWn xZA dVt @@ -259309,18 +259259,18 @@ gHY xZA vaA gXJ -bPb +wgU oHK pnq xsD -lkP +rDH pvU wLl jUX wbR uXh tur -tYs +aJz iqx awa awa @@ -259330,11 +259280,11 @@ xUk aWg xgK nsZ -uXs +qxl cSw -dHn +pwK yeC -lqL +oNE bgx nBN xPI @@ -259442,10 +259392,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -259525,7 +259475,7 @@ eOm kKL kKL kKL -ihz +dvS pwd glI tsR @@ -259535,7 +259485,7 @@ tXV kvX brL cYY -eBY +qrQ wrX wrX wrX @@ -259553,12 +259503,12 @@ urw emp bvI lso -xEc -cas -nzR +mtT +pLa +jJF yeB uuC -jYQ +hDb qWn gav ljF @@ -259566,7 +259516,7 @@ ljF ljF sDg gXJ -egZ +cMt oHK iZl iZl @@ -259699,10 +259649,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -259785,15 +259735,15 @@ lUC pfP apD ugG -tao -xFI +gIt +fkc lUC ccT nyC opw oTA oTA -sfi +hIN gvK jbG gEE @@ -259806,22 +259756,22 @@ gEE gEE gEE gEE -kxy -ctH +rpC +oXL cYE lso -gxm -udA -udA +eha +aJQ +aJQ lso lZi qaE mBQ -xdU +eag ttw wET evk -vKp +xTw vqN pDk aju @@ -259842,7 +259792,7 @@ awa awa xUk sqt -uiN +oAA nsZ geg eVY @@ -259956,10 +259906,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -260046,7 +259996,7 @@ lUC lUC lUC daX -pxi +eaO wrX tLQ fBM @@ -260062,7 +260012,7 @@ cpq gEE gEE gEE -fyj +tva wrX bQh dEV @@ -260080,7 +260030,7 @@ oKy moJ moJ qBj -qsu +hMB wgO fTT bUa @@ -260213,10 +260163,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -260308,7 +260258,7 @@ oHH tAA efH mJu -rqR +vWU qPL qPL qPL @@ -260317,26 +260267,26 @@ qPL dFt dFt dFt -iTr -jFn +sqA +plQ gEE jbG nzV cYE dfB -dHK -bvY -utz -gMe +wck +pFg +hXC +mrw kuV cAi qWn oPq -aWH +mEP tFF tia qNn -pOf +hek gNi krY clo @@ -260470,10 +260420,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -260568,7 +260518,7 @@ oHH oHH qPL nCa -xWu +erI gGE qPL pRG @@ -260586,7 +260536,7 @@ elw elw elw pqo -ftJ +onI mEJ jTG mEJ @@ -260727,10 +260677,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -260843,14 +260793,14 @@ omh peV elw tZe -pbT -qia +nvY +qpu oPP -gXl -pND +gGx +jxc aFt oPP -tta +iTJ mEJ kCz vJS @@ -260984,10 +260934,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -261099,14 +261049,14 @@ kqw omh wDr elw -vGp -fRt +hpY +dJZ wnK fzQ pUy eSJ pUy -mzG +dNw spg sca xiC @@ -261137,7 +261087,7 @@ rDZ rDZ bgx qUY -ijf +mUE juQ vzD geJ @@ -261241,10 +261191,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -261347,7 +261297,7 @@ myJ nMw gjW bAY -dMF +nmm jdK gEV iRz @@ -261357,19 +261307,19 @@ omh wuC elw vav -kTs +mlO cCu crn tgB -cJY +kKv fhb -fXu +vAP bsN sca gpj oQn iBl -fYd +pLr hRF krY xLq @@ -261389,12 +261339,12 @@ nsZ pdO sFA rDZ -vJU -aBE -uie +vyx +uaT +oTd bgx jCl -xoR +rEU jCl vzD geJ @@ -261496,12 +261446,12 @@ wNO wNO wNO wNO -oet +khz wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -261595,16 +261545,16 @@ tlH tlH sEB qPL -xgX -qKF -qwf +cyU +sgB +hjh qPL lbm myJ gEV rAC bAY -jUL +oTa jdK gEV tcD @@ -261620,8 +261570,8 @@ elw ouX ero itj -fXu -lTL +vAP +jBc mEJ oXJ fbl @@ -261631,7 +261581,7 @@ qEz krY xLq xLq -pZB +kvR rYZ kgo sCx @@ -261651,9 +261601,9 @@ rDZ rDZ bgx vzb -xoR -fVX -tgw +rEU +egS +mII pTW vzD bgx @@ -261755,14 +261705,14 @@ wNO wNO wNO wNO -fDj -eLi -eLi -eLi -oet +uFg +hHG +hHG +hHG +khz wNO wNO -oet +khz wNO wNO wNO @@ -261854,14 +261804,14 @@ sEB qPL qgn vXy -lHL +ixv qPL gHD myJ wKv mry ocY -jUL +oTa jdK eFh aVn @@ -261874,27 +261824,27 @@ cRy cRy qCF elw -nhU +wnR iNn -bCD -caC -hic +jKl +lIZ +sTv mEJ nSC gVe whP mOc -mkx +fVv krY -snQ +oOb ezJ iba gas rjK nlP -gaz +xTV imy -bby +ejD auK vaa xLq @@ -261903,7 +261853,7 @@ nsZ rDZ pxu rDZ -rbQ +swa pxu rDZ bgx @@ -262013,8 +261963,8 @@ wNO wNO bln bln -hvX -hvX +xDQ +xDQ bln bln bln @@ -262118,7 +262068,7 @@ myJ gEV rAC bAY -jUL +oTa jdK gEV gjW @@ -262133,15 +262083,15 @@ sHM elw aFt hAT -kCr +xyE hDp -bkR +kjr elw omh omh omh omh -dmC +cbq elw nsZ nsZ @@ -262169,10 +262119,10 @@ jCl axu jCl geJ -oiH -vTl -fjY -luK +ici +anv +qUr +vbX xCz qYP xCz @@ -262270,8 +262220,8 @@ wNO wNO bln bln -dYl -dYl +wUD +wUD bln bln bln @@ -262375,7 +262325,7 @@ myJ gEV gjW bAY -cXi +mhT jdK nMw gjW @@ -262388,9 +262338,9 @@ dbw omh sHM elw -bGv -cHJ -mos +sVf +axN +qvE nhI hDp elw @@ -262527,8 +262477,8 @@ wNO wNO bln bln -rEr -rEr +rPp +rPp bln bln bln @@ -262632,9 +262582,9 @@ vXy urx cuP eFn -oAH +ldV uFH -hPV +hpr vXy vXy orV @@ -262652,20 +262602,20 @@ elw elw elw rft -kzU +icE idt fMq pSz elw pbH -nXD -dNd +opN +faG kdo hyV bgx gti bhk -nxx +cYI jCl jCl jCl @@ -262679,7 +262629,7 @@ vzD vzD vzD vzD -bcQ +fUh vzD vzD vzD @@ -262783,10 +262733,10 @@ wNO wNO wNO uer -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -262921,7 +262871,7 @@ kuy qQa bgx gti -tsJ +lOq jCl xWo axu @@ -262936,9 +262886,9 @@ ibw iQT qob rZa -xoR +rEU vzD -qcr +sDr twZ vzD bln @@ -263037,17 +262987,17 @@ wNO wNO wNO wNO -oet +khz wNO -qVd -nTt -eLi -eLi -eLi -oet +aaX +otC +hHG +hHG +hHG +khz wNO wNO -oet +khz wNO wNO wNO @@ -263192,8 +263142,8 @@ tKN qZh vzD twZ -iSY -xoR +bMb +rEU vXd jCl mwQ @@ -263296,11 +263246,11 @@ wNO wNO wNO wNO -asi -nTt -eLi -eLi -eLi +fhB +otC +hHG +hHG +hHG wNO wNO wNO @@ -263450,7 +263400,7 @@ jCl gUT jCl jCl -mKS +syT vzD jCl ibj @@ -263554,10 +263504,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -263811,10 +263761,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -264068,10 +264018,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -264325,10 +264275,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -264582,10 +264532,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -264839,10 +264789,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -265096,10 +265046,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -265353,10 +265303,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -265593,16 +265543,16 @@ wNO wNO "} (209,1,3) = {" -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU wNO wNO wNO @@ -265610,10 +265560,10 @@ wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -265850,27 +265800,27 @@ wNO wNO "} (210,1,3) = {" -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU wNO wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -266107,27 +266057,27 @@ wNO wNO "} (211,1,3) = {" -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB -aCB +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU +tkU wNO wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -266364,27 +266314,27 @@ wNO wNO "} (212,1,3) = {" -hqY -hqY -hqY -hqY -hqY -hqY +kDs +kDs +kDs +kDs +kDs +kDs wNO wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -266621,27 +266571,27 @@ wNO wNO "} (213,1,3) = {" -hqY -hqY -hqY -hqY -hqY -hqY -hqY +kDs +kDs +kDs +kDs +kDs +kDs +kDs wNO wNO -aCB -aCB +tkU +tkU wNO wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -266878,27 +266828,27 @@ wNO wNO "} (214,1,3) = {" -hqY -hqY -hqY -hqY -hqY -hqY -hqY -hqY +kDs +kDs +kDs +kDs +kDs +kDs +kDs +kDs wNO wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -267139,23 +267089,23 @@ wNO wNO wNO wNO -vpw -hqY -hqY -hqY +lgH +kDs +kDs +kDs wNO wNO wNO -aCB -aCB +tkU +tkU wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -267397,22 +267347,22 @@ wNO wNO wNO wNO -hqY -hqY -hqY -hqY -hqY +kDs +kDs +kDs +kDs +kDs wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -267655,21 +267605,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi -aCB -aCB +hHG +hHG +hHG +hHG +hHG +hHG +tkU +tkU wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -267909,24 +267859,24 @@ wNO wNO wNO wNO -aCB -aCB -vpw -eLi -eLi -eLi -eLi -eLi -eLi -aCB -aCB +tkU +tkU +lgH +hHG +hHG +hHG +hHG +hHG +hHG +tkU +tkU wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -268165,25 +268115,25 @@ wNO (219,1,3) = {" wNO wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi -aCB -aCB +hHG +hHG +hHG +hHG +hHG +hHG +tkU +tkU wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -268422,25 +268372,25 @@ wNO (220,1,3) = {" wNO wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi -aCB +hHG +hHG +hHG +hHG +hHG +hHG +tkU wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -268679,25 +268629,25 @@ wNO (221,1,3) = {" wNO wNO -aCB -aCB -aCB +tkU +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -268936,25 +268886,25 @@ wNO (222,1,3) = {" wNO wNO -aCB -aCB -aCB -vpw -eLi -eLi -eLi -eLi -eLi -eLi +tkU +tkU +tkU +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -269194,24 +269144,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -269451,24 +269401,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -269708,24 +269658,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -269965,24 +269915,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -270222,24 +270172,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -270479,24 +270429,24 @@ wNO wNO wNO wNO -aCB -aCB -vpw -eLi -eLi -eLi -eLi -eLi -eLi +tkU +tkU +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -270736,24 +270686,24 @@ wNO wNO wNO wNO -aCB -aCB +tkU +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -270994,23 +270944,23 @@ wNO wNO wNO wNO -aCB +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -271139,13 +271089,13 @@ wNO bln bln mvE -aFj +iJX mps evT byB evT hDA -qPR +bqr mvE bln wNO @@ -271251,23 +271201,23 @@ wNO wNO wNO wNO -aCB +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -271508,23 +271458,23 @@ wNO wNO wNO wNO -aCB +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -271765,23 +271715,23 @@ wNO wNO wNO wNO -aCB +tkU wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -272023,22 +271973,22 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -272277,25 +272227,25 @@ wNO (235,1,3) = {" wNO wNO -vpw +lgH wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -272534,25 +272484,25 @@ wNO (236,1,3) = {" wNO wNO -qVd +aaX wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -272791,25 +272741,25 @@ wNO (237,1,3) = {" wNO wNO -asi +fhB wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -273051,22 +273001,22 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -273309,21 +273259,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -273566,21 +273516,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -273823,21 +273773,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -274080,21 +274030,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG uer wNO wNO @@ -274336,23 +274286,23 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi -qVd +otC +hHG +hHG +hHG +aaX wNO wNO wNO @@ -274594,22 +274544,22 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi -asi +otC +hHG +hHG +hHG +fhB wNO wNO wNO @@ -274851,21 +274801,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG bln wNO wNO @@ -275107,21 +275057,21 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO bln bln -hvX -hvX +xDQ +xDQ bln bln wNO @@ -275365,20 +275315,20 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO bln bln -dYl -dYl +wUD +wUD bln bln bln @@ -275622,20 +275572,20 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO bln bln -rEr -rEr +rPp +rPp bln bln bln @@ -275879,21 +275829,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG bln wNO wNO @@ -276135,22 +276085,22 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG bln wNO wNO @@ -276393,21 +276343,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -276650,21 +276600,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -276906,22 +276856,22 @@ wNO wNO wNO wNO -vpw -eLi -eLi -eLi -eLi -eLi -eLi +lgH +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -277164,21 +277114,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO @@ -277421,21 +277371,21 @@ wNO wNO wNO wNO -eLi -eLi -eLi -eLi -eLi -eLi +hHG +hHG +hHG +hHG +hHG +hHG wNO wNO wNO wNO wNO -nTt -eLi -eLi -eLi +otC +hHG +hHG +hHG wNO wNO wNO diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index ca7dd4c78b03..1098bd48b4b2 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -1049,6 +1049,7 @@ dir = 1 }, /obj/effect/landmark/start/xenobiologist, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron/white, /area/station/science/xenobiology) "afr" = ( @@ -1197,6 +1198,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/machinery/computer/security/telescreen/minisat/directional/west, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/aisat/foyer) "afW" = ( @@ -2532,7 +2534,7 @@ pixel_y = 3 }, /obj/item/razor{ - pixel_x = -8; + pixel_x = -10; pixel_y = 3 }, /obj/machinery/firealarm/directional/north, @@ -2540,6 +2542,8 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, +/obj/item/storage/box/prisoner, +/obj/item/pen, /turf/open/floor/iron, /area/station/security/execution/transfer) "anb" = ( @@ -5375,15 +5379,12 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 4; - pixel_x = -28 - }, /obj/item/radio{ pixel_x = 6; pixel_y = 6 }, /obj/item/assault_pod/mining, +/obj/machinery/computer/security/telescreen/auxbase/directional/west, /turf/open/floor/iron/dark, /area/station/construction/mining/aux_base) "aDI" = ( @@ -7159,13 +7160,7 @@ /obj/effect/turf_decal/box, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/white/textured, /area/station/medical/paramedic) "aOK" = ( @@ -7524,7 +7519,6 @@ /turf/closed/wall, /area/station/medical/pharmacy) "aRa" = ( -/obj/structure/closet/secure_closet/security/med, /obj/effect/turf_decal/tile/red{ dir = 1 }, @@ -7540,9 +7534,6 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/effect/turf_decal/delivery, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/crowbar, /turf/open/floor/iron, /area/station/security/checkpoint/medical) "aRg" = ( @@ -8988,6 +8979,7 @@ "aXa" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron/dark, /area/station/science/xenobiology) "aXb" = ( @@ -10127,16 +10119,13 @@ /turf/open/floor/iron/white, /area/station/medical/pharmacy) "bco" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, /obj/effect/turf_decal/siding/red, -/turf/open/floor/iron/dark, +/turf/open/floor/iron/showroomfloor, /area/station/security/checkpoint/science/research) "bcr" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, @@ -10675,6 +10664,7 @@ /obj/item/radio/intercom/directional/north{ pixel_x = 32 }, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron/dark, /area/station/science/xenobiology) "bfj" = ( @@ -10782,11 +10772,6 @@ /area/station/hallway/secondary/exit/departure_lounge) "bfK" = ( /obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, /obj/structure/window/reinforced/spawner/directional/west, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -14723,7 +14708,6 @@ /turf/open/floor/iron/dark, /area/station/security/courtroom) "bLH" = ( -/obj/structure/table, /obj/item/clothing/gloves/color/orange, /obj/item/restraints/handcuffs, /obj/item/reagent_containers/spray/pepper, @@ -14735,6 +14719,7 @@ c_tag = "Prison Hallway Port"; network = list("ss13","prison") }, +/obj/structure/rack, /turf/open/floor/iron, /area/station/security/execution/transfer) "bLS" = ( @@ -16236,7 +16221,6 @@ }, /obj/item/clothing/mask/gas, /obj/structure/sign/poster/contraband/random/directional/west, -/obj/structure/sign/poster/contraband/random/directional/south, /turf/open/floor/plating, /area/station/maintenance/department/security) "bVs" = ( @@ -16252,6 +16236,7 @@ /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/poster/contraband/random/directional/south, /turf/open/floor/plating, /area/station/maintenance/department/security) "bVu" = ( @@ -18729,15 +18714,16 @@ /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/aisat_interior) "cgL" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/machinery/recharger, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/security/med, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/crowbar, /turf/open/floor/iron/dark, /area/station/security/checkpoint/medical) "cgO" = ( @@ -21914,16 +21900,10 @@ /turf/open/floor/plating, /area/station/maintenance/department/security) "czR" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/pen, -/obj/item/storage/box/prisoner, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 }, +/obj/machinery/photobooth/security, /turf/open/floor/iron, /area/station/security/execution/transfer) "cAb" = ( @@ -22075,13 +22055,6 @@ /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -5 - }, -/obj/item/pen{ - pixel_x = -5 - }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, @@ -22094,11 +22067,7 @@ dir = 8 }, /obj/machinery/status_display/evac/directional/north, -/obj/structure/desk_bell/ringer/hop{ - pixel_y = 9; - pixel_x = 6; - dir = 8 - }, +/obj/machinery/photobooth, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) "cBK" = ( @@ -22462,6 +22431,7 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/security/telescreen/turbine/directional/west, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) "cFY" = ( @@ -23312,16 +23282,11 @@ /turf/open/floor/carpet/green, /area/station/security/detectives_office) "cNy" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Station Monitor"; - network = list("ss13"); - pixel_x = 24 - }, /obj/structure/table/wood, /obj/item/paper_bin, /obj/item/hand_labeler, /obj/item/taperecorder, +/obj/machinery/computer/security/telescreen/normal/directional/east, /turf/open/floor/carpet/green, /area/station/security/detectives_office) "cNz" = ( @@ -24434,9 +24399,6 @@ /obj/machinery/computer/prisoner/management{ dir = 4 }, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = -6 - }, /obj/machinery/button/door/directional/south{ id = "hosspace"; name = "Space Blast Door Toggle"; @@ -25924,6 +25886,10 @@ pixel_x = 36; pixel_y = -6 }, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 18; + pixel_x = 37 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) "dHM" = ( @@ -29246,8 +29212,11 @@ /obj/effect/mapping_helpers/requests_console/information, /obj/effect/mapping_helpers/requests_console/assistance, /obj/machinery/light_switch/directional/north, -/obj/machinery/computer/security/telescreen/engine, /obj/effect/decal/cleanable/cobweb, +/obj/machinery/recharger{ + pixel_y = 1; + pixel_x = -3 + }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/engineering) "eOk" = ( @@ -29498,17 +29467,15 @@ /turf/open/floor/iron/dark, /area/station/medical/storage) "eRV" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +/obj/structure/filingcabinet, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ - dir = 4 + dir = 1 }, +/obj/effect/turf_decal/delivery/white, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science/research) "eSe" = ( @@ -31402,13 +31369,7 @@ name = "Shower 1" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/dark, /area/station/commons/toilet/restrooms) "fwd" = ( @@ -32264,6 +32225,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /obj/machinery/digital_clock/directional/south, +/obj/machinery/scanner_gate/preset_guns{ + dir = 4 + }, /turf/open/floor/iron/dark, /area/station/security/brig) "fKd" = ( @@ -33299,7 +33263,7 @@ network = list("ss13","rd","xeno") }, /obj/effect/turf_decal/stripes/line, -/obj/item/kirbyplants/organic/plant10, +/obj/machinery/vending/cytopro, /turf/open/floor/iron/white, /area/station/science/xenobiology) "gfH" = ( @@ -33972,9 +33936,14 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/firealarm/directional/south, +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 + }, /obj/structure/extinguisher_cabinet/directional/west, /obj/item/gun/energy/e_gun/mini, +/obj/machinery/light_switch/directional/south{ + pixel_x = -8 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) "gsn" = ( @@ -34033,11 +34002,6 @@ /turf/open/misc/asteroid, /area/station/maintenance/port/greater) "gtm" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - name = "isolation room monitor"; - network = list("isolation"); - pixel_y = 31 - }, /obj/machinery/button/flasher{ id = "IsolationFlash"; pixel_x = -23; @@ -34050,6 +34014,7 @@ pixel_y = -6; req_access = list("brig") }, +/obj/machinery/computer/security/telescreen/isolation/directional/north, /turf/open/floor/iron, /area/station/security/prison) "gtw" = ( @@ -35518,6 +35483,7 @@ fax_name = "Captain's Office"; name = "Captain's Fax Machine" }, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/captain) "gRl" = ( @@ -36768,16 +36734,13 @@ /area/station/medical/medbay/central) "hoC" = ( /obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/prison{ - dir = 4; - pixel_x = -28 - }, /obj/machinery/computer/security{ dir = 4 }, /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, +/obj/machinery/computer/security/telescreen/prison/directional/west, /turf/open/floor/iron/dark, /area/station/security/warden) "hoG" = ( @@ -37238,16 +37201,14 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "hyB" = ( -/obj/machinery/computer/security/telescreen/cmo{ - dir = 1; - name = "Chief Medical Officer's telescreen"; - network = list("medical"); - pixel_y = 2 - }, /obj/structure/table/reinforced/rglass, /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 1 }, +/obj/machinery/keycard_auth{ + pixel_y = 3; + pixel_x = 1 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) "hyD" = ( @@ -38868,14 +38829,11 @@ /turf/open/floor/plating, /area/station/maintenance/fore) "hYj" = ( +/obj/machinery/newscaster/directional/south, /obj/structure/table, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of his office."; - dir = 1; - name = "Research Monitor"; - network = list("rd") +/obj/machinery/recharger{ + pixel_y = 2 }, -/obj/machinery/newscaster/directional/south, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science/research) "hYB" = ( @@ -40954,9 +40912,6 @@ }, /obj/effect/turf_decal/tile/neutral, /obj/structure/table, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 4 - }, /obj/machinery/light/directional/west, /obj/machinery/status_display/ai/directional/west, /obj/effect/decal/cleanable/dirt, @@ -42364,9 +42319,6 @@ /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/keycard_auth/directional/west{ - pixel_y = -5 - }, /obj/effect/turf_decal/bot, /obj/machinery/requests_console/directional/south{ department = "Captain's Desk"; @@ -42461,9 +42413,6 @@ /obj/machinery/modular_computer/preset/id{ dir = 1 }, -/obj/machinery/keycard_auth/directional/east{ - pixel_y = 26 - }, /turf/open/floor/carpet/orange, /area/station/command/heads_quarters/qm) "jfT" = ( @@ -44346,7 +44295,9 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/light_switch/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = -8 + }, /turf/open/floor/iron/dark, /area/station/medical/storage) "jPn" = ( @@ -44675,13 +44626,7 @@ /obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron/white/textured, /area/station/medical/exam_room) @@ -44769,7 +44714,6 @@ /turf/open/floor/iron/dark, /area/station/maintenance/department/crew_quarters/bar) "jXh" = ( -/obj/structure/table, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -44781,11 +44725,11 @@ }, /obj/machinery/airalarm/directional/east, /obj/machinery/newscaster/directional/south, -/obj/machinery/recharger, /obj/machinery/camera/directional/south{ c_tag = "Engineering Security Post"; name = "engineering camera" }, +/obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/security/checkpoint/engineering) "jXi" = ( @@ -45289,15 +45233,11 @@ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/security/telescreen/prison{ - dir = 4; - pixel_x = -30; - pixel_y = 0 - }, /obj/machinery/light/small/directional/south, /obj/structure/rack, /obj/item/mod/module/plasma_stabilizer, /obj/item/mod/module/thermal_regulator, +/obj/machinery/computer/security/telescreen/prison/directional/west, /turf/open/floor/iron/dark, /area/station/security/office) "kfE" = ( @@ -46037,10 +45977,6 @@ /turf/open/floor/iron/dark, /area/station/security/execution/education) "ksx" = ( -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 8; - pixel_x = 32 - }, /obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 4 }, @@ -46048,6 +45984,7 @@ /obj/structure/chair/office/light{ dir = 4 }, +/obj/machinery/computer/security/telescreen/ordnance/directional/east, /turf/open/floor/iron/white, /area/station/science/ordnance) "ksL" = ( @@ -49637,6 +49574,12 @@ }, /area/station/hallway/primary/central/fore) "lBn" = ( +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 5 + }, +/obj/machinery/light_switch/directional/east{ + pixel_y = -6 + }, /turf/open/floor/carpet/orange, /area/station/command/heads_quarters/qm) "lBw" = ( @@ -53087,13 +53030,6 @@ dir = 8 }, /obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/rd{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/keycard_auth/directional/east{ - pixel_y = 26 - }, /obj/machinery/button/door/directional/north{ id = "rdprivacy"; name = "Director's Privacy Toggle"; @@ -53119,6 +53055,7 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 }, +/obj/machinery/computer/security/telescreen/rd/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) "mJM" = ( @@ -55530,10 +55467,6 @@ "nDE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55550,6 +55483,7 @@ /obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/machinery/computer/security/telescreen/engine/directional/east, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) "nEl" = ( @@ -55730,13 +55664,6 @@ /turf/open/floor/engine, /area/station/ai_monitored/command/nuke_storage) "nIv" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai_upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -28 - }, /obj/effect/landmark/start/cyborg, /obj/machinery/airalarm/directional/north, /obj/machinery/camera/motion/directional/west{ @@ -55749,6 +55676,7 @@ broadcasting = 1; name = "Private Channel" }, +/obj/machinery/computer/security/telescreen/aiupload/directional/west, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -56090,11 +56018,11 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/noticeboard/directional/east, /obj/machinery/camera/directional/east{ c_tag = "Detective's Office"; name = "detective camera" }, +/obj/item/radio/intercom/directional/east, /turf/open/floor/wood, /area/station/security/detectives_office) "nPb" = ( @@ -57074,7 +57002,6 @@ /obj/structure/table/reinforced, /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor, -/obj/item/folder/blue, /obj/machinery/door/poddoor/shutters/preopen{ id = "hop"; name = "Privacy Shutters" @@ -57089,6 +57016,18 @@ /obj/machinery/door/window/right/directional/south{ name = "Reception Desk" }, +/obj/item/folder/blue, +/obj/item/paper_bin{ + pixel_x = -5 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/structure/desk_bell/ringer/hop{ + pixel_y = 7; + pixel_x = 4; + dir = 2 + }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) "oiX" = ( @@ -58562,9 +58501,6 @@ /obj/structure/disposalpipe/trunk, /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light_switch/directional/north{ - pixel_x = 14 - }, /obj/machinery/camera/directional/north{ c_tag = "Quartermaster's Office"; name = "cargo camera"; @@ -60836,7 +60772,6 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "puG" = ( -/obj/machinery/keycard_auth/directional/north, /obj/item/toy/figure/ian{ pixel_x = 8 }, @@ -60845,6 +60780,7 @@ }, /obj/machinery/recharger, /obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/vault/directional/north, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/hop) "puH" = ( @@ -61046,9 +60982,6 @@ /area/station/maintenance/fore) "pwM" = ( /obj/structure/table, -/obj/machinery/computer/security/telescreen/turbine{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) @@ -61565,7 +61498,7 @@ }, /obj/item/toy/figure/detective, /obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, +/obj/structure/detectiveboard/directional/east, /turf/open/floor/carpet/green, /area/station/security/detectives_office) "pFq" = ( @@ -62134,13 +62067,7 @@ }, /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/stripes/corner, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/white, /area/station/medical/virology) "pPT" = ( @@ -62394,9 +62321,7 @@ "pTN" = ( /obj/machinery/modular_computer/preset/id, /obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/ce{ - pixel_y = 28 - }, +/obj/machinery/computer/security/telescreen/ce/directional/north, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) "pTY" = ( @@ -62761,12 +62686,9 @@ /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -28 - }, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/south, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /turf/open/floor/plating, /area/station/hallway/primary/central/fore) "qaj" = ( @@ -64457,12 +64379,13 @@ /area/station/command/heads_quarters/ce) "qFC" = ( /obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, /obj/structure/cable, +/obj/item/storage/box/bodybags, +/obj/item/assembly/flash/handheld, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 }, +/obj/item/restraints/handcuffs, /turf/open/floor/iron, /area/station/security/execution/transfer) "qFK" = ( @@ -68642,6 +68565,9 @@ }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /obj/machinery/digital_clock/directional/north, +/obj/machinery/scanner_gate/preset_guns{ + dir = 4 + }, /turf/open/floor/iron/dark, /area/station/security/brig) "rTV" = ( @@ -69703,13 +69629,8 @@ pixel_x = 8; pixel_y = 20 }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8 - }, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = 8 - }, /obj/structure/table/reinforced/rglass, +/obj/machinery/computer/security/telescreen/cmo/directional/south, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) "sjS" = ( @@ -70428,13 +70349,7 @@ name = "Shower 2" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/dark, /area/station/commons/toilet/restrooms) "syK" = ( @@ -74214,6 +74129,9 @@ /obj/effect/turf_decal/siding/wood{ dir = 1 }, +/obj/machinery/keycard_auth/wall_mounted/directional/west{ + pixel_y = -5 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/hos) "tPt" = ( @@ -75215,7 +75133,6 @@ }, /obj/machinery/disposal/bin, /obj/effect/turf_decal/bot, -/obj/item/radio/intercom/directional/east, /obj/effect/turf_decal/tile/blue{ dir = 1 }, @@ -75227,6 +75144,11 @@ /obj/structure/disposalpipe/trunk{ dir = 1 }, +/obj/machinery/button/photobooth{ + pixel_x = 24; + pixel_y = -15 + }, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) "ufq" = ( @@ -75333,18 +75255,16 @@ /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) "uik" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 1; - name = "Medbay Monitor"; - network = list("medical") - }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/obj/effect/turf_decal/bot, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 1 + }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/medical) "uiu" = ( @@ -78284,6 +78204,7 @@ "vjn" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/security/interrogation) "vjp" = ( @@ -81267,11 +81188,14 @@ }, /obj/effect/turf_decal/tile/purple, /obj/structure/table/reinforced, -/obj/item/reagent_containers/cup/glass/mug/coco, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = 6 + }, /obj/item/ashtray{ pixel_y = 8; pixel_x = 4 }, +/obj/machinery/keycard_auth, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) "wmz" = ( @@ -82502,9 +82426,6 @@ /area/station/maintenance/starboard) "wJR" = ( /obj/structure/filingcabinet/chestdrawer, -/obj/machinery/keycard_auth/directional/north{ - pixel_x = -6 - }, /obj/machinery/light_switch/directional/north{ pixel_x = 6; pixel_y = 25 @@ -82525,6 +82446,9 @@ req_access = list("engine_equip"); pixel_y = 36 }, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ + pixel_x = -5 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) "wJW" = ( @@ -82653,7 +82577,6 @@ dir = 4 }, /obj/effect/turf_decal/tile/red, -/obj/structure/filingcabinet, /obj/machinery/camera/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/medical) @@ -84227,7 +84150,7 @@ id = "emmd"; name = "Medical Lockdown Toggle"; pixel_x = -18; - pixel_y = -25 + pixel_y = -24 }, /obj/machinery/button/door{ id = "cmoprivacy"; @@ -86140,6 +86063,7 @@ }, /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/neutral, +/obj/machinery/computer/security/telescreen/interrogation/directional/east, /turf/open/floor/iron, /area/station/security/brig) "xMA" = ( @@ -86808,9 +86732,6 @@ /obj/machinery/status_display/shuttle{ pixel_x = 32 }, -/obj/machinery/computer/security/telescreen/minisat{ - pixel_y = 28 - }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -86824,6 +86745,7 @@ /obj/machinery/computer/station_alert{ dir = 8 }, +/obj/machinery/computer/security/telescreen/minisat/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) "xYg" = ( @@ -87290,7 +87212,6 @@ /obj/item/kirbyplants/organic/plant2{ pixel_y = 3 }, -/obj/machinery/firealarm/directional/west, /turf/open/floor/iron/dark, /area/station/security/interrogation) "yhK" = ( diff --git a/_maps/map_files/LimaStation/LimaStation.dmm b/_maps/map_files/LimaStation/LimaStation.dmm index 2c62d251aa95..93093bcc185a 100644 --- a/_maps/map_files/LimaStation/LimaStation.dmm +++ b/_maps/map_files/LimaStation/LimaStation.dmm @@ -648,13 +648,7 @@ /area/station/command/heads_quarters/hos) "alZ" = ( /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/plating, /area/station/maintenance/old_rec) "amn" = ( @@ -3212,9 +3206,6 @@ /turf/open/floor/iron, /area/station/engineering/atmos) "bdQ" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -3223,6 +3214,7 @@ c_tag = "Command - Captain's Office"; dir = 8 }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) "bdR" = ( @@ -4028,6 +4020,7 @@ dir = 1 }, /obj/effect/landmark/start/hangover, +/obj/item/folder/blue, /obj/structure/desk_bell/ringer/hop{ pixel_x = 4; pixel_y = 7; @@ -4619,8 +4612,8 @@ }, /area/station/security/brig) "bAV" = ( -/obj/machinery/firealarm/directional/west, /obj/machinery/vending/wardrobe/det_wardrobe, +/obj/structure/detectiveboard/directional/west, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) "bBc" = ( @@ -5143,13 +5136,7 @@ "bJI" = ( /obj/machinery/shower/directional/north, /obj/effect/turf_decal/stripes/box, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/main) "bJJ" = ( @@ -5713,13 +5700,7 @@ "bTd" = ( /obj/machinery/shower/directional/north, /obj/effect/decal/cleanable/dirt, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/plating, /area/station/maintenance/old_rec) "bTn" = ( @@ -6278,6 +6259,7 @@ name = "HoP Queue Shutters"; dir = 1 }, +/obj/structure/window/spawner/directional/east, /turf/open/floor/grass, /area/station/hallway/primary/aft) "cfj" = ( @@ -6542,13 +6524,7 @@ "cjf" = ( /obj/machinery/shower/directional/south, /obj/effect/decal/cleanable/dirt, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/maintenance/old_rec) "cjm" = ( @@ -8429,6 +8405,11 @@ dir = 4 }, /area/station/hallway/secondary/service) +"cQV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "cQW" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -8610,9 +8591,6 @@ /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, /obj/machinery/button/door{ id = "camdola_containment"; name = "camdola containment"; @@ -8626,6 +8604,7 @@ /obj/machinery/modular_computer/preset/id{ dir = 8 }, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) "cTc" = ( @@ -9289,15 +9268,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w, /turf/open/floor/plating, /area/station/science/xenobiology) -"ded" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/nanotrasen_logo/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "deg" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -9452,13 +9422,7 @@ /obj/machinery/shower/directional/south, /obj/effect/spawner/random/trash/soap, /obj/structure/window/reinforced/tinted/spawner/directional/west, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "dgZ" = ( @@ -11706,13 +11670,7 @@ "dWp" = ( /obj/structure/curtain, /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/effect/turf_decal/siding/dark{ dir = 6 }, @@ -11823,6 +11781,10 @@ /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/machinery/button/photobooth{ + pixel_y = -16; + pixel_x = 37 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "dYT" = ( @@ -11844,13 +11806,7 @@ /area/station/security/medical) "dYV" = ( /obj/machinery/shower/directional/north, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) @@ -12012,7 +11968,7 @@ /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/computer/security/telescreen/aiupload/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/command) "ecH" = ( @@ -13408,7 +13364,6 @@ /turf/open/floor/catwalk_floor, /area/station/service/hydroponics/park) "eBz" = ( -/obj/machinery/keycard_auth/directional/south, /obj/machinery/button/door/directional/south{ pixel_y = -38; id = "rabbitcontainment"; @@ -13417,6 +13372,7 @@ /obj/machinery/computer/security/hos{ dir = 8 }, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/carpet/red, /area/station/command/heads_quarters/hos) "eBW" = ( @@ -14003,14 +13959,10 @@ /turf/open/floor/iron/dark, /area/station/security/lockers) "eKG" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 32 - }, /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 5 }, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) "eKH" = ( @@ -14322,9 +14274,6 @@ /area/station/maintenance/fore) "ePD" = ( /obj/machinery/newscaster/directional/east, -/obj/machinery/computer/security/telescreen/cmo{ - pixel_y = 32 - }, /obj/effect/turf_decal/tile/blue{ dir = 4 }, @@ -14336,6 +14285,7 @@ dir = 8 }, /obj/machinery/disposal/bin, +/obj/machinery/computer/security/telescreen/cmo/directional/north, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) "ePO" = ( @@ -14649,11 +14599,8 @@ /area/station/maintenance/department/cargo) "eUO" = ( /obj/structure/closet/emcloset/anchored, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -28 - }, /obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) "eUR" = ( @@ -16207,13 +16154,7 @@ dir = 5 }, /obj/item/radio/intercom/directional/north, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/textured, /area/station/medical/cryo) "fvj" = ( @@ -16694,11 +16635,10 @@ pixel_x = 25; pixel_y = 8 }, -/obj/machinery/keycard_auth/directional/east{ - pixel_x = 39; - pixel_y = 8 - }, /obj/effect/turf_decal/siding/wood, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = -4 + }, /turf/open/floor/wood, /area/station/security/detectives_office/bridge_officer_office) "fDE" = ( @@ -20359,14 +20299,11 @@ /obj/structure/rack, /obj/item/storage/box/lights, /obj/item/assault_pod/mining, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 8; - pixel_x = 30 - }, /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ dir = 4 }, +/obj/machinery/computer/security/telescreen/auxbase/directional/east, /turf/open/floor/iron, /area/station/construction/mining/aux_base) "gNi" = ( @@ -20669,16 +20606,17 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) "gQP" = ( -/obj/structure/window/spawner/directional/south, /obj/structure/window/spawner/directional/north, -/obj/structure/flora/bush/generic/style_random, -/obj/structure/flora/bush/lavendergrass/style_random, /obj/machinery/door/poddoor/shutters/preopen{ id = "hopqueue"; name = "HoP Queue Shutters"; dir = 1 }, -/turf/open/floor/grass, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/textured, /area/station/hallway/primary/aft) "gQT" = ( /obj/effect/turf_decal/tile/yellow{ @@ -21577,14 +21515,14 @@ /area/station/hallway/primary/aft) "hgJ" = ( /obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/prison{ - dir = 1; - name = "security camera monitor"; - pixel_y = -32 - }, /obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/rd/directional/south, /turf/open/floor/carpet/red, /area/station/command/heads_quarters/hos) +"hgL" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/carpet/black, +/area/station/maintenance/starboard/aft) "hgZ" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/iron, @@ -26652,13 +26590,7 @@ /obj/effect/turf_decal/trimline/blue/filled/mid_joiner{ dir = 1 }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/white/smooth_corner{ dir = 8 }, @@ -26891,9 +26823,6 @@ /area/station/science/robotics/mechbay) "iOL" = ( /obj/structure/cable, -/obj/machinery/light_switch/directional/north{ - pixel_x = 7 - }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) "iOP" = ( @@ -28497,7 +28426,9 @@ c_tag = "Command - Port Bridge Hallway"; dir = 5 }, -/obj/machinery/firealarm/directional/south, +/obj/machinery/firealarm/directional/south{ + pixel_x = -5 + }, /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron, @@ -29235,13 +29166,7 @@ /area/station/security/prison/mess) "jCU" = ( /obj/machinery/shower/directional/west, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet) "jDe" = ( @@ -29341,6 +29266,7 @@ "jEc" = ( /obj/machinery/photocopier, /obj/machinery/status_display/evac/directional/west, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) "jEi" = ( @@ -29822,13 +29748,7 @@ /area/station/security/execution/education) "jLq" = ( /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/maintenance/old_rec) "jLv" = ( @@ -29876,9 +29796,6 @@ /obj/machinery/modular_computer/preset/id{ dir = 8 }, -/obj/machinery/keycard_auth/directional/east{ - pixel_y = 6 - }, /obj/machinery/button/door{ id = "rnd2"; name = "Research Lab Shutter Control"; @@ -29894,6 +29811,10 @@ /obj/machinery/light_switch/directional/east{ pixel_y = -6 }, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 5; + pixel_x = 27 + }, /turf/open/floor/iron/showroomfloor, /area/station/command/heads_quarters/rd) "jLR" = ( @@ -30309,13 +30230,11 @@ /turf/open/floor/iron/dark/smooth_edge, /area/station/security/brig) "jSO" = ( -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 30 - }, /obj/machinery/light/small/directional/north, /obj/effect/turf_decal/tile/red{ dir = 4 }, +/obj/machinery/computer/security/telescreen/rd/directional/north, /turf/open/floor/iron, /area/station/security/execution/transfer) "jSV" = ( @@ -32391,13 +32310,7 @@ "kAH" = ( /obj/structure/curtain, /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/effect/turf_decal/siding/dark{ dir = 10 }, @@ -33140,6 +33053,7 @@ /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 }, +/obj/machinery/photobooth/security, /turf/open/floor/iron/dark/side{ dir = 8 }, @@ -34427,16 +34341,15 @@ /turf/open/floor/iron, /area/station/engineering/atmos) "liu" = ( -/obj/structure/window/spawner/directional/south, /obj/structure/window/spawner/directional/north, -/obj/structure/flora/bush/fullgrass, -/obj/structure/flora/bush/grassy/style_random, /obj/machinery/door/poddoor/shutters/preopen{ id = "hopqueue"; name = "HoP Queue Shutters"; dir = 1 }, -/turf/open/floor/grass, +/obj/machinery/photobooth, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/textured, /area/station/hallway/primary/aft) "liy" = ( /obj/effect/turf_decal/siding/purple{ @@ -34771,13 +34684,7 @@ /area/station/hallway/primary/port) "lor" = ( /obj/machinery/shower/directional/north, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/maintenance/old_rec) "low" = ( @@ -35206,6 +35113,10 @@ /obj/structure/closet/crate/cardboard, /turf/open/floor/plating, /area/station/commons/vacant_room/commissary) +"lwz" = ( +/obj/structure/detectiveboard/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/lockers) "lwC" = ( /obj/machinery/duct, /obj/effect/decal/cleanable/dirt, @@ -35226,10 +35137,8 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/aft) "lwW" = ( -/obj/machinery/computer/security/telescreen/rd{ - pixel_y = 28 - }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/computer/security/telescreen/rd/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/command/heads_quarters/rd) "lwX" = ( @@ -35304,6 +35213,7 @@ /obj/structure/chair/office/light{ dir = 4 }, +/obj/machinery/computer/security/telescreen/ordnance/directional/east, /turf/open/floor/iron/white, /area/station/science/ordnance/testlab) "lxA" = ( @@ -35521,13 +35431,7 @@ /area/station/maintenance/port/lower) "lBl" = ( /obj/machinery/shower/directional/north, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/plating, /area/station/maintenance/old_rec) "lBq" = ( @@ -37593,13 +37497,7 @@ "mjz" = ( /obj/machinery/shower/directional/south, /obj/effect/decal/cleanable/dirt, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/plating, /area/station/maintenance/old_rec) "mjB" = ( @@ -39910,8 +39808,8 @@ "mTN" = ( /obj/effect/turf_decal/tile/purple/fourcorners, /obj/machinery/light/directional/south, -/obj/item/kirbyplants/random, /obj/machinery/airalarm/directional/south, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron, /area/station/science/ordnance) "mTQ" = ( @@ -40241,10 +40139,6 @@ /turf/open/floor/carpet/red, /area/station/service/chapel/office) "mZi" = ( -/obj/machinery/computer/security/telescreen/turbine{ - dir = 1; - pixel_y = -30 - }, /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, /obj/effect/turf_decal/tile/yellow{ @@ -40256,6 +40150,7 @@ /obj/machinery/computer/turbine_computer{ dir = 1 }, +/obj/machinery/computer/security/telescreen/turbine/directional/south, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) "mZr" = ( @@ -40538,6 +40433,7 @@ dir = 4 }, /obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron, /area/station/science/xenobiology) "nem" = ( @@ -43021,13 +42917,13 @@ "nPe" = ( /obj/machinery/pdapainter, /obj/structure/cable, -/obj/machinery/keycard_auth/directional/east, /obj/effect/turf_decal/siding/wood{ dir = 8 }, /obj/machinery/light_switch/directional/east{ pixel_x = 38 }, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "nPj" = ( @@ -44258,6 +44154,7 @@ /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 }, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) "okU" = ( @@ -44883,6 +44780,7 @@ name = "HoP Queue Shutters"; dir = 1 }, +/obj/structure/window/spawner/directional/west, /turf/open/floor/grass, /area/station/hallway/primary/aft) "oum" = ( @@ -45672,13 +45570,8 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/central) "oIQ" = ( -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - network = list("sm"); - pixel_x = 27; - pixel_y = 2 - }, /obj/structure/cable, +/obj/machinery/computer/security/telescreen/engine/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) "oJl" = ( @@ -46043,12 +45936,10 @@ /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) "oPu" = ( -/obj/machinery/computer/security/telescreen/vault{ - pixel_x = -32 - }, /obj/effect/turf_decal/siding/wood{ dir = 4 }, +/obj/machinery/computer/security/telescreen/vault/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "oPL" = ( @@ -47721,9 +47612,7 @@ /obj/structure/table/wood, /obj/item/pinpointer/nuke, /obj/item/disk/nuclear, -/obj/machinery/keycard_auth/directional/south{ - pixel_y = -24 - }, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/carpet/royalblue, /area/station/command/heads_quarters/captain) "ppU" = ( @@ -48735,6 +48624,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) "pFM" = ( @@ -48853,6 +48743,7 @@ /obj/effect/turf_decal/siding/dark{ dir = 1 }, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark/textured, /area/station/security/brig) "pHp" = ( @@ -48991,12 +48882,12 @@ /area/station/engineering/atmos/experiment_room) "pJn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/noticeboard/directional/north, /obj/structure/chair{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/dim/directional/south, +/obj/structure/detectiveboard/directional/north, /turf/open/floor/iron/dark, /area/station/security/detectives_office) "pJs" = ( @@ -49295,6 +49186,7 @@ /obj/effect/turf_decal/siding/dark{ dir = 1 }, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark/textured, /area/station/security/brig) "pOY" = ( @@ -52135,10 +52027,7 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, +/obj/machinery/computer/security/telescreen/interrogation/directional/east, /turf/open/floor/iron/dark/smooth_edge{ dir = 8 }, @@ -53429,6 +53318,7 @@ /obj/machinery/light/directional/south, /obj/effect/turf_decal/siding/purple, /obj/machinery/newscaster/directional/south, +/obj/machinery/vending/cytopro, /turf/open/floor/iron, /area/station/science/xenobiology) "rcl" = ( @@ -53441,6 +53331,7 @@ /obj/effect/turf_decal/siding/purple{ dir = 6 }, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron, /area/station/science/xenobiology) "rcA" = ( @@ -54091,6 +53982,7 @@ "rmI" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/command) "rmK" = ( @@ -55026,13 +54918,7 @@ /obj/effect/turf_decal/stripes/line{ dir = 6 }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/textured, /area/station/medical/cryo) "rAO" = ( @@ -55604,6 +55490,9 @@ name = "Security Blast Door" }, /obj/machinery/door/firedoor, +/obj/machinery/scanner_gate/preset_guns{ + dir = 4 + }, /turf/open/floor/iron/textured, /area/station/security/prison/visit) "rJg" = ( @@ -56780,13 +56669,13 @@ /turf/open/floor/iron, /area/station/hallway/primary/upper) "rZE" = ( -/obj/machinery/keycard_auth/directional/north, /obj/machinery/computer/security/qm{ dir = 4 }, /obj/effect/turf_decal/siding/wood{ dir = 4 }, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/qm) "rZK" = ( @@ -63630,13 +63519,7 @@ /obj/machinery/shower/directional/west, /obj/effect/spawner/random/trash/soap, /obj/machinery/light/small/directional/west, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/medical/break_room) "uhY" = ( @@ -64696,13 +64579,11 @@ /turf/open/floor/grass, /area/station/service/chapel) "uBx" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, /obj/structure/closet/secure_closet/engineering_chief, /obj/item/gun/energy/e_gun/mini, /obj/effect/turf_decal/bot_red, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) "uBH" = ( @@ -65034,6 +64915,7 @@ /obj/effect/turf_decal/siding/purple{ dir = 10 }, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron, /area/station/science/xenobiology) "uHO" = ( @@ -66068,14 +65950,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/visit) -"uWZ" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) "uXb" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ @@ -66139,13 +66013,7 @@ /area/station/maintenance/starboard/lower) "uYz" = ( /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) @@ -66681,11 +66549,9 @@ /area/station/command/teleporter) "vir" = ( /obj/machinery/computer/apc_control, -/obj/machinery/computer/security/telescreen/ce{ - pixel_y = 28 - }, /obj/effect/turf_decal/tile/neutral/full, /obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/ce/directional/north, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/ce) "vis" = ( @@ -70965,9 +70831,6 @@ /turf/open/floor/iron/dark, /area/station/science/xenobiology) "wIo" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, /obj/structure/toilet{ dir = 1 }, @@ -72376,6 +72239,9 @@ /turf/open/floor/iron/white, /area/station/medical/chemistry) "xeK" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 7 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) "xeN" = ( @@ -73036,13 +72902,7 @@ /area/station/hallway/secondary/entry) "xpP" = ( /obj/machinery/shower/directional/south, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/structure/curtain, /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/freezer, @@ -74861,9 +74721,6 @@ /turf/open/floor/iron/white, /area/station/science/research) "xUv" = ( -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 8 - }, /obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ pixel_y = 28 }, @@ -98881,7 +98738,7 @@ aCX vOR jEc bxS -ded +ocv mAc ljV cKV @@ -102223,7 +102080,7 @@ lNo fFq nCR rUq -mAc +cQV sag wNa aDd @@ -102472,7 +102329,7 @@ gso gEg ejk tAZ -ovq +lwz iBI nTg cyI @@ -120758,7 +120615,7 @@ nWO nWO nWO nWO -uWZ +nWO pFh psE qaZ @@ -188620,7 +188477,7 @@ tgs tgs jtu eaw -bMl +hgL bMl wIo eaw diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index d1103a4fbf5b..4283ed06b0c6 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -345,14 +345,22 @@ /turf/open/floor/iron, /area/station/security/prison) "adf" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_y = 8 - }, -/obj/item/storage/box/prisoner, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, +/obj/structure/table, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/prisoner/skirt{ + pixel_x = -13; + pixel_y = 5 + }, /turf/open/floor/iron, /area/station/security/execution/transfer) "adh" = ( @@ -2750,12 +2758,7 @@ /area/station/security/detectives_office) "azU" = ( /obj/structure/table/wood, -/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/security/telescreen/prison/directional/north, /obj/item/flashlight/lamp/green{ pixel_x = 1; pixel_y = 5 @@ -2995,13 +2998,7 @@ /obj/effect/turf_decal/trimline/dark_red/filled/line{ dir = 4 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 8; - name = "Prison Monitor"; - network = list("prison"); - pixel_x = 30 - }, +/obj/machinery/computer/security/telescreen/prison/directional/east, /turf/open/floor/iron, /area/station/security/warden) "aBT" = ( @@ -3932,12 +3929,8 @@ /area/space/nearstation) "aNJ" = ( /obj/structure/cable, -/obj/machinery/computer/security/telescreen/interrogation{ - name = "isolation room monitor"; - network = list("isolation"); - pixel_y = 31 - }, /obj/machinery/light/cold/directional/north, +/obj/machinery/computer/security/telescreen/isolation/directional/north, /turf/open/floor/iron, /area/station/security/execution/transfer) "aNL" = ( @@ -6525,12 +6518,7 @@ /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) "bxs" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 26 - }, +/obj/machinery/computer/security/telescreen/tcomms/directional/east, /obj/machinery/computer/telecomms/monitor{ dir = 8; network = "tcommsat" @@ -9138,6 +9126,7 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/box, /obj/machinery/portable_atmospherics/canister, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/science/xenobiology) "cgq" = ( @@ -11282,6 +11271,7 @@ cycle_id = "brig-entrance" }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron, /area/station/security/brig) "cFJ" = ( @@ -11899,12 +11889,7 @@ /obj/structure/chair/office{ dir = 8 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching output from station security cameras."; - name = "Security Camera Monitor"; - network = list("ss13"); - pixel_y = 30 - }, +/obj/machinery/computer/security/telescreen/normal/directional/north, /obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 1 }, @@ -12824,13 +12809,7 @@ /turf/open/space/basic, /area/space) "cYK" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for the Auxiliary Mining Base."; - dir = 1; - name = "Auxiliary Base Monitor"; - network = list("auxbase"); - pixel_y = -28 - }, +/obj/machinery/computer/security/telescreen/auxbase/directional/south, /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -14125,12 +14104,9 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "dtG" = ( -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, /obj/structure/bed/dogbed/renault, /mob/living/basic/pet/fox/renault, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) "dtM" = ( @@ -14415,7 +14391,7 @@ "dxu" = ( /obj/structure/table/wood, /obj/machinery/button/ticket_machine{ - pixel_x = 32 + pixel_x = 38 }, /obj/machinery/light_switch/directional/south{ pixel_x = 6; @@ -14442,6 +14418,13 @@ pixel_y = -34; req_access = list("hop") }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/machinery/button/photobooth{ + pixel_x = 26 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "dxD" = ( @@ -15089,12 +15072,6 @@ /area/station/maintenance/starboard/greater) "dKN" = ( /obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/pen, -/obj/item/storage/box/prisoner, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, @@ -15103,6 +15080,10 @@ network = list("ss13","prison") }, /obj/machinery/light/directional/south, +/obj/item/storage/box/prisoner{ + pixel_y = 8 + }, +/obj/item/storage/box/prisoner, /turf/open/floor/iron, /area/station/security/execution/transfer) "dKV" = ( @@ -16871,7 +16852,7 @@ dir = 8 }, /obj/machinery/status_display/ai/directional/north, -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) "ete" = ( @@ -16973,6 +16954,7 @@ /obj/machinery/atmospherics/components/binary/pump{ dir = 4 }, +/obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/science/cytology) "eun" = ( @@ -17393,13 +17375,7 @@ /turf/open/floor/iron/white, /area/station/science/cytology) "eCu" = ( -/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/machinery/computer/security/telescreen/prison/directional/south, /obj/structure/cable, /obj/effect/turf_decal/tile/red{ dir = 8 @@ -17639,13 +17615,6 @@ pixel_y = 5 }, /obj/item/pen, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the engine."; - dir = 8; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 26 - }, /obj/machinery/button/door/directional/east{ id = "Engineering"; name = "Engineering Lockdown"; @@ -17662,6 +17631,7 @@ dir = 4 }, /obj/machinery/light/small/directional/east, +/obj/machinery/computer/security/telescreen/engine/directional/east, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) "eGZ" = ( @@ -23304,6 +23274,11 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"gMi" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/secure_safe/directional/west, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "gMj" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, @@ -23589,13 +23564,7 @@ /area/station/commons/lounge) "gTQ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the engine."; - dir = 8; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 32 - }, +/obj/machinery/computer/security/telescreen/engine/directional/east, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -23629,7 +23598,7 @@ /obj/item/aicard, /obj/item/pai_card, /obj/item/circuitboard/aicore, -/obj/machinery/keycard_auth/directional/north{ +/obj/machinery/keycard_auth/wall_mounted/directional/north{ pixel_x = -5 }, /obj/machinery/button/door/directional/north{ @@ -24056,6 +24025,7 @@ /obj/effect/turf_decal/tile/blue{ dir = 8 }, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) "hev" = ( @@ -24104,9 +24074,6 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "hfe" = ( @@ -24432,13 +24399,7 @@ "hld" = ( /obj/machinery/status_display/ai/directional/north, /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/machinery/computer/security/telescreen/research/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) @@ -26234,10 +26195,7 @@ dir = 1 }, /obj/machinery/light/directional/south, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -29022,10 +28980,7 @@ pixel_y = 3 }, /obj/item/pen, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -28 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /obj/effect/turf_decal/tile/blue, /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/iron/dark, @@ -31759,7 +31714,7 @@ /area/station/commons/dorms) "kdb" = ( /obj/machinery/computer/security/mining, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /obj/item/radio/intercom/directional/north{ pixel_y = 34 }, @@ -32174,10 +32129,7 @@ /area/station/maintenance/department/engine) "klu" = ( /obj/structure/filingcabinet, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 26 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, @@ -33543,13 +33495,6 @@ /obj/machinery/computer/crew{ dir = 4 }, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 4; - pixel_x = -30 - }, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = 6 - }, /obj/machinery/button/door/directional/south{ id = "cmoprivacy"; name = "CMO Privacy Shutters"; @@ -33559,6 +33504,10 @@ /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 8 }, +/obj/machinery/keycard_auth/wall_mounted/directional/south{ + pixel_x = 6 + }, +/obj/machinery/computer/security/telescreen/cmo/directional/west, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) "kMr" = ( @@ -36038,6 +35987,10 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/keycard_auth/wall_mounted/directional/west{ + pixel_y = -6 + }, +/obj/machinery/computer/security/telescreen/vault/directional/south, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "lLl" = ( @@ -36539,10 +36492,6 @@ pixel_y = 34; req_access = list("rd") }, -/obj/machinery/computer/security/telescreen/rd{ - pixel_x = 31; - pixel_y = 30 - }, /obj/machinery/light/small/directional/north, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) @@ -38530,6 +38479,7 @@ }, /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/ordnance/directional/east, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) "mKx" = ( @@ -38666,13 +38616,13 @@ /turf/open/floor/plating, /area/station/maintenance/port/aft) "mLN" = ( -/obj/item/kirbyplants/random, /obj/machinery/firealarm/directional/west{ pixel_y = -9 }, /obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 8 }, +/obj/machinery/vending/cytopro, /turf/open/floor/iron/white, /area/station/science/cytology) "mLO" = ( @@ -40215,20 +40165,9 @@ /turf/open/floor/iron, /area/station/hallway/secondary/service) "nnN" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4; - pixel_y = 3 - }, /obj/effect/turf_decal/delivery, /obj/machinery/bluespace_vendor/directional/east, -/obj/structure/desk_bell{ - pixel_x = 7 - }, +/obj/machinery/photobooth, /turf/open/floor/iron, /area/station/hallway/secondary/command) "nnS" = ( @@ -42940,6 +42879,7 @@ cycle_id = "brig-entrance" }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron, /area/station/security/brig) "oou" = ( @@ -42978,7 +42918,7 @@ /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) "ooR" = ( -/obj/machinery/keycard_auth/directional/west, +/obj/machinery/keycard_auth/wall_mounted/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) @@ -44002,6 +43942,9 @@ name = "Privacy Shutters" }, /obj/structure/cable, +/obj/structure/desk_bell{ + pixel_x = 7 + }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) "oJA" = ( @@ -44159,7 +44102,6 @@ /area/station/medical/break_room) "oNc" = ( /obj/structure/table/wood, -/obj/structure/secure_safe/directional/east, /obj/machinery/computer/security/wooden_tv{ pixel_x = 3; pixel_y = 2 @@ -44169,6 +44111,7 @@ name = "detective's office shutters control"; req_access = list("detective") }, +/obj/structure/detectiveboard/directional/east, /turf/open/floor/carpet, /area/station/security/detectives_office) "oNq" = ( @@ -44436,7 +44379,7 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/deepfryer, +/obj/machinery/smartfridge/drying, /obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/brown/warning{ dir = 9 @@ -45720,29 +45663,12 @@ "ppT" = ( /obj/structure/cable, /obj/structure/table, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = 10 - }, -/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 = -8 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = 8; - pixel_y = 5 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, /turf/open/floor/iron, /area/station/security/execution/transfer) "pqe" = ( @@ -46789,10 +46715,7 @@ /area/station/medical/treatment_center) "pLc" = ( /obj/structure/chair, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 4; - pixel_x = -30 - }, +/obj/machinery/computer/security/telescreen/interrogation/directional/west, /turf/open/floor/iron/grimy, /area/station/security/interrogation) "pLe" = ( @@ -47834,13 +47757,6 @@ /turf/open/floor/iron/dark, /area/station/security/office) "qgx" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 4; - name = "Medbay Monitor"; - network = list("medbay"); - pixel_x = -32 - }, /obj/machinery/light_switch/directional/west{ pixel_x = -20 }, @@ -47849,6 +47765,9 @@ }, /obj/effect/turf_decal/tile/red/fourcorners, /obj/machinery/light/small/directional/west, +/obj/machinery/computer/security/telescreen/cmo/directional/west{ + name = "Medbay Monitor" + }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/medical) "qgA" = ( @@ -48741,12 +48660,9 @@ /turf/open/floor/iron, /area/station/commons/dorms) "qyD" = ( -/obj/machinery/computer/security/telescreen/ce{ - dir = 1; - pixel_y = -30 - }, /obj/machinery/pdapainter/engineering, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/ce/directional/south, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) "qyH" = ( @@ -49035,10 +48951,7 @@ "qDr" = ( /obj/machinery/status_display/evac/directional/north, /obj/machinery/porta_turret/ai, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) @@ -51003,7 +50916,7 @@ /obj/machinery/computer/records/security{ dir = 4 }, -/obj/machinery/keycard_auth/directional/west, +/obj/machinery/keycard_auth/wall_mounted/directional/west, /obj/machinery/requests_console/directional/north{ department = "Head of Security's Desk"; name = "Head of Security Requests Console" @@ -51642,6 +51555,14 @@ }, /turf/open/floor/engine, /area/station/science/explab) +"rHs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/warehouse) "rHw" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52510,10 +52431,8 @@ /obj/machinery/light/directional/south, /obj/effect/turf_decal/delivery, /obj/structure/table, -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 1 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/ordnance/directional/south, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) "rYg" = ( @@ -53084,12 +53003,9 @@ /turf/open/floor/iron, /area/station/hallway/primary/central) "sig" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, /obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/light/directional/east, +/obj/machinery/computer/security/telescreen/interrogation/directional/east, /turf/open/floor/iron, /area/station/security/brig) "siC" = ( @@ -53947,13 +53863,10 @@ /obj/structure/rack, /obj/item/aicard, /obj/item/radio/off, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, +/obj/machinery/computer/security/telescreen/minisat/directional/south, /turf/open/floor/iron/dark, /area/station/command/bridge) "sBL" = ( @@ -56080,13 +55993,8 @@ req_access = list("xenobiology") }, /obj/structure/table/reinforced/plastitaniumglass, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 9 - }, -/obj/item/radio/intercom/directional/north, /obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, /turf/open/floor/iron, /area/station/science/xenobiology) "tsX" = ( @@ -56575,7 +56483,6 @@ /area/station/science/cytology) "tCj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/west, /obj/effect/turf_decal/tile/blue{ dir = 8 }, @@ -56999,9 +56906,6 @@ /area/space/nearstation) "tKb" = ( /obj/structure/table, -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 1 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) @@ -57872,12 +57776,7 @@ /obj/item/book/manual/wiki/security_space_law, /obj/item/book/manual/wiki/security_space_law, /obj/item/pen/red, -/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/security/telescreen/prison/directional/north, /turf/open/floor/wood, /area/station/service/lawoffice) "udc" = ( @@ -58086,19 +57985,13 @@ /turf/open/floor/iron, /area/station/commons/fitness/recreation) "uhK" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the turbine vent."; - dir = 8; - name = "turbine vent monitor"; - network = list("turbine"); - pixel_x = 29 - }, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/structure/cable, +/obj/machinery/computer/security/telescreen/turbine/directional/east, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) "uic" = ( @@ -58607,13 +58500,7 @@ }, /obj/effect/landmark/start/cyborg, /obj/machinery/light/small/directional/west, -/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/machinery/computer/security/telescreen/aiupload/directional/west, /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -58801,9 +58688,6 @@ /area/station/science/xenobiology) "uvB" = ( /obj/structure/table/wood, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = -6 - }, /obj/machinery/button/door/directional/south{ id = "qmprivacy"; name = "Privacy Shutters Control"; @@ -60765,7 +60649,7 @@ /turf/open/floor/plating, /area/station/science/lab) "vjo" = ( -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) "vjp" = ( @@ -64663,6 +64547,7 @@ /obj/effect/mapping_helpers/requests_console/announcement, /obj/effect/mapping_helpers/requests_console/information, /obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/computer/security/telescreen/rd/directional/north, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) "wMh" = ( @@ -66957,25 +66842,13 @@ /turf/open/floor/plating, /area/station/maintenance/port/aft) "xEo" = ( -/obj/structure/table, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = -13; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = 9; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = -2; - pixel_y = 5 - }, /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/anticorner/contrasted{ dir = 8 }, +/obj/machinery/photobooth/security, /turf/open/floor/iron, /area/station/security/execution/transfer) "xEt" = ( @@ -67554,12 +67427,29 @@ /area/station/security/prison/visit) "xSF" = ( /obj/structure/table, -/obj/item/clothing/gloves/color/orange, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/spray/pepper, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/clothing/shoes/sneakers/orange{ + pixel_x = -6; + pixel_y = -8 + }, /turf/open/floor/iron, /area/station/security/execution/transfer) "xSK" = ( @@ -88695,7 +88585,7 @@ htc idZ eBk sqo -juK +rHs fYp lTb wcm @@ -98968,7 +98858,7 @@ ayF ayF ayF dER -aFa +gMi kKH aHD aHD diff --git a/_maps/map_files/NebulaStation/NebulaStation.dmm b/_maps/map_files/NebulaStation/NebulaStation.dmm new file mode 100644 index 000000000000..89aa4a5cec5a --- /dev/null +++ b/_maps/map_files/NebulaStation/NebulaStation.dmm @@ -0,0 +1,294129 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aab" = ( +/obj/machinery/computer/atmos_control/air_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"aaf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"aah" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"aai" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16 + }, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 32 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"aan" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aar" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/sink/kitchen/directional/east, +/obj/structure/mirror/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"aat" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"aaw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft/greater) +"aax" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"aaC" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Project Room" + }, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/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/dark, +/area/station/engineering/atmos/project) +"aaD" = ( +/obj/machinery/light/directional/north, +/obj/structure/hedge, +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"aaF" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/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/iron/white/textured, +/area/station/science/xenobiology/hallway) +"aaH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"aaP" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/bot_white, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"aba" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/lockers) +"abf" = ( +/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/stairs/medium{ + color = "#5d341f" + }, +/area/station/service/library) +"abg" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"abz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"abD" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"abE" = ( +/obj/item/pickaxe, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"abI" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"abJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/stool/directional/north, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison/visit) +"abK" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"abL" = ( +/obj/machinery/suit_storage_unit/industrial/loader, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"abQ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"abU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"aca" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/folder, +/obj/item/pen, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/server) +"acb" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"acm" = ( +/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6/directional/west, +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/theater) +"acG" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"acK" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "gulagdoor"; + name = "Security Transferring Center" + }, +/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 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"acM" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 4 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"acP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"acT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"acU" = ( +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"acW" = ( +/obj/machinery/light/floor, +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/snow/style_6, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/icy/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"adb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"adg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"adj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"adl" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"adn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"adp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/item/clothing/head/utility/hardhat/welding, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"adt" = ( +/obj/machinery/defibrillator_mount/directional/south, +/obj/structure/table/glass, +/obj/item/surgery_tray/full, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/textured_corner{ + dir = 1 + }, +/area/station/medical/surgery/theatre) +"adH" = ( +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/bottle/chloralhydrate, +/obj/item/reagent_containers/cup/bottle/toxin{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/bottle/morphine{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/cup/bottle/facid{ + name = "fluorosulfuric acid bottle"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 5 + }, +/obj/item/reagent_containers/dropper, +/obj/item/assembly/signaler{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"adN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/radiation, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"adV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"aea" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"aeb" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"aec" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aef" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/photo/old{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"aeq" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/machinery/button/door/directional/west{ + name = "CMO Surgery Privacy Shutters"; + id = "cmoprivacy2"; + req_access = list("cmo") + }, +/obj/item/surgery_tray/full, +/turf/open/floor/iron/white/herringbone, +/area/station/command/heads_quarters/cmo) +"aer" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 18; + pixel_x = 5 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"aes" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"aet" = ( +/turf/closed/wall, +/area/station/service/kitchen) +"aez" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/end{ + dir = 8 + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe{ + pixel_y = 5 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"aeC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"aeD" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aeG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"aeH" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"aeM" = ( +/turf/closed/wall/r_wall, +/area/station/command/corporate_suite) +"aeU" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"afb" = ( +/obj/effect/turf_decal/trimline/green/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/warning{ + 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/science/robotics/storage) +"afe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"aff" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"afn" = ( +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, +/obj/item/trash/candle, +/obj/item/flashlight/flare/candle{ + pixel_x = -7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"aft" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/project) +"afx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/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/wood/large, +/area/station/service/bar/backroom) +"afz" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"afC" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#36373a" + }, +/turf/open/openspace, +/area/station/service/chapel/funeral) +"afI" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/ordnance/storage) +"afJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/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/dark/small, +/area/station/maintenance/central) +"afN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/hedge, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"afP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Overseer's Desk Access" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"afT" = ( +/obj/machinery/light/directional/north, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/interdyne_gene_clinics/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/genetics) +"afU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"agg" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/sign/poster/official/moth_delam/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"agj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid3" + }, +/area/space/nearstation) +"agk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"agm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"agn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/department/security) +"agv" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/maintenance/starboard/central) +"agA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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/hallway/primary/port) +"agD" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"agH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"agJ" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"agP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"agQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"agR" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"agS" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/service) +"agX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/main) +"ahi" = ( +/obj/structure/flora/rock/pile/style_2, +/mob/living/basic/cow, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"ahk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/warning/test_chamber/directional/north, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ahl" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"ahm" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/plastic, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"ahp" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development Lab" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"ahu" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/machinery/microwave, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/command/corporate_suite) +"ahD" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"ahG" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"ahU" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"ahZ" = ( +/obj/effect/decal/cleanable/plasma, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"aid" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aih" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"ail" = ( +/obj/machinery/newscaster, +/turf/closed/wall, +/area/station/cargo/miningoffice) +"aiq" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"aiw" = ( +/obj/structure/table/glass, +/obj/structure/sign/poster/official/help_others/directional/north, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/brute, +/obj/item/storage/medkit/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/left/directional/south{ + name = "First-Aid Supplies"; + req_access = list("medical") + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"aiy" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/science/genetics) +"aiH" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"aiK" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/blue/end, +/obj/structure/curtain, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/break_room) +"aiL" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"aiM" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/lobby) +"aiO" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aiY" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/science/genetics) +"ajd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/chapel/funeral) +"aje" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aji" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ajk" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 25; + name = "Nebulastation emergency evac bay"; + shuttle_id = "emergency_home"; + width = 29 + }, +/turf/open/space/basic, +/area/space) +"ajq" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/station/science/research) +"ajx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"ajz" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"ajA" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"ajC" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"ajE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"ajG" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/computer) +"ajQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"ajR" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"ajU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ajW" = ( +/obj/effect/turf_decal/trimline/green, +/obj/structure/chair/comfy{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"akg" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/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/iron/dark, +/area/station/medical/virology) +"akj" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"akl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"akm" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/ladder, +/obj/structure/ladder, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"akp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/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, +/area/station/commons/dorms) +"akr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/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/small, +/area/station/engineering/main) +"akB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"akE" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/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/solars/starboard/fore) +"akH" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/machinery/incident_display/delam/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"akT" = ( +/obj/structure/sign/warning/directional/south, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal) +"akU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"akV" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"ald" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"alf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/range) +"aln" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"alo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"alF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"alH" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"alL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"alP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"alS" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"alT" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"ama" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/medical) +"amg" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"amj" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"amo" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"amy" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"amD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Mix" + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"amE" = ( +/obj/structure/hedge, +/obj/structure/sign/painting/large/library{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"amG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/vending/clothing, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/ue_no/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"amL" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"amO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"amP" = ( +/obj/effect/turf_decal/siding/dark/end, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/green, +/obj/effect/turf_decal/trimline/green, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd") + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/item/weldingtool, +/obj/item/clothing/head/utility/welding, +/obj/item/clothing/glasses/welding, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"amQ" = ( +/obj/structure/statue/sandstone/venus{ + dir = 4; + anchored = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"amS" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"amT" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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 = 5 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"amU" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"anh" = ( +/obj/effect/turf_decal/siding, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"ani" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/effect/turf_decal/bot/left, +/obj/effect/turf_decal/trimline/purple, +/obj/item/toy/figure/janitor{ + pixel_y = 17; + pixel_x = -5 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"anq" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"ans" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"anu" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"anv" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"anE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/teal, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"anI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"anN" = ( +/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/diagonal, +/area/station/science/xenobiology) +"anR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"anT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"anU" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"anV" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/sign/warning/rad_shelter/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"anW" = ( +/turf/closed/wall, +/area/station/science/research) +"anZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/holding_cell) +"aoa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"aod" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"aoh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/modular_computer/preset/civilian{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"aoj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/north, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/bookcase/random, +/obj/item/clothing/head/cowboy{ + pixel_y = 16 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"aon" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"aop" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aoq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"aor" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"aot" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/lower) +"aou" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"aoK" = ( +/obj/structure/cable/layer3, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Foyer" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"aoQ" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/maintenance/port) +"aoW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/holding_cell) +"aoX" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/light/directional/north, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"apa" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/engineering/break_room) +"api" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/central) +"apm" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"apv" = ( +/obj/item/stack/sheet/iron/fifty, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"apx" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera/autoname/directional/west{ + network = list("minisat") + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"apz" = ( +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/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/dark/small, +/area/station/command) +"apE" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/medical/morgue) +"apH" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/grass, +/area/station/science/cytology) +"apI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/execution/transfer) +"apJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"apN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "bar_counter"; + name = "Bar Counter Shutters" + }, +/obj/effect/spawner/random/entertainment/lighter, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"apQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"apS" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera/autoname/directional/west, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"apU" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"aqb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple, +/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, +/area/station/hallway/primary/fore) +"aqd" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"aqi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/caution_sign, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"aqk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aqs" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant12, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"aqt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aqH" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"aqL" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aqQ" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aqS" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Mini-Bar" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/minibar) +"aqT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"aqX" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"aqZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"arc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/directions/medical/directional/east{ + pixel_y = 8; + dir = 1 + }, +/obj/structure/sign/directions/science/directional/east{ + dir = 1 + }, +/obj/structure/sign/directions/supply/directional/east{ + pixel_y = -8; + dir = 1 + }, +/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/iron, +/area/station/hallway/primary/central) +"arn" = ( +/obj/structure/fireplace, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/wideplating/dark/end, +/turf/open/floor/stone, +/area/station/command/corporate_suite) +"arv" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"arO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"asd" = ( +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"asj" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"asl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"asq" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"ast" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"asv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"asy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"asC" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/breakroom) +"asM" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/clipboard{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/folder/yellow{ + pixel_y = 2 + }, +/obj/item/pen/fountain{ + pixel_y = 3 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 9; + pixel_x = 15 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"asN" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"asQ" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"asR" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"asT" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"asY" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ati" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/style_3, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"atl" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - Mix" + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"atm" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"ato" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"ats" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/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/port/central) +"atu" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + desc = "A handheld radio. You could use it, if you really wanted to."; + icon_state = "radio"; + name = "radio"; + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/radio/weather_monitor{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"atz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"atG" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/jungle/c/style_3, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"atJ" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/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/carpet/red, +/area/station/service/library) +"atL" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/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/side, +/area/station/maintenance/starboard/central) +"atM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"atR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office) +"atW" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/machinery/conveyor{ + dir = 4; + id = "janigarbage" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/janitor) +"aua" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"aub" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"auc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"aug" = ( +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"auh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"aui" = ( +/obj/item/clothing/accessory/dogtag, +/obj/structure/table/glass, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"auj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"aup" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/commons/toilet/restrooms) +"auq" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"auv" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"aux" = ( +/obj/structure/broken_flooring/side/always_floorplane/directional/east, +/obj/machinery/light/small/directional/west, +/obj/structure/sign/departments/xenobio/directional/north, +/obj/structure/sign/xenobio_guide/directional/west, +/obj/machinery/atmospherics/components/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"auE" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command) +"auH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"auI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/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/port) +"auJ" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"auK" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/prison) +"auO" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/obj/structure/reagent_dispensers/cooking_oil, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"auV" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 6 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"auW" = ( +/turf/closed/wall, +/area/station/hallway/secondary/service) +"avd" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"avf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"avl" = ( +/obj/machinery/light/directional/north, +/obj/structure/chair/sofa/bench/solo, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"avm" = ( +/obj/structure/chair/sofa/corp, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"avp" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/left{ + dir = 8; + color = "#3d3e42" + }, +/area/station/command) +"avu" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"avC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/clothing/mask/gas/clown_hat{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/ripped/directional/east, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"avG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/theater) +"avT" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/medical/break_room) +"awe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"awh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"awl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"awp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/structure/table/wood, +/obj/item/paint_palette, +/obj/item/toy/crayon/spraycan{ + pixel_y = 6 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"awq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/security/courtroom) +"aww" = ( +/turf/open/floor/engine, +/area/station/science/xenobiology) +"awC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"awI" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/dark/small, +/area/station/maintenance/central) +"awW" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"awX" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"awZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/service/theater) +"axc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"axk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 8 + }, +/obj/item/electronics/airalarm{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/electronics/firealarm{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/electronics/airalarm{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/electronics/firealarm{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/official/build/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"axl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"axp" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_all, +/obj/effect/turf_decal/bot_white, +/obj/machinery/requests_console/auto_name/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"axv" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"axB" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"axD" = ( +/obj/structure/table/reinforced, +/obj/item/food/cakeslice/apple{ + pixel_y = 1; + pixel_x = 15 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/item/food/muffin/berry{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"axF" = ( +/turf/open/openspace, +/area/station/medical/cryo) +"axH" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/structure/sign/departments/medbay/alt/directional/west, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/medical/storage) +"axI" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/item/wallframe/newscaster, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"axM" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/blue, +/area/station/medical/office) +"axS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/no_nightlight/directional/west, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"axW" = ( +/turf/open/floor/iron/white/textured_edge{ + dir = 1 + }, +/area/station/medical/surgery/theatre) +"ayg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"ayi" = ( +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ayj" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"aym" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner, +/area/station/security/lockers) +"ayo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/lobby) +"ayt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"ayE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/engine_safety/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"ayG" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/bartender, +/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/herringbone, +/area/station/service/bar/backroom) +"ayH" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"ayQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"ayS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ayU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"azh" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/vending/modularpc, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"azk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/central) +"azm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/multiver, +/obj/item/reagent_containers/syringe, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"azo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/fore) +"azw" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"azD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/execution/education) +"azE" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 4 + }, +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/white/textured_corner{ + dir = 8 + }, +/area/station/security/prison/workout) +"azF" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/command/gateway) +"azK" = ( +/obj/structure/railing, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/decal/cleanable/confetti, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharge_station, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"azP" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/secure, +/turf/open/floor/iron/dark, +/area/station/command) +"azX" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"azY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/structure/sign/poster/official/help_others/directional/north, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"azZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"aAf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"aAj" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"aAp" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"aAq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aAr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aAt" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"aAC" = ( +/obj/machinery/shower/directional/north, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"aAE" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/science) +"aAI" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aAJ" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"aAN" = ( +/obj/machinery/door/airlock/grunge{ + name = "Vacant Office" + }, +/obj/machinery/door/firedoor, +/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/dark/herringbone, +/area/station/commons/vacant_room/office) +"aAO" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command) +"aAU" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"aBa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"aBc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner, +/area/station/maintenance/central) +"aBd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aBf" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"aBk" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"aBn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"aBt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/comfy{ + color = "#514e58" + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"aBw" = ( +/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, +/area/station/maintenance/aft/greater) +"aBG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/warning/vacuum/directional/west, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"aBH" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aBL" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/closet/secure_closet/engineering_chief, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/ce) +"aBP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/machinery/mining_weather_monitor/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"aBQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"aBZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/machinery/hydroponics/constructable, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("prison") + }, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"aCa" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"aCg" = ( +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"aCj" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Distro Staging to Distro" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"aCl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"aCm" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/always_floorplane/directional/east, +/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/port/central) +"aCr" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"aCv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/courtroom/holding) +"aCE" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aCJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"aCO" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aCX" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/structure/sign/poster/contraband/space_cola/directional/north, +/obj/item/flashlight/flare/candle{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"aDc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"aDj" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/vending/autodrobe, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"aDk" = ( +/obj/structure/cable, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"aDo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/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, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"aDq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aDG" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/obj/machinery/light/floor, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"aDT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"aDU" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aDZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"aEb" = ( +/obj/structure/cable, +/obj/structure/sign/warning/yes_smoking/circle/directional/east, +/obj/item/cigbutt{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/item/cigbutt{ + pixel_y = 9 + }, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"aEd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"aEg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/brig) +"aEh" = ( +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"aEj" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/service/kitchen) +"aEn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/fore/lesser) +"aEo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"aEt" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"aEw" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"aEz" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"aEB" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/firealarm/directional/west, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/processing) +"aEC" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green, +/turf/open/floor/iron/dark/textured, +/area/station/service/hydroponics) +"aED" = ( +/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/central) +"aEI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"aEN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/radio/intercom/prison/directional/north, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison/safe) +"aEV" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/tape, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"aFa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/analyzer, +/obj/item/assembly/signaler, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"aFf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aFg" = ( +/obj/structure/rack, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"aFh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aFm" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Departure Lounge Security Post"; + req_access = list("security") + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"aFp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bamboo{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 1 + }, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"aFA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/style_3, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aFB" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"aFM" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/obj/machinery/navbeacon{ + location = "C3-Aft-Central-Fw"; + codes_txt = "patrol;next_patrol=A1-Aft-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"aFN" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/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/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"aFX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aGa" = ( +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aGe" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"aGh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"aGm" = ( +/turf/closed/wall, +/area/station/cargo/storage) +"aGp" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/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/dark, +/area/station/hallway/secondary/command) +"aGv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/maintenance/starboard/central) +"aGw" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/mechbay) +"aGz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/broken_flooring/singular{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"aGB" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"aGH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"aGI" = ( +/obj/structure/flora/bush/jungle/a/style_2, +/obj/structure/flora/bush/stalky/style_random, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"aGQ" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/medical/lower) +"aGT" = ( +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/storage/box, +/obj/effect/spawner/random/bureaucracy/birthday_wrap, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aHc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/hedge, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/funeral) +"aHq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"aHy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aHK" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"aHN" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/donk_co/directional/north, +/obj/item/storage/fancy/coffee_condi_display{ + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"aHQ" = ( +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/requests_console/directional/north{ + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/machinery/cell_charger, +/obj/item/rcl/pre_loaded, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/table/reinforced/rglass, +/obj/item/stock_parts/cell/high, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"aHR" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aHT" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr"; + dir = 4 + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"aHU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/sorting) +"aHX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"aHZ" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/aft/greater) +"aIc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"aIe" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aIg" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"aIl" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/blue, +/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/white, +/area/station/medical/lower) +"aIo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/box/red, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"aIr" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port) +"aIC" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot/left, +/obj/machinery/firealarm/directional/north, +/obj/item/storage/box/flashbangs{ + pixel_x = 3 + }, +/obj/item/storage/box/teargas{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/gun/grenadelauncher, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"aID" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/security/courtroom/holding) +"aIF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"aIG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair/sofa/bench/left, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"aII" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/service/chapel/funeral) +"aIL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/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/textured, +/area/station/engineering/storage) +"aIO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"aIZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/structure/sign/warning/pods/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"aJf" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"aJj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/engineering/storage_shared) +"aJp" = ( +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"aJC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aJD" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"aJE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/maintenance/department/bridge) +"aJF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"aJK" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"aJO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"aJV" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"aJZ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"aKf" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"aKj" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"aKm" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"aKq" = ( +/obj/machinery/door/poddoor/shutters{ + id = "evashutter"; + name = "E.V.A. Storage Shutter"; + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"aKr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aKA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/science/ordnance) +"aKB" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/library) +"aKK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/commons/dorms) +"aKN" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Coroner's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, +/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/morgue) +"aKP" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/bot, +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"aKQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"aKX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"aKY" = ( +/obj/structure/fence, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aLd" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aLg" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/fore) +"aLj" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/tile/dark_blue/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/white/textured, +/area/station/security/prison/shower) +"aLk" = ( +/obj/structure/railing/corner/end{ + dir = 4; + color = "#36373a" + }, +/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/carpet/red, +/area/station/commons/dorms) +"aLn" = ( +/obj/structure/table/reinforced, +/obj/item/screwdriver{ + pixel_y = 7 + }, +/obj/item/screwdriver{ + pixel_y = 12 + }, +/obj/item/wirecutters, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"aLt" = ( +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"aLv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/side/directional/west{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"aLw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"aLy" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"aLH" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"aLK" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"aLS" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/railing/corner, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"aLT" = ( +/obj/structure/noticeboard/ce{ + pixel_y = -26 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"aLU" = ( +/obj/structure/table/reinforced, +/obj/item/inspector{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/inspector, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"aLV" = ( +/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/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"aLW" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/warning/biohazard/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aLX" = ( +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"aMa" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/mop, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"aMd" = ( +/obj/structure/table/wood/fancy/red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"aMg" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aMk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"aMt" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"aMv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/side, +/area/station/engineering/atmos) +"aML" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"aMO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"aMS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"aMT" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) +"aMX" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/shower/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 1 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"aMZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/machinery/duct, +/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/dark/small, +/area/station/medical/cryo) +"aNh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aNj" = ( +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"aNm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood/poker, +/obj/item/storage/dice, +/obj/item/clothing/mask/cigarette/pipe{ + pixel_x = 17; + pixel_y = 2 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"aNq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aNx" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"aNz" = ( +/obj/machinery/door/firedoor, +/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, +/area/station/maintenance/department/security) +"aNF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aNG" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"aNP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"aNV" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"aNW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aOa" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + name = "Pool Shutters Control"; + id = "Pool" + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"aOe" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/tank_holder/oxygen/yellow, +/obj/machinery/light_switch/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"aOh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"aOs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 4; + pixel_x = -13 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"aOt" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"aOB" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/reagent_containers/cup/bucket/wooden{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/holofloor/wood, +/area/station/ai_monitored/aisat/exterior) +"aOZ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"aPb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/dark/small, +/area/station/maintenance/central) +"aPh" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"aPi" = ( +/obj/structure/sign/departments/chemistry/pharmacy/directional/south, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aPm" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/port) +"aPs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/spawner/random/structure/table_fancy, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_y = 16 + }, +/obj/item/food/grown/grapes{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"aPu" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"aPA" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aPC" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aPF" = ( +/obj/machinery/door/airlock/mining/glass{ + id_tag = "cargooffice"; + name = "Cargo Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"aPW" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aPZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"aQb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"aQf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"aQo" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/medical/lower) +"aQG" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/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/port) +"aQI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"aQN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/south{ + name = "Cargo Trade Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/firedoor, +/obj/item/folder/yellow{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"aQS" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/fore/lesser) +"aQT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Abandoned Project Room" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"aQY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cold Loop to Gas" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aRa" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/grass, +/area/station/security/prison) +"aRb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/cups, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"aRg" = ( +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = -3; + pixel_x = -1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/side/directional/north{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"aRj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"aRm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aRr" = ( +/obj/machinery/computer/rdservercontrol, +/obj/machinery/airalarm/directional/north, +/obj/structure/sign/poster/official/science/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/server) +"aRy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Theater Maintenance" + }, +/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/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/plating, +/area/station/maintenance/port) +"aRz" = ( +/obj/item/chair/plastic, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"aRC" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"aRE" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aRJ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aRW" = ( +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aRX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"aSu" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"aSx" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"aSC" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"aSJ" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north{ + color = "#9d1a1a" + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"aSK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"aSM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"aSR" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/item/plate{ + pixel_y = 2 + }, +/obj/item/food/ready_donk/mac_n_cheese{ + pixel_y = 5; + plane = -7 + }, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"aSW" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/dark/textured_corner, +/area/station/security/prison) +"aSX" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command) +"aTa" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"aTf" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/shower/directional/south{ + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"aTg" = ( +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"aTh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + 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/textured, +/area/station/hallway/primary/central) +"aTk" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/ordnance/storage) +"aTs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"aTv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"aTy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","tcomms") + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"aTE" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + req_access = list("security"); + name = "Customs Supply" + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"aTF" = ( +/obj/item/screwdriver{ + pixel_y = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"aTG" = ( +/obj/structure/stairs/north{ + color = "#5d341f" + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"aTS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"aTT" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"aTZ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/moisture_trap, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"aUa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aUf" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"aUh" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"aUq" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aUu" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/sign/poster/contraband/got_wood/directional/north, +/obj/item/grown/log, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"aUx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light_switch/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"aUB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"aUC" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"aUG" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f"; + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"aUI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"aUK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"aUM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/cans/sixbeer, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aUO" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/primary/starboard) +"aUQ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"aUS" = ( +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/trimline/green/filled/warning, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"aUV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aUY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"aVa" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "killroom vent" + }, +/turf/open/floor/circuit, +/area/station/science/xenobiology) +"aVg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"aVk" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/primary/port) +"aVm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"aVo" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"aVq" = ( +/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 = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"aVs" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"aVA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/lockers) +"aVC" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"aVD" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison) +"aVG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"aVL" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"aVX" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aWa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"aWc" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"aWd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"aWl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/screwdriver{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"aWr" = ( +/obj/structure/rack, +/obj/item/toy/crayon/spraycan{ + pixel_x = -4 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"aWv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"aWz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"aWD" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"aWF" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"aWH" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"aWI" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/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_dark, +/area/station/maintenance/starboard/central) +"aWP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"aWX" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/item/book/manual/chef_recipes{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/item/book/manual/chef_recipes{ + pixel_y = 7; + pixel_x = 4 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"aXa" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"aXd" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"aXk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/science/server) +"aXm" = ( +/obj/effect/spawner/random/maintenance, +/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/port/fore) +"aXn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"aXs" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"aXu" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/kitchen/diner) +"aXz" = ( +/obj/structure/sign/departments/psychology/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/fore) +"aXK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"aXL" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aXN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"aXP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/button/door/directional/south{ + id = "Cell2"; + normaldoorcontrol = 1; + specialfunctions = 4; + name = "Cell 2 Doors Bolt Control"; + req_access = list("brig") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"aXS" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/mapping_helpers/trapdoor_placer, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/security/courtroom) +"aXV" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Transferring Control" + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"aXY" = ( +/obj/structure/chair/stool/directional/west, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"aYb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"aYc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/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, +/area/station/hallway/primary/fore) +"aYe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"aYh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"aYi" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"aYs" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/command) +"aYu" = ( +/obj/structure/reagent_dispensers/plumbed{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"aYy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"aYA" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("minisat") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"aYC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/solars/port/aft) +"aYL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"aYO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"aYS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/hallway/primary/port) +"aYX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"aZb" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"aZd" = ( +/obj/structure/chair/comfy/lime, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/green, +/area/station/commons/dorms) +"aZf" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"aZj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"aZo" = ( +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"aZE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "chapel_shutters_parlour"; + name = "Chapel Shutters Control"; + pixel_x = 6; + req_access = list("chapel_office") + }, +/obj/structure/table/wood, +/obj/item/table_clock{ + pixel_y = 6 + }, +/obj/machinery/button/door/directional/south{ + id = "chaplainshutters"; + name = "Chapel Office Shutters Control"; + pixel_x = -6; + req_access = list("chapel_office") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"aZI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"aZM" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"aZQ" = ( +/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/primary/starboard) +"aZX" = ( +/obj/structure/table/wood, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"aZY" = ( +/obj/effect/turf_decal/trimline/green, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bac" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"bad" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/folder/white{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/pen/fountain, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"baf" = ( +/obj/item/chair/stool, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/aft/lesser) +"baD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"baE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"baF" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"baH" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/newscaster/directional/west, +/obj/machinery/button/door{ + desc = "A door remote control switch for the interior bridge doors."; + id = "innerbridge"; + name = "Bridge Interior Door Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 7; + req_access = list("command") + }, +/obj/machinery/button/door{ + desc = "A door remote control switch for the exterior bridge doors."; + id = "outerbridge"; + name = "Bridge Exterior Door Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 7; + req_access = list("command") + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_y = -3; + req_access = list("command") + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"baL" = ( +/obj/effect/turf_decal/trimline/tram/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/tram/mid_joiner, +/obj/machinery/door/window/right/directional/west{ + name = "Surgery Access" + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"baM" = ( +/obj/machinery/computer/cargo, +/obj/machinery/light/directional/north, +/obj/machinery/button/door/directional/north{ + pixel_x = 6; + name = "Loading Doors"; + id = "cargunload"; + req_access = list("cargo") + }, +/obj/machinery/button/door/directional/north{ + pixel_x = -6; + name = "Loading Doors"; + id = "cargload"; + req_access = list("cargo") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"baS" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"bbb" = ( +/obj/machinery/door/airlock/maintenance, +/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, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bbf" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"bbk" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"bbn" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Mix to Filter" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bbr" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"bbB" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/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, +/area/station/science/lower) +"bbE" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/robotics/storage) +"bbJ" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/maintenance, +/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) +"bbP" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/engineering/atmos/storage) +"bbT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"bcd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"bcf" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"bcm" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"bco" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"bct" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/brown/line, +/obj/item/banner/cargo/mundane, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/cargo/lower) +"bcu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bcv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"bcw" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/engineering/atmos/storage) +"bcE" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"bcJ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bcR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bcU" = ( +/turf/open/floor/glass, +/area/station/hallway/secondary/command) +"bcV" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/structure/barricade/sandbags{ + color = "#9d1a1a" + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"bda" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"bdb" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bdc" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/shrink_cw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bdf" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"bdh" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/item/toy/figure/rd{ + pixel_y = 16; + pixel_x = -1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/rd) +"bdk" = ( +/obj/structure/frame/machine, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bdn" = ( +/obj/machinery/light/floor, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/funeral) +"bdp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"bdr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"bdu" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr"; + dir = 1 + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"bdz" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"bdA" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd","xeno") + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"bdB" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/grass/green/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/food/grown/wheat, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/central) +"bdG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"bdM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"bdQ" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"bdS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"bdU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/recharger{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/flask/gold{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/machinery/light/directional/west, +/obj/structure/secure_safe/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"bee" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/item/banner/command/mundane, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"beh" = ( +/obj/structure/rack, +/obj/effect/spawner/random/bureaucracy/briefcase{ + spawn_loot_count = 2; + spawn_loot_split = 1 + }, +/obj/effect/spawner/random/bureaucracy/briefcase{ + spawn_loot_count = 2; + spawn_loot_split = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"beA" = ( +/obj/structure/hedge, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_y = -32 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"beF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"beY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"bfa" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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, +/area/station/security/prison) +"bfb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"bfc" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/turf/open/floor/iron/white/smooth_half, +/area/station/commons/fitness) +"bfe" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"bfg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bfk" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"bfm" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"bfo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"bfp" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"bfq" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"bfz" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/cable, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"bfF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/bar/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"bfM" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"bfO" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"bfP" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"bfR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard/directional/west, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + 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, +/area/station/medical/lower) +"bfX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"bgl" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/table/glass, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/construction/plumbing, +/obj/item/construction/plumbing, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"bgm" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bgo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/science) +"bgp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/hedge, +/obj/structure/secure_safe/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"bgz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/photocopier, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"bgN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"bgQ" = ( +/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_dark, +/area/station/maintenance/central) +"bgZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"bhf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/sign/warning/biohazard/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bhh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plastic, +/area/station/security/prison/work) +"bho" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"bhs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"bhJ" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"bhK" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"bhM" = ( +/obj/machinery/smartfridge/organ, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"bhQ" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"bhZ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/medical/pharmacy) +"bie" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/item/folder{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/pen{ + pixel_y = 3; + pixel_x = -5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"bif" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"bii" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"bil" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/command) +"bip" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"bit" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"biu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/table/wood, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"biA" = ( +/obj/machinery/computer/records/medical, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"biF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"biK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"biQ" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"biS" = ( +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/central) +"biY" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/fore) +"bjc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"bjf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/item/clipboard, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/folder/yellow{ + pixel_y = 3; + pixel_x = -2 + }, +/obj/item/pen/blue{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/pen/red{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/fountain{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"bjn" = ( +/turf/open/floor/glass/reinforced, +/area/station/medical/morgue) +"bjr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"bjv" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/science) +"bjx" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"bjy" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"bjB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/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, +/area/station/science/lower) +"bjL" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"bjQ" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"bkh" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"bki" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation) +"bkn" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"bkF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/heads_quarters/qm) +"bkI" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/target/alien, +/obj/machinery/camera/preset/ordnance{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"bkO" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"bkR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/boutique) +"blb" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/medical/pharmacy) +"bld" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ble" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"blf" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin/carbon{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/stamp/head/hop{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/pen/fountain{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/machinery/requests_console/directional/south{ + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"blp" = ( +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"blu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"blD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron, +/area/station/commons/dorms) +"blG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"blI" = ( +/obj/structure/guncase/shotgun{ + anchored = 1; + can_be_unanchored = 1; + open = 0 + }, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Bar"; + name = "Bar Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"blK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"blQ" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"blS" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/structure/bookcase/random, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"blV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"bma" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/vending/coffee, +/turf/open/floor/glass/reinforced, +/area/station/command) +"bmd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/hedge/opaque, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"bmk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"bmn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bmp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/bronze, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bmu" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"bmA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"bmB" = ( +/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_large, +/area/station/science/lower) +"bmE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"bmF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bmS" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/toy/mecha/deathripley, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bmV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"bmY" = ( +/obj/structure/reagent_dispensers/plumbed{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"bna" = ( +/obj/effect/turf_decal/tile/neutral{ + 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, +/area/station/hallway/primary/central) +"bnb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bnk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"bnn" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo Bay" + }, +/obj/effect/turf_decal/trimline/red/filled, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"bnt" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bnu" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/port) +"bnv" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + 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) +"bnA" = ( +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Patient Room B" + }, +/obj/structure/curtain/cloth, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_b) +"bnC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"bnD" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"bnE" = ( +/obj/structure/chair/pew{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"bnM" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/table/glass, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/suture/emergency, +/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/central) +"bnN" = ( +/obj/structure/table/optable, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/medical) +"bnQ" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bnR" = ( +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Departures Lounge" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"bnT" = ( +/obj/item/grown/bananapeel, +/obj/effect/decal/cleanable/vomit, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bnU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Auxiliary Airlock" + }, +/obj/effect/landmark/navigate_destination/dockaux, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"bod" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"boi" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"bon" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"boz" = ( +/obj/structure/railing/corner/end/flip{ + dir = 4; + color = "#36373a" + }, +/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/carpet/blue, +/area/station/commons/dorms) +"boA" = ( +/obj/effect/turf_decal/siding/brown, +/obj/machinery/griddle, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"boB" = ( +/obj/machinery/dna_scannernew, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"boE" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"boO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/processing) +"bpb" = ( +/obj/structure/cable, +/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/carpet/blue, +/area/station/maintenance/department/medical) +"bpf" = ( +/obj/structure/sign/poster/official/safety_internals/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/machinery/door/window/right/directional/south{ + name = "Magboot Storage"; + req_access = list("eva") + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"bpj" = ( +/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/cargo) +"bps" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"bpt" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/sign/poster/official/enlist/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"bpJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bpK" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/snow/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"bpZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/food/grown/poppy{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/poppy{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/food/grown/poppy{ + pixel_y = 11 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"bqa" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"bqe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"bqf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"bqq" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/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/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"bqw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"bqI" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"bqJ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"bqN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"bqO" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"bqR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"bqW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/stairs/south, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bqZ" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/cargo/breakroom) +"bri" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"brk" = ( +/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, +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"brl" = ( +/obj/structure/broken_flooring/singular/always_floorplane/directional/north, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bry" = ( +/obj/item/toy/seashell{ + icon_state = "shell3"; + pixel_x = -72; + pixel_y = -26 + }, +/obj/item/toy/beach_ball, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/turf/open/floor/bamboo, +/area/station/ai_monitored/aisat/exterior) +"brC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/bush/lavendergrass, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"brG" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"brK" = ( +/obj/structure/chair/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"brL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"brO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"brW" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 9 + }, +/obj/item/lighter{ + pixel_x = -15; + pixel_y = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"brZ" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/recharge_station, +/turf/open/floor/circuit/green/telecomms, +/area/station/tcommsat/server) +"bsl" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"bsn" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/fore) +"bso" = ( +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"bsq" = ( +/obj/structure/hedge, +/turf/open/floor/carpet/neon/simple/cyan, +/area/station/maintenance/starboard/central) +"bsr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"bsu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"bsy" = ( +/turf/open/floor/iron/stairs{ + color = "#3d3e42" + }, +/area/station/service/chapel) +"bsE" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"bsK" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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/dark/side{ + dir = 5 + }, +/area/station/maintenance/aft/greater) +"bsL" = ( +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bti" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/hedge/opaque, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"btj" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/machinery/smartfridge, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"btr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/hfr_room) +"bts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"btt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"btw" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/janitor) +"btz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"btQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"btY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"buh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/station/commons/toilet/restrooms) +"bui" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"bum" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/table/glass, +/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/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/plunger, +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/multitool{ + pixel_x = -15; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"buq" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bus" = ( +/obj/structure/railing, +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"buC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"buD" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"buI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"buJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"buK" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/machinery/door/window/left/directional/north{ + req_access = list("shipping"); + name = "Crate to Shuttle" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"buT" = ( +/obj/structure/railing, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"bvi" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = -1; + pixel_x = -9 + }, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/door/window/right/directional/south, +/obj/item/storage/box/coffeepack/robusta{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"bvr" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bvt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"bvA" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/prison) +"bvF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"bvG" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bvI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"bvN" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/skill_station, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/wood/large, +/area/station/service/library) +"bvO" = ( +/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) +"bvV" = ( +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"bvW" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/checkpoint/customs) +"bwh" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"bwj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"bwp" = ( +/obj/structure/urinal/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"bwq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + 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/dark/textured, +/area/station/commons/dorms) +"bwu" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/machinery/holopad, +/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/large, +/area/station/service/theater) +"bwz" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 5 + }, +/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/dark, +/area/station/security/brig) +"bwC" = ( +/turf/closed/wall, +/area/station/service/library/upper) +"bwF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bwJ" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"bwU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/storage) +"bwX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/processing) +"bwZ" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/jungle/b/style_2, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/service/theater_dressing) +"bxb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/science/genetics) +"bxc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"bxg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bxm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bxr" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bxv" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/plaques/kiddie/library{ + pixel_y = 32 + }, +/obj/structure/railing, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"bxw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"bxz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"bxA" = ( +/obj/machinery/digital_clock/directional/north, +/obj/structure/railing/corner{ + dir = 8; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"bxI" = ( +/turf/closed/wall, +/area/station/medical/psychology) +"bxK" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"bxM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 8; + id = "aftport"; + name = "Port Quarter Solar Control" + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/solars/starboard/fore) +"bxN" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/central) +"bxP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner, +/area/station/security/brig/lower) +"bxU" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bxV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bxW" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/cup/watering_can, +/obj/structure/rack, +/obj/item/vending_refill/hydroseeds, +/obj/effect/turf_decal/box/white, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"bye" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/table/reinforced/rglass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"byi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + 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/commons/storage/primary) +"byk" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"bym" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen/red{ + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_y = 2; + pixel_x = 9 + }, +/obj/structure/sign/poster/official/get_your_legs/directional/north, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"byo" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"bys" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"byt" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"byx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/left/maroon{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/end, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/starboard/central) +"byz" = ( +/obj/effect/turf_decal/weather/snow, +/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/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"byG" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/item/toy/clockwork_watch{ + pixel_x = 15 + }, +/obj/item/soulstone/anybody/chaplain, +/obj/item/reagent_containers/cup/glass/bottle/holywater{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"byH" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"byU" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional/south, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"bzi" = ( +/obj/effect/turf_decal/trimline/white/arrow_ccw, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"bzp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"bzq" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"bzt" = ( +/turf/open/openspace, +/area/station/maintenance/fore/greater) +"bzv" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/medbay/central) +"bzx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"bzz" = ( +/obj/structure/closet{ + name = "evidence closet 1" + }, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"bzA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"bzC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_internals/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/machinery/navbeacon{ + location = "F1-Fore-Hallway"; + codes_txt = "patrol;next_patrol=F2-Fore-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"bzG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"bzN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"bzQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"bzR" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"bzT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/mining_weather_monitor/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"bzU" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + id = "ldorm1"; + name = "Curtains" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"bzV" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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, +/area/station/science/lower) +"bzX" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/bush/large/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"bzZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"bAb" = ( +/obj/effect/turf_decal/siding/white/corner, +/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, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"bAd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/energy_swords/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"bAk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/processing) +"bAl" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/bed/medical/emergency, +/obj/machinery/iv_drip, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"bAo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"bAs" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"bAt" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"bAz" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/door/window/left/directional/north{ + name = "Gas Ports"; + req_access = list("armory") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"bAC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/hos) +"bAD" = ( +/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/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Padded Cell"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white/small, +/area/station/medical/patients_rooms) +"bAI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/landmark/start/prisoner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison/safe) +"bAO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bAQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/button/door/directional/east{ + id = "fishstore" + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/port/aft) +"bAS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"bAW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"bBb" = ( +/obj/effect/turf_decal/tile/purple, +/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{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"bBc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"bBf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"bBh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office/light, +/obj/effect/turf_decal/siding/wood, +/obj/structure/noticeboard/directional/north{ + dir = 2 + }, +/obj/effect/landmark/start/psychologist, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"bBl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"bBo" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/railing, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"bBq" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Genetics Desk"; + req_access = list("genetics") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"bBr" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"bBx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"bBz" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"bBC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/jungle/c/style_random, +/obj/structure/flora/bush/leavy/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"bBE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"bBI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/engineering/engine_smes) +"bBN" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"bBO" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"bBP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos/project) +"bBQ" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"bBR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing/corner{ + color = "#683d21"; + pixel_y = -4; + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/barsign/directional/north, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"bBS" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/interrogation) +"bBV" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/radio/off, +/turf/open/floor/iron/dark, +/area/station/command) +"bBW" = ( +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/trimline/green/line, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/port) +"bBZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"bCc" = ( +/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/goonplaque, +/area/station/hallway/primary/central) +"bCe" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"bCg" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"bCn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/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/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"bCo" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/solars/port/aft) +"bCr" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 1 + }, +/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/iron/dark, +/area/station/science/lower) +"bCK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bCO" = ( +/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/goonplaque, +/area/station/service/theater) +"bCR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/structure/railing, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"bCS" = ( +/obj/machinery/door/airlock/security{ + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres, +/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, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"bCV" = ( +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"bCW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"bDg" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/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, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/breakroom) +"bDi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/hypospray/medipen, +/obj/item/reagent_containers/hypospray/medipen{ + pixel_y = 6; + pixel_x = 2 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"bDj" = ( +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bDk" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"bDn" = ( +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"bDq" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/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/maintenance/department/cargo) +"bDs" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil, +/obj/machinery/light/directional/east, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/obj/item/stock_parts/cell, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"bDw" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white, +/area/station/science/lab) +"bDJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"bDN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bDP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/pile, +/obj/structure/flora/bush/ferny/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bDR" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"bDU" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/clothing/suit/hooded/ablative, +/obj/item/gun/energy/temperature/security, +/obj/effect/turf_decal/bot/right, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"bDW" = ( +/obj/item/bikehorn/rubberducky, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"bEv" = ( +/obj/structure/sign/departments/rndserver/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"bEy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/fore) +"bEE" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"bEG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"bEI" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + 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/carpet/red, +/area/station/service/library/lounge) +"bEJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 9 + }, +/obj/structure/chair, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"bEL" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"bEM" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"bEN" = ( +/obj/effect/turf_decal/siding/wood{ + 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, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"bES" = ( +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 1 + }, +/obj/machinery/piratepad/civilian, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"bEU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"bEW" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/hedge, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bEY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"bFk" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"bFl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"bFr" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"bFt" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/hedge, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"bFu" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3 + }, +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"bFw" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"bFA" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/aft) +"bFB" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/aft) +"bFC" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/service/chapel) +"bFH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/sign/departments/aisat/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command) +"bFI" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"bFX" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table/wood, +/obj/item/pen/fourcolor, +/obj/item/pen/charcoal{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"bGb" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"bGd" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/broken_flooring/side/directional/west{ + color = "#73737a" + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bGe" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bGf" = ( +/obj/item/ammo_casing{ + pixel_x = -6; + pixel_y = -6; + dir = 8 + }, +/obj/item/ammo_casing{ + pixel_x = 7; + dir = 9; + pixel_y = 3 + }, +/obj/structure/fluff/paper/stack{ + dir = 9; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"bGt" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"bGw" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"bGz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/garden) +"bGC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"bGE" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"bGN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/kirbyplants/organic/plant20, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bHa" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"bHe" = ( +/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/port/central) +"bHh" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/ladder, +/obj/structure/sign/departments/chemistry/directional/north, +/obj/machinery/door/window/left/directional/east{ + name = "Chemistry Access"; + req_access = list("plumbing") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/pharmacy) +"bHl" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/aft/greater) +"bHo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/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/side{ + dir = 10 + }, +/area/station/engineering/atmos) +"bHp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"bHr" = ( +/obj/structure/grille/broken, +/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/port/fore) +"bHD" = ( +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"bHH" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"bHP" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"bHT" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"bHU" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"bHW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/dorms) +"bIf" = ( +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/obj/item/stack/cable_coil/cut, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bIg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/tank_holder/extinguisher, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/aft/lesser) +"bIi" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"bIo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/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/lower) +"bIq" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison) +"bIz" = ( +/obj/structure/broken_flooring/singular/directional/west, +/obj/effect/spawner/random/maintenance, +/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/cargo) +"bIM" = ( +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/obj/item/kirbyplants/organic/plant11{ + icon_state = "plant-25"; + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/cigbutt{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/clock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"bIQ" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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) +"bIS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"bIU" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid9" + }, +/area/space/nearstation) +"bIX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"bIZ" = ( +/turf/closed/wall, +/area/station/medical/storage) +"bJb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/noticeboard/directional/north, +/obj/structure/chair/pew/left, +/obj/item/clothing/suit/chaplainsuit/nun, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"bJc" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"bJf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"bJg" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"bJm" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"bJn" = ( +/turf/open/floor/glass, +/area/station/service/library/upper) +"bJq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"bJw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison) +"bJA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bJK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"bJM" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/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/plating, +/area/station/maintenance/port) +"bJN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bJQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bJR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bJT" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/blasto_detergent/directional/north, +/obj/structure/hedge, +/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/construction/mining/aux_base) +"bJU" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"bJW" = ( +/turf/open/floor/iron/stairs/left/airless{ + dir = 4; + color = "#3d3e42" + }, +/area/space/nearstation) +"bJX" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"bJY" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bKb" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"bKg" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#5971a6" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"bKj" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation) +"bKq" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"bKz" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + 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, +/area/station/commons/fitness/recreation/lasertag) +"bKA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"bKE" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/box/red, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"bKG" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bKI" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bKK" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "secmechbay"; + name = "Security Mech Bay Shutters" + }, +/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/dark/textured, +/area/station/security/office) +"bKL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"bKM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bKQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"bKX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/rock/pile/jungle/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bLa" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"bLd" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/fore/lesser) +"bLg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bLh" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"bLi" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Xenobio Pen 3 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"bLk" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Genetics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"bLu" = ( +/turf/closed/wall, +/area/station/maintenance/port) +"bLz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"bLA" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"bLE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"bLG" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - O2" + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"bLJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"bLL" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"bLM" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/transport/linear/public, +/obj/item/kirbyplants/random, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"bLX" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/security/brig) +"bMc" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/table/glass, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/utility/welding, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"bMf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/obj/machinery/button/curtain{ + pixel_x = 24; + pixel_y = 6; + id = "radioroom"; + name = "Curtains" + }, +/obj/machinery/button/door/directional/east{ + pixel_y = -6; + normaldoorcontrol = 1; + specialfunctions = 4; + id = "radiobolt"; + name = "Door Bolt Control" + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"bMh" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bMm" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"bMt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"bMv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"bMx" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bMP" = ( +/obj/machinery/light/floor{ + color = "#ff8080" + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"bMT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"bMY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"bNh" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"bNj" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"bNk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #5"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bNl" = ( +/obj/structure/stairs/west, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bNm" = ( +/obj/machinery/modular_computer/preset/research{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"bNq" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/large/style_3, +/turf/open/floor/grass, +/area/station/hallway/secondary/service) +"bNr" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/black, +/area/station/service/minibar) +"bNx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"bNE" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"bNF" = ( +/obj/structure/filingcabinet, +/obj/item/paperwork/captain, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"bNG" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"bNI" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"bNJ" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bNK" = ( +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"bNM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"bNN" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/left{ + dir = 8; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/central) +"bNP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/science/genetics) +"bNR" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"bNT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"bNU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"bNX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bOg" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/turf/open/floor/plating, +/area/station/service/library/upper) +"bOi" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"bOl" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"bOw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"bOS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/aft/lesser) +"bOW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bOX" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr"; + dir = 1 + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"bPd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/bronze, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bPk" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"bPm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"bPt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison) +"bPw" = ( +/turf/closed/wall, +/area/station/cargo/miningoffice) +"bPD" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/pharmacy) +"bPE" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_corner, +/area/station/commons/fitness) +"bPH" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/flora/rock/pile/icy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/grass/green/style_random, +/obj/structure/flora/bush/snow/style_random, +/obj/structure/marker_beacon/purple, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lobby) +"bPI" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/button/door/directional/north{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = 2; + req_access = list("xenobiology") + }, +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"bPN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bPR" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"bPT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"bPV" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"bPW" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/toy/figure/secofficer{ + pixel_y = 48; + pixel_x = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"bPX" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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/wood/large, +/area/station/command/heads_quarters/ce) +"bPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bPZ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/tank_holder/extinguisher/advanced, +/obj/structure/sign/warning/no_smoking/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/science/ordnance/storage) +"bQa" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 13 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"bQd" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/lobby) +"bQi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"bQp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Civil Rad Shelter" + }, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"bQu" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = -5 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"bQT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"bQX" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"bQY" = ( +/obj/structure/table, +/obj/item/raw_anomaly_core/random{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = 6; + pixel_x = 5 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"bRc" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"bRd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Justice Chamber"; + req_access = list("armory") + }, +/obj/machinery/door/window/brigdoor/right/directional/west{ + name = "Justice Chamber"; + req_access = list("armory") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "SecJusticeChamber"; + name = "Justice Chamber Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"bRe" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bRo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/small/red/dim/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bRq" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"bRt" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"bRy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + 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 = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"bRC" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/dark/corner, +/area/station/hallway/primary/starboard) +"bRH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"bRT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"bRW" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/structure/secure_safe/directional/north, +/obj/structure/safe, +/obj/item/lazarus_injector, +/obj/item/book{ + desc = "An undeniably handy book."; + icon_state = "bookknock"; + name = "\improper A Simpleton's Guide to Safe-cracking with Stethoscopes" + }, +/obj/item/clothing/neck/stethoscope, +/obj/item/stack/spacecash/c1000, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"bRZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"bSb" = ( +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"bSi" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/griddle, +/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/diagonal, +/area/station/service/kitchen) +"bSs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"bSu" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"bSz" = ( +/obj/item/food/grown/apple/gold{ + preserved_food = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"bSA" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"bSB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bSF" = ( +/obj/docking_port/stationary{ + height = 7; + name = "Cargo Bay"; + shuttle_id = "cargo_home"; + width = 12; + dwidth = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bSH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"bSI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"bSN" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/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/herringbone, +/area/station/service/theater_dressing) +"bSX" = ( +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Chemistry Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bTa" = ( +/obj/structure/hedge/opaque, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"bTi" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"bTl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/billboard/nanotrasen{ + pixel_y = 8 + }, +/turf/open/space/openspace, +/area/space/nearstation) +"bTu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 5; + pixel_x = 10 + }, +/obj/item/pen{ + pixel_y = 8; + pixel_x = -3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"bTA" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/structure/bed/medical{ + dir = 4 + }, +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/glasses/blindfold, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"bTC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bTY" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/fore) +"bUf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"bUg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"bUi" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"bUj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/weldingtool, +/obj/item/wrench, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"bUk" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bUm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/central) +"bUn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"bUo" = ( +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/port/aft) +"bUs" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"bUw" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"bUG" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"bUK" = ( +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/security/courtroom) +"bUL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bUU" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage" + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/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, +/area/station/service/bar) +"bUW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"bUX" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"bVe" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"bVi" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"bVk" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"bVp" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/port) +"bVs" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"bVx" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/station/science/explab) +"bVC" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/break_room) +"bVJ" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"bVM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"bVO" = ( +/obj/machinery/door/poddoor/shutters{ + id = "crematoriumshutter"; + name = "Crematorium Shutters" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/station/service/chapel/funeral) +"bVQ" = ( +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow, +/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/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"bVR" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"bVU" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"bVW" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"bWa" = ( +/obj/machinery/light/small/dim/directional/south, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"bWc" = ( +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"bWd" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/item/clothing/shoes/cookflops{ + desc = "A very fashionable pair of flip flops."; + name = "flip-flops" + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"bWi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"bWj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/aft/lesser) +"bWm" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"bWn" = ( +/obj/machinery/libraryscanner, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"bWt" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/sorting) +"bWx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"bWz" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bWJ" = ( +/obj/structure/toilet/greyscale{ + pixel_y = 14 + }, +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/service/cafeteria) +"bWZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bXa" = ( +/obj/machinery/door/airlock/grunge{ + name = "Crematorium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/station/service/chapel/funeral) +"bXe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"bXh" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"bXi" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"bXj" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/reagent_containers/pill/happy{ + pixel_y = 11; + pixel_x = -8 + }, +/obj/machinery/iv_drip, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"bXn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bXp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"bXt" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"bXu" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"bXA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/item/toy/figure/scientist{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"bXG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/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, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"bXO" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/vending/wallmed/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/medical/storage) +"bXQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/suit/caution{ + pixel_x = -7; + pixel_y = 7 + }, +/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/port/fore) +"bXU" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"bXZ" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"bYb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/fermenting_barrel, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"bYc" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 2; + pixel_x = -9 + }, +/obj/machinery/door/window/right/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/item/storage/box/coffeepack{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"bYs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"bYt" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/kitchen) +"bYy" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"bYA" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"bYD" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/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, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"bYG" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"bYJ" = ( +/obj/structure/barricade/sandbags{ + color = "#9d1a1a" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + name = "Red Team"; + id = "laserred" + }, +/turf/open/floor/carpet/neon/simple/red, +/area/station/commons/fitness/recreation/lasertag) +"bYK" = ( +/obj/structure/hedge, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"bYO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bYS" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/primary/starboard) +"bYW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/west, +/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/command) +"bYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"bZa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"bZi" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"bZj" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"bZk" = ( +/obj/structure/table/glass, +/obj/item/stack/spacecash/c10, +/obj/item/food/grown/harebell{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"bZp" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"bZu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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/small, +/area/station/engineering/gravity_generator) +"bZy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"bZA" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/trash/graffiti, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"bZC" = ( +/obj/structure/cable, +/obj/structure/sign/poster/contraband/random/directional/north, +/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{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"bZE" = ( +/turf/open/floor/glass/reinforced, +/area/space/nearstation) +"bZJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/item/stack/arcadeticket, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"bZM" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"bZO" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"bZT" = ( +/turf/closed/wall, +/area/station/security/checkpoint/escape) +"cad" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig/lower) +"cai" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/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/corner{ + dir = 1 + }, +/area/station/hallway/primary/port) +"caj" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"cao" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + 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/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"caq" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"cas" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/ordnance/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"cav" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"caw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/cargo/breakroom) +"cax" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/machinery/duct, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"caE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"caH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible/layer5, +/obj/structure/sign/poster/official/wtf_is_co2/directional/south, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"caI" = ( +/obj/machinery/modular_computer/preset/cargochat/science{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"caJ" = ( +/obj/structure/sign/poster/contraband/bountyhunters/directional/east, +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/theater) +"caP" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"caQ" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"caT" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"caW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"caY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"caZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"cbb" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"cbf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/contraband/missing_gloves/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"cbm" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + 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/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"cbn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cbq" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"cbv" = ( +/obj/item/clothing/under/rank/security/warden/grey, +/obj/structure/closet/secure_closet/warden, +/obj/item/gun/energy/laser, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"cby" = ( +/turf/closed/wall, +/area/station/security/prison/garden) +"cbH" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/port) +"cbN" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/structure/railing, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness) +"cbS" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/mask/muzzle, +/obj/item/electropack, +/obj/item/clothing/head/helmet/sec, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"cbU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"cbY" = ( +/obj/structure/rack, +/obj/item/throwing_star/toy, +/obj/item/throwing_star/toy{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/bamboo/tatami/black, +/area/station/maintenance/starboard/central) +"cci" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/toy/figure/borg, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ccj" = ( +/obj/structure/flora/grass/brown/style_random, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/light, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"ccp" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"ccq" = ( +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"ccy" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"ccA" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ccC" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"ccE" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"ccF" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/aft/lesser) +"ccR" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/pdapainter/engineering, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/toy/figure/ce{ + pixel_y = 9; + pixel_x = -7 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"ccT" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"cdf" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"cdm" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr" + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"cds" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + 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/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison) +"cdx" = ( +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"cdy" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"cdJ" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/turf/open/floor/plating, +/area/station/service/greenroom) +"cdN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"cdX" = ( +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/rack, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/brig) +"cdY" = ( +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/snow/style_5, +/obj/structure/flora/rock/pile/icy, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/tree/dead/style_4{ + pixel_y = 7 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/primary/fore) +"ceh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cer" = ( +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"ceA" = ( +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 8 + }, +/area/station/maintenance/port/central) +"ceJ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/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/dark/small, +/area/station/medical/pharmacy) +"ceO" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"ceR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/landmark/start/prisoner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison/safe) +"ceU" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/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, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/aft) +"ceY" = ( +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"cfa" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"cfd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/maintenance/central) +"cff" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cfg" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"cfm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"cft" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"cfx" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cfF" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"cfH" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "custodialshutters"; + name = "Custodial Closet Shutters Control"; + req_access = list("janitor") + }, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 34 + }, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"cfJ" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"cfL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"cfN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"cfV" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"cfX" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/tank_holder/oxygen/yellow, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"cfZ" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/starboard) +"cga" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/rad_shelter/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"cgi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"cgl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"cgs" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","bar") + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"cgy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"cgJ" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/folder/white{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/east{ + name = "Chemistry Desk"; + req_access = list("plumbing") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters"; + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"cgN" = ( +/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/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cgQ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"chl" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/broken_flooring/singular/directional/north, +/obj/machinery/digital_clock/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/medical/patients_rooms) +"chn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"cho" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"chq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/commons/storage/primary) +"chw" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/brig/lower) +"chy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"chA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics) +"chH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/prison/work) +"chM" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"chN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"chW" = ( +/turf/closed/wall, +/area/station/construction/mining/aux_base) +"cig" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cih" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + 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/textured, +/area/station/commons/dorms) +"cii" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/sign/xenobio_guide/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cij" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"cik" = ( +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ciw" = ( +/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/starboard/central) +"cix" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ciG" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters"; + dir = 8 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/construction/mining/aux_base) +"ciK" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"ciM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/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/dark, +/area/station/engineering/atmos) +"ciQ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/eva) +"ciR" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/water_source/puddle, +/turf/open/floor/grass, +/area/station/medical/virology) +"ciU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"ciV" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cjg" = ( +/obj/machinery/light/directional/west{ + color = "#ffcc99" + }, +/obj/item/flashlight/flare/candle{ + pixel_y = 5; + pixel_x = 16 + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/table/wood/fancy/black, +/obj/item/plate/small{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"cjp" = ( +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/service/chapel) +"cjx" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"cjB" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"cjI" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"cjK" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"cjR" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/interrogation) +"cka" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"ckf" = ( +/obj/structure/railing, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/science/genetics) +"cki" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"ckn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"cko" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ckz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"ckB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"ckC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"ckF" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/lobby) +"ckG" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/yellow, +/obj/item/aicard, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ckK" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/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 = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"ckL" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den, +/obj/structure/cable, +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Office" + }, +/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/dark, +/area/station/cargo/miningoffice) +"ckO" = ( +/obj/machinery/defibrillator_mount/directional/north, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/east, +/obj/structure/bed/medical{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ckV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"ckZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/poster/official/random/directional/west, +/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/textured_corner{ + dir = 4 + }, +/area/station/engineering/storage) +"cla" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/structure/closet/lasertag/blue, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"clm" = ( +/turf/closed/wall, +/area/station/science/genetics) +"clv" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cly" = ( +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"clB" = ( +/turf/open/openspace, +/area/station/science/lab) +"clD" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/cargo/storage) +"clK" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"cmg" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/ai_monitored/command/nuke_storage) +"cmj" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/donkpockets/donkpocketpizza{ + pixel_y = 5 + }, +/obj/item/storage/box/donkpockets/donkpocketpizza{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"cmm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"cmp" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"cmu" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"cmx" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/a/style_3, +/obj/structure/flora/bush/flowers_br, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"cmy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/openspace, +/area/station/engineering/atmos/upper) +"cmA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cmD" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cmI" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"cmM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/central) +"cmP" = ( +/obj/effect/decal/cleanable/dirt, +/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/central) +"cna" = ( +/obj/effect/turf_decal/trimline/white/warning{ + 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/edge{ + dir = 8 + }, +/area/station/security/prison) +"cnc" = ( +/obj/item/seeds/wheat, +/obj/item/seeds/sugarcane, +/obj/item/seeds/potato, +/obj/item/seeds/apple, +/obj/item/grown/corncob, +/obj/item/food/grown/carrot, +/obj/item/food/grown/wheat, +/obj/item/food/grown/pumpkin{ + pixel_y = 5 + }, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cnx" = ( +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/structure/chair/stool/bar/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"cnz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"cnC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"cnE" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"cnH" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"cnL" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/machinery/griddle, +/obj/machinery/light_switch/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"cnV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"cnY" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics/garden) +"coi" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_br, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/tcommsat/computer) +"cox" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 10 + }, +/obj/structure/sign/poster/official/tactical_game_cards/directional/south, +/obj/structure/sign/poster/contraband/clown/directional/west, +/obj/item/kirbyplants/organic/plant10, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"coB" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/firealarm/directional/east, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/office) +"coE" = ( +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + 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/small, +/area/station/commons/fitness/recreation/pool) +"coF" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"coK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/brig) +"coL" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"coN" = ( +/obj/machinery/flasher/directional/south{ + id = "AI"; + pixel_x = 6; + pixel_y = -27 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south{ + pixel_x = -6; + pixel_y = -26 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"coT" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Infirmary" + }, +/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, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark, +/area/station/security/medical) +"coW" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"coY" = ( +/obj/structure/flora/bush/grassy/style_random, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"cpb" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"cph" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cpk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"cpl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"cpm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"cpn" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"cpq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/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, +/area/station/hallway/primary/central) +"cpx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/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 = 10 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cpC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"cpI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cpL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"cpQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"cqc" = ( +/obj/effect/turf_decal/caution/red{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/item/clothing/head/cone{ + pixel_x = -5; + pixel_y = 0 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cqe" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/research) +"cqi" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"cqq" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/medical/break_room) +"cqy" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/miningoffice) +"cqz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"cqB" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/structure/sign/painting/large/library_private{ + dir = 1 + }, +/obj/item/poster/random_contraband{ + pixel_y = 18 + }, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"cqG" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine" + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"cqH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/commons/toilet/restrooms) +"cqM" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"cqN" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"cqT" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/turf/open/floor/stone, +/area/station/maintenance/starboard/fore) +"cqU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + 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/white, +/area/station/medical/lower) +"cqV" = ( +/obj/effect/decal/cleanable/dirt, +/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/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"crc" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"crh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"crs" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"crx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"cry" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"crz" = ( +/obj/effect/spawner/random/structure/table_fancy, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"crB" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"crD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/analyzer, +/obj/item/pipe_dispenser, +/obj/item/flashlight, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"crH" = ( +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"crO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/north, +/obj/machinery/door/poddoor/shutters{ + id = "visitation"; + name = "Visitation Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/visit) +"crQ" = ( +/obj/structure/sign/departments/science/directional/north, +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + 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/white, +/area/station/science/research) +"crS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/commons/dorms) +"crT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"crV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"csb" = ( +/obj/structure/railing{ + dir = 5; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"csc" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"csk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/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/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"csm" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/corner{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"csp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/atmos/upper) +"csw" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/cargo/storage) +"csz" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"csG" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) +"csI" = ( +/turf/closed/wall, +/area/station/cargo/drone_bay) +"csK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/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/small, +/area/station/maintenance/aft/greater) +"csR" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/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/primary/aft) +"csT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"csV" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"cta" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/kirbyplants/organic/plant21, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"cte" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"cti" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ctp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"ctx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/smartfridge, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/garden) +"ctH" = ( +/turf/closed/wall, +/area/station/service/theater) +"ctI" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"ctL" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/bot_white, +/obj/machinery/newscaster/directional/north, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"ctM" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/trophy{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/toy/eldritch_book{ + pixel_x = -8 + }, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"ctN" = ( +/obj/machinery/button/flasher{ + id = "holdingflash"; + name = "Holding Cell Flasher"; + pixel_y = -26; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"ctQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/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/science/lower) +"ctY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cua" = ( +/obj/machinery/door/airlock/glass{ + name = "Escape Pods" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"cud" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall/rust, +/area/space/nearstation) +"cuf" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"cug" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/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/lower) +"cur" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"cus" = ( +/obj/structure/cable, +/obj/machinery/light/small/red/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"cuu" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port) +"cux" = ( +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 20; + pixel_x = 4 + }, +/obj/item/reagent_containers/spray/syndicate{ + pixel_y = 20; + icon_state = "sprayer_sus_6"; + pixel_x = -6 + }, +/obj/item/reagent_containers/spray/syndicate{ + pixel_y = 15 + }, +/obj/item/ph_booklet{ + pixel_x = -9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/noticeboard/directional/north{ + pixel_y = 38 + }, +/obj/item/assembly/igniter{ + pixel_x = 13; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/bridge) +"cuG" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/organic, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"cuH" = ( +/obj/item/plate, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"cuI" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/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, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"cuJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/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, +/area/station/engineering/main) +"cuP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Science Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"cuQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"cuZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"cvc" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"cve" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cvj" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list("library") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"cvk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/cargo/miningoffice) +"cvm" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/machinery/airalarm/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"cvr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/crushed_can, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/central) +"cvt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"cvx" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/warden) +"cvG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"cvH" = ( +/obj/machinery/button/elevator/directional/west{ + id = "SecElevator" + }, +/obj/structure/noticeboard/hos{ + pixel_y = 32 + }, +/obj/machinery/lift_indicator/directional/west{ + pixel_x = -33; + pixel_y = -1; + linked_elevator_id = "SecElevator" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/brig/lower) +"cvK" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"cvL" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cvP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/dorms) +"cvQ" = ( +/obj/structure/lattice, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cvY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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 = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cwk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/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/iron/dark, +/area/station/medical/lower) +"cwv" = ( +/obj/machinery/light/directional/south, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"cww" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"cwz" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"cwK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cwL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cwM" = ( +/obj/item/clothing/mask/party_horn, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cxa" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cxq" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cxs" = ( +/obj/structure/stairs/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cxt" = ( +/obj/structure/railing{ + dir = 8; + color = "#36373a" + }, +/obj/structure/railing{ + dir = 4; + color = "#36373a" + }, +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42" + }, +/area/station/service/theater_dressing) +"cxw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/table/glass, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"cxB" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"cxC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/grass/jungle/b/style_2, +/obj/structure/flora/rock/pile, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"cxF" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"cxG" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"cxH" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + 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/central) +"cxJ" = ( +/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/plating, +/area/station/maintenance/aft/greater) +"cxN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/bin, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/department/bridge) +"cxO" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/o_plus{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_containers/blood/o_minus, +/obj/item/reagent_containers/blood/b_plus, +/obj/item/reagent_containers/blood/b_minus, +/obj/item/reagent_containers/blood/a_plus, +/obj/item/reagent_containers/blood/a_minus, +/obj/item/reagent_containers/blood/lizard, +/obj/item/reagent_containers/blood/ethereal, +/obj/item/reagent_containers/blood{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/blood{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/blood{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/reagent_dispensers/wall/virusfood/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"cxS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"cxW" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cyc" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/large/style_2, +/turf/open/floor/grass, +/area/station/medical/lower) +"cyg" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"cyk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cyn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cyo" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant12{ + pixel_x = -10; + pixel_y = 22 + }, +/turf/open/floor/carpet, +/area/station/cargo/mining_breakroom) +"cyu" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"cyw" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/security/brig) +"cyy" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"cyz" = ( +/obj/structure/broken_flooring/side/directional/west, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cyB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cyE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"cyJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cyK" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"cyO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"cyT" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"cyW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"cza" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"czb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"czc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"czf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/execution/education) +"czk" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/commons/dorms) +"czs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "maintwindows2" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"czt" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"czA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/autoname/directional/east{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/security/holding_cell) +"czH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"czJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/directions/medical/directional/west{ + pixel_y = 8; + dir = 1 + }, +/obj/structure/sign/directions/science/directional/west{ + dir = 1 + }, +/obj/structure/sign/directions/supply/directional/west{ + pixel_y = -8; + 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, +/area/station/hallway/primary/central) +"czK" = ( +/obj/machinery/atmospherics/components/binary/crystallizer{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"czM" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/interrogation) +"czQ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"czS" = ( +/obj/structure/closet/secure_closet/freezer/empty, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/storage/box/coffeepack/robusta, +/obj/item/storage/box/coffeepack, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"czU" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"czV" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"cAc" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/medical/virology) +"cAd" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"cAe" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage_shared) +"cAi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"cAk" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/aft/lesser) +"cAo" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/structure/sign/painting/large/library{ + pixel_y = -64; + dir = 1 + }, +/turf/open/floor/stone, +/area/station/commons/dorms) +"cAp" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/jungle/a, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"cAr" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"cAu" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/radiation, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"cAv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cAG" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"cAJ" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"cAL" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/closet/crate/trashcart/laundry, +/obj/machinery/bluespace_vendor/directional/south, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/item/clothing/gloves/maid, +/obj/item/clothing/accessory/maidapron, +/obj/item/clothing/under/costume/maid, +/obj/item/clothing/neck/maid, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"cAR" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"cAS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/poster/random_official{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/poster/random_official, +/obj/item/papercutter, +/obj/machinery/door/window/brigdoor{ + name = "Warden Desk"; + req_access = list("armory") + }, +/obj/machinery/door/window/left/directional/north{ + name = "Warden Desk"; + req_access = list("security") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/warden) +"cBb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"cBg" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cBm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"cBn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/fore/lesser) +"cBs" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/hallway/primary/fore) +"cBA" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/right/directional/south{ + name = "Jetpack Storage"; + req_access = list("eva") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"cBK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/north, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"cBM" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cCc" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"cCf" = ( +/turf/closed/wall, +/area/station/science/circuits) +"cCg" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"cCk" = ( +/obj/effect/turf_decal/weather/snow, +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/machinery/smartfridge/food, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"cCq" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/structure/closet/l3closet, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"cCr" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"cCs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cCw" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/glass, +/area/station/maintenance/port/fore) +"cCA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"cCH" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"cCS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/obj/structure/sign/poster/official/foam_force_ad/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"cCX" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"cDb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cDg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/emergency{ + pixel_y = 7; + pixel_x = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"cDh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "cargload"; + name = "Supply Dock Loading Door" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"cDk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office) +"cDl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"cDu" = ( +/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 = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"cDx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"cDD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/caution, +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cDM" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/fitness) +"cDP" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white{ + color = "#74b2d3" + }, +/obj/effect/landmark/start/bartender, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"cDQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"cDS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 5 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"cDT" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/closet/secure_closet/hop, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/hop) +"cEc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"cEd" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/sorting) +"cEh" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"cEo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"cEA" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"cEF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"cEM" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8; + name = "Service Deliveries" + }, +/obj/structure/sign/departments/botany/directional/east{ + color = "#9FED58" + }, +/obj/structure/plasticflaps{ + name = "Service Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"cEO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"cEV" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command) +"cFb" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/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/solars/port/fore) +"cFd" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cFe" = ( +/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 = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"cFh" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"cFl" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"cFp" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/pipe_dispenser, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"cFw" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/blue, +/obj/structure/sign/departments/chemistry/directional/south, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/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/lower) +"cFy" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/pile/jungle/style_3, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/medical/psychology) +"cFA" = ( +/obj/structure/foamedmetal, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"cFC" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/brimdust{ + plane = -7; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"cFQ" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/structure/sign/warning/biohazard, +/turf/open/space/openspace, +/area/space/nearstation) +"cFS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"cFT" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"cFU" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/cafeteria) +"cFW" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"cGb" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green, +/obj/structure/railing, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"cGc" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"cGf" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"cGj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"cGm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"cGq" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/fore) +"cGv" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/trimline/dark_red/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/fitness) +"cGz" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/theater) +"cGC" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/processing) +"cGE" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"cGG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"cGI" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/utility/radiation, +/obj/item/clothing/head/utility/radiation, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/clothing/glasses/meson, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cGK" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"cGO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/miningoffice) +"cGP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/space/nearstation) +"cGR" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"cHd" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/service/theater) +"cHf" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"cHg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"cHr" = ( +/obj/structure/rack, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/item/storage/box/lights/mixed, +/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/plating, +/area/station/security/prison/safe) +"cHu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge, +/area/station/hallway/secondary/exit/departure_lounge) +"cHF" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/a/style_3, +/obj/structure/flora/bush/flowers_br, +/turf/open/floor/grass, +/area/station/maintenance/central) +"cHI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"cHN" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/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/starboard/central) +"cHP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cHV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"cHW" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"cHZ" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"cIb" = ( +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/both/style_2, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"cId" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"cIf" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"cIi" = ( +/obj/structure/flora/bush/fullgrass/style_3, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"cIl" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/icy/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"cIp" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"cIv" = ( +/obj/item/clothing/head/cone, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"cIz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"cIB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"cIC" = ( +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/storage) +"cII" = ( +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #1" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"cIJ" = ( +/turf/open/openspace, +/area/station/hallway/secondary/entry) +"cIN" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cIP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"cIR" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/red/opposingcorners, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"cIW" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/engineering/engine_smes) +"cJj" = ( +/obj/effect/spawner/random/clothing/wardrobe_closet, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/funny_hats, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"cJp" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/library/lounge) +"cJz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/lime, +/turf/open/space/basic, +/area/space/nearstation) +"cJA" = ( +/obj/structure/railing{ + dir = 8; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"cJP" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/morgue) +"cJY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"cJZ" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "Secure Storage" + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"cKa" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/sign/warning/vacuum/directional/north, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"cKb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"cKi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/wrapping, +/turf/open/misc/dirt/dark/station/airless, +/area/space/nearstation) +"cKl" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/landmark/start/cook, +/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/diagonal, +/area/station/service/kitchen) +"cKo" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cKt" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/breakroom) +"cKv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"cKG" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 11; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"cKH" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"cKJ" = ( +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "CMO Maintenance" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"cKN" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"cKO" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"cKQ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"cKU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"cKV" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"cKX" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cLe" = ( +/turf/open/floor/iron/stairs/right, +/area/station/command/gateway) +"cLh" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"cLn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cLo" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"cLs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/decal/cleanable/cobweb, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/central) +"cLu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"cLw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"cLJ" = ( +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"cLM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"cLQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"cLR" = ( +/obj/machinery/computer/records/security, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"cLW" = ( +/obj/machinery/door/airlock/security{ + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/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/security/execution/transfer) +"cLX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cLY" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/chair/greyscale{ + dir = 8; + pixel_x = 3 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"cMc" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cMe" = ( +/obj/item/photo/old{ + pixel_x = 1; + pixel_y = 11 + }, +/obj/item/cigbutt{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"cMg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"cMj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/end{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cMm" = ( +/obj/structure/noticeboard/directional/east{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"cMw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/security/telescreen/isolation/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/execution/education) +"cMz" = ( +/obj/machinery/computer/turbine_computer{ + dir = 8; + mapping_id = "main_turbine" + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = 6; + pixel_y = -24 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -6; + pixel_y = -24 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"cMN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/side{ + dir = 2 + }, +/area/station/service/kitchen) +"cMQ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"cMW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/vending/wallmed/directional/south, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"cMY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/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/mail_sorting/service/hydroponics, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Hydroponics Junction" + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics) +"cNi" = ( +/obj/structure/table/reinforced, +/obj/item/papercutter{ + pixel_y = 2; + pixel_x = -1 + }, +/obj/item/folder/yellow{ + pixel_y = 2 + }, +/obj/item/multitool{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/pen/red, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"cNj" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"cNk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/table/glass, +/obj/item/newspaper, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"cNs" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"cNv" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"cNy" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/fore) +"cNz" = ( +/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 = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"cNH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"cNN" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"cNO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 4 + }, +/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/iron/white, +/area/station/hallway/primary/fore) +"cNP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cNU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/visit) +"cNX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos/storage/gas) +"cOi" = ( +/turf/open/openspace, +/area/station/cargo/storage) +"cOk" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/structure/toilet{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = -9 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"cOl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/maintenance/port) +"cOp" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/fore) +"cOt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"cOv" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"cOB" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"cOG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/vending/cigarette{ + pixel_x = -2 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -4; + pixel_y = 17 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"cOL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"cOO" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/announcement_system, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"cOT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"cOW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/button/door/directional/south{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list("engineering") + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cPz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/chair/sofa/bench/left, +/obj/structure/sign/warning/pods/directional/north, +/obj/machinery/camera/autoname/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"cPK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cPL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"cPR" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/caution/stand_clear/white{ + 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{ + network = list("minisat") + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"cPU" = ( +/obj/structure/hedge, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"cPZ" = ( +/turf/closed/wall/r_wall, +/area/station/medical/morgue) +"cQb" = ( +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"cQk" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/obj/structure/desk_bell{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cQl" = ( +/obj/structure/sign/poster/contraband/the_big_gas_giant_truth/directional/west, +/obj/structure/cable, +/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/fore/lesser) +"cQs" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"cQu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/aft/lesser) +"cQw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"cQB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cQD" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/east, +/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/port/central) +"cQF" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_pp/style_3, +/turf/open/floor/grass, +/area/station/service/greenroom) +"cQG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"cQH" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/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/dark, +/area/station/command) +"cQJ" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"cQZ" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cRl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cRr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/solars/port/fore) +"cRt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "UndergroundCasino" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cRu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "visitorflash"; + pixel_x = 24 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/execution/transfer) +"cRw" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Engineering Maintenance" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"cRD" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/security/prison/workout) +"cRE" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"cRF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant21, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"cRG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cRJ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"cRP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Test Chamber Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"cRR" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"cRV" = ( +/obj/machinery/suit_storage_unit/industrial/loader, +/obj/effect/turf_decal/box, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/qm) +"cRX" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery, +/obj/machinery/bluespace_vendor/directional/north, +/obj/structure/closet/crate, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"cRZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood/poker, +/obj/item/lighter, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"cSd" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/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, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"cSf" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"cSi" = ( +/obj/structure/closet{ + name = "evidence closet 2" + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"cSq" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"cSt" = ( +/obj/machinery/stasis{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"cSv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/directions/evac/directional/west, +/obj/structure/sign/directions/dorms/directional/west{ + pixel_y = 8 + }, +/obj/structure/sign/directions/engineering/directional/west{ + pixel_y = -8; + dir = 2 + }, +/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/iron, +/area/station/hallway/primary/central) +"cSD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"cSL" = ( +/obj/structure/marker_beacon/bronze, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"cSO" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"cSY" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/toilet{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = 9 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/light/small/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"cTa" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"cTc" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"cTe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"cTi" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/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, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"cTr" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm/directional/north, +/obj/structure/table, +/obj/item/storage/medkit/emergency{ + pixel_y = 4 + }, +/obj/item/crowbar/red{ + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"cTs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"cTv" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"cTw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"cTE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"cTF" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/dorms) +"cTM" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"cTP" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/structure/cable, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"cTU" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/brig/lower) +"cTV" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"cUj" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"cUk" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/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, +/area/station/hallway/secondary/command) +"cUq" = ( +/turf/closed/wall, +/area/station/commons/fitness) +"cUz" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/ammonia, +/obj/structure/sign/poster/official/periodic_table/directional/north, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plastic, +/area/station/security/prison/work) +"cUC" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/atmospherics, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"cUD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/red, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 11; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"cUG" = ( +/obj/structure/chair/sofa/corp/left, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"cUH" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"cUI" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/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) +"cUJ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"cUR" = ( +/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/plating, +/area/station/maintenance/starboard/central) +"cUT" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/basic, +/area/space/nearstation) +"cUZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"cVg" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"cVk" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxiliary Base Construction" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/maintenance/fore/lesser) +"cVn" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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/camera/autoname/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"cVs" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/security/medical) +"cVt" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/machinery/light/floor, +/obj/structure/flora/rock/pile/jungle/style_5, +/obj/structure/flora/tree/jungle/small/style_5, +/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, +/turf/open/floor/grass, +/area/station/engineering/lobby) +"cVR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled, +/obj/machinery/light/floor, +/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/dark, +/area/station/security/checkpoint/medical) +"cVX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"cWd" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"cWe" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"cWi" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input{ + dir = 4 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"cWm" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3 + }, +/obj/machinery/conveyor{ + id = "garbage"; + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"cWr" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"cWs" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/port/aft) +"cWu" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"cWw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"cWB" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"cWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"cWS" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cWU" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"cWV" = ( +/obj/machinery/computer/scan_consolenew, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"cXn" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"cXo" = ( +/obj/machinery/fax{ + fax_name = "Chief Engineer's Office"; + name = "Chief Engineer's Fax Machine" + }, +/obj/item/computer_disk/engineering, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"cXs" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/obj/item/toy/seashell, +/turf/open/floor/bamboo, +/area/station/ai_monitored/aisat/exterior) +"cXw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/structure/sign/poster/official/bless_this_spess/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"cXz" = ( +/turf/open/floor/glass/reinforced/plasma/airless, +/area/space/nearstation) +"cXD" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"cXE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cXK" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"cXO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/item/newspaper, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"cXR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"cXW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/caution, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"cXY" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"cXZ" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"cYe" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"cYg" = ( +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Firing Range Gear Crate"; + req_access = list("security") + }, +/obj/item/target, +/obj/item/target, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/sign/poster/official/download/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/range) +"cYk" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"cYr" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"cYs" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"cYv" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #2"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cYz" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"cYB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"cYE" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/food/grown/banana, +/obj/machinery/light/directional/west, +/turf/open/floor/grass, +/area/station/medical/virology) +"cYF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"cYH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/aft/lesser) +"cYI" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"cYK" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"cYS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cYZ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/light_switch/directional/north{ + pixel_y = 36 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/disposal) +"cZe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/lower) +"cZg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/brig) +"cZk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 5; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cZl" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/dark_red/anticorner, +/turf/open/floor/iron/white/textured_corner{ + dir = 1 + }, +/area/station/commons/fitness) +"cZm" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cZn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"cZv" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/fore) +"cZw" = ( +/obj/structure/hedge, +/obj/structure/secure_safe/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"cZy" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Secondary Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"cZB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"cZG" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning, +/obj/machinery/lift_indicator/directional/east{ + pixel_x = 31; + pixel_y = -1; + linked_elevator_id = "BridgeElevator" + }, +/obj/machinery/button/elevator/directional/east{ + id = "BridgeElevator" + }, +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + transport_linked_id = "BridgeElevator"; + req_access = list("command") + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/textured_large, +/area/station/command) +"cZL" = ( +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port) +"cZU" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"cZX" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"dac" = ( +/obj/structure/sign/plaques/kiddie/badger{ + pixel_y = 32 + }, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/table/wood/fancy, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"dae" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/carpet/red, +/area/station/service/library) +"daE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Paramedic's Station" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/office) +"daN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"daQ" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"daZ" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"dbe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light_switch/directional/south, +/obj/structure/sign/calendar/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"dbg" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"dbh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/bounty, +/turf/open/floor/plating, +/area/station/cargo/bitrunning/den) +"dbm" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/siding/purple, +/obj/structure/sign/departments/xenobio/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/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/iron/white, +/area/station/science/lower) +"dbo" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"dbs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/service/theater) +"dbt" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Storage" + }, +/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, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"dby" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + 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/side{ + dir = 4 + }, +/area/station/commons/dorms) +"dbD" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/table, +/obj/item/folder{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"dbF" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/purple/filled/line, +/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/lobby) +"dbJ" = ( +/obj/item/radio/intercom/directional/north{ + frequency = 1447; + freerange = 1; + listening = 0 + }, +/obj/item/radio/intercom/directional/west{ + pixel_y = 8; + name = "Common Channel"; + freerange = 1; + listening = 0 + }, +/obj/item/radio/intercom/directional/east{ + pixel_y = 8; + name = "Custom Channel"; + freerange = 1; + listening = 0 + }, +/obj/machinery/button/door/directional/north{ + name = "AI Core Shutters Control"; + req_access = list("ai_upload"); + id = "AI Core shutters"; + pixel_x = 24 + }, +/obj/machinery/button/door/directional/north{ + pixel_x = -24; + id = "AI Chamber entrance shutters"; + name = "AI Chamber Entrance Shutters Control"; + req_access = list("ai_upload") + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -29; + pixel_y = -6 + }, +/obj/effect/landmark/start/ai, +/obj/machinery/camera/autoname/directional/north{ + network = list("minisat") + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"dbO" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/hallway/secondary/command) +"dbT" = ( +/obj/structure/sign/warning/vacuum/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"dca" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"dck" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/cargo/drone_bay) +"dcm" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"dcp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/filingcabinet, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"dct" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/structure/railing{ + dir = 6; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"dcx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/obj/machinery/chem_mass_spec, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) +"dcC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/tank_holder/anesthetic, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dcI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"dcL" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"dcW" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dcY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dda" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"ddf" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Aft Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/aft) +"ddh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"ddj" = ( +/obj/structure/broken_flooring/side/directional/north{ + color = "#73737a" + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ddq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/holosign/barrier, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ddr" = ( +/turf/open/floor/glass/reinforced/plasma, +/area/station/engineering/supermatter/room) +"ddw" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"ddL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"ddM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/station/service/barber) +"ddP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/sign/warning/yes_smoking/circle/directional/west, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/obj/structure/table/glass, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"ddR" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"ddU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + 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/hallway/primary/central) +"ddY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/structure/rack, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/item/storage/belt/utility/full{ + pixel_y = 3 + }, +/obj/item/storage/belt/utility/full, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"deb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"dec" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant1, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"dek" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"del" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"dew" = ( +/obj/effect/spawner/random/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"deE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"deF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"deI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/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/textured, +/area/station/maintenance/department/medical) +"deK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"deP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"deR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/screwdriver{ + pixel_y = 5 + }, +/obj/item/multitool, +/obj/machinery/firealarm/directional/south, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"deT" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"deW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/primary/fore) +"deZ" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/obj/item/storage/toolbox/emergency, +/obj/item/screwdriver{ + pixel_y = 11 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"dfa" = ( +/obj/machinery/door/window/right/directional/north{ + name = "Petting Zoo" + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"dfd" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/disposal/bin{ + pixel_x = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"dfe" = ( +/obj/item/kirbyplants/random, +/obj/structure/plaque/static_plaque/golden{ + pixel_x = 32 + }, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"dfh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/effect/landmark/navigate_destination, +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"dfi" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/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/dark, +/area/station/medical/chemistry) +"dfs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"dfy" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"dfz" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"dfA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/noticeboard/directional/south{ + pixel_y = -23 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"dfC" = ( +/obj/machinery/door/airlock/command{ + name = "Command Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"dfH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/jukebox/no_access{ + pixel_y = -5 + }, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"dfK" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dfL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"dfM" = ( +/obj/structure/hedge, +/obj/structure/railing{ + color = "#36373a" + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/science/research) +"dfZ" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"dgh" = ( +/obj/effect/landmark/start/prisoner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/security/prison/workout) +"dgj" = ( +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"dgt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"dgu" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dgy" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/table/glass, +/obj/item/food/cornchips/random, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"dgG" = ( +/turf/open/floor/plating, +/area/station/maintenance/port) +"dgM" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/port) +"dgN" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"dgQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fitness Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"dgZ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"dhj" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/papercutter{ + pixel_x = 1 + }, +/obj/item/folder/red{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"dhr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dht" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"dhw" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"dhy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"dhA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/filingcabinet/security, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"dhB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"dhD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/bed, +/obj/structure/sign/calendar/directional/east, +/obj/item/radio/intercom/prison/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison/safe) +"dhG" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"dhI" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"dhW" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"dhX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos/project) +"die" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"dif" = ( +/obj/structure/railing{ + dir = 10; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"dig" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"dis" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"dit" = ( +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Zen Garden" + }, +/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/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/poddoor/shutters{ + name = "Zen Garden Shutters"; + id = "AIgarden2" + }, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"diw" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/ce) +"diz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/button/door/directional/south{ + id = "Cell4"; + normaldoorcontrol = 1; + specialfunctions = 4; + name = "Cell 4 Doors Bolt Control"; + req_access = list("brig") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"diE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/item/flashlight/lamp{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"diF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"diH" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"diI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/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, +/area/station/maintenance/port/central) +"diR" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"diU" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"diV" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"diX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/mafia, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"djg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"djh" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"djk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/solars/starboard/fore) +"djm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"djp" = ( +/obj/structure/broken_flooring/singular/directional/north, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"djx" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"djB" = ( +/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 = 10 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"djF" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/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/solars/port/fore) +"djG" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/landmark/start/mime, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"djI" = ( +/obj/structure/table/reinforced, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/stack/sheet/plasteel/twenty, +/obj/item/wrench, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/crowbar/red, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"djL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"djV" = ( +/obj/item/stack/sheet/iron{ + amount = 30; + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/glass{ + amount = 30; + pixel_y = 4; + pixel_x = 5 + }, +/obj/structure/closet/crate, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"djZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"dka" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/dark/corner, +/area/station/commons/dorms) +"dkh" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "fishstore"; + name = "Fish Store Shutters" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dkj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"dkl" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/hydroponics) +"dkp" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/departments/security/directional/east, +/turf/open/floor/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/maintenance/department/security) +"dkq" = ( +/obj/structure/flora/bush/jungle/c/style_random, +/obj/structure/flora/bush/large/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"dkw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/toolcloset, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"dkz" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dkE" = ( +/obj/effect/turf_decal/tile/neutral{ + 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/north, +/obj/machinery/navbeacon{ + location = "S1-Starboard-Hallway"; + codes_txt = "patrol;next_patrol=S2-Courtroom" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"dkJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"dkK" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/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_dark, +/area/station/maintenance/aft/greater) +"dkQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 5 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/flag/nanotrasen/directional/west, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"dkS" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"dlm" = ( +/obj/machinery/navbeacon{ + location = "C4-Port-Central-B"; + codes_txt = "patrol;next_patrol=C1-Fore-Central-Fw" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"dlv" = ( +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"dlx" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/telecomms, +/area/station/science/server) +"dlC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"dlG" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"dlH" = ( +/obj/structure/railing/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dlI" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/aft) +"dlK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/weldingtool, +/obj/item/wrench, +/obj/item/clothing/head/utility/welding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"dlO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"dlR" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/minisat/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"dlT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"dma" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Library 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/central) +"dml" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/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, +/area/station/maintenance/starboard/fore) +"dmn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"dmo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/black{ + 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/large, +/area/station/maintenance/starboard/fore) +"dms" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"dmt" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"dmv" = ( +/obj/effect/turf_decal/caution, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"dmx" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"dmz" = ( +/obj/machinery/igniter/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"dmB" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dmF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"dmH" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dmM" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"dmN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/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/primary/central) +"dmO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dmR" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/port) +"dmT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dmV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/commons/dorms) +"dmW" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/port) +"dnb" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dnd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"dnh" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"dnk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dnl" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dnr" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dnt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"dnx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"dnz" = ( +/obj/item/hand_tele{ + pixel_y = 6; + pixel_x = -3 + }, +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"dnB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dnK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/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/port/central) +"dnV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + color = "#5d341f" + }, +/area/station/service/kitchen/diner) +"dnX" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"doa" = ( +/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, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"dob" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"doc" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/fore) +"dod" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/item/storage/box/petridish{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_y = 5; + pixel_x = 4 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd","xeno") + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"doi" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/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/lower) +"doo" = ( +/obj/structure/table/reinforced/rglass, +/obj/structure/cable, +/obj/item/clothing/mask/cigarette/pipe{ + pixel_x = 0; + pixel_y = -11 + }, +/obj/item/radio/intercom/command, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"dop" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"doy" = ( +/turf/closed/wall, +/area/station/security/prison/workout) +"doC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"doI" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) +"doJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"doN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"doQ" = ( +/obj/structure/water_source/puddle, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"doR" = ( +/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/airlock/cyclelink_helper, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Atmospherics Emergency Access" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"doZ" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"dpe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dpi" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/effect/turf_decal/box/red, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"dpj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"dpw" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/poster/random/directional/west, +/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/side{ + dir = 10 + }, +/area/station/maintenance/starboard/central) +"dpz" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "Law Office Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"dpN" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/range) +"dpR" = ( +/obj/machinery/smartfridge/food, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"dqj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/science/genetics) +"dql" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"dqm" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"dqo" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/structure/sign/poster/contraband/starkist/directional/north, +/obj/item/flashlight/flare/candle{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"dqq" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dqs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/solars/port/aft) +"dqv" = ( +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/structure/closet/crate, +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dqx" = ( +/obj/machinery/grill, +/obj/machinery/newscaster/directional/south, +/obj/item/stack/sheet/mineral/coal/five, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"dqy" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/structure/window/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"dqI" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "xeno_airlock_exterior"; + idInterior = "xeno_airlock_interior"; + idSelf = "xeno_airlock_control"; + name = "Access Console"; + req_access = list("xenobiology"); + pixel_y = 27; + pixel_x = 26 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/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/iron/dark, +/area/station/science/xenobiology) +"dqK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"dqM" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"dqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/chair/stool/directional/south, +/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/port/central) +"dqR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"dqS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"dqT" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"dqV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"dra" = ( +/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_dark, +/area/station/maintenance/department/science) +"drc" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dre" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/barber) +"drf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"dri" = ( +/obj/structure/cable, +/obj/structure/sign/calendar/directional/north, +/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/dark, +/area/station/maintenance/department/cargo) +"drt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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/dark/textured, +/area/station/security/prison) +"drw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"drB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/service/kitchen) +"drC" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/plating, +/area/station/maintenance/starboard/aft) +"drE" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"drN" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/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/dark, +/area/station/command) +"drU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"drV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"dsd" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"dsh" = ( +/obj/structure/barricade/sandbags{ + color = "#9d1a1a" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"dsn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Detective's Office"; + name = "Detective's Fax Machine" + }, +/obj/structure/detectiveboard/directional/north, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"dsq" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"dst" = ( +/obj/machinery/light/floor, +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/flowers_pp, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"dsw" = ( +/obj/structure/statue/snow/snowman, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"dsx" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + 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/edge{ + dir = 4 + }, +/area/station/security/prison) +"dsB" = ( +/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{ + color = "#3d3e42" + }, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"dsE" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"dsG" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher/directional/east{ + id = "Cell 3" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"dsI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/newspaper, +/obj/item/newspaper{ + pixel_y = 2 + }, +/obj/item/newspaper{ + pixel_y = 4 + }, +/obj/item/cigbutt{ + pixel_y = 9 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"dsJ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"dsN" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/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/iron/white, +/area/station/science/lower) +"dsQ" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"dsZ" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"dtb" = ( +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dtk" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/checkpoint/engineering) +"dtn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dtr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/fire/directional/north, +/obj/effect/turf_decal/delivery/white{ + color = "#ff6600" + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"dtt" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/line, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/range) +"dtu" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/atmos/storage) +"dtx" = ( +/obj/structure/table, +/obj/item/multitool/circuit{ + pixel_x = 7 + }, +/obj/item/multitool/circuit, +/obj/item/multitool/circuit{ + pixel_x = -8 + }, +/obj/machinery/digital_clock/directional/west, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"dtA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/kirbyplants/random, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"dtG" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/medkit{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/storage/medkit{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/healthanalyzer{ + pixel_x = 4 + }, +/obj/item/healthanalyzer{ + pixel_x = 4 + }, +/turf/open/floor/circuit/green, +/area/station/science/robotics/lab) +"dtJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"dtO" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to Fuel Pipe" + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dtW" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"dtX" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/railing{ + dir = 4 + }, +/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/iron/dark, +/area/station/maintenance/aft/greater) +"dui" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/prison) +"dun" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"duq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dut" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/directions/upload/directional/north{ + pixel_y = 24; + dir = 9 + }, +/obj/structure/sign/directions/command/directional/north{ + dir = 9 + }, +/obj/structure/sign/directions/vault/directional/north{ + pixel_y = 40; + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"duv" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/greater) +"duA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"duD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/construction/mining/aux_base) +"duE" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"duF" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"duM" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"duT" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"duV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/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/primary/central) +"dvc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/landmark/navigate_destination/library, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dvi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"dvn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dvo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/service/chapel/funeral) +"dvp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dvu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"dvv" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dvw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos/project) +"dvA" = ( +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/command/storage/eva) +"dvF" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"dvG" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/periodic_table/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"dvN" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"dvR" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"dvT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/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, +/area/station/service/kitchen) +"dwc" = ( +/obj/structure/lattice, +/obj/structure/railing{ + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"dwk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"dwl" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/contraband/prison, +/obj/machinery/firealarm/directional/north, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/garbage, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"dws" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"dwF" = ( +/obj/structure/cable, +/obj/structure/holosign/barrier/engineering, +/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_dark, +/area/station/maintenance/department/science) +"dwL" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"dwM" = ( +/obj/vehicle/sealed/mecha/ripley/paddy/preset, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/recharge_floor, +/area/station/security/mechbay) +"dxc" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"dxf" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"dxm" = ( +/obj/effect/turf_decal/trimline/red, +/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, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"dxq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"dxu" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 6 + }, +/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/dark, +/area/station/hallway/secondary/command) +"dxB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dxF" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/directional/north, +/obj/structure/table/optable, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/execution/education) +"dxH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/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/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/central) +"dxI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/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/cargo) +"dxJ" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/filingcabinet, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"dxM" = ( +/obj/effect/decal/cleanable/ash{ + pixel_y = -3 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/cigbutt/roach{ + pixel_x = -10 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"dxX" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dxY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/spawner/random/vending/colavend, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"dya" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dyb" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"dyc" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/ticket_machine/directional/north, +/obj/machinery/light/directional/north, +/obj/item/banner/command/mundane, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"dyd" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"dym" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Containment Pen #8"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"dyt" = ( +/obj/item/clothing/under/suit/red, +/obj/item/clothing/suit/toggle/lawyer/black, +/obj/item/clothing/accessory/waistcoat, +/obj/item/clothing/under/suit/black_really, +/obj/item/clothing/neck/tie/black, +/obj/structure/table/glass, +/turf/open/floor/glass/reinforced, +/area/station/commons/dorms/laundry) +"dyy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"dyz" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/morgue) +"dyB" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/departments/genetics/directional/west, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"dyD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dyN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/white, +/area/station/science/lower) +"dyP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + 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/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"dyV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/smartfridge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/service/hydroponics) +"dyW" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"dzc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood/large, +/area/station/service/theater) +"dzh" = ( +/obj/structure/stairs/north{ + color = "#5d341f" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"dzk" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/maintenance/department/bridge) +"dzp" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/safety_eye_protection/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/door/window/right/directional/north{ + name = "Shield Wall Generator Storage"; + req_access = list("teleporter") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/teleporter) +"dzs" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"dzu" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/morgue) +"dzB" = ( +/obj/machinery/light/floor, +/turf/open/floor/glass/reinforced, +/area/station/medical/morgue) +"dzE" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"dzI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/cargo/warehouse) +"dzK" = ( +/obj/structure/rack, +/obj/machinery/airalarm/directional/north, +/obj/item/analyzer, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"dzU" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"dzZ" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"dAa" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/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/navbeacon{ + location = "P6-Service-Hallway"; + codes_txt = "patrol;next_patrol=P7-Service-Hallway" + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dAb" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dAd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/fireplace, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"dAh" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dAi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dAl" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter" + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"dAp" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dAq" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/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/research) +"dAx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"dAy" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"dAE" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dAH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Pool Maintenance" + }, +/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, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"dAJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"dAL" = ( +/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/fore/lesser) +"dAM" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/box/white{ + color = "#dab4de" + }, +/turf/open/floor/iron/white/small, +/area/station/science/research) +"dAO" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teleportershutters"; + name = "Teleporter Access Shutter"; + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"dAT" = ( +/obj/effect/spawner/random/entertainment/toy_figure{ + pixel_y = 37; + pixel_x = 11 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/stone, +/area/station/commons/dorms) +"dBb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"dBc" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"dBd" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/rock/icy/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 1 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"dBe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dBg" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"dBm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"dBo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dBp" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/fullgrass, +/turf/open/floor/grass, +/area/station/commons/locker) +"dBt" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/commons/dorms) +"dBu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/breakroom) +"dBE" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dBF" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"dBH" = ( +/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/qm) +"dBL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/machinery/button/door/directional/south{ + id = "teleportershutters"; + name = "Teleporter Shutters"; + req_access = list("teleporter") + }, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"dBT" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/reagent_containers/cup/soup_pot{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/thermometer{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/department/bridge) +"dBU" = ( +/obj/effect/turf_decal/trimline/blue/filled/shrink_cw, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"dCb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"dCf" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dCi" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"dCj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"dCk" = ( +/obj/structure/marker_beacon/purple, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"dCq" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/starboard) +"dCs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"dCz" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dCA" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"dCE" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel/fifty, +/obj/item/stack/sheet/rglass{ + amount = 20; + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"dCI" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/service/cafeteria) +"dCZ" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"dDn" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"dDs" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"dDv" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"dDw" = ( +/obj/structure/table_frame/wood, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dDz" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"dDE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/stool/bar/directional/south, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"dDQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos) +"dDT" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dEc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"dEf" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"dEh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"dEj" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Detention Cell Access"; + req_access = list("brig") + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"dEs" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8; + color = "#4874A2" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"dEt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dEw" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/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/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/port) +"dEF" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/movable, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"dEG" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/noticeboard/directional/north{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"dEI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"dEJ" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/maintenance{ + name = "Command Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"dEM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dEO" = ( +/obj/machinery/plate_press, +/obj/structure/sign/poster/official/work_for_a_future/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"dER" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/cargo/warehouse) +"dEV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/machinery/door/window/right/directional/east{ + name = "Arcade Master Access" + }, +/obj/item/stack/arcadeticket, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"dFa" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/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/iron/dark/diagonal, +/area/station/tcommsat/computer) +"dFb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"dFc" = ( +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"dFi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"dFl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"dFq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"dFr" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "lawyer_shutters"; + name = "Law Office Shutters" + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"dFs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id = "hosprivacy"; + name = "HoS Privacy Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"dFw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"dFG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Mass Driver Door"; + req_access = list("ordnance") + }, +/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ + pixel_x = -26 + }, +/turf/open/floor/iron/stairs/medium, +/area/station/science/ordnance/testlab) +"dFJ" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"dFM" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"dFY" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"dGi" = ( +/obj/structure/sign/poster/contraband/waffle_corp_rifles/directional/east, +/obj/structure/hedge, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"dGk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/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/small, +/area/station/hallway/secondary/command) +"dGu" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "Xenobio Pen 6 Blast Door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/north{ + name = "Containment Pen #6"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"dGx" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/railing, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"dGy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"dGR" = ( +/obj/effect/turf_decal/siding/wood{ + 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 = 6 + }, +/obj/machinery/navbeacon{ + location = "P3-Service-Hallway"; + codes_txt = "patrol;next_patrol=P4-Service-Hallway" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dGT" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/chair/stool/bar/directional, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"dGY" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"dHe" = ( +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"dHj" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"dHm" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/office) +"dHo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"dHs" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/explab) +"dHw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"dHB" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"dHJ" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/brig) +"dHM" = ( +/obj/machinery/power/turbine/turbine_outlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"dHN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/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/dark/textured, +/area/station/security/prison) +"dHO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"dHT" = ( +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"dHU" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/book/bible, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"dHZ" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dId" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"dIe" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dIf" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating, +/area/station/command) +"dIj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/airlock/mining{ + name = "Cargo Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"dIr" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"dIs" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/warning, +/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/supermatter/room/upper) +"dIx" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dIG" = ( +/obj/machinery/door/airlock/medical{ + name = "Medical Cold Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/structure/cable, +/obj/structure/curtain, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"dIN" = ( +/turf/closed/wall, +/area/station/security/prison) +"dIW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/d_day_promo/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"dJf" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/service/theater) +"dJg" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/item/kirbyplants/random, +/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/engineering/storage/tech) +"dJs" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dJu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dJI" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"dJJ" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"dJT" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"dJU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"dJV" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dKb" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"dKh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dKr" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"dKA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"dKD" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"dKF" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/turf/open/floor/grass, +/area/station/maintenance/department/security) +"dKG" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/poster/official/jim_nortons/directional/north, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"dKK" = ( +/obj/structure/table, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/storage/bag/construction{ + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dKQ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/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, +/area/station/security/medical) +"dKS" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/lower) +"dKW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dLb" = ( +/turf/open/floor/iron/stairs/right, +/area/station/engineering/gravity_generator) +"dLe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"dLg" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/command) +"dLj" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/hallway/secondary/exit/departure_lounge) +"dLl" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/west{ + req_access = list("pharmacy"); + name = "Pharmacy Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"dLA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"dLK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"dLQ" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"dMb" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Cold Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/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/caution/stand_clear/white{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/coldroom) +"dMg" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/sign/warning/cold_temp/directional/south, +/obj/machinery/monkey_recycler, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"dMi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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/iron/dark/small, +/area/station/engineering/main) +"dMo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"dMp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/status_display/ai/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dMw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dMD" = ( +/obj/structure/transit_tube/crossing, +/obj/structure/railing/corner{ + dir = 4; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"dMM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"dMW" = ( +/turf/closed/wall, +/area/station/service/kitchen/diner) +"dNd" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/requests_console/directional/east{ + department = "Xenobiology"; + name = "Xenobiology Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/corner, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"dNf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"dNg" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/sign/calendar/directional/west, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"dNh" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"dNj" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/atmos/storage) +"dNk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"dNl" = ( +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"dNp" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"dNw" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"dNG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dNH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"dNI" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"dNO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/central) +"dNW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"dNX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/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 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"dOa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"dOc" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"dOf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood, +/obj/item/clothing/glasses/blindfold{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"dOi" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"dOl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos/pumproom) +"dOn" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/spawner/random/trash, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dOr" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dOv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/central) +"dOw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"dOy" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"dOK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dOM" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"dON" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/command, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"dOR" = ( +/obj/structure/hedge, +/obj/structure/marker_beacon/lime, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"dOT" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/tank_holder/oxygen/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"dOV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"dOZ" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/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, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"dPk" = ( +/obj/structure/toilet/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/safe) +"dPm" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dPn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"dPt" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/steam_vent, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"dPu" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid10" + }, +/area/space/nearstation) +"dPx" = ( +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"dPz" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"dPE" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"dPF" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"dPP" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"dPQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"dPS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"dPU" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"dPW" = ( +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dQa" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light/no_nightlight/directional/south, +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/blue, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"dQi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/stairs/medium{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"dQk" = ( +/obj/effect/turf_decal/trimline/dark/end, +/obj/machinery/holopad, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"dQm" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"dQq" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"dQv" = ( +/obj/structure/table, +/obj/item/food/grown/poppy{ + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"dQw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"dQH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dQJ" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"dQL" = ( +/obj/docking_port/stationary{ + dheight = 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; + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"dQO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"dQP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/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/large, +/area/station/hallway/primary/port) +"dQQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner, +/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/textured, +/area/station/commons/fitness/recreation) +"dQV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"dQY" = ( +/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) +"dRl" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"dRq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"dRs" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"dRy" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/boutique) +"dRC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/security/breakroom) +"dRG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dRI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 12 + }, +/turf/open/space/basic, +/area/space/nearstation) +"dRN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office) +"dRR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dRS" = ( +/obj/item/plant_analyzer, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/south, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/grass{ + icon_state = "grass1" + }, +/area/station/security/prison/garden) +"dRW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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/dark, +/area/station/commons/fitness/recreation/lasertag) +"dRZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/turf/open/space/openspace, +/area/space/nearstation) +"dSn" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "Medbay Junction" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"dSp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"dSq" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/department/bridge) +"dSt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"dSx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/camera/autoname/directional/west{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"dSA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/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/commons/dorms) +"dSC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"dSE" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/paper, +/obj/item/paper, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch/directional/south{ + pixel_x = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"dSH" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"dSJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"dSN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/worn_out/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"dTf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"dTi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/clipboard{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/obj/structure/secure_safe/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"dTr" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Blast Door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"dTu" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"dTE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"dTJ" = ( +/obj/item/toy/plush/rouny{ + dir = 4; + pixel_y = 8; + pixel_x = -3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"dTN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/red/dim/directional/east, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"dTP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"dTR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"dTS" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"dTT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison) +"dTX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + 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 = 6 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"dTY" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/spawner/random/contraband/prison, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/structure/sign/poster/official/fruit_bowl/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"dUb" = ( +/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/corner{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"dUd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/security/breakroom) +"dUe" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"dUg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"dUk" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/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 = 9 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"dUr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"dUt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"dUu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dUz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/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/brig/lower) +"dUD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = 3 + }, +/obj/item/circuitboard/machine/exoscanner, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = -3 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"dUK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/port) +"dUM" = ( +/obj/machinery/fishing_portal_generator, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/rush_propaganda/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"dUR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"dUV" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"dUW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"dUX" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"dVh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/directional/west, +/obj/item/newspaper, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"dVi" = ( +/obj/item/clothing/shoes/ducky_shoes{ + name = "Quackins" + }, +/turf/open/water/beach, +/area/station/commons/fitness/recreation/pool) +"dVo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/ripped/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"dVp" = ( +/turf/closed/wall/r_wall, +/area/station/security/evidence) +"dVq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"dVu" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"dVD" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/cargo/drone_bay) +"dVF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"dVG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"dVI" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/solars/port/aft) +"dVJ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/plate/small{ + pixel_y = 4 + }, +/obj/structure/table/wood/fancy/black, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"dVQ" = ( +/obj/effect/turf_decal/tile/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"dVR" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/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) +"dVW" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/mirror/directional/west, +/obj/structure/sink/directional/east, +/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/white/diagonal, +/area/station/medical/patients_rooms/room_b) +"dVZ" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"dWd" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/science/breakroom) +"dWh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/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 = 5 + }, +/area/station/hallway/primary/fore) +"dWn" = ( +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"dWo" = ( +/turf/open/openspace, +/area/station/service/library/upper) +"dWu" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/sign/poster/contraband/have_a_puff/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics/garden) +"dWA" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/security/brig) +"dWH" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"dWI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"dWK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"dWL" = ( +/obj/structure/table/wood, +/obj/structure/desk_bell{ + pixel_x = -17; + pixel_y = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 9; + pixel_x = 16 + }, +/obj/item/clipboard, +/obj/item/pen/fountain, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dWM" = ( +/obj/machinery/vending/assist, +/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/engineering/storage/tech) +"dWV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/structure/chair/sofa/bench/right, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"dXh" = ( +/obj/structure/flora/rock/pile/jungle/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"dXn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chapel_shutters_parlour"; + name = "Chapel Shutters" + }, +/turf/open/floor/plating, +/area/station/service/chapel/funeral) +"dXq" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/edge, +/area/station/security/prison) +"dXu" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"dXB" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"dXD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"dXE" = ( +/obj/machinery/telecomms/server/presets/medical, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"dXF" = ( +/obj/machinery/door/airlock/wood{ + name = "Meditation Room" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"dXK" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"dXM" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Unit 3" + }, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"dXP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"dXQ" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = -14 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = -14 + }, +/obj/machinery/door/firedoor/border_only{ + 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/cafeteria, +/area/station/security/prison/mess) +"dXW" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"dXX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"dXY" = ( +/obj/machinery/deepfryer, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"dYb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dYf" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"dYi" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/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/lower) +"dYp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"dYr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark_blue/warning, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"dYy" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dYz" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dYA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"dYB" = ( +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/maintenance/starboard/central) +"dYI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"dYK" = ( +/obj/effect/decal/cleanable/wrapping/pinata, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"dYN" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"dYU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/cloth{ + color = "#f58ada" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"dZa" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"dZb" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"dZf" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/airlock/command{ + name = "Command Hallway" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command) +"dZj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"dZk" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/hallway/secondary/command) +"dZl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_y = 24; + pixel_x = 5 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"dZr" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"dZu" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/east, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"dZC" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/vending/wallmed/directional/north, +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"dZF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room/upper) +"dZN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/side{ + dir = 2 + }, +/area/station/service/kitchen) +"dZQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair/sofa/bench/right, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"dZR" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"dZU" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -16; + pixel_y = 5 + }, +/obj/effect/spawner/random/entertainment/dice{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"dZV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"dZX" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"eab" = ( +/obj/effect/turf_decal/tile/neutral, +/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, +/area/station/hallway/primary/central) +"ead" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/storage/box/stickers, +/obj/item/storage/box/stickers/googly, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"eak" = ( +/obj/machinery/door/airlock/research{ + name = "Mech Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/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/dark/small, +/area/station/science/robotics/lab) +"eao" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/landmark/navigate_destination/janitor, +/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, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"eaq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"eas" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/transit_tube/station/dispenser/reverse/flipped{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"eav" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/engineering/supermatter/room/upper) +"eaw" = ( +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/marker_beacon/lime, +/obj/machinery/light/floor, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"eax" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eaA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/item/cigbutt, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"eaI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"eaN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"eaO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eaQ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/warning/secure_area/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eaS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/starboard/central) +"ebc" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/science/breakroom) +"ebd" = ( +/obj/structure/cable, +/obj/item/reagent_containers/cup/glass/coffee/no_lid{ + pixel_y = 13; + pixel_x = 6 + }, +/obj/machinery/digital_clock/directional/north, +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ebe" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side, +/area/station/security/brig/lower) +"ebr" = ( +/obj/structure/hedge/opaque, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/cargo/office) +"ebE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/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/dark, +/area/station/service/chapel) +"ebQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port) +"ebS" = ( +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"ebX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ebZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ecf" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"ech" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple, +/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/lower) +"eci" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Auxiliry Dock Maintainence" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"ecj" = ( +/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/airlock_controller/incinerator_ordmix{ + pixel_y = 25 + }, +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_y = -24; + pixel_x = 6 + }, +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = -6; + pixel_y = -24 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"ecs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/rnd/destructive_analyzer, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"ecw" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ecB" = ( +/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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, +/area/station/hallway/primary/central) +"ecE" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/bluespace_vendor/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ecG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"ecL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ecO" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ecQ" = ( +/obj/item/folder/yellow, +/obj/item/airlock_painter, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/engineering/storage) +"ecT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"ecV" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ecW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"ecY" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + 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/wood/large, +/area/station/command/heads_quarters/hos) +"edt" = ( +/obj/machinery/door/airlock/research{ + name = "Mech Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/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/dark, +/area/station/science/robotics/mechbay) +"edw" = ( +/obj/structure/flora/bush/jungle/c/style_2, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/commons/dorms) +"edx" = ( +/turf/closed/wall/r_wall, +/area/station/security/holding_cell) +"edz" = ( +/obj/machinery/vending/clothing, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"edD" = ( +/mob/living/basic/goat/pete, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"edF" = ( +/obj/machinery/modular_computer/preset/cargochat/medical, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/machinery/requests_console/auto_name/directional/north{ + name = "Medbay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/sign/poster/official/moth_meth/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"edK" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rdgene2"; + name = "Secondary Genetics Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/genetics) +"edN" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"edR" = ( +/obj/structure/firelock_frame, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"edV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"eea" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"eeb" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"eec" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"eeg" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"eel" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/explosives/alt/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"eep" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"eeu" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"eev" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eeA" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"eeC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/medical/office) +"eeG" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"eeH" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/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/dark/textured_half, +/area/station/engineering/atmos) +"eeL" = ( +/obj/structure/table/wood/fancy, +/obj/item/book/granter/action/spell/smoke/lesser{ + name = "mysterious old book of cloud-chasing" + }, +/obj/item/nullrod, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"eeO" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"efj" = ( +/obj/effect/decal/cleanable/plasma, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"efm" = ( +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/marker_beacon/teal, +/turf/open/floor/grass, +/area/station/medical/medbay/lobby) +"efr" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"efA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"efC" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding/wood, +/obj/item/stamp/head/hop{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/paper_bin/carbon{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/pen/fountain{ + pixel_y = 3; + pixel_x = -4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"efF" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"efG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/science/genetics) +"efH" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + name = "Tertiary AI Core Access"; + req_access = list("ai_upload"); + pixel_x = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/caution/white{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"efL" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/starboard) +"efQ" = ( +/obj/machinery/computer/bank_machine, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"efX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"efZ" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison) +"egd" = ( +/obj/structure/rack, +/obj/item/vending_refill/security, +/obj/item/storage/box/handcuffs, +/obj/effect/turf_decal/bot, +/obj/item/storage/box/flashes{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"egg" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"egh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"egi" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east{ + name = "Private Channel"; + frequency = 1447; + broadcasting = 1 + }, +/obj/machinery/camera/autoname/motion/directional/east{ + network = list("aiupload") + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"egn" = ( +/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, +/turf/open/floor/carpet/blue, +/area/station/medical/break_room) +"egr" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/book/manual/wiki/cooking_to_serve_man, +/obj/item/kitchen/rollingpin, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"egs" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/pile/style_2, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/structure/flora/tree/dead/style_3{ + pixel_x = 0; + pixel_y = -8 + }, +/obj/structure/marker_beacon/yellow, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/central) +"egu" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"egy" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/port) +"egA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/trimline/brown/line, +/obj/item/banner/cargo/mundane, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/cargo/lower) +"egF" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/security/prison) +"egM" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"egQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/space/nearstation) +"ehb" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light_switch/directional/south, +/obj/machinery/door/window/brigdoor/left/directional/west{ + req_access = list("command"); + name = "Command Supply Access" + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"ehk" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"ehn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"eho" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/warning/directional/west, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ehp" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"ehu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/cargo/warehouse) +"ehw" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"ehz" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"ehF" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/modular_computer/preset/civilian{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"ehH" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"ehI" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"ehZ" = ( +/turf/open/floor/glass, +/area/station/hallway/primary/port) +"eih" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/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/iron/white, +/area/station/medical/lower) +"eis" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/book/bible{ + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"eiA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/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/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/aft/greater) +"eiC" = ( +/obj/structure/sign/warning/vacuum, +/turf/closed/wall, +/area/station/cargo/storage) +"eiF" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"eiG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/helmet/space{ + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"eiM" = ( +/obj/structure/closet/wardrobe/miner, +/obj/item/storage/backpack/satchel/explorer, +/obj/effect/turf_decal/bot_white, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"eiU" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eiW" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eiY" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass, +/obj/structure/flora/bush/flowers_br, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"ejb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"ejl" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/oil, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ejm" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/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/commons/fitness/recreation/pool) +"ejn" = ( +/turf/closed/wall, +/area/station/commons/dorms) +"ejs" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch/directional/north, +/obj/structure/hedge, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/aft) +"ejt" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/cytology{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/biopsy_tool{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/clothing/gloves/latex{ + pixel_y = -13 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = -12 + }, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"ejw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"ejz" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/hydroponics/garden) +"ejC" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"ejG" = ( +/obj/item/clothing/head/fedora/carpskin, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/space/nearstation) +"ejI" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/cable, +/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/port/central) +"ejN" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ejP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/safe) +"ejQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ejS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"ejT" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/costume/party, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ejV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ejY" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"ekb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/item/toy/foamblade, +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"ekf" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"ekj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"ekk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ekr" = ( +/obj/structure/stairs/west{ + color = "#3d3e42" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"eks" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Lab" + }, +/turf/open/floor/iron/dark/small, +/area/station/science/genetics) +"ekt" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + 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/engineering/supermatter/room/upper) +"eky" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"ekz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Post - Engineering" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/engineering) +"ekB" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"ekC" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/engine_smes) +"ekD" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/wood/large, +/area/station/hallway/secondary/command) +"ekH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + 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/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"ekX" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/ordnance/storage) +"eld" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"elf" = ( +/obj/structure/hedge, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"elj" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + 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/wood/large, +/area/station/service/theater) +"ell" = ( +/obj/structure/disposaloutlet, +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"elt" = ( +/obj/structure/sign/chalkboard_menu, +/turf/closed/wall/r_wall, +/area/station/security/prison) +"elv" = ( +/obj/structure/railing, +/turf/open/openspace, +/area/station/service/chapel/funeral) +"elx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"elz" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"elB" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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, +/area/station/science/lower) +"elF" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"elI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"elL" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"elN" = ( +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"elV" = ( +/obj/effect/turf_decal/loading_area, +/obj/structure/cable, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lobby) +"elZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"emn" = ( +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/tree/jungle/small/style_4, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"emp" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/west, +/obj/structure/hedge, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"emv" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"emU" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"emW" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"emX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"emZ" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"enb" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"eng" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"enl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"enq" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 4 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"eny" = ( +/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/dark/herringbone, +/area/station/service/hydroponics) +"enD" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"enE" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/directional/south, +/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/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"enG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"enJ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"enK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"enS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eod" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/interrogation) +"eoe" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/photocopier, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"eof" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/cmo) +"eoi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eok" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"eol" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/port) +"eov" = ( +/obj/effect/turf_decal/siding/dark/end, +/obj/structure/table/glass, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/machinery/cell_charger, +/obj/machinery/ecto_sniffer{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/floor/circuit/green, +/area/station/science/robotics/lab) +"eoI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"eoL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"eoO" = ( +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"eoS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/brig) +"eoU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/commons/dorms) +"epa" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 5 + }, +/obj/item/radio/intercom/command/directional/north, +/obj/machinery/smartfridge/food, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/command/corporate_suite) +"epc" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"epe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/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/hatch{ + name = "MiniSat Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"epf" = ( +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"epg" = ( +/obj/structure/mecha_wreckage/gygax, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"epD" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant1, +/obj/machinery/light/small/directional/south, +/obj/machinery/button/door{ + desc = "A door remote control switch for the interior brig doors."; + id = "innerbrig"; + name = "Brig Interior Door Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -26; + req_access = list("security") + }, +/obj/machinery/button/door{ + desc = "A door remote control switch for the exterior brig doors."; + id = "outerbrig"; + name = "Brig Exterior Door Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = -26; + req_access = list("security") + }, +/obj/machinery/button/door{ + desc = "Controls the shutters over the cell windows."; + id = "brigwindows"; + name = "Cell Window Control"; + pixel_x = 6; + pixel_y = -36; + req_access = list("security"); + specialfunctions = 4 + }, +/obj/machinery/button/flasher{ + id = "secentranceflasher"; + name = "Brig Entrance Flasher"; + pixel_y = -36; + req_access = list("security"); + pixel_x = -6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"epE" = ( +/obj/structure/broken_flooring/pile/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"epF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/virology) +"epP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = -5 + }, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + id = "prisonereducation"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"epY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/light/floor, +/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/textured, +/area/station/ai_monitored/security/armory) +"eqb" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/commons/vacant_room/commissary) +"eqd" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/computer/pandemic, +/obj/machinery/requests_console/directional/north{ + department = "Virology"; + name = "Virology Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"eqi" = ( +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"eqm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/wood/large, +/area/station/service/library) +"eqr" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"eqs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/port) +"eqC" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"eqF" = ( +/obj/structure/cable, +/obj/machinery/navbeacon{ + location = "S3-Starboard-Hallway"; + codes_txt = "patrol;next_patrol=S4-Command-Lobby" + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/primary/starboard) +"eqN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/table, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/analyzer, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/item/book/manual/wiki/ordnance, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"eqO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"eqT" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"eqZ" = ( +/obj/structure/railing{ + dir = 1 + }, +/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/stairs{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/maintenance/aft/greater) +"ere" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"erg" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/hooded/wintercoat/science{ + pixel_y = 8 + }, +/obj/item/clothing/shoes/winterboots{ + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"erh" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"eri" = ( +/turf/open/space/openspace, +/area/space/nearstation) +"erl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"erp" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/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/iron/dark, +/area/station/hallway/secondary/command) +"erq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/radshelter/civil) +"ert" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + 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/supermatter/room/upper) +"eru" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"erJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"erK" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"erL" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"erO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"erP" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"erT" = ( +/obj/item/clothing/glasses/hud/security/sunglasses/gars{ + pixel_x = 3; + pixel_y = -2 + }, +/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/effect/turf_decal/bot/left, +/obj/structure/rack, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"esg" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"esm" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/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 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"esn" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/cmo) +"eso" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/structure/closet/lasertag/blue, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/thunderdrome/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"esy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/sign/warning/test_chamber/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lower) +"esC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/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 = 9 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"esF" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/command/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/bridge_officer, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"esG" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"esJ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"esO" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"esT" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/structure/railing, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/cargo) +"esU" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/command) +"etc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"ete" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Elevator"; + elevator_mode = 1; + transport_linked_id = "SecElevator" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"etg" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/filingcabinet, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"etq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"ets" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"ett" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid7" + }, +/area/space/nearstation) +"etx" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/stairs/left{ + dir = 8; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/central) +"etz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"etF" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness) +"etG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/duct, +/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/dark/small, +/area/station/medical/cryo) +"etK" = ( +/obj/effect/decal/cleanable/wrapping/pinata, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"etO" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet, +/obj/effect/landmark/start/hangover, +/obj/machinery/flasher/directional/east{ + pixel_y = 24; + id = "Cell 1" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"etT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/south, +/obj/structure/sign/poster/random/directional/north, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"etX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/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/lower) +"euf" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/starboard) +"eum" = ( +/obj/structure/cable, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"euB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Supply Storage" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"euF" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"euH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"euI" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/security/prison) +"euO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/sign/departments/telecomms/alt/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/contraband/thunderdrome/directional/west, +/obj/item/shell/server, +/turf/open/floor/circuit/green, +/area/station/maintenance/starboard/fore) +"euQ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"euX" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"euZ" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"evk" = ( +/obj/machinery/atmospherics/components/unary/bluespace_sender, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"evu" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 15; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 15; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"evz" = ( +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"evC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"evP" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"evQ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/machinery/door/airlock/external, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"evT" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"evU" = ( +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/chair/office, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"evZ" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"ewa" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"ewj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/toy/plush/lizard_plushie/space, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ewn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/fountain{ + pixel_y = 4; + pixel_x = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"ewo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"ewt" = ( +/turf/closed/wall, +/area/space/nearstation) +"eww" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"ewE" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"ewF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ewH" = ( +/obj/effect/turf_decal/trimline/green/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"ewN" = ( +/obj/structure/displaycase/trophy, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"ewO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/window/left/directional/east{ + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"ewV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ewW" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"exb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"exe" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos) +"exg" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/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/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"exj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"exr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/bush/ferny/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ext" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"exx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/science) +"exz" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hop) +"exD" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Cafe" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/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/service/cafeteria) +"exI" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + 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/dark/small, +/area/station/engineering/main) +"exP" = ( +/obj/structure/cable, +/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/port/central) +"exS" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/cable, +/obj/structure/steam_vent, +/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/port/central) +"exU" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"exV" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/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/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"exW" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eyd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/table/wood/fancy/royalblack, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"eyj" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses"; + pixel_y = 15 + }, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"eym" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/stack/spacecash/c1{ + pixel_x = 12; + pixel_y = -5 + }, +/obj/item/stack/spacecash/c10{ + pixel_y = 9 + }, +/obj/item/poster/tail_board{ + pixel_y = 8; + pixel_x = -4 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"eyq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"eyr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/research) +"eyE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/machinery/navbeacon{ + location = "C1-Fore-Central-B"; + codes_txt = "patrol;next_patrol=C2-Starboard-Central-Fw" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eyO" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/openspace, +/area/station/engineering/atmos/upper) +"eyQ" = ( +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/central) +"eyR" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/item/radio/off{ + pixel_x = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"eyY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/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 = 5 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"eza" = ( +/obj/effect/turf_decal/trimline/blue/end, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"ezj" = ( +/obj/machinery/door/airlock{ + id_tag = "LDorm1"; + name = "Luxury Cabin 1" + }, +/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/iron/dark/herringbone, +/area/station/commons/dorms) +"ezk" = ( +/obj/structure/table/wood, +/obj/machinery/computer/pod/old{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"ezu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"ezv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"ezF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ezG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/structure/showcase/machinery/tv/broken, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"ezJ" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"ezU" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"eAb" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/sign/directions/evac/directional/north{ + pixel_x = 0; + pixel_y = 26; + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"eAc" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"eAi" = ( +/turf/closed/wall, +/area/station/medical/coldroom) +"eAj" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"eAo" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/cargo/lobby) +"eAq" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light_switch/directional/north, +/obj/item/stack/rods/two, +/obj/item/stack/cable_coil/five, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/mechbay) +"eAs" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"eAw" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"eAy" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/obj/item/toy/figure/bartender{ + pixel_y = 17; + pixel_x = -1 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"eAz" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eAC" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room/upper) +"eAK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/structure/filingcabinet/security, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"eAL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"eAW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eAZ" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eBd" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/tree/jungle/small/style_4, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/library/upper) +"eBg" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/port/aft) +"eBj" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/box/red, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"eBn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"eBo" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = -3; + pixel_x = -1 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/maintenance/starboard/central) +"eBs" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"eBu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/station/science/breakroom) +"eBy" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"eBC" = ( +/obj/machinery/air_sensor/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"eBJ" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"eBM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison) +"eBT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","tcomms") + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"eBW" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Service Deliveries"; + req_access = list("service") + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"eBX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"eCa" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"eCc" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "janigarbage" + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/janitor) +"eCh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/closet/crate/mod, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"eCl" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"eCm" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"eCA" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/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/central) +"eCC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/closet/secure_closet/psychology, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/fish_feed, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"eCE" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eCH" = ( +/obj/machinery/digital_clock/directional/north, +/obj/structure/chair/stool/directional/south, +/obj/item/cigbutt, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"eCJ" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"eCK" = ( +/obj/machinery/drone_dispenser, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eCM" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eCS" = ( +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/cup/watering_can, +/obj/structure/table/glass, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"eCU" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"eDa" = ( +/turf/closed/wall/r_wall, +/area/station/command/teleporter) +"eDh" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"eDl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/textured, +/area/station/medical/medbay/lobby) +"eDo" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/leavy/style_3, +/obj/structure/flora/bush/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/commons/storage/primary) +"eDp" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"eDr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"eDs" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"eDA" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"eDF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"eDH" = ( +/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/dark/small, +/area/station/security/brig) +"eDI" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"eDK" = ( +/obj/machinery/gibber, +/obj/machinery/light/cold/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"eDV" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"eDX" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"eEc" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"eEe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"eEf" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"eEg" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"eEj" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"eEq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"eEr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/bookcase/random, +/obj/item/flashlight/lamp/green{ + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eEs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"eEu" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/bitrunner, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"eEv" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"eEx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/directions/evac/directional/north{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"eEA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"eEB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance/two, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/fore) +"eED" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/fore/greater) +"eEP" = ( +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"eEQ" = ( +/turf/open/floor/iron/stairs/left{ + color = "#5d341f"; + dir = 1 + }, +/area/station/command/heads_quarters/captain) +"eEZ" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness) +"eFd" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/security/armory) +"eFf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"eFn" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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/white, +/area/station/medical/lower) +"eFw" = ( +/obj/structure/railing, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/end{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"eFy" = ( +/obj/structure/reagent_dispensers/plumbed, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"eFE" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"eFK" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eGd" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"eGg" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","tcomms") + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"eGi" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/tank_dispenser, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"eGm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"eGq" = ( +/obj/machinery/atmospherics/components/tank, +/obj/structure/sign/poster/official/wtf_is_co2/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"eGr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"eGu" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"eGv" = ( +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"eGx" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/box/red, +/obj/machinery/light/cold/directional/south, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"eGB" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/dim/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eGI" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"eGN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/trimline/purple, +/obj/item/reagent_containers/cup/bucket, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"eGU" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"eGW" = ( +/obj/structure/transport/linear/public, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"eGZ" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"eHc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eHd" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"eHo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/range) +"eHv" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"eHx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/head/costume/fancy, +/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/textured, +/area/station/security/prison) +"eHA" = ( +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"eHB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"eHQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"eHT" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"eHY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/machinery/smoke_machine, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eIk" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/sign/departments/chemistry/pharmacy/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"eIo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 5; + color = "#683d21" + }, +/obj/structure/chair/wood/wings{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"eIp" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"eIq" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"eIs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/storage) +"eIu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"eIA" = ( +/obj/structure/sign/departments/morgue/directional/south, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"eIB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"eIC" = ( +/obj/structure/hedge, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"eID" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"eIE" = ( +/turf/open/floor/bamboo, +/area/station/ai_monitored/aisat/exterior) +"eIH" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_y = 14; + pixel_x = -3 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"eIQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/radio/intercom/directional/east{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"eIS" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/sign/poster/official/random/directional/north, +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/iron/dark, +/area/station/command) +"eIT" = ( +/obj/structure/fence/door/opened, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eIU" = ( +/obj/machinery/door/airlock/maintenance/glass, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"eIY" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/stack/wrapping_paper{ + pixel_y = 4 + }, +/obj/item/dest_tagger{ + pixel_y = 2 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"eJb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"eJe" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/spawner/random/entertainment/deck, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/science/breakroom) +"eJi" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/table, +/obj/machinery/microwave, +/obj/structure/sign/poster/contraband/donk_co/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/medical/pharmacy) +"eJn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -10; + pixel_y = -5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eJI" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"eJN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/effect/turf_decal/box/red/corners, +/obj/structure/railing/corner{ + color = "#4874A2" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"eJT" = ( +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/machinery/door/window/left/directional/south{ + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/item/mod/paint{ + pixel_x = 0; + pixel_y = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"eJZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"eKb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"eKd" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"eKf" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"eKi" = ( +/obj/structure/railing, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/service/chapel/funeral) +"eKk" = ( +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"eKp" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"eKs" = ( +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"eKx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/office) +"eKy" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/service/library) +"eKB" = ( +/obj/effect/turf_decal/siding/dark, +/obj/machinery/chem_heater/withbuffer, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"eKC" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"eKI" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"eKK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"eKQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small/red/dim/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"eKU" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"eKV" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/iv_drip, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"eKY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red, +/obj/structure/noticeboard/directional/south{ + pixel_y = -25 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/breakroom) +"eKZ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) +"eLb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"eLh" = ( +/obj/effect/turf_decal/trimline/brown/filled/end, +/obj/machinery/vending/custom, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"eLi" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"eLm" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eLo" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/chair/stool/directional/west, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/research) +"eLB" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"eLJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/smooth_edge, +/area/station/security/prison/workout) +"eLM" = ( +/obj/machinery/disposal/bin{ + pixel_y = -2 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/abductor/ayy_no/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"eLN" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/spawner/xmastree, +/obj/structure/marker_beacon/lime, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/commons/dorms) +"eLO" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/maintenance/department/security) +"eLT" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"eLU" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"eLW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eMg" = ( +/obj/structure/table, +/obj/effect/turf_decal/delivery, +/obj/machinery/requests_console/directional/west{ + department = "Ordnance Test Range"; + name = "Test Range Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/item/computer_disk{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/computer_disk{ + pixel_y = 1 + }, +/obj/item/computer_disk/ordnance{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"eMn" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eMs" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"eMJ" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/ladder, +/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/supermatter/room/upper) +"eMN" = ( +/obj/structure/cable, +/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{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/lesser) +"eMP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"eMS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"eMU" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"eMV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"eMW" = ( +/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/maintenance/starboard/central) +"eMY" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/weather/snow, +/obj/structure/sign/poster/official/twenty_four_seven/directional/north, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"eNg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"eNo" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/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/port/fore) +"eND" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"eNE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"eNF" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/hedge, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"eNG" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"eNJ" = ( +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"eNN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ff8080" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"eNS" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"eNT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/solars/starboard/fore) +"eNX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"eOb" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port) +"eOc" = ( +/obj/item/stack/cable_coil/five, +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"eOi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eOo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/locker) +"eOq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + name = "Captain's Requests Console"; + department = "Captain's Desk" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/light/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"eOt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/vending/snack/green, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"eOx" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/chair, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"eOz" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/aft) +"eOF" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eOK" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/hallway/secondary/command) +"eOM" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"eOO" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"eOW" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"ePb" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/port/central) +"ePc" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"ePk" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal) +"ePw" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + 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/science/explab) +"ePx" = ( +/obj/machinery/computer/accounting, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"ePD" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"ePF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"ePM" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/machinery/navbeacon{ + location = "S6-Command-Lobby"; + codes_txt = "patrol;next_patrol=S7-Command-Lobby" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"ePN" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door{ + id = "xenobio5"; + name = "Xenobio Pen 5 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ePU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/dorms) +"ePY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/fluff/paper/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"eQl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/cargo/office) +"eQn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/port) +"eQo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet/red, +/area/station/service/library) +"eQu" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/kudzu/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"eQG" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/machinery/door/window/left/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"eQL" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eQY" = ( +/obj/item/toy/plush/slimeplushie{ + name = "Mimo" + }, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"eRh" = ( +/turf/closed/wall, +/area/station/science/lobby) +"eRi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"eRk" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"eRn" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"eRp" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"eRq" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"eRx" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eRG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/safe) +"eRI" = ( +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"eRO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/purple, +/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/lower) +"eRP" = ( +/obj/machinery/smartfridge/food, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"eRS" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"eRT" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/construction/mining/aux_base) +"eRW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/hop/double{ + dir = 1 + }, +/obj/structure/sign/clock/directional/west, +/obj/item/toy/plush/beeplushie, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"eRX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small/red/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"eSb" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"eSd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"eSj" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eSk" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/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/plating, +/area/station/maintenance/fore/lesser) +"eSl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"eSx" = ( +/obj/machinery/photocopier, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"eSD" = ( +/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) +"eSJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"eSM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"eSN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"eSO" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/prison) +"eSQ" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"eSU" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ff66ff" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"eTd" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/transit_tube/station/dispenser/reverse{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"eTe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"eTh" = ( +/obj/structure/chair/stool/directional/south{ + pixel_y = 21 + }, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 34 + }, +/obj/structure/mirror/directional/east, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/carpet/red, +/area/station/service/barber) +"eTo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_red/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/chapel/funeral) +"eTp" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"eTv" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding/blue/corner, +/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 = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"eTE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/closet/secure_closet/atmospherics, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos/hfr_room) +"eTG" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"eTJ" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker{ + pixel_y = 11; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 9; + pixel_x = 4 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_x = 2 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_x = 8 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 13; + pixel_x = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"eTP" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/department/bridge) +"eTU" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"eTZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"eUa" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"eUh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eUn" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner, +/area/station/security/brig) +"eUt" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eUv" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"eUC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"eUD" = ( +/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/small, +/area/station/command) +"eUE" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"eUJ" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/checkpoint/engineering) +"eUK" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/item/storage/medkit/regular, +/obj/item/reagent_containers/cup/bottle/morphine, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"eUN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/guncase/ecase{ + open = 0; + anchored = 1 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"eUS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/project) +"eUT" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"eUV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"eUX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eVb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/landmark/start/bitrunner, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"eVc" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"eVd" = ( +/obj/structure/filingcabinet, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"eVf" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list("chapel_office") + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"eVi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/storage/briefcase/secure, +/obj/item/taperecorder, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"eVm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"eVo" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eVu" = ( +/obj/machinery/light/no_nightlight/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) +"eVz" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/command) +"eVG" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/radio/entertainment/speakers/physical{ + pixel_x = 3; + pixel_y = 13 + }, +/obj/item/radio{ + pixel_y = 5; + pixel_x = -7 + }, +/obj/item/radio/weather_monitor{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"eVI" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"eVJ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"eVP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"eVR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"eVS" = ( +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/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, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"eVT" = ( +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","engine") + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"eVY" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"eVZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"eWg" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/disposal) +"eWh" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/digital_clock/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"eWv" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/feather{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/dim/directional/south, +/obj/item/reagent_containers/cup/bottle{ + icon_state = "burner"; + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"eWy" = ( +/obj/structure/sign/departments/telecomms/directional/west, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"eWA" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/start/asset_protection, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"eWG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"eWL" = ( +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white, +/area/station/science/research) +"eWP" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"eXe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"eXj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"eXx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 10 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/service/kitchen) +"eXC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"eXG" = ( +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/structure/hedge, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"eXK" = ( +/turf/open/floor/carpet/black, +/area/station/service/minibar) +"eXR" = ( +/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, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"eXS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/command) +"eYa" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"eYb" = ( +/turf/closed/wall/r_wall, +/area/station/medical/break_room) +"eYc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/fitness/recreation) +"eYk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/singular/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"eYl" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"eYs" = ( +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/fluff/divine/convertaltar, +/obj/item/fakeartefact, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"eYt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"eYA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"eYE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/port) +"eYF" = ( +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"eYG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/brown/line{ + 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/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"eYH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/sign/clock/directional/west, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"eYI" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line, +/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/primary/central) +"eYM" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"eYS" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"eYW" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"eYX" = ( +/obj/structure/table/wood, +/obj/item/paper/crumpled{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/effect/spawner/random/bureaucracy/pen{ + pixel_x = 6 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"eYY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"eZi" = ( +/obj/structure/sign/poster/official/safety_eye_protection/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/effect/turf_decal/bot, +/obj/machinery/door/window/left/directional/south{ + name = "Magboot Storage"; + req_access = list("eva") + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"eZk" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/jungle/style_2, +/obj/structure/flora/bush/pale/style_4, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"eZl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/trash/boritos{ + pixel_x = -5; + pixel_y = 11 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"eZo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"eZs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"eZt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"eZv" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red/corner, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"eZA" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/cult_turf, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"eZB" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"eZP" = ( +/obj/structure/broken_flooring/singular/always_floorplane/directional/east, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"eZQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"faa" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair/stool/directional/south{ + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"fae" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/red{ + dir = 1 + }, +/obj/structure/sign/clock/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison/safe) +"faf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/iron/stairs{ + color = "#5d341f" + }, +/area/station/security/courtroom) +"fag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"fai" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"faj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"fan" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"far" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/main) +"faw" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/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, +/area/station/hallway/secondary/command) +"fax" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/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/iron/dark, +/area/station/medical/virology) +"faC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"faH" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"faK" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"faO" = ( +/obj/item/flashlight/lamp{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"faQ" = ( +/obj/structure/sign/poster/official/ue_no/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/mannequin/plastic, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"faX" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/plating, +/area/station/maintenance/aft/lesser) +"fbb" = ( +/obj/structure/hedge, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"fbi" = ( +/obj/structure/hedge, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"fbl" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"fbu" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/stack/spacecash/c10{ + pixel_y = 1 + }, +/obj/item/stack/spacecash/c1{ + pixel_y = 9 + }, +/obj/item/stack/spacecash/c20{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"fbx" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"fby" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"fbA" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/north{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fbB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"fbE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/execution/education) +"fbL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"fbM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Gas to Cold Loop"; + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fbR" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/warden) +"fbS" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fca" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"fcg" = ( +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"fci" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command/bridge) +"fcw" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"fcG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/random/trash/soap, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"fcH" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fcQ" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/tree/jungle/small/style_4, +/obj/structure/marker_beacon/lime, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"fcR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"fcT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"fcV" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"fcY" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + name = "Janitorial Requests Console"; + department = "Janitorial" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"fcZ" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"fde" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"fdf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/brig/lower) +"fdi" = ( +/obj/structure/railing, +/obj/structure/railing, +/obj/structure/stairs/west{ + color = "#3d3e42" + }, +/obj/structure/sign/departments/holy/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"fdn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/machinery/light/directional/south, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fdp" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"fdu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/closet/crate/bin, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"fdz" = ( +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"fdG" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/hallway/secondary/command) +"fdH" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"fdM" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/frame/computer, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"fdR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"fef" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/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/plating, +/area/station/maintenance/aft/greater) +"fem" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/commons/dorms) +"fen" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/arrow_ccw, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"fep" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"feq" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fev" = ( +/obj/structure/cable, +/obj/structure/railing, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"fey" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"feF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/vending/snack/green, +/turf/open/floor/wood/large, +/area/station/service/library) +"feH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"feJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/hallway/primary/fore) +"feR" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"feS" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness/recreation) +"feY" = ( +/obj/item/trash/can/food/pine_nuts, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"feZ" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"ffj" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"ffp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"ffs" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ffu" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"ffx" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"ffz" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ffC" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/photocopier, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"ffE" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/sign/clock/directional/west, +/obj/item/toy/plush/moth, +/obj/machinery/camera/autoname/directional/west{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"ffG" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"ffS" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation/pool) +"ffT" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"fgd" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"fgg" = ( +/obj/machinery/door/airlock/research{ + name = "Cytology Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/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/science/xenobiology) +"fgj" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"fgm" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/flag/tizira/directional/east, +/obj/item/toy/plush/lizard_plushie/green{ + name = "Bears-The-Flag" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fgn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"fgs" = ( +/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, +/area/station/maintenance/port/central) +"fgt" = ( +/obj/structure/rack, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/digital_clock/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"fgw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"fgx" = ( +/obj/docking_port/stationary/mining_home/nebula, +/turf/open/space/basic, +/area/space) +"fgz" = ( +/obj/structure/sink/directional/south, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/plastic, +/area/station/security/prison/work) +"fgB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"fgC" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 8 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"fgG" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fgK" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/jungle/style_5, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sunny/style_3, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"fgM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fgR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/machinery/door/airlock/research/glass{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"fgX" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/fore) +"fhd" = ( +/obj/machinery/processor/slime, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple, +/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/dark/diagonal, +/area/station/science/xenobiology) +"fhh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"fhm" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"fhn" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"fho" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"fhr" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fht" = ( +/obj/structure/holosign/barrier/engineering, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"fhu" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"fhx" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fhz" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"fhH" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"fhL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"fhM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fhR" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"fhU" = ( +/obj/machinery/door/poddoor/preopen{ + id = "queue_hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"fic" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fid" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_y = -26 + }, +/obj/structure/chair{ + dir = 1 + }, +/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/dark/side{ + dir = 10 + }, +/area/station/security/execution/education) +"fig" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/pipe_cleaner_coil{ + pixel_y = -1 + }, +/obj/item/stack/pipe_cleaner_coil{ + pixel_y = -4 + }, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"fiq" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fis" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"fit" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fiD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library 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/central) +"fiR" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/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/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"fiS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/aft/lesser) +"fiU" = ( +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fiV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"fiW" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fjk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/table/glass, +/obj/structure/sign/warning/yes_smoking/circle/directional/south, +/obj/item/cane, +/obj/item/clothing/head/hats/bowler{ + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette, +/turf/open/floor/iron/dark/smooth_half, +/area/station/commons/fitness/recreation) +"fjn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"fjo" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/service) +"fjp" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/book/manual/wiki/engineering_guide, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"fjv" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"fjx" = ( +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Disposal Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"fjz" = ( +/obj/structure/sign/warning/secure_area/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command) +"fjF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"fjG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"fjI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/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/side{ + dir = 4 + }, +/area/station/maintenance/aft/lesser) +"fjO" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"fjZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"fkb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"fkl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"fkI" = ( +/turf/closed/wall/r_wall, +/area/station/medical/chem_storage) +"fkJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/fore) +"fkN" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"fkS" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"fkT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"flc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"fle" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"flg" = ( +/obj/structure/flora/rock, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fll" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"fln" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line, +/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/white, +/area/station/science/research) +"flp" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"flv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/chair/comfy{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/theater_dressing) +"flA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"flC" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "main_surgery" + }, +/obj/machinery/smartfridge/organ, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/surgery/theatre) +"flF" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/random/directional/east, +/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/port) +"flG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"flH" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"flO" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"fma" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fmb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/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/textured, +/area/station/engineering/storage/tech) +"fmA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"fmF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"fmL" = ( +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + name = "Robotics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"fmO" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/central) +"fmP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/airlock_controller/incinerator_atmos{ + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"fmQ" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"fnb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/medical/break_room) +"fni" = ( +/obj/structure/cable, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = 8; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/generic, +/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/plating, +/area/station/maintenance/starboard/aft) +"fnj" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/rack, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"fnk" = ( +/obj/effect/turf_decal/bot/left, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"fnl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/item/chair, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"fnp" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fnu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/command) +"fnB" = ( +/obj/machinery/flasher/directional/south{ + id = "IsolationFlash" + }, +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/security/prison/safe) +"fnJ" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"fnL" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/obj/structure/sign/poster/contraband/andromeda_bitters/directional/west, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"fnM" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"fnP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison) +"fnS" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"fnY" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"fob" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/south, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/upper) +"foo" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #8"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"foA" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash/garbage, +/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/plating, +/area/station/maintenance/aft/lesser) +"foG" = ( +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"foK" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"foL" = ( +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"foW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/table, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"foX" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1; + req_access = null + }, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/qm) +"fpb" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"fpe" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_y = 9; + pixel_x = 4 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"fpg" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"fpi" = ( +/obj/effect/spawner/random/structure/crate_loot, +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"fpj" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/effect/decal/cleanable/plasma, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"fpk" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den, +/obj/structure/cable, +/obj/machinery/door/airlock/mining{ + name = "Mining Break Room" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/mining_breakroom) +"fpm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fpt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"fpu" = ( +/obj/structure/rack, +/obj/item/clothing/under/misc/mailman, +/obj/item/clothing/under/misc/vice_officer, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"fpy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"fpB" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/clown/directional/north, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"fpG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"fpK" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"fpM" = ( +/obj/structure/table, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"fpS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/obj/machinery/meter/monitored/distro_loop, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"fpT" = ( +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"fqi" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/layer_manifold/orange{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"fqj" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/port/central) +"fqo" = ( +/obj/machinery/door/window/brigdoor/left/directional/north{ + req_access = list("security"); + id = "cargocell"; + name = "Cargo Bay Cell" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/machinery/status_display/door_timer{ + pixel_x = 32; + id = "cargocell" + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"fqs" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/hedge, +/obj/machinery/digital_clock/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/fore) +"fqy" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"fqz" = ( +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/service/library) +"fqA" = ( +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"fqC" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"fqD" = ( +/obj/effect/spawner/random/structure/crate_loot, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"fqG" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fqM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"frb" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/navbeacon{ + location = "S8-Starboard-Hallway"; + codes_txt = "patrol;next_patrol=C2-Starboard-Central-B" + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"fre" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"frg" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"frm" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/stalky, +/obj/structure/flora/bush/sunny, +/turf/open/floor/grass, +/area/station/service/greenroom) +"frt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/cargo/breakroom) +"frD" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"frH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"frJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"frK" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"frS" = ( +/obj/item/clothing/suit/caution, +/obj/structure/sign/warning/biohazard/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fsc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fsg" = ( +/obj/structure/flora/rock/pile/icy/style_2, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/maintenance/port) +"fsj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/brig/lower) +"fsl" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"fsu" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"fsw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/central) +"fsx" = ( +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"fsA" = ( +/obj/structure/sign/poster/contraband/d_day_promo/directional/west, +/obj/structure/hedge, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"fsF" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/pile/icy/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/robotics/augments) +"fsL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"fsP" = ( +/turf/closed/wall/r_wall, +/area/station/security/detectives_office) +"fsQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/turf/open/space/basic, +/area/space/nearstation) +"fsS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/south, +/obj/item/toy/basketball, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"fsT" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"fsY" = ( +/obj/structure/sign/clock/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 9 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 10; + pixel_y = -5; + plane = -7 + }, +/obj/structure/railing{ + dir = 4; + pixel_x = -13; + pixel_y = -16 + }, +/turf/open/floor/stone, +/area/station/hallway/secondary/service) +"fsZ" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"ftj" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 6 + }, +/turf/open/water/beach, +/area/station/ai_monitored/aisat/exterior) +"ftw" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"ftA" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + 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/dark, +/area/station/science/cytology) +"ftB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ftG" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"ftI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"ftJ" = ( +/obj/structure/cable, +/obj/item/cigbutt, +/obj/effect/spawner/random/maintenance, +/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_dark, +/area/station/maintenance/department/bridge) +"ftW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/reagent_containers/pill/patch/aiuri, +/obj/item/clothing/glasses/meson, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command/heads_quarters/ce) +"fub" = ( +/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/primary/central) +"fug" = ( +/obj/structure/railing{ + dir = 8; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"fuh" = ( +/obj/structure/hedge, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/funeral) +"fuk" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher/directional/east{ + pixel_y = 24; + id = "Cell 2" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"fut" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"fuw" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/spawner/random/trash/graffiti, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fuD" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"fuK" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_corner{ + dir = 8 + }, +/area/station/commons/fitness) +"fuL" = ( +/obj/structure/curtain/cloth{ + color = "#f58ada" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"fuQ" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/assembly/infra, +/obj/item/assembly/signaler, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fuU" = ( +/turf/open/floor/carpet, +/area/station/medical/psychology) +"fuV" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/machinery/camera/autoname/motion/directional/west{ + network = list("minisat") + }, +/turf/open/misc/asteroid/airless, +/area/station/ai_monitored/aisat/exterior) +"fuW" = ( +/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 = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fuZ" = ( +/obj/structure/railing/corner{ + dir = 4; + color = "#683d21"; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"fva" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"fvc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"fvd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"fvi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/service/chapel) +"fvl" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"fvr" = ( +/obj/machinery/smartfridge/organ, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"fvs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/right/directional/north{ + req_access = list("security"); + name = "Security Post - Medbay" + }, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/door/poddoor/preopen{ + id = "medsecprivacy"; + name = "Privacy Shutter" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"fvx" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/maintenance/disposal/incinerator) +"fvz" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"fvD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/holding_cell) +"fvF" = ( +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/chair/stool/directional/east{ + pixel_x = -7 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/maintenance/starboard/aft) +"fvH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/clothing/glasses/meson, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"fvI" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"fvJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/obj/structure/sign/warning/pods/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"fvL" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fvM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/machinery/newscaster/directional/west, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"fvO" = ( +/obj/structure/sign/departments/science/directional/south, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/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/research) +"fvP" = ( +/turf/open/floor/glass, +/area/station/hallway/secondary/service) +"fvQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/brig/lower) +"fvS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Robotics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fwb" = ( +/obj/structure/rack, +/obj/item/storage/box{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"fwc" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fwe" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"fwi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bamboo{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"fwo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"fwv" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/openspace, +/area/space/nearstation) +"fwJ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Desk" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"fwU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"fwW" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/morgue) +"fxi" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fxm" = ( +/obj/machinery/light_switch/directional/east, +/obj/machinery/duct, +/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/dark/textured, +/area/station/medical/cryo) +"fxx" = ( +/obj/machinery/door/morgue{ + name = "Relic Closet"; + req_access = list("chapel_office") + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"fxy" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/security/office) +"fxz" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/port/central) +"fxB" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"fxF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/fore/lesser) +"fxH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command) +"fxK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"fxQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/door/airlock/wood/glass{ + name = "The Writer's Hut" + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"fxU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"fxZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/structure/filingcabinet/medical, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"fya" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"fyd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fyi" = ( +/obj/structure/closet/secure_closet/freezer/meat/all_access{ + anchored = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/mess) +"fyn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fyr" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"fyt" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fyC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/fishing{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"fyD" = ( +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fyJ" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"fyK" = ( +/obj/machinery/power/smes/full, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"fyL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command) +"fyM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"fyS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"fyT" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"fzc" = ( +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 5 + }, +/obj/item/hand_labeler_refill, +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"fzg" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/alt/directional/east, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fzq" = ( +/obj/structure/fluff/paper/stack, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fzv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"fzw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"fzz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"fzG" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/destructive_scanner, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"fzL" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"fzR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"fzT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/openspace, +/area/space/nearstation) +"fzZ" = ( +/obj/effect/turf_decal/trimline/dark_blue/line, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/hallway/secondary/command) +"fAd" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/hydroponics/constructable, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/north, +/obj/structure/cable, +/turf/open/floor/grass{ + icon_state = "grass1" + }, +/area/station/security/prison/garden) +"fAl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fAo" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/large{ + pixel_y = -4; + plane = -3 + }, +/turf/open/floor/grass, +/area/station/service/theater_dressing) +"fAu" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos) +"fAx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"fAA" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"fAB" = ( +/obj/structure/hedge, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"fAD" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"fAG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"fAJ" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/security/prison) +"fAL" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology Lobby" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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/white, +/area/station/medical/patients_rooms) +"fAM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"fAT" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fAW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/sign/flag/mothic/directional/south, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"fAX" = ( +/obj/machinery/shuttle_manipulator, +/turf/open/floor/circuit, +/area/station/command/bridge) +"fBa" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"fBb" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/machinery/requests_console/directional/north{ + name = "Kitchen Requests Console"; + department = "Kitchen" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/service/kitchen) +"fBk" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/machinery/reagentgrinder{ + pixel_x = 0; + pixel_y = 4 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"fBo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"fBx" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall/rust, +/area/space/nearstation) +"fBL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fBN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"fBP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"fBX" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "janigarbage"; + name = "disposal conveyor"; + pixel_y = 7 + }, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"fBY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"fCf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"fCj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fCq" = ( +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/obj/item/folder, +/obj/item/pen, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"fCr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"fCx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fCy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"fCB" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/delivery, +/obj/machinery/incident_display/delam/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"fCH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"fCP" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"fCR" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"fCS" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fDa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/structure/table/reinforced/rglass, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"fDc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"fDg" = ( +/obj/effect/decal/cleanable/shreds, +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"fDk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 1 + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"fDn" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"fDp" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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 = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"fDr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"fDu" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/blood_geometer/directional/west, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"fDx" = ( +/obj/structure/broken_flooring/side/directional/west{ + color = "#73737a" + }, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"fDH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"fDJ" = ( +/turf/closed/wall, +/area/station/security/checkpoint/customs) +"fDK" = ( +/obj/structure/toilet{ + pixel_y = -1; + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/button/door/directional/east{ + normaldoorcontrol = 1; + id = "Toilet3"; + name = "Lock Control"; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/trimline/white/end{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"fDN" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"fDO" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"fDP" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/reagent_dispensers/plumbed, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"fDU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos/pumproom) +"fDV" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/curtain/bounty, +/obj/machinery/door/airlock/mining/glass{ + name = "Bitrunning Den" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den, +/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, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"fDX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fDY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/bronze, +/turf/open/space/basic, +/area/space/nearstation) +"fDZ" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"fEc" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/toy/figure/coroner{ + pixel_y = 11; + pixel_x = -1 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"fEe" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command/heads_quarters/hos) +"fEj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"fEl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fEm" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fEn" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fEq" = ( +/obj/machinery/air_sensor/air_tank, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"fEu" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"fEC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"fEF" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/computer/security/telescreen/vault/directional/east, +/turf/open/floor/iron/dark/textured_half, +/area/station/command/heads_quarters/qm) +"fEG" = ( +/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/door/airlock/maintenance{ + name = "Chapel 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/port) +"fEO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"fEP" = ( +/obj/structure/flora/grass/brown/style_random, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/icy/style_2, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"fER" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + 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/dark/textured, +/area/station/commons/dorms) +"fEW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/holopad{ + pixel_y = -3 + }, +/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/science/robotics/lab) +"fEZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_4, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fFe" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/plaques/kiddie/library{ + pixel_y = -32 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"fFg" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fFh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/structure/railing{ + dir = 6 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"fFn" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"fFr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/desk_bell, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Customs Desk"; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"fFt" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"fFy" = ( +/obj/structure/transit_tube, +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fFC" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"fFD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"fFJ" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/clothing/head/utility/chefhat, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"fFK" = ( +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"fFM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"fFO" = ( +/obj/structure/cable, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"fFS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"fFW" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"fFY" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/sign/clock/directional/south, +/obj/structure/cable, +/obj/machinery/computer/security/telescreen/interrogation/directional/north, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"fGc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/smartfridge, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"fGd" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"fGi" = ( +/obj/structure/flora/bush/fullgrass/style_2, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"fGj" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/random/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/primary/central) +"fGo" = ( +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/office) +"fGC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cmoprivacy"; + name = "Privacy Shutter" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"fGD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"fGO" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"fGP" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fGT" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"fHe" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"fHg" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"fHm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"fHo" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"fHp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"fHs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/effect/turf_decal/trimline/purple, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"fHw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/random/directional/west, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"fHx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port) +"fHJ" = ( +/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/plating, +/area/station/maintenance/port) +"fHO" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/storage) +"fHP" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/security/medical) +"fHQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"fHW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"fIe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"fIs" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"fIt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"fIz" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/donk_co/directional/east, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"fIK" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"fIM" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"fIN" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"fIU" = ( +/obj/structure/table/wood/fancy/green, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/food/pizza/margherita{ + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"fJh" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"fJj" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/directional/south, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"fJo" = ( +/obj/item/crowbar, +/obj/item/stack/cable_coil, +/obj/item/wirecutters, +/obj/item/screwdriver, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fJp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"fJv" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"fJB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"fJO" = ( +/obj/effect/turf_decal/trimline/green, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"fJU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"fJV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"fKw" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/beige, +/obj/effect/spawner/random/exotic/antag_gear, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"fKA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"fKB" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 + }, +/obj/structure/sign/warning/chem_diamond/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/medical/chem_storage) +"fKG" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/noble_ambassador, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"fKL" = ( +/obj/structure/chair/plastic, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"fKM" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = -11 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"fKQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"fKR" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fKT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/light/small/directional/south{ + color = "#afc84b" + }, +/turf/open/floor/engine, +/area/station/science/genetics) +"fKZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + name = "Pool Shutters"; + id = "Pool" + }, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation/pool) +"fLe" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fLm" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"fLs" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"fLD" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"fLT" = ( +/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 = 9 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"fLU" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 0; + pixel_y = 0 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"fMa" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/pen/fountain{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/desk_bell{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"fMk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fMl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"fMp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/ordnance) +"fMs" = ( +/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/small, +/area/station/engineering/atmos) +"fMu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/maintenance/starboard/aft) +"fMw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/warning/doors/directional/south, +/obj/item/clothing/head/cone{ + pixel_x = -6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fMx" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/disposal/delivery_chute, +/obj/structure/plasticflaps, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"fMC" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"fMI" = ( +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"fMT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"fMY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"fNa" = ( +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"fNd" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash, +/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_dark, +/area/station/maintenance/aft/greater) +"fNg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"fNh" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/bot_red, +/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/white/textured_large, +/area/station/security/prison/workout) +"fNp" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"fNq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fNv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"fNy" = ( +/obj/machinery/recharge_station, +/turf/open/floor/glass/reinforced, +/area/station/security/lockers) +"fNA" = ( +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Research Junction" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"fNC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"fNG" = ( +/obj/effect/turf_decal/siding/brown, +/obj/item/exodrone, +/obj/machinery/exodrone_launcher, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"fNL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"fNW" = ( +/obj/item/reagent_containers/cup/glass/bottle/ale{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer/light{ + pixel_y = 13; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 8 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"fNZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"fOd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/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/dark/small, +/area/station/engineering/gravity_generator) +"fOi" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/structure/sign/poster/contraband/singletank_bomb/directional/west, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fOk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + 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/service/hydroponics) +"fOm" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light/floor, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fOo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/range) +"fOs" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/machinery/chem_dispenser/drinks/beer{ + pixel_y = 7 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"fOC" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/bag/plants, +/obj/item/reagent_containers/cup/watering_can, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"fOG" = ( +/obj/structure/flora/rock/pile/jungle/style_4, +/obj/structure/flora/rock/pile/style_3, +/obj/structure/flora/bush/stalky/style_2, +/obj/structure/flora/bush/large/style_2, +/obj/machinery/light/floor, +/obj/structure/marker_beacon/yellow, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"fOJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/requests_console/directional/south{ + department = "Research Lab"; + name = "Research Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"fOL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"fOQ" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"fOW" = ( +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"fOX" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"fPa" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fPb" = ( +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/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/central) +"fPj" = ( +/obj/structure/table/wood/fancy, +/obj/item/food/grown/poppy/geranium/fraxinella, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/funeral) +"fPp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"fPs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"fPt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fPu" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"fPv" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fPy" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"fPE" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/toilet{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = 9 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"fPJ" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "Controls the blast doors in front of the prison wing."; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_y = -36; + req_access = list("brig"); + pixel_x = -6 + }, +/obj/machinery/button/door{ + desc = "Controls the shutters over the cell windows."; + id = "brigwindows"; + name = "Cell Window Control"; + pixel_x = -6; + pixel_y = -26; + req_access = list("security"); + specialfunctions = 4 + }, +/obj/machinery/button/door{ + desc = "Controls the shutters over the brig windows."; + id = "briglockdown"; + name = "Brig Lockdown Control"; + pixel_x = 6; + pixel_y = -26; + req_access = list("security") + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "armouryaccess"; + name = "Armoury Access"; + req_access = list("armory"); + pixel_x = 6; + pixel_y = -36 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"fPV" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 10 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"fPZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/construction/mining/aux_base) +"fQa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fQh" = ( +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"fQl" = ( +/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, +/area/station/maintenance/port/aft) +"fQq" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fQv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"fQx" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/fluff/paper/stack, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"fQA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"fQD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"fQE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"fQF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fQG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Gulag Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"fQH" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/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/iron/white, +/area/station/science/research) +"fQQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/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/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"fQY" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/start/cargo_technician, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/breakroom) +"fRd" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/effect/landmark/start/assistant, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"fRp" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"fRu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fRv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"fRD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"fRE" = ( +/obj/structure/rack, +/obj/item/crowbar/large, +/obj/item/flashlight, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"fRK" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/command) +"fRV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"fSi" = ( +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa{ + pixel_x = 2 + }, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"fSj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fSm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fSn" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"fSq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/computer) +"fSw" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"fSy" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology Lab - Pen #1"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fSF" = ( +/obj/effect/turf_decal/siding, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"fSG" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/primary/aft) +"fSJ" = ( +/obj/item/grown/log/tree{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/rack, +/obj/item/grown/log/tree{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/grown/log/tree{ + pixel_y = 5 + }, +/obj/item/grown/log/tree{ + pixel_y = 5 + }, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/hatchet/wooden, +/obj/item/lighter, +/obj/effect/turf_decal/trimline/dark_blue/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"fSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fSL" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "mechbay"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/science/robotics/mechbay) +"fSR" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/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/dark, +/area/station/medical/chemistry) +"fSV" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"fSW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"fTf" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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, +/area/station/hallway/primary/central) +"fTi" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/computer/records/security/laptop, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"fTp" = ( +/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/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"fTt" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"fTz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/command) +"fTB" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerDown"; + name = "Medbay" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"fTC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"fTH" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"fTL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fTM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"fTP" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/fore) +"fTR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/cloth{ + color = "#b3ff66" + }, +/turf/open/floor/plating, +/area/station/medical/virology) +"fTW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"fUc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"fUe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"fUj" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/sign/departments/chemistry/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"fUn" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fUt" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fUu" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"fUv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"fUx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"fUy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"fUz" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"fUB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/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/port/fore) +"fUF" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"fUL" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"fUN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"fUS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"fUX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/fore) +"fUY" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "RD Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fUZ" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/test_tube_rack{ + pixel_y = 4; + pixel_x = 1 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_y = 7; + pixel_x = 3 + }, +/obj/item/reagent_containers/cup/tube{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"fVa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"fVb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/orange, +/area/station/engineering/break_room) +"fVf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/hedge, +/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"fVj" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/engine, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"fVk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fVl" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"fVr" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"fVu" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"fVx" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/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/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"fVy" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fVG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"fVI" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet, +/area/station/service/theater) +"fVL" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"fVR" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"fVT" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/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/dark, +/area/station/hallway/secondary/command) +"fWa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fWh" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"fWi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"fWl" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"fWp" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"fWv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"fWK" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/side{ + dir = 4 + }, +/area/station/security/prison) +"fWO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"fWP" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fWR" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"fWU" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"fXc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"fXl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"fXn" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"fXt" = ( +/obj/machinery/button/door/directional/west{ + id = "circuitprivacy"; + name = "Circuit Lab Shutters Control"; + req_access = list("science") + }, +/obj/machinery/light/directional/west, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"fXv" = ( +/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/fore/lesser) +"fXw" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/break_room) +"fXz" = ( +/obj/machinery/holopad, +/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/dark, +/area/station/science/cytology) +"fXC" = ( +/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/maintenance{ + name = "Command Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"fXH" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/structure/sign/warning/yes_smoking/circle/directional/south, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/warm/directional/south, +/obj/machinery/smartfridge/drying/rack, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"fXK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"fXL" = ( +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"fXN" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fXP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/iron/stairs{ + color = "#3d3e42" + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fXQ" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"fXS" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/box/bodybags{ + pixel_y = 5 + }, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/funeral) +"fYd" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/box/white{ + color = "#dab4de" + }, +/turf/open/floor/iron/white/small, +/area/station/science/research) +"fYi" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/office) +"fYj" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"fYl" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/small, +/area/station/command) +"fYn" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"fYu" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/recharge_station, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"fYw" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"fYy" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/service/kitchen) +"fYF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"fYH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/hallway/secondary/command) +"fYN" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"fYO" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"fYS" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"fYT" = ( +/obj/structure/railing/corner{ + dir = 1; + color = "#4874A2" + }, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fZk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/machinery/holopad/secure, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"fZl" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/acidic_buffer{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/basic_buffer{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/formaldehyde{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"fZm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"fZn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"fZq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/filled, +/obj/structure/railing, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"fZu" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/lobby) +"fZB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/station/engineering/supermatter/room/upper) +"fZK" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/urinal/directional/north, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"fZT" = ( +/obj/structure/table/reinforced/rglass, +/obj/structure/sign/map/right{ + pixel_y = -32 + }, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/right/directional/north{ + name = "Captain's Storage"; + req_access = list("captain") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"fZU" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/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/dark/corner{ + dir = 1 + }, +/area/station/security/brig/lower) +"fZW" = ( +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/grass/jungle, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/command/bridge) +"fZZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gab" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos/hfr_room) +"gac" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/science/lower) +"gag" = ( +/turf/closed/wall, +/area/station/cargo/sorting) +"gai" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"gaA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/bounty, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gaB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"gaD" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + 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/dark/small, +/area/station/security/brig) +"gaK" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/north, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/medical/patients_rooms) +"gaL" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gaM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gaU" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/aft) +"gaY" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gbe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/security/range) +"gbf" = ( +/obj/structure/cable, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"gbh" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/primary/starboard) +"gbm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"gbo" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid8" + }, +/area/space/nearstation) +"gbp" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"gbr" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/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/lobby) +"gbz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"gbE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"gbH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gbM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig/lower) +"gbV" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/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/white, +/area/station/medical/patients_rooms) +"gbW" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"gbY" = ( +/obj/structure/sign/warning/directional/north, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = 0; + pixel_y = -4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gcb" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gcc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/command) +"gch" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 5; + pixel_x = -3 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/sign/warning/yes_smoking/circle/directional/west, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/medical/pharmacy) +"gcj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gcr" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"gcz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/starboard/fore) +"gcA" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"gcC" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"gcH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"gcI" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/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/brig/lower) +"gcQ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/basic, +/area/space/nearstation) +"gcR" = ( +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"gdc" = ( +/obj/machinery/computer/atmos_control{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"gdm" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/central) +"gds" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gdv" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/computer/security/telescreen/vault/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gdA" = ( +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gdF" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology Lab - Pen #2"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gdL" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/cargo/drone_bay) +"gdQ" = ( +/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, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"gdR" = ( +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"gdS" = ( +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gdV" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/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/dark, +/area/station/medical/chemistry) +"gdW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gdX" = ( +/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 = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"geg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + color = "#3d3e42" + }, +/area/station/ai_monitored/turret_protected/ai) +"gej" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"gek" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/hallway/secondary/command) +"gem" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"gep" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"gex" = ( +/obj/item/banner/blue, +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/turf/open/floor/circuit, +/area/station/commons/fitness/recreation/lasertag) +"geD" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"geF" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/rack, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"geL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/brown, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"geO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"geP" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 2"; + id_tag = "Cell2" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"geR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command) +"gfd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gfe" = ( +/obj/structure/hedge, +/obj/structure/railing, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"gfg" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room/office) +"gfl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/station/commons/toilet/restrooms) +"gfo" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/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/port/aft) +"gfr" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/light/directional/south{ + color = "#ffcc99" + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"gfs" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/effect/mapping_helpers/dead_body_placer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/morgue) +"gfy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos/pumproom) +"gfA" = ( +/obj/structure/rack, +/obj/machinery/digital_clock/directional/west, +/obj/item/clothing/gloves/color/red, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"gfC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor{ + name = "Zen Garden"; + id = "AIgarden" + }, +/turf/open/floor/plating, +/area/station/ai_monitored/aisat/exterior) +"gfH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/primary/starboard) +"gfM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"gfO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"gfZ" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gga" = ( +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"ggb" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"ggd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/bed/dogbed/lia, +/mob/living/basic/carp/pet/lia, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"gge" = ( +/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/weather/snow, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"ggh" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 6 + }, +/obj/item/cultivator/rake, +/obj/item/toy/seashell{ + icon_state = "shell2"; + pixel_x = 8; + pixel_y = -10 + }, +/turf/open/misc/beach/sand, +/area/station/ai_monitored/aisat/exterior) +"ggl" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Education Chamber Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"ggt" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"ggD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"ggG" = ( +/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 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Library 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/port/central) +"ggH" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/obj/structure/sign/poster/official/get_your_legs/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"ggI" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"ggN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"ggO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"ggR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"ggS" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"ggU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"ggX" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/modular_computer/preset/cargochat/cargo{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ghb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/mass_driver/chapelgun{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/item/gps, +/obj/machinery/door/window/right/directional/east{ + name = "Mass Driver"; + req_access = list("chapel_office") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"ghg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/command) +"ghk" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/hallway/secondary/command) +"gho" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/storage) +"ghu" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ghv" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ghM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ghO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"ghT" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/mob/living/basic/mothroach, +/obj/structure/flora/rock/pile/jungle/style_3, +/obj/structure/flora/bush/style_random, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"ghV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gih" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/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/iron/dark, +/area/station/engineering/atmos) +"gii" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/maintenance/central) +"gil" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"gim" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"gis" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"git" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"giu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/science/genetics) +"giy" = ( +/obj/structure/sign/poster/official/nanotrasen_logo/directional/north, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/filingcabinet, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"giF" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/dorms) +"giG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison) +"giI" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"giJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"giL" = ( +/obj/effect/decal/cleanable/plasma, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"giQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"giW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"giZ" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/sofa/corp, +/obj/item/clothing/mask/cigarette/pipe, +/turf/open/floor/carpet, +/area/station/service/greenroom) +"gjb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/corner, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/range) +"gjg" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"gjh" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/item/toy/plush/nukeplushie, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"gjk" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"gjm" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/bluespace_vendor/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"gjq" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/east, +/obj/machinery/button/flasher{ + id = "holdingflash"; + name = "Holding Cell Flasher"; + req_access = list("security"); + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"gjr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos/hfr_room) +"gjA" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gjO" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_br/style_3, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"gjQ" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gjS" = ( +/obj/machinery/computer/piratepad_control/civilian, +/obj/effect/turf_decal/tile/brown/fourcorners, +/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, +/area/station/cargo/lobby) +"gjU" = ( +/obj/structure/flora/ash/cacti{ + icon_state = "cactus4" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid/basalt{ + icon_state = "basalt8" + }, +/area/station/service/chapel) +"gjX" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/commons/toilet/shower) +"gjZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gkb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/science/genetics) +"gkc" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"gkf" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/warden) +"gkg" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gkj" = ( +/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/white/herringbone, +/area/station/commons/fitness) +"gkk" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"gkl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"gkm" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"gkr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/teal, +/turf/open/space/basic, +/area/space/nearstation) +"gkA" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gkD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gkH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "brigwindows"; + name = "Brig Front Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"gkM" = ( +/obj/item/kitchen/spoon/plastic, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/obj/structure/table/glass, +/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/smooth_half{ + dir = 4 + }, +/area/station/security/prison) +"gkQ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/cargo/miningoffice) +"gkY" = ( +/obj/effect/turf_decal/weather/snow, +/obj/structure/table, +/obj/item/reagent_containers/condiment/milk{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/item/reagent_containers/condiment/coconut_milk{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/yoghurt{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"gla" = ( +/obj/structure/railing{ + dir = 4; + pixel_y = -8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 8; + pixel_y = -8; + color = "#683d21" + }, +/turf/open/floor/iron/stairs/left{ + color = "#5d341f" + }, +/area/station/service/kitchen/diner) +"glb" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/grass, +/area/station/commons/dorms) +"glj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"gll" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/flag/nanotrasen/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"glm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/railing/corner/end, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"glz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/space/openspace, +/area/space/nearstation) +"glC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"glF" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"glG" = ( +/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_dark, +/area/station/maintenance/aft/greater) +"glI" = ( +/obj/structure/rack, +/obj/item/analyzer{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"glL" = ( +/obj/structure/chair/comfy, +/turf/open/floor/carpet, +/area/station/service/theater) +"glN" = ( +/obj/structure/sign/departments/court/directional/north, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/primary/starboard) +"glP" = ( +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"glR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/directions/vault/directional/north{ + pixel_y = 37 + }, +/obj/structure/sign/directions/upload/directional/north{ + pixel_y = 29 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"glX" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/tree/jungle/small/style_5, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/kitchen/diner) +"gmc" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/server) +"gme" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"gmg" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1; + initialize_directions = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"gmi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"gmj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"gmk" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"gml" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/pai_card{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"gmn" = ( +/obj/structure/railing/corner{ + color = "#683d21"; + pixel_y = -4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"gmq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"gmu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Gulag Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"gmA" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"gmD" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 1; + id = "aftport"; + name = "Port Quarter Solar Control" + }, +/obj/structure/sign/warning/vacuum/external/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/solars/port/aft) +"gmL" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/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, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"gmT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gmV" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/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/aft/lesser) +"gmW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"gmY" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"gnb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"gnc" = ( +/obj/item/food/grown/tomato{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"gni" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"gnr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot_white, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"gnx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/science/genetics) +"gnB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/walk/directional/west, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"gnK" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/plasma, +/obj/structure/closet/crate/preopen, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"gnM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"gnP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/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/small, +/area/station/hallway/secondary/command) +"gnQ" = ( +/obj/structure/broken_flooring/side/directional/west{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gnT" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/trimline/blue/end, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/left/directional/south, +/obj/effect/landmark/start/hangover, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/curtain, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/toilet/restrooms) +"gnZ" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/holopad/secure, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload) +"goa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/project) +"goc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/central) +"goi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/medical/office) +"gom" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/sign/warning/yes_smoking/circle/directional/east, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/camera/autoname/directional/east, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/obj/item/cigbutt{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"goo" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gor" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"gox" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"goM" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"goO" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"goU" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"gpa" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"gpe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"gpj" = ( +/obj/structure/bed/medical, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"gpn" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gpo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"gpu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"gpv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = list(/datum/gas/nitrogen) + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gpA" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/science/ordnance) +"gpF" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/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/iv_drip, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_b) +"gpH" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/flasher/directional/south{ + id = "AI" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"gpL" = ( +/obj/structure/table/wood/fancy/blue, +/obj/effect/spawner/random/aimodule/neutral, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/flasher/directional/west{ + id = "AI" + }, +/obj/machinery/light/directional/west, +/obj/machinery/door/window/left/directional/east{ + name = "Core Modules"; + req_access = list("captain") + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"gqf" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/sink/kitchen/directional/south, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/item/reagent_containers/medigel{ + pixel_x = 13; + pixel_y = 19 + }, +/obj/structure/mirror/broken/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/bridge) +"gqq" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"gqr" = ( +/obj/structure/sign/warning/yes_smoking/circle/directional/north, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"gqs" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"gqt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"gqu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/project) +"gqv" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/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/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison) +"gqw" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/security/mechbay) +"gqE" = ( +/obj/machinery/modular_computer/preset/cargochat/service, +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"gqH" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"gqO" = ( +/turf/closed/wall, +/area/station/service/chapel) +"gqP" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gqV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"grg" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"grk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/medical/patients_rooms) +"gro" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"grt" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"grC" = ( +/obj/machinery/door/airlock/public{ + name = "Restroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"grJ" = ( +/obj/structure/table/wood/fancy/green, +/obj/effect/spawner/random/aimodule/harmless, +/obj/structure/sign/plaques/kiddie{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"grL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/maintenance/central) +"grN" = ( +/obj/effect/turf_decal/trimline/red/warning, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"grQ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron/dark/corner, +/area/station/cargo/lower) +"grY" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command) +"grZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gsi" = ( +/turf/closed/wall, +/area/station/medical/morgue) +"gsx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/alt/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + 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/white, +/area/station/medical/medbay/central) +"gsE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner, +/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/textured, +/area/station/commons/fitness/recreation) +"gsJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) +"gsL" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"gsN" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/hallway/secondary/command) +"gsY" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gtg" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"gtk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/side, +/area/station/security/prison) +"gtn" = ( +/turf/closed/mineral/random, +/area/space/nearstation) +"gtp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gtA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/radio/intercom/directional{ + pixel_y = -1 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"gtI" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/beakers{ + pixel_y = 8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"gtL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gtR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gtW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"gtZ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"gua" = ( +/turf/closed/wall/r_wall, +/area/station/medical/chemistry) +"guc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/camera/autoname/directional/south{ + network = list("minisat") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"guo" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"guw" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"guD" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"guF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"guG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"guL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"guM" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"guQ" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"guV" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/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/plating, +/area/station/maintenance/aft/greater) +"gvb" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"gvt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gvz" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gvF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gvK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gvO" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "rdordnance"; + name = "Ordnance Containment Control"; + req_access = list("ordnance"); + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch/directional/west{ + pixel_x = -26; + pixel_y = -6 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"gvS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/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/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"gvU" = ( +/obj/structure/chair/stool/directional/west, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gvX" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood/parquet, +/area/station/maintenance/starboard/central) +"gvY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/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/iron/dark/small, +/area/station/engineering/atmos) +"gwa" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/security/execution/transfer) +"gwb" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"gwl" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"gwu" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port Mix to North Ports" + }, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/railing, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gwv" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/nuke_storage) +"gwz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"gwF" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/obj/item/storage/box/syringes, +/obj/item/gun/syringe, +/obj/item/gun/syringe{ + pixel_y = 3 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"gwJ" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + 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/dark, +/area/station/medical/virology) +"gwN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"gwQ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"gwS" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/digital_clock/directional/west, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/port) +"gxa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gxe" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gxf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/obj/structure/flora/grass/both/style_random, +/obj/structure/flora/bush/snow/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"gxm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"gxn" = ( +/obj/machinery/component_printer, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"gxp" = ( +/obj/effect/mapping_helpers/broken_floor, +/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, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"gxt" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"gxx" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"gxB" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"gxC" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/beebox, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"gxD" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"gxI" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/item/clothing/glasses/sunglasses/big, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"gxJ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/dropper, +/obj/structure/sign/poster/official/safety_internals/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"gxP" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gxR" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"gxZ" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/machinery/hydroponics/constructable, +/obj/structure/sign/poster/contraband/kudzu/directional/south, +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"gye" = ( +/obj/machinery/door/window/brigdoor/left/directional/east{ + req_access = list("security"); + name = "Customs Supply" + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"gyf" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/bed/medical, +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gyg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"gym" = ( +/turf/open/space/basic, +/area/space) +"gyo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"gyz" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gyE" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"gyH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/textured, +/area/station/security/prison) +"gyM" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/item/toy/beach_ball{ + pixel_y = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"gyN" = ( +/obj/item/clothing/ears/earmuffs{ + pixel_y = 7 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/range) +"gyR" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"gyU" = ( +/obj/effect/turf_decal/trimline/yellow/mid_joiner, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gzp" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"gzt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/navbeacon{ + location = "F16-Science"; + codes_txt = "patrol;next_patrol=F17-Fore-Hallway" + }, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gzy" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/shower/directional/east, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"gzz" = ( +/obj/structure/rack, +/obj/effect/spawner/random/armory/bulletproof_armor, +/obj/effect/spawner/random/armory/bulletproof_helmet, +/obj/effect/turf_decal/bot/right, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"gzE" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/cargo) +"gzO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gzR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"gzX" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/security/prison/workout) +"gAd" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/command) +"gAm" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gAs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/commons/dorms) +"gAC" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/requests_console/directional/west{ + department = "AI Chamber"; + name = "AI Chamber Requests Console" + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"gAD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gAE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/safe) +"gAJ" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Head of Security's Office"; + name = "Head of Security's Fax Machine" + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"gAO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner, +/obj/structure/railing/corner/end{ + 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/hallway/primary/central) +"gAU" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gAY" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/table/reinforced, +/obj/structure/sign/poster/official/state_laws/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"gBe" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Service Hallway"; + name = "Service Fax Machine" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"gBg" = ( +/obj/effect/turf_decal/stripes/white/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gBh" = ( +/obj/machinery/door/window/right/directional/south{ + name = "Primary Tool Storage Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"gBk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gBq" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/clothing/gloves/latex{ + pixel_x = 1; + pixel_y = 16 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"gBt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"gBx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"gBy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"gBD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"gBE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"gBI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/service/chapel/funeral) +"gBM" = ( +/obj/structure/closet/secure_closet/research_director, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/rd) +"gBN" = ( +/turf/open/openspace, +/area/station/medical/storage) +"gBO" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/obj/item/chair/wood{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"gBP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"gBQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gBR" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/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/dark, +/area/station/medical/virology) +"gBS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"gBU" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"gBV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/commons/dorms) +"gBZ" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gCc" = ( +/obj/structure/chair/wood/wings, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"gCd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/robotics/augments) +"gCf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"gCg" = ( +/obj/item/clothing/shoes/workboots/mining, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"gCl" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/space_cola/directional/west, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"gCv" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gCx" = ( +/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/ai_monitored/turret_protected/ai_upload_foyer) +"gCB" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay"); + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"gCI" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"gCJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/decal/cleanable/wrapping/pinata, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/machinery/light/small/dim/directional/west, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"gCL" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/turf/open/floor/grass, +/area/station/security/medical) +"gCM" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_y = 16; + pixel_x = 5 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_y = 16; + pixel_x = -4 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_y = 9 + }, +/obj/effect/turf_decal/trimline/dark_green/line, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"gCT" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"gDa" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"gDp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/vending/autodrobe, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"gDE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Gulag Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"gDJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"gDO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gDP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office) +"gDR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"gDT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/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/side{ + dir = 4 + }, +/area/station/maintenance/port) +"gDY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/fore/lesser) +"gEb" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gEe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"gEf" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/storage/belt/utility, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"gEt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/execution/transfer) +"gEv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing/corner{ + dir = 1; + color = "#683d21"; + pixel_y = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"gEx" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"gEI" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"gEJ" = ( +/obj/effect/turf_decal/box, +/obj/machinery/ore_silo, +/obj/machinery/newscaster/directional/north, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/qm) +"gEO" = ( +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "SecElevator"; + preset_destination_names = list("2" = "Security Bottom", "3" = "Security Upper"); + req_access = list("security") + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"gEQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters{ + id = "visitation"; + name = "Visitation Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/visit) +"gEV" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/command) +"gEX" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"gFa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"gFc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/science/genetics) +"gFe" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"gFi" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/lobby) +"gFl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/directional/north, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/security/execution/education) +"gFp" = ( +/obj/structure/flora/ash/fireblossom{ + icon_state = "fireblossom2" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid/basalt{ + icon_state = "basalt1" + }, +/area/station/service/chapel) +"gFr" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft/lesser) +"gFs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"gFv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"gFN" = ( +/obj/item/reagent_containers/pill/iron, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/cargo) +"gFP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/security/checkpoint/customs) +"gFS" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"gFV" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"gFY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"gGl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"gGp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/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 = 5 + }, +/area/station/hallway/primary/fore) +"gGB" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "laserblue"; + name = "Blue Team" + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"gGD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/boritos, +/obj/effect/decal/cleanable/glass, +/obj/structure/marker_beacon/jade, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"gGE" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gGG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gGJ" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"gGM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"gGN" = ( +/obj/machinery/door/airlock/medical, +/obj/structure/curtain, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/medical/abandoned) +"gGP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gHa" = ( +/obj/effect/spawner/random/trash/box, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"gHb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"gHi" = ( +/obj/item/wrench{ + pixel_x = -2; + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gHm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/wood/large, +/area/station/service/library) +"gHw" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"gHD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gHM" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/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/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"gHN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/science/genetics) +"gIb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "engielock"; + name = "Engineering Lockdown Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/lobby) +"gIe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + name = "Command Reception Desk"; + req_access = list("command") + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gIg" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"gIn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/textured, +/area/station/commons/fitness/recreation) +"gIo" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 4; + pixel_y = 15; + name = "Dud Rocket"; + desc = "An 84mm High Explosive rocket. This one's a dud. Pretty sure." + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"gIt" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"gIv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/light/floor, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cmoprivacy2" + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/cmo) +"gIz" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/button/door/directional/north{ + id = "teleportershutters"; + name = "Teleporter Shutters"; + req_access = list("teleporter") + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"gIA" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"gIQ" = ( +/turf/closed/wall/r_wall, +/area/station/science/explab) +"gIR" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Medical Freezer Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gIS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"gIU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"gIX" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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, +/area/station/security/prison) +"gJa" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"gJn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/central) +"gJs" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"gJu" = ( +/obj/machinery/door/airlock/maintenance/glass{ + name = "Containers Storage Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"gJB" = ( +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"gJD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/service/barber) +"gJT" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"gJX" = ( +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"gJY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/item/kirbyplants/organic/plant4, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"gKc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"gKd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"gKk" = ( +/obj/effect/turf_decal/trimline/dark_blue/end{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/bridge) +"gKl" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"gKt" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - Air" + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gKy" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/engineering) +"gKz" = ( +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/storage/fancy/cigarettes, +/obj/item/assembly/flash/handheld, +/obj/item/reagent_containers/spray/pepper, +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"gKC" = ( +/obj/item/pillow, +/obj/machinery/light/small/directional/south, +/turf/open/floor/bamboo, +/area/station/ai_monitored/aisat/exterior) +"gKD" = ( +/obj/effect/turf_decal/stripes/white/box, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"gKG" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"gKM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"gKN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"gKO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"gKQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + 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/science/lower) +"gKS" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"gKT" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/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, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"gKW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + 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/engineering/supermatter/room/upper) +"gKZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 0; + pixel_x = -10 + }, +/obj/machinery/door/window/right/directional/north, +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/item/storage/box/coffeepack{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"gLd" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"gLi" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 0; + pixel_y = 2 + }, +/obj/item/restraints/handcuffs{ + pixel_x = 0; + pixel_y = -4 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"gLk" = ( +/obj/structure/flora/bush/large, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/commons/dorms) +"gLp" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gLv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/holding_cell) +"gLw" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/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 + }, +/obj/machinery/navbeacon{ + location = "P11-Service-Hallway"; + codes_txt = "patrol;next_patrol=P12-Port-Hallway" + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"gLy" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"gLz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/left/directional/north{ + name = "Smoking Room" + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/commons/fitness/recreation) +"gLB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"gLD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/dim/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"gLI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"gLK" = ( +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"gLW" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/item/reagent_containers/cup/glass/bottle/hcider{ + pixel_y = 17; + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/bottle/grappa{ + pixel_y = 20 + }, +/obj/item/reagent_containers/cup/glass/bottle/grenadine{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/reagent_containers/cup/glass/bottle/rum{ + pixel_y = 13; + pixel_x = 1 + }, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/bottle/tequila{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/structure/railing, +/obj/structure/table/reinforced/plasmarglass, +/obj/structure/marker_beacon/burgundy, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"gMe" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"gMf" = ( +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = 24; + pixel_y = -24; + req_access = list("virology") + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"gMk" = ( +/obj/structure/rack, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_guide, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"gMr" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"gMt" = ( +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_y = 16 + }, +/obj/item/reagent_containers/cup/glass/bottle/rum{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/bottle/sake{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/station/hallway/primary/port) +"gMy" = ( +/obj/machinery/computer/records/medical{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = 8 + }, +/obj/machinery/button/curtain{ + pixel_x = -6; + name = "Privacy Curtains"; + id = "detpriv"; + req_access = list("detective"); + pixel_y = -26 + }, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"gME" = ( +/obj/structure/rack, +/obj/item/storage/box, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"gMG" = ( +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"gMH" = ( +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"gMK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/cargo/warehouse) +"gMR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/lockers) +"gNj" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gNm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"gNp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags, +/obj/item/clothing/gloves/latex, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/execution/education) +"gNx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"gNB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"gNE" = ( +/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{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/ai_monitored/turret_protected/ai_upload) +"gNF" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"gNK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + color = "#36373a"; + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"gNU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"gNX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"gOa" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"gOc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"gOi" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/misc/grass, +/area/station/engineering/atmos) +"gOk" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"gOq" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"gOr" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gOB" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"gOF" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/janitor) +"gOV" = ( +/turf/closed/wall, +/area/station/service/cafeteria) +"gOW" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"gPc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"gPe" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/wallet{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/gps{ + gpstag = "QM0"; + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/coin/gold{ + pixel_x = 3 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"gPj" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"gPk" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/hedge, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"gPo" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"gPr" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/medical/break_room) +"gPt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"gPu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/port/aft) +"gPz" = ( +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "laserblue"; + name = "Blue Team" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"gPD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/status_display/door_timer{ + pixel_y = -32; + id = "medcell" + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"gPE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison) +"gPR" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"gPZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/item/cigbutt{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/structure/sign/flag/terragov/directional/south, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"gQa" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"gQk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gQn" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gQs" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "Xenobio Pen 2 Blast Door" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/south{ + name = "Containment Pen #2"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gQt" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_nineteen{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"gQu" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"gQv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/engineering/main) +"gQC" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"gQJ" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"gQM" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"gQR" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"gQS" = ( +/obj/machinery/door/window/left/directional/north, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gQX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + 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/side{ + dir = 8 + }, +/area/station/maintenance/department/bridge) +"gRc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"gRd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gRg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"gRj" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/flag/nanotrasen/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"gRm" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/aft) +"gRq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"gRx" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"gRD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"gRF" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"gRH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"gRM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"gRR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command) +"gRW" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"gRX" = ( +/obj/structure/railing, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port) +"gSc" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gSd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"gSe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"gSn" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/railing/corner/end, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/departments/science/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"gSp" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/floor{ + color = "#ff8080" + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","bar") + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"gSs" = ( +/obj/item/reagent_containers/pill/maintenance, +/obj/item/reagent_containers/syringe/multiver{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/confetti, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"gSv" = ( +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/arrows{ + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/structure/sign/departments/cargo/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/lobby) +"gSA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/structure/railing, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/storage) +"gSC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"gSO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/engineering/supermatter/room/upper) +"gST" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/fancy/heart_box, +/obj/effect/spawner/random/decoration/flower, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"gTb" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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) +"gTc" = ( +/obj/structure/hedge, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"gTy" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/service/library/upper) +"gTz" = ( +/obj/structure/fence/door, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"gTG" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"gTK" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"gTL" = ( +/turf/closed/wall, +/area/station/service/chapel/funeral) +"gTO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"gTR" = ( +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/mechbay) +"gTS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/iannewyear, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"gTW" = ( +/turf/closed/wall, +/area/station/medical/surgery/theatre) +"gTY" = ( +/obj/structure/chair/sofa/left/brown, +/obj/structure/sign/poster/official/no_erp/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"gTZ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_x = -4 + }, +/obj/effect/spawner/random/entertainment/toy_figure{ + pixel_x = 7 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"gUe" = ( +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/end{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"gUh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/airlock_painter{ + pixel_y = 5 + }, +/obj/item/airlock_painter/decal, +/obj/item/airlock_painter/decal/tile{ + pixel_y = -6 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"gUi" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/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, +/area/station/command/bridge) +"gUt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"gUE" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"gUI" = ( +/obj/structure/railing, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/central) +"gUK" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/computer/exoscanner_control, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"gUP" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/storage/belt/utility, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/maintenance/port) +"gUW" = ( +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/duct, +/obj/machinery/defibrillator_mount/mobile{ + anchored = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"gVb" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"gVd" = ( +/obj/machinery/airalarm/directional/north, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing/corner{ + dir = 2; + color = "#683d21" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/tile, +/area/station/security/courtroom) +"gVg" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"gVj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_half, +/area/station/cargo/drone_bay) +"gVk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"gVl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/arrows{ + dir = 1; + pixel_y = -8; + pixel_x = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"gVo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"gVu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"gVw" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/starboard/fore) +"gVz" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"gVA" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room/upper) +"gVE" = ( +/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 = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"gVF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + 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/smooth_edge, +/area/station/medical/pharmacy) +"gVR" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"gWa" = ( +/obj/item/radio/intercom/directional/north, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"gWf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/iron, +/area/station/hallway/primary/starboard) +"gWg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/storage/medkit/emergency{ + pixel_y = -1; + pixel_x = 5 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/pen{ + pixel_x = -7 + }, +/obj/effect/turf_decal/trimline/blue/filled/end{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"gWm" = ( +/obj/machinery/computer/rdconsole, +/obj/machinery/button/door/directional/north{ + id = "rdrnd"; + name = "Research and Development Containment Control"; + pixel_x = -6; + 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 = "xeno_blastdoor"; + name = "Xenobiology Containment Control"; + req_access = list("rd"); + pixel_y = 34 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"gWp" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/box/white{ + color = "#dab4de" + }, +/turf/open/floor/iron/white/small, +/area/station/science/research) +"gWz" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"gWO" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"gWR" = ( +/obj/machinery/computer/records/security, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"gWU" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/cargo/lower) +"gWV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"gXd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"gXo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"gXs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"gXv" = ( +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"gXy" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"gXA" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"gXM" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/engineering/storage) +"gXP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/safe) +"gXU" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"gXX" = ( +/obj/machinery/module_duplicator, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"gXY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant2, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"gYa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"gYc" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/brown/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"gYh" = ( +/obj/structure/cable, +/obj/item/stack/arcadeticket{ + pixel_x = -8; + pixel_y = 10 + }, +/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/checker, +/area/station/maintenance/port/central) +"gYk" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/newscaster/directional/south, +/obj/item/stack/sheet/plasteel, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/box/lights/mixed{ + pixel_x = -4 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"gYo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/brig) +"gYq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"gYt" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"gYy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"gYD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"gYI" = ( +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/service/theater) +"gYK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/port/aft) +"gYM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"gYZ" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"gZg" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"gZi" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"gZl" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gZn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/port) +"gZq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gZz" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/engineering/main) +"gZA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"gZB" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gZE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"gZK" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/cargo) +"gZM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/cargo) +"gZP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/stack/spacecash/c10{ + pixel_y = 9 + }, +/obj/item/poster/traitor{ + pixel_y = -2 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"gZT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"gZV" = ( +/obj/structure/lattice/catwalk, +/obj/item/reagent_containers/cup/glass/bottle/rum{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gZW" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/hydroponics/constructable, +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/grass{ + icon_state = "grass3" + }, +/area/station/security/prison/garden) +"gZY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"haa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/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/dark/small, +/area/station/engineering/atmos) +"hab" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Science Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"hac" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/structure/bedsheetbin, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"had" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"hah" = ( +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/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/port/aft) +"ham" = ( +/obj/machinery/door/poddoor{ + id = "cargload"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"han" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/sign/warning/test_chamber/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lower) +"has" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + 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/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"haE" = ( +/obj/machinery/door/window/right/directional/west{ + name = "Research Delivery"; + req_access = list("science") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"haF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/structure/sign/poster/official/science/directional/south, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"haG" = ( +/obj/effect/turf_decal/trimline/red, +/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 = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"haW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/bluespace_beacon, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"haZ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door{ + id = "xenobio4"; + name = "Xenobio Pen 4 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hbb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"hbk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"hbE" = ( +/obj/effect/turf_decal/caution/red{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/item/clothing/head/cone{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hbF" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hbJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hbM" = ( +/obj/structure/fireplace, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/turf/open/floor/stone, +/area/station/security/prison/rec) +"hbN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"hbQ" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "atmos-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) +"hbV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/prison/directional/west, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"hbX" = ( +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"hcd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/storage/bag/xeno, +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hci" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hcn" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"hcq" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"hcv" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port) +"hcy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"hcA" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"hcF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hcI" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"hcL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"hcQ" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hcU" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/digital_clock/directional/north, +/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/plating, +/area/station/maintenance/aft/lesser) +"hcW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"hcZ" = ( +/obj/structure/marker_beacon/violet, +/obj/effect/landmark/event_spawn, +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/structure/flora/rock/style_4, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"hdm" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"hdx" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/command) +"hdz" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hdB" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"hdD" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"hdF" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"hdM" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"hdN" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"hdX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner, +/area/station/commons/fitness/recreation) +"hdY" = ( +/obj/structure/railing{ + dir = 6; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"hec" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/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 + }, +/obj/machinery/navbeacon{ + location = "A1-Aft-Hallway"; + codes_txt = "patrol;next_patrol=A2-Engineering" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"hee" = ( +/turf/open/floor/iron/goonplaque, +/area/station/service/theater) +"heg" = ( +/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/service/hop_office, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "HoP Junction" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hei" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"hej" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/machinery/door/window/left/directional/south{ + name = "Cargo Desk"; + req_access = list("shipping") + }, +/obj/machinery/door/firedoor, +/obj/item/folder/yellow{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hes" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hez" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library) +"heA" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"heJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"heK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/north, +/obj/structure/table/glass, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"heP" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/breakroom) +"heU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"heW" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hfa" = ( +/obj/structure/rack, +/obj/machinery/firealarm/directional/north, +/obj/item/reagent_containers/cup/bottle/potassium{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/phosphorus{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/sodium{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"hfb" = ( +/obj/structure/chair/office/light, +/turf/open/floor/carpet, +/area/station/service/cafeteria) +"hfe" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/item/modular_computer/laptop{ + pixel_y = 3 + }, +/obj/item/disk/holodisk, +/obj/item/instrument/piano_synth/headphones, +/turf/open/floor/circuit/green, +/area/station/maintenance/starboard/fore) +"hfk" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/jungle/b/style_random, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"hfp" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/radio/intercom/directional/west, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"hfr" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"hfs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/fitness/recreation) +"hfG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"hfI" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"hfN" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/folder, +/obj/item/pen, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"hfO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hfR" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hfS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/item/stack/spacecash/c10, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hfU" = ( +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/port) +"hfX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"hfY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/stairs/left, +/area/station/hallway/primary/fore) +"hfZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"hgc" = ( +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Atmospherics" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"hgh" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/dark{ + 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/dark/small, +/area/station/medical/cryo) +"hgi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"hgl" = ( +/obj/machinery/meter, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"hgm" = ( +/obj/structure/broken_flooring/pile/directional/west, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hgn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/lockers) +"hgw" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/science/ordnance) +"hgI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"hgL" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"hgR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"hgS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"hgW" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"hhe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"hhf" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "Bridge2Elevator"; + preset_destination_names = list("2" = "Bridge Bottom", "3" = "Bridge Upper"); + req_access = list("command") + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"hhl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/hedge, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/fitness/recreation) +"hhq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hhs" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = -6 + }, +/obj/item/flashlight/lamp{ + pixel_y = 11; + pixel_x = -6 + }, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/button/door/directional/east{ + name = "Medbay Upper Doors Control"; + id = "MedbayFoyerUp"; + normaldoorcontrol = 1; + pixel_y = 6; + req_access = list("medical") + }, +/obj/structure/cable, +/obj/machinery/button/door/directional/east{ + name = "Medbay Lower Doors Control"; + id = "MedbayFoyerDown"; + normaldoorcontrol = 1; + pixel_y = -6; + req_access = list("medical") + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"hhC" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"hhD" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"hhK" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"hhP" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"hhR" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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/iron/white, +/area/station/medical/medbay/lobby) +"hhS" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"hhW" = ( +/turf/closed/wall, +/area/station/service/library) +"hia" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"hic" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hie" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"hij" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/prison/work) +"hip" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory Maintenance" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + 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/port/central) +"hiq" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/landmark/navigate_destination/med, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"hiw" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/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, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"hiB" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/clothing/head/collectable/hop{ + name = "novelty HoP hat"; + pixel_y = -3; + pixel_x = -1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"hiC" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hiE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"hiF" = ( +/obj/structure/broken_flooring/singular/always_floorplane/directional/east, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hiM" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/curtain, +/obj/effect/turf_decal/trimline/brown/end, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/right/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/cargo/breakroom) +"hiR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"hiS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"hiU" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"hiV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/guncase/shotgun, +/obj/item/gun/ballistic/shotgun/toy, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"hiY" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hjc" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hje" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"hjg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hji" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 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/wood/large, +/area/station/service/theater) +"hjo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"hjE" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/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 = 9 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"hjG" = ( +/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/vacuum, +/area/station/science/ordnance/burnchamber) +"hjH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"hjO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/starboard/fore) +"hjP" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/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, +/area/station/medical/medbay/central) +"hjS" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"hkb" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"hkc" = ( +/turf/closed/wall, +/area/station/hallway/primary/fore) +"hkm" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hkp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"hks" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"hkv" = ( +/obj/machinery/incident_display/delam/directional/north, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"hkD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/filingcabinet/security, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"hkE" = ( +/obj/effect/turf_decal/trimline/green, +/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, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"hkH" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"hkI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/mob/living/basic/pet/cat/space{ + dir = 4; + name = "Nebula Correspondent" + }, +/obj/effect/mapping_helpers/mob_buckler, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"hkK" = ( +/obj/machinery/duct, +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"hkO" = ( +/obj/structure/closet/secure_closet/captains, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/item/storage/photo_album/captain, +/obj/item/camera, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"hkR" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/dim/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"hkW" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/armory/barrier_grenades, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"hkX" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/sign/clock/directional/north, +/obj/structure/bookcase/random/reference, +/obj/item/toy/figure/miner{ + pixel_x = -10; + pixel_y = 18 + }, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"hlu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hlD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"hlJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_cw, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hlM" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/starboard/fore) +"hlR" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/sign/clock/directional/west, +/obj/machinery/light/directional/west, +/obj/item/kirbyplants/organic/plant21, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"hmc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"hmd" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/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/command/bridge) +"hmj" = ( +/obj/structure/cable, +/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/port/fore) +"hml" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/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, +/area/station/hallway/secondary/command) +"hmt" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/starboard) +"hmu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/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/textured, +/area/station/commons/dorms) +"hmB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"hmG" = ( +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/kitchen/diner) +"hmK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "CE's Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"hmT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"hmV" = ( +/obj/structure/flora/bush/jungle, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/security/brig) +"hmW" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/bluespace_vendor/directional/south, +/obj/item/storage/medkit/fire, +/obj/item/storage/belt/utility, +/obj/item/lightreplacer{ + pixel_y = 7 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"hmZ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + 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/white, +/area/station/medical/lower) +"hnc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"hne" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"hnk" = ( +/obj/machinery/computer/atmos_control/ordnancemix, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"hnq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/clock/directional/east, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"hnx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"hnJ" = ( +/obj/structure/fireplace{ + fuel_added = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/item/toy/figure/engineer{ + pixel_y = 37; + pixel_x = 9 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/side, +/area/station/engineering/break_room) +"hnV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/always_floorplane/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hnX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering/glass{ + name = "Emitter Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hnZ" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = -3; + pixel_x = 9 + }, +/obj/item/reagent_containers/cup/soda_cans/beer{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer/light{ + pixel_y = 17 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"hol" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/warning/pods/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"hop" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/openspace, +/area/station/maintenance/starboard/aft) +"how" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("minisat") + }, +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"hox" = ( +/obj/effect/turf_decal/siding/dark, +/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, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/theater_dressing) +"hoy" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"hoA" = ( +/obj/machinery/door/airlock/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/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"hoB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hoE" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"hoO" = ( +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42" + }, +/area/station/service/theater) +"hoV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"hoX" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"hoZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hpp" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hps" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"hpy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/pumproom) +"hpA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + 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/hydroponics) +"hpC" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hpG" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Dock" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"hpR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"hpS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw/style_2, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/maintenance/central) +"hpV" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/medical) +"hpY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/chem_pile, +/obj/item/cigbutt{ + pixel_x = 9; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"hqa" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness) +"hqd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"hqh" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/turf_decal/trimline/dark_red/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/fitness) +"hqp" = ( +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/stalky/style_random, +/obj/machinery/light/floor, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"hqq" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"hqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hqy" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"hqA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8; + pixel_x = -18 + }, +/obj/item/radio/intercom, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"hqF" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/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, +/area/station/security/medical) +"hqG" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"hqI" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hqL" = ( +/obj/effect/turf_decal/siding/wood, +/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 = 5 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"hqO" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"hqT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"hqX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/bush/lavendergrass, +/obj/item/stack/sheet/animalhide/xeno, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hqY" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/wood/large, +/area/station/service/library) +"hqZ" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/maintenance{ + name = "Security E.V.A Storage Maintenance" + }, +/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/central) +"hrb" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"hrd" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room/upper) +"hrf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/security/lockers) +"hrj" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hrm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"hro" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/breakroom) +"hrq" = ( +/obj/structure/tank_holder/extinguisher, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hrw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hrA" = ( +/obj/structure/rack, +/obj/item/storage/box/firingpins{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/firingpins, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"hrB" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"hrD" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library) +"hrG" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hrH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight/lantern/on, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hrR" = ( +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"hrW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/desk_bell, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/garden) +"hrX" = ( +/obj/vehicle/sealed/car/vim, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/confetti, +/obj/structure/marker_beacon/yellow, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hrZ" = ( +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"hsf" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hsh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hsn" = ( +/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/dark/textured_edge{ + dir = 8 + }, +/area/station/commons/dorms) +"hsp" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"hss" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"hsv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"hsB" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"hsE" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/lighter{ + pixel_x = -15; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"hsF" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"hsI" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hsK" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/tree/jungle/style_6, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"hsL" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"hsM" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/security/prison) +"hsS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/incident_display/delam/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hsT" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/department/bridge) +"hsV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/door/window/left/directional/north{ + req_access = list("robotics"); + name = "Robotics Surgery" + }, +/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/iron/dark/small, +/area/station/science/robotics/augments) +"hsZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + 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/smooth_edge, +/area/station/service/hydroponics) +"htf" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"htk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"htl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"htp" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"htu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"htw" = ( +/turf/closed/wall, +/area/station/maintenance/disposal) +"hty" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/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/wood/large, +/area/station/command/meeting_room) +"htH" = ( +/obj/structure/table, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/turf_decal/trimline/blue/filled/end{ + dir = 1 + }, +/obj/item/screwdriver, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"htJ" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"htR" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"htW" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/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/port/fore) +"htZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/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{ + dir = 8 + }, +/area/station/security/brig/lower) +"huc" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"hud" = ( +/obj/structure/sign/warning/docking/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"hue" = ( +/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/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/engineering/atmos) +"hug" = ( +/obj/structure/chair/sofa/bench/solo, +/obj/item/storage/briefcase, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"huo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/door/window/right/directional/west{ + name = "Monkey Pen"; + req_access = list("genetics") + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/genetics) +"huv" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass, +/area/station/service/library/upper) +"hux" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"huB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"huL" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/carpet, +/area/station/cargo/mining_breakroom) +"huM" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"huQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"huR" = ( +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/command) +"hve" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/starboard/fore) +"hvi" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"hvl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hvn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"hvz" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"hvE" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"hvR" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"hwa" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/smoke_machine, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hwe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"hwh" = ( +/obj/structure/curtain/cloth{ + color = "#36373a"; + open = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"hwj" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/computer/accounting{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hwk" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"hwm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/primary) +"hwp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/mid_joiner, +/turf/open/floor/iron/dark/smooth_half, +/area/station/cargo/warehouse) +"hws" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 11; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 11; + pixel_x = 6 + }, +/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, +/area/station/service/bar) +"hwz" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/closet/l3closet/virology, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"hwA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/east, +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"hwB" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"hwC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"hwD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/cargo/miningoffice) +"hwE" = ( +/obj/structure/railing{ + 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/wood/tile, +/area/station/service/minibar) +"hwQ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"hwS" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"hwY" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"hwZ" = ( +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"hxc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"hxh" = ( +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 8 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hxj" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/requests_console/directional/north{ + department = "Telecomms Admin"; + name = "Telecomms Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"hxm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/sign/chalkboard_menu{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"hxv" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/obj/structure/desk_bell, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"hxx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/locker) +"hxC" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" + }, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"hxD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/side{ + dir = 8 + }, +/area/station/security/execution/education) +"hxK" = ( +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"hxM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/fluff/paper{ + dir = 1; + plane = -9 + }, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"hxO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("minisat") + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"hyb" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hyc" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/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/dark/side, +/area/station/security/brig/lower) +"hyf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + 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/wood/large, +/area/station/commons/vacant_room/office) +"hyh" = ( +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"hyi" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hyj" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"hym" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_y = 14; + pixel_x = 12 + }, +/obj/item/folder/blue{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command) +"hyo" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/service/lawoffice) +"hyw" = ( +/obj/structure/closet/crate/grave, +/obj/item/bouquet/rose, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"hyz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/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/yjunction{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"hyH" = ( +/obj/structure/sign/calendar/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/fore) +"hyQ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"hyS" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hyU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"hyV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"hzk" = ( +/obj/effect/turf_decal/trimline/blue/end{ + 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/central) +"hzt" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"hzA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"hzH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/chair, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/brig/lower) +"hzJ" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"hzL" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"hzQ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/railing, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hzX" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"hzZ" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"hAa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison) +"hAd" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"hAe" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"hAv" = ( +/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 = 5 + }, +/turf/open/floor/carpet/donk, +/area/station/cargo/miningoffice) +"hAA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"hAH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"hAK" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"hAL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"hAN" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"hAQ" = ( +/obj/effect/turf_decal/bot_red, +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/science) +"hAW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"hBb" = ( +/turf/open/floor/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/service/theater) +"hBh" = ( +/turf/open/floor/iron/stairs/left, +/area/station/engineering/gravity_generator) +"hBm" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"hBp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw/style_2, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"hBv" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/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/wood/large, +/area/station/command/corporate_suite) +"hBE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "xeno_airlock_interior"; + idSelf = "xeno_airlock_control"; + name = "Access Button"; + pixel_x = -7; + pixel_y = -24; + req_access = list("xenobiology") + }, +/obj/structure/tank_holder/extinguisher, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"hBF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"hCc" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"hCf" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#5971a6" + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"hCg" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/cigbutt/cigarbutt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"hCh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"hCs" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"hCu" = ( +/obj/machinery/food_cart, +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"hCz" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hCA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"hCH" = ( +/obj/structure/flora/grass/green/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/rock/icy/style_random, +/obj/structure/flora/bush/snow/style_5, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"hCI" = ( +/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/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"hCP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/disposal) +"hCV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/project) +"hCW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/starboard) +"hCZ" = ( +/turf/closed/wall, +/area/station/maintenance/port/fore) +"hDa" = ( +/obj/item/clothing/head/costume/party, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid4" + }, +/area/space/nearstation) +"hDd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"hDf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hDo" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"hDq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"hDw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light/directional/west, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + name = "Privacy Shutters Control"; + id = "ceprivacy"; + req_one_access = list("ce") + }, +/obj/structure/cable, +/obj/machinery/keycard_auth/wall_mounted/directional/west{ + pixel_y = -6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"hDB" = ( +/obj/structure/rack, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/item/mod/module/signlang_radio, +/turf/open/floor/iron/dark, +/area/station/security/office) +"hDC" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"hDH" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"hDT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hDW" = ( +/obj/machinery/incident_display/delam/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hDY" = ( +/obj/structure/railing{ + dir = 1 + }, +/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/stairs{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/maintenance/aft/greater) +"hEm" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hEu" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"hEB" = ( +/obj/structure/fluff/paper{ + dir = 1; + plane = -9 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/modular_computer/preset/civilian, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"hEC" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/storage) +"hEH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"hEW" = ( +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/computer/order_console/bitrunning{ + pixel_y = 1 + }, +/obj/item/storage/pill_bottle/mannitol{ + pixel_y = 17; + pixel_x = 7 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"hEZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"hFa" = ( +/obj/effect/spawner/random/trash/mopbucket, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hFb" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hFc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/grass, +/area/station/commons/lounge) +"hFq" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hFr" = ( +/turf/open/misc/dirt/dark/station/airless, +/area/space/nearstation) +"hFx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"hFz" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"hFA" = ( +/obj/machinery/conveyor{ + id = "garbage"; + dir = 10 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"hFB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"hFC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/east, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hFE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/mine/sound/bwoink, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"hFG" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/structure/cable, +/obj/effect/landmark/navigate_destination, +/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/dark, +/area/station/command/heads_quarters/ce) +"hFI" = ( +/obj/effect/spawner/random/decoration/statue, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"hFK" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hFM" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"hFV" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hGa" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/north, +/obj/structure/window/reinforced/plasma/spawner/directional/south, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"hGd" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/taperecorder{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"hGh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hGi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"hGl" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"hGv" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 4 + }, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"hGO" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/glass, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"hGQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"hGS" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hHa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"hHd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/port/fore) +"hHg" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"hHj" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/turf_decal/trimline/dark/end, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"hHk" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"hHl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"hHo" = ( +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"hHt" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"hHw" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/large/style_random, +/obj/structure/flora/rock/pile/jungle/large/style_2{ + pixel_x = 0 + }, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"hHz" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"hHB" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"hHK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/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/dark, +/area/station/command) +"hHN" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/commons/dorms) +"hHU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"hIb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"hIc" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"hIe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"hIg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"hIl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"hIo" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hIC" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hIF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/table/glass, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 11 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"hIK" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/fore/lesser) +"hIM" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid3" + }, +/area/space/nearstation) +"hIP" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"hJl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/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, +/area/station/hallway/primary/central) +"hJq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/safety_eye_protection/directional/east, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"hJv" = ( +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hJA" = ( +/obj/structure/table/reinforced, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"hJT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/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 Lab" + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"hJX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/bomb) +"hJY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"hKb" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"hKe" = ( +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 1 + }, +/area/station/maintenance/port/aft) +"hKg" = ( +/obj/item/pipe_painter, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"hKn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hKx" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/random/directional/east, +/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/port/aft) +"hKz" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hKD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"hKI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office) +"hKJ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/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/iron/dark/side, +/area/station/maintenance/starboard/central) +"hKL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"hKN" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"hLb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"hLg" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/telecomms/server/presets/supply, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"hLh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination/dockescpod3, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"hLl" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"hLo" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hLp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"hLt" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/head/utility/welding, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/machinery/camera/directional/east{ + c_tag = "MiniSat Service Bay"; + network = list("minisat"); + start_active = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/service) +"hLu" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"hLv" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"hLG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/item/clothing/head/cone, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"hLM" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"hLN" = ( +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + 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, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/cargo/lower) +"hLR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 7; + pixel_x = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hLU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"hLY" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"hMf" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"hMj" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"hMo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"hMs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/button/door/directional/south{ + pixel_y = -26; + pixel_x = -7; + id = "rdoffice"; + req_access = list("rd"); + name = "Privacy Control" + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/obj/machinery/keycard_auth/wall_mounted/directional/south{ + pixel_x = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"hMu" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"hMz" = ( +/obj/structure/sign/departments/science/alt/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"hMB" = ( +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"hMC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/maintenance/central) +"hMH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/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/textured, +/area/station/commons/fitness/recreation) +"hMJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"hMP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"hMS" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/plate, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"hMT" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "CO2 to Pure" + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/dark/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hMU" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hMV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hNa" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 4 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"hNd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/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/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"hNs" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "BridgeElevator"; + preset_destination_names = list("2" = "Bridge Bottom", "3" = "Bridge Upper"); + req_access = list("command") + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"hNt" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"hNu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"hNv" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hNz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/hedge, +/obj/structure/sign/directions/engineering/directional/south{ + pixel_y = -40 + }, +/obj/structure/sign/directions/dorms/directional/south{ + pixel_y = -24; + dir = 8 + }, +/obj/structure/sign/directions/evac/directional/south{ + 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/hallway/primary/central) +"hNB" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"hNF" = ( +/obj/machinery/vending/sustenance, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison) +"hNK" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"hNN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"hNP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"hNY" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hOc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + 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/white, +/area/station/medical/lower) +"hOf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/storage) +"hOj" = ( +/obj/structure/table/reinforced/rglass, +/obj/structure/sign/map/left{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/item/storage/lockbox/medal{ + pixel_y = 3 + }, +/obj/item/melee/chainofcommand, +/obj/item/hand_tele, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Captain's Storage"; + req_access = list("captain") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"hOq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"hOw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"hOD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Greenroom Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/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/aft/greater) +"hOF" = ( +/obj/item/folder/white{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 7 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -3; + pixel_y = -6 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"hOH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"hOJ" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/starboard/fore) +"hOL" = ( +/obj/structure/hedge, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"hOM" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/machinery/digital_clock/directional/south, +/obj/machinery/conveyor{ + dir = 4; + id = "janigarbage" + }, +/obj/effect/spawner/random/trash/garbage, +/obj/machinery/light/small/red/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/janitor) +"hOP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"hOU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"hOV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"hOZ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Detective's Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"hPa" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/turf/open/floor/grass, +/area/station/security/office) +"hPb" = ( +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"hPc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"hPd" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hPm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/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/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"hPp" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/pai_card, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"hPq" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit/black/skirt, +/obj/item/clothing/under/suit/black, +/obj/machinery/requests_console/auto_name/directional/north, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"hPt" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/railing, +/obj/machinery/smartfridge/drying, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"hPu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood/fancy/orange, +/obj/item/storage/backpack/duffelbag/clown{ + pixel_y = 9 + }, +/obj/item/clothing/mask/gas/clown_hat, +/obj/item/bikehorn{ + pixel_y = 6 + }, +/obj/structure/mirror/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"hPD" = ( +/obj/structure/cable, +/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/fore/lesser) +"hPF" = ( +/obj/item/wheelchair, +/obj/structure/broken_flooring/pile/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"hPG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + listening = 0; + name = "Radio Broadcast Channel"; + pixel_y = 3 + }, +/obj/structure/table/wood/fancy/black, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/fore) +"hQb" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"hQf" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"hQg" = ( +/obj/structure/fireplace{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_x = -16; + pixel_y = -7 + }, +/turf/open/floor/stone, +/area/station/command/meeting_room) +"hQk" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"hQo" = ( +/obj/structure/hedge, +/obj/structure/sign/painting/large/library{ + dir = 8; + pixel_x = -29 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"hQt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/checkpoint/engineering) +"hQx" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid10" + }, +/area/space/nearstation) +"hQz" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/station/maintenance/central) +"hQD" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/breakroom) +"hQH" = ( +/obj/machinery/door/firedoor/border_only, +/obj/item/flashlight/lamp{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"hQJ" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"hQM" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/machinery/light/small/directional/south, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/fore) +"hQT" = ( +/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/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/airlock/research/glass{ + name = "Research Division Access" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rdrnd"; + name = "Research and Development Shutters"; + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"hRb" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"hRc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/power/solar_control{ + dir = 4; + id = "aftport"; + name = "Port Quarter Solar Control" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/solars/port/fore) +"hRd" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/central) +"hRh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/light/cold/dim/directional/south, +/obj/machinery/digital_clock/directional/south, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/port/aft) +"hRi" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/blue, +/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 = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hRk" = ( +/obj/structure/table, +/obj/item/toy/katana, +/obj/item/gun/ballistic/shotgun/toy/crossbow, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"hRo" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"hRp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"hRq" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/railing, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"hRr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/chair/sofa/bench/left, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"hRt" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hRv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"hRx" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/structure/secure_safe/directional/north, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"hRy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/dorms) +"hRC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/item/reagent_containers/cup/soda_cans{ + pixel_y = 11; + pixel_x = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"hRI" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hRY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater) +"hSa" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"hSd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8; + pixel_x = -6 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"hSs" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hSt" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"hSu" = ( +/obj/structure/railing/corner{ + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"hSx" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/clothing/head/costume/party, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hSA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"hSG" = ( +/obj/item/shovel/spade, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/machinery/hydroponics/soil, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/grass{ + icon_state = "grass1" + }, +/area/station/security/prison/garden) +"hSJ" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/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/port/central) +"hSM" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hSN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"hST" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"hSU" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/item/reagent_containers/cup/glass/bottle/maltliquor{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/item/reagent_containers/cup/glass/bottle/vodka{ + pixel_y = 18; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/ale{ + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/bottle/fernet{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/bottle/bitters{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/railing, +/obj/machinery/light/small/directional/south, +/obj/structure/table/reinforced/plasmarglass, +/obj/structure/marker_beacon/fuchsia, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"hSW" = ( +/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/service/cafeteria) +"hSX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"hSY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Engineering" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"hSZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison) +"hTd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"hTo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/storage/bag/construction, +/obj/item/storage/bag/construction, +/obj/item/storage/bag/construction, +/obj/structure/rack, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"hTv" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hTz" = ( +/obj/structure/rack, +/obj/item/emergency_bed, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/medical/patients_rooms) +"hTB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"hTH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"hTN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple, +/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 = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hTO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"hTW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/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" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"hUa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/primary/aft) +"hUj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"hUq" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"hUr" = ( +/turf/closed/wall/r_wall, +/area/station/security/office) +"hUs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"hUz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hUC" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"hUF" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"hUG" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/explab) +"hUH" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/disposal) +"hUM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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, +/area/station/engineering/main) +"hUT" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"hUX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/lockers) +"hVc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"hVd" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"hVf" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"hVo" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security E.V.A. Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"hVr" = ( +/obj/structure/flora/tree/jungle/small/style_3, +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_2, +/turf/open/floor/grass, +/area/station/security/prison) +"hVs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/science/ordnance) +"hVu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Gas"; + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hVv" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/closet/crate/goldcrate, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"hVw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/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/carpet/red, +/area/station/service/library) +"hVx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/grass, +/area/station/command/corporate_suite) +"hVy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"hVM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"hVP" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"hVS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"hWi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"hWp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/firealarm/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hWq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"hWt" = ( +/obj/structure/flora/bush/large, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"hWx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/railing, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"hWD" = ( +/obj/effect/spawner/random/decoration/statue, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"hWE" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"hWJ" = ( +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/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/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hWL" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/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, +/area/station/science/lower) +"hWM" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hWT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"hXa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"hXd" = ( +/turf/closed/mineral/random/snow, +/area/space/nearstation) +"hXh" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/gravity_generator/main, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"hXl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"hXm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/decal/cleanable/wrapping/pinata, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hXn" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"hXt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"hXB" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"hXC" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/tank_holder/extinguisher{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = -6 + }, +/obj/structure/sign/poster/official/periodic_table/directional/west, +/obj/machinery/light/small/red/directional/west, +/obj/structure/fluff/shower_drain, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/bridge) +"hXE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"hXH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"hXJ" = ( +/obj/effect/turf_decal/siding, +/obj/structure/table/glass, +/obj/item/experi_scanner{ + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"hXY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"hYd" = ( +/obj/structure/lattice, +/obj/item/reagent_containers/cup/glass/bottle/goldschlager, +/turf/open/space/basic, +/area/space/nearstation) +"hYq" = ( +/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 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"hYs" = ( +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/science/lower) +"hYy" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"hYF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"hYG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/genetics) +"hYH" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "Engineering Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"hYK" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/primary/port) +"hYL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/sign/departments/evac/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"hYM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/hallway/primary/fore) +"hYN" = ( +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"hYO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"hYX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/bookcase/random/reference, +/obj/machinery/status_display/evac/directional/north, +/obj/item/ph_booklet{ + pixel_y = 14; + pixel_x = -8 + }, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"hYY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/plushie, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/breakroom) +"hZb" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/jungle/a/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"hZg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/orange, +/area/station/commons/dorms) +"hZk" = ( +/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/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/engineering/storage) +"hZr" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"hZs" = ( +/obj/item/knife/plastic, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"hZu" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"hZv" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/bench, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"hZx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"hZD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"hZN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"hZS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/bush/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"hZV" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"hZX" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"hZZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"iac" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"iad" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/cup/watering_can, +/obj/item/cultivator, +/obj/item/wirecutters, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iae" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ial" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"iar" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/command) +"ias" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"iau" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iaC" = ( +/obj/structure/rack, +/obj/item/storage/crayons, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"iaD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"iaJ" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"iaK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/structure/railing, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/storage) +"iaN" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"iaR" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"iaU" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"iaZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"ibj" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"ibl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ibp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port) +"ibr" = ( +/obj/structure/fluff/paper{ + dir = 1; + plane = -9 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/noticeboard/directional/north{ + pixel_y = 38; + pixel_x = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/pen/red{ + pixel_x = 8 + }, +/obj/item/cigbutt{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/item/photo/old{ + pixel_y = 32 + }, +/obj/item/photo/old{ + pixel_x = 16; + pixel_y = 30 + }, +/obj/item/photo/old{ + pixel_x = 7; + pixel_y = 28 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"ibs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos/project) +"iby" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ibz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos) +"ibC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ibV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"icj" = ( +/turf/closed/wall, +/area/station/medical/office) +"icp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"icr" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"ics" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/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/herringbone, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"icu" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"icw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"icz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/visit) +"icE" = ( +/obj/structure/railing, +/obj/item/reagent_containers/blood, +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"icM" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"icQ" = ( +/turf/open/floor/glass, +/area/station/maintenance/aft/greater) +"icR" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + id = "ldorm2"; + name = "Curtains" + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"icW" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/iron, +/area/station/cargo/lobby) +"ida" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/deluxe_garbage, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"idj" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"idk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/cargo/warehouse) +"idq" = ( +/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/grunge{ + name = "Cell 1"; + id_tag = "Cell1" + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"idB" = ( +/obj/structure/chair/sofa/corp/right, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"idE" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/structure/sign/poster/official/anniversary_vintage_reprint/directional/south, +/obj/machinery/shower/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 1 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"idI" = ( +/turf/closed/wall, +/area/station/service/janitor) +"idK" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/maintenance/central) +"idM" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/broken_flooring/pile/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"idN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Science" + }, +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"idQ" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/office/light{ + dir = 8; + name = "Defense" + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"idR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/dresser, +/obj/item/radio/intercom/directional/west, +/obj/item/clothing/glasses/regular{ + pixel_y = 9 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"idS" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/toy/figure/warden{ + pixel_y = 10; + pixel_x = 7 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"ied" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"iee" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ieg" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iek" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"ieo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"iep" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"ieH" = ( +/obj/machinery/door/airlock/grunge{ + name = "Courtroom" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ieI" = ( +/obj/structure/railing/corner, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"ieJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"ieK" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/computer/security/telescreen/auxbase/directional/north, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"ieN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/aft/lesser) +"ieO" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ieQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/dark, +/area/station/security/checkpoint/customs) +"ieT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ieY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ifj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"ifn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/reagent_containers/cup/glass/bottle/beer, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"ify" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 11; + pixel_x = -4 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/borghypo/borgshaker{ + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"ifE" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"ifH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"ifI" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"ifM" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light_switch/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"ifQ" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Permabrig Kitchen" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/mess) +"ifR" = ( +/obj/structure/sign/flag/mars/directional/south, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"igb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"igc" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"igh" = ( +/turf/closed/mineral/volcanic, +/area/space/nearstation) +"igj" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"igk" = ( +/obj/structure/hedge, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"igl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/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/iron/dark, +/area/station/engineering/atmos) +"igx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/service/boutique) +"igL" = ( +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"igM" = ( +/obj/structure/chair/plastic, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"igN" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/storage/belt/utility, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"igQ" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"igS" = ( +/obj/structure/sign/departments/vault/directional/north{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/command) +"igU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/machinery/biogenerator, +/turf/open/floor/stone, +/area/station/service/hydroponics) +"igW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs, +/area/station/maintenance/department/medical) +"igZ" = ( +/turf/open/floor/iron/stairs/left{ + dir = 8; + color = "#3d3e42" + }, +/area/station/command) +"ihf" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Medbay" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/cargo) +"ihh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/courtroom) +"ihi" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"ihl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ihn" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Holodeck - Aft 1"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"iho" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ihs" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"iht" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"ihv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/prison/work) +"ihz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 2 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"ihA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ihI" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/dna_infuser, +/obj/item/infuser_book, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"ihJ" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"ihL" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/prison) +"ihO" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/railing/corner/end{ + 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/service/hydroponics/garden) +"ihR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/arrow_ccw, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"iik" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/griddle, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/command/corporate_suite) +"iip" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_cw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"iir" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"iiC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/central) +"iiE" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/disposal) +"iiF" = ( +/obj/structure/closet{ + name = "evidence closet 4" + }, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"iiQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/purple, +/area/station/science/breakroom) +"iiR" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"iiS" = ( +/obj/item/banner/command/mundane, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"iiT" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"iiZ" = ( +/obj/docking_port/stationary/mining_home/common{ + dir = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"ijk" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/cup/watering_can, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"ijm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ijn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"ijt" = ( +/obj/structure/lattice/catwalk, +/obj/item/instrument/guitar, +/obj/item/clothing/head/cone{ + pixel_y = 12; + pixel_x = -6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ijx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/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/dark, +/area/station/hallway/secondary/command) +"ijB" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"ijH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/banner/science/mundane, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"ijT" = ( +/obj/structure/cable, +/obj/machinery/power/emitter/welded{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"ijU" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Break Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"ijV" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/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/construction/mining/aux_base) +"ijW" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/effect/turf_decal/box/red, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ijY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"ika" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"ikf" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/brimdust{ + plane = -7; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/spawner/random/food_or_drink/donuts, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"ikg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/item/trash/can, +/obj/effect/decal/cleanable/generic, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ikn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/prison) +"ikr" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"iku" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/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/white, +/area/station/medical/medbay/central) +"ikz" = ( +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/turf/open/floor/iron/white/smooth_edge, +/area/station/commons/fitness) +"ikI" = ( +/turf/open/floor/iron/stairs/left{ + color = "#5d341f" + }, +/area/station/cargo/mining_breakroom) +"ikN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/grime, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"ikQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"ikS" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/courtroom) +"ikV" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/structure/fireplace{ + fuel_added = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/breakroom) +"ila" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"ild" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/layer_manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ilr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + name = "Genetics Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"ils" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"ilu" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -2 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"ilw" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ilC" = ( +/obj/structure/table/optable, +/obj/machinery/vending/wallmed/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/command/heads_quarters/cmo) +"ilH" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"ilL" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/button/door/directional/west{ + id = "maintwindows"; + name = "Shutters Control" + }, +/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/cargo) +"ilV" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"imb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"imc" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/flag/nanotrasen/directional/north, +/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) +"imk" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"imm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance/glass, +/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/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"imu" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"imA" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/cargo/storage) +"imC" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"imD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"imM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"imQ" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/start/clown, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"imR" = ( +/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 = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"imX" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ina" = ( +/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/lower) +"ind" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"ing" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"ink" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"ino" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"inw" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/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/hallway/secondary/exit/departure_lounge) +"inC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/engine/directional/east, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"inE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/desk_bell{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 10 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"inJ" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"inK" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Blast Door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/door/firedoor, +/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/dark/textured, +/area/station/security/brig) +"inY" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/aft/lesser) +"ioh" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"ioj" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"iok" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"iol" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/food/salad/fruit{ + pixel_y = 7 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"iom" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/carpet/blue, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ioq" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"iot" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/shower/directional/east, +/obj/structure/cable, +/obj/structure/fluff/shower_drain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"iox" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy" + }, +/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/medical/pharmacy, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"ioB" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ioC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/target, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ioI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"ioQ" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/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/supermatter/room/upper) +"ipa" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ipc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/digital_clock/directional/west, +/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/obj/item/ph_booklet{ + pixel_y = -12 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"ipf" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"ipg" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain) +"ipi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ipk" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"ipl" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ipm" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/computer/pod/old, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ipr" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"ips" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"ipE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/aft/lesser) +"ipK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/juice/smallcarton{ + pixel_x = -14 + }, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"ipM" = ( +/obj/item/toy/plush/goatplushie{ + name = "Easteria"; + desc = "Despite its cuddly appearance and plush nature, it will... cuddle you up all the same?" + }, +/obj/item/staff, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ipO" = ( +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/chair/office{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"ipP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ipX" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/pdapainter/security, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"iqj" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iqk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/department/science) +"iqm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/security/courtroom) +"iqp" = ( +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iqr" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iqC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iqM" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/rack, +/obj/item/fuel_pellet, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"iqN" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/engineering/atmos/upper) +"iqP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"iqQ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"iqS" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"iqT" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"iqU" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/under/rank/centcom/military, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/gloves/color/black, +/obj/item/storage/belt/security/webbing, +/obj/item/clothing/head/helmet/toggleable, +/obj/item/knife/combat/survival, +/obj/item/gun/energy/e_gun/mini, +/obj/item/clothing/mask/facescarf, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/glasses/hud/security/night, +/obj/item/clothing/neck/link_scryer/loaded, +/obj/structure/closet/secure_closet{ + req_access = list("armory"); + name = "Tactical Gear Locker" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"iqV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/cargo) +"iqZ" = ( +/obj/item/fish/pufferfish, +/obj/item/food/grown/carrot{ + pixel_x = 7; + preserved_food = 1 + }, +/turf/open/water/beach, +/area/station/maintenance/fore/lesser) +"ira" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/extinguisher, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"ird" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"irg" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"iro" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"irs" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"irw" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"irx" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"irB" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"irD" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/door{ + id = "xenobio8"; + name = "Xenobio Pen 8 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"irE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ + dir = 1 + }, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"irK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"irZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"isi" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"iso" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"ist" = ( +/obj/structure/flora/rock/style_2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"isu" = ( +/obj/effect/turf_decal/tile/brown{ + 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, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"isw" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/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/lower) +"isy" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hos) +"isA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"isE" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/structure/noticeboard/directional/north{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"isG" = ( +/obj/structure/cable, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"isI" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"isM" = ( +/obj/machinery/defibrillator_mount/directional/south, +/obj/structure/table/glass, +/obj/item/surgery_tray/full, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/white/textured_corner{ + dir = 4 + }, +/area/station/medical/surgery/theatre) +"isT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"isU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/fore) +"isW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"isY" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"ita" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/aft/lesser) +"ite" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"ith" = ( +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"itj" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/hallway/secondary/service) +"ito" = ( +/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"itD" = ( +/obj/effect/turf_decal/loading_area/white{ + color = "#52B4E9"; + dir = 4; + pixel_x = -2 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"itE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"itO" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/table/wood/fancy/red, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"iua" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"iub" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/central) +"iue" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -24; + req_access = list("virology") + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/green/fourcorners, +/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 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"iug" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/item/banner/engineering/mundane, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"iui" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/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/engineering/atmos) +"iul" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"iup" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/science/breakroom) +"iuv" = ( +/obj/structure/table/wood, +/obj/item/storage/dice, +/turf/open/floor/wood/large, +/area/station/service/library) +"iuw" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"iuE" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/wallframe/noticeboard{ + pixel_y = -32 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"iuF" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/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/iron/dark, +/area/station/hallway/primary/aft) +"iuG" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/cigbutt{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/maintenance/starboard/aft) +"iuL" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"iuO" = ( +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/carpet, +/area/station/service/greenroom) +"iuP" = ( +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"iuR" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"iuT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iuU" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/dark, +/area/station/hallway/primary/port) +"ivp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/medical/psychology) +"ivq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/marker_beacon/fuchsia, +/turf/open/floor/grass, +/area/station/service/library/lounge) +"ivB" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"ivD" = ( +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"ivH" = ( +/obj/structure/table/bronze, +/obj/item/mining_scanner, +/obj/item/pickaxe/mini, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"ivJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"ivN" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/grenade/chem_grenade{ + pixel_y = 17; + pixel_x = -7 + }, +/obj/item/stack/cable_coil{ + pixel_y = 3 + }, +/obj/item/grenade/chem_grenade{ + pixel_y = 9; + pixel_x = -7 + }, +/obj/item/stack/cable_coil, +/obj/item/grenade/chem_grenade{ + pixel_y = 1; + pixel_x = -7 + }, +/obj/item/screwdriver{ + pixel_y = -5 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"ivT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/wood/glass{ + name = "Theater Green Room" + }, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/wood/tile, +/area/station/service/theater) +"iwd" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"iwh" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"iwl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iwo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iwA" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"iwC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/sofa/corp/right, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"iwD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iwG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/execution/transfer) +"iwN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"iwP" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"iwR" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"iwU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/lower) +"iwW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/disposal) +"ixb" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"ixd" = ( +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ixf" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"ixk" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"ixl" = ( +/obj/structure/hedge/opaque, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"ixm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"ixr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"ixt" = ( +/obj/effect/turf_decal/trimline/green/line, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/primary/port) +"ixw" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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, +/area/station/hallway/primary/central) +"ixB" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"ixC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/sign/warning/docking/directional/north, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ixQ" = ( +/obj/effect/decal/cleanable/dirt, +/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 = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"ixV" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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, +/area/station/security/prison) +"ixZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"iya" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"iye" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"iyl" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/security/checkpoint/customs) +"iyq" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/turf/open/floor/grass, +/area/station/service/janitor) +"iyr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"iyB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/closed/wall, +/area/station/service/minibar) +"iyI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/central) +"iyJ" = ( +/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/plating, +/area/station/maintenance/port/central) +"iyM" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"iyS" = ( +/turf/closed/wall, +/area/station/security/checkpoint/science) +"iyZ" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/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/door/airlock/maintenance_hatch{ + name = "Grav Gen Maintenance" + }, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"izb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/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/dark/corner, +/area/station/commons/dorms) +"izc" = ( +/obj/machinery/chem_heater/withbuffer, +/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/diagonal, +/area/station/science/xenobiology) +"izh" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"izv" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"izI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "SecJusticeChamber"; + name = "Justice Chamber Blast Door" + }, +/turf/open/floor/plating, +/area/station/security/execution/education) +"izJ" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"izM" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"izQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant1, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"iAb" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/records/security/laptop{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"iAl" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/filingcabinet, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"iAw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iAG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/duct, +/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/engineering/lobby) +"iAH" = ( +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" + }, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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, +/area/station/tcommsat/computer) +"iAI" = ( +/obj/structure/sign/flag/tizira/directional/south, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"iAJ" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iAO" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron, +/area/station/cargo/storage) +"iAR" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/maintenance/fore/greater) +"iAU" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/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/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iAX" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"iAY" = ( +/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/plating, +/area/station/maintenance/port/central) +"iBc" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"iBl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"iBn" = ( +/obj/structure/mop_bucket, +/obj/item/mop, +/obj/item/clothing/mask/animal/pig, +/obj/effect/decal/cleanable/crayon{ + icon_state = "x"; + name = "graffiti"; + paint_colour = "#FF9300" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iBs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/flask/det{ + pixel_x = -12 + }, +/obj/item/folder/red{ + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 3 + }, +/obj/item/hand_labeler{ + pixel_y = 3; + pixel_x = 17 + }, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"iBB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"iBD" = ( +/obj/structure/noticeboard/directional/north{ + desc = "A memorial wall for pinning mementos upon."; + name = "memorial board" + }, +/obj/item/book/bible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/table/wood/fancy, +/obj/item/book/bible{ + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"iBJ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"iBN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/primary/port) +"iBQ" = ( +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"iBR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/bridge) +"iBS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/warning, +/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/dark, +/area/station/cargo/lower) +"iBU" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/plate, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"iCa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/spawner/random/vending/snackvend, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"iCd" = ( +/turf/closed/wall/r_wall, +/area/station/security/lockers) +"iCi" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell, +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"iCj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/red/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iCn" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iCo" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/turf/open/floor/iron/white/smooth_edge, +/area/station/commons/fitness) +"iCr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/cloth/fancy/mechanical{ + name = "Psychologist's Office Curtains"; + id = "psychpriv" + }, +/turf/open/floor/plating, +/area/station/medical/psychology) +"iCx" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/security/cell/left/directional/north{ + id = "Cell 3"; + name = "Cell 3" + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/brig) +"iCB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"iCF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","rd","xeno") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"iCG" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"iCL" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/five, +/obj/item/stack/cable_coil/five, +/obj/item/circuitboard/machine/vendor, +/obj/effect/turf_decal/bot_white, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"iCV" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"iDa" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/lavendergrass, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"iDd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"iDe" = ( +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"iDk" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"iDt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/item/clothing/head/cone{ + pixel_x = -3 + }, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iDu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"iDy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"iDN" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"iDS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"iEb" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"iEi" = ( +/obj/structure/closet/l3closet/janitor, +/obj/item/clothing/gloves/color/orange, +/obj/effect/turf_decal/bot/left, +/obj/effect/turf_decal/trimline/purple, +/obj/item/clothing/suit/hooded/wintercoat/janitor, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"iEm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"iEp" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"iEt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"iEv" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/contraband/free_drone/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"iEK" = ( +/obj/machinery/door/airlock/security{ + id_tag = "IsolationCell"; + name = "Isolation Cell" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"iEO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + id_tag = "innerbridge" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-left" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/command/bridge) +"iET" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iEY" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/duct, +/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/dark/small, +/area/station/medical/cryo) +"iFg" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"iFh" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Xenobio Pen 2 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"iFi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"iFk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/machinery/power/smes, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/solars/port/fore) +"iFt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"iFu" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/break_room) +"iFv" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"iFz" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/steam_vent, +/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/maintenance/department/bridge) +"iFA" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"iFC" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"iFH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/obey/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"iFK" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iFL" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"iFP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iFQ" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/structure/fireplace{ + pixel_x = -32 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_x = -16; + pixel_y = -7 + }, +/turf/open/floor/stone, +/area/station/command/heads_quarters/captain) +"iGb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"iGd" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"iGe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"iGi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"iGj" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"iGm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"iGn" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/clothing/gloves/latex, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/science, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"iGr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"iGz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/storage/briefcase/secure{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/structure/secure_safe/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"iGB" = ( +/obj/machinery/door/window/right/directional/east{ + name = "Ordnance Freezer Chamber Access"; + req_access = list("ordnance") + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"iGE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"iGG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"iGL" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/security/brig) +"iGQ" = ( +/obj/item/cigbutt{ + pixel_x = -13; + pixel_y = 7 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"iGT" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/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, +/area/station/science/lower) +"iGZ" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/marker_beacon/lime, +/obj/item/seeds/cannabis, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/machinery/hydroponics/soil, +/obj/machinery/duct, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"iHg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"iHh" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"iHi" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/disposal) +"iHo" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iHp" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"iHr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"iHt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"iHw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"iHA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"iHF" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/mob/living/basic/lizard/wags_his_tail, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + name = "Janitor Junction" + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"iHJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics) +"iHK" = ( +/obj/structure/sign/warning/secure_area, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/nuke_storage) +"iHR" = ( +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iHX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"iHY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"iId" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/wideplating_new/light/corner, +/obj/structure/chair/stool/bamboo{ + pixel_y = 16 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/rush_propaganda/directional/north, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"iIe" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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, +/area/station/commons/vacant_room/commissary) +"iIl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"iIp" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"iIr" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"iIt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/bag/money, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"iIx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/requests_console/directional/south{ + department = "Bridge"; + name = "Bridge Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"iID" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"iIG" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"iIR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"iIS" = ( +/obj/item/reagent_containers/dropper{ + pixel_y = 3 + }, +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd","xeno") + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"iJc" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"iJd" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/table/reinforced/rglass, +/obj/item/aicard, +/obj/item/pai_card, +/obj/item/circuitboard/aicore, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"iJe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/lockers) +"iJn" = ( +/obj/structure/bookcase/random/reference, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"iJp" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"iJI" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iJJ" = ( +/obj/structure/statue/gold/hos, +/obj/structure/marker_beacon/yellow, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"iJL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/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/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/storage) +"iJV" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"iJW" = ( +/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/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"iJX" = ( +/obj/structure/cable, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"iKe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"iKn" = ( +/obj/structure/plasticflaps/opaque{ + name = "Service Deliveries" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Service" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"iKq" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "UndergroundCasino" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"iKr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iKB" = ( +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"iKD" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"iKH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iKL" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"iKT" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/sign/poster/contraband/bountyhunters/directional/south, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"iKY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt, +/obj/structure/closet/crate/trashcart/filled, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/marker_beacon/jade, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"iKZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"iLb" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"iLg" = ( +/obj/effect/turf_decal/trimline/dark/end, +/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/dark/herringbone, +/area/station/hallway/primary/port) +"iLn" = ( +/obj/machinery/computer/security, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"iLt" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iLx" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"iLA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"iLB" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16; + pixel_x = -4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"iLD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/commons/dorms) +"iLF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"iLH" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"iLK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/structure/fluff/paper{ + dir = 1; + plane = -9 + }, +/obj/item/book/manual/wiki/detective{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/noticeboard/directional/north{ + pixel_y = 38; + pixel_x = -4 + }, +/obj/item/photo/old{ + pixel_x = -7; + pixel_y = 32 + }, +/obj/item/photo/old{ + pixel_y = 29 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"iLL" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"iLP" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"iLR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/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 = 5 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"iLU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"iMc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"iMd" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/blue/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"iMg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/right/directional/west{ + req_access = list("security") + }, +/obj/item/paper, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/door/poddoor/preopen{ + id = "cargosecprivacy"; + name = "Privacy Shutter" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"iMj" = ( +/obj/machinery/telecomms/processor/preset_two, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"iMo" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/south, +/obj/structure/steam_vent, +/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/plating, +/area/station/maintenance/port) +"iMp" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"iMs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/station/maintenance/aft/greater) +"iMt" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/main) +"iMw" = ( +/obj/effect/decal/cleanable/dirt, +/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/port/fore) +"iMx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/medbay/central) +"iMA" = ( +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"iMP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"iMQ" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iMV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/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/iron/white, +/area/station/science/research) +"iMY" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"iNb" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"iNg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iNh" = ( +/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/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"iNl" = ( +/obj/machinery/mass_driver/ordnance{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"iNo" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"iNq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"iNt" = ( +/obj/structure/chair/sofa/corp/corner, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"iNA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"iNK" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iNO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"iNR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"iNX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/stairs/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"iOb" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/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 = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"iOf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/dark/textured, +/area/station/security/prison) +"iOg" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"iOj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"iOl" = ( +/obj/structure/sign/poster/random/directional/south, +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/item/newspaper, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"iOw" = ( +/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 = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"iOz" = ( +/obj/structure/table/wood, +/obj/item/table_clock{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = 9; + pixel_y = 16 + }, +/obj/item/phone{ + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"iOF" = ( +/obj/structure/flora/grass/brown/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/tree/dead/style_6, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"iOS" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"iPf" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"iPh" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/obj/structure/sign/calendar/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"iPi" = ( +/obj/structure/chair/stool/directional/south{ + pixel_y = 21 + }, +/obj/structure/mirror/directional/west, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 34 + }, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/carpet/red, +/area/station/service/boutique) +"iPk" = ( +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/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/central) +"iPn" = ( +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iPp" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"iPr" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/glass, +/area/station/service/library/upper) +"iPw" = ( +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iPA" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"iPF" = ( +/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 Atmospherics" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"iPG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_2, +/obj/item/toy/captainsaid, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"iPR" = ( +/obj/machinery/button/elevator/directional/east{ + id = "Bridge2Elevator" + }, +/obj/machinery/lift_indicator/directional/east{ + pixel_x = 31; + pixel_y = -1; + linked_elevator_id = "Bridge2Elevator" + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning, +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + transport_linked_id = "Bridge2Elevator"; + req_access = null + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/textured_large, +/area/station/command) +"iPU" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"iPX" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/virology/glass{ + name = "Break Room" + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"iQc" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"iQe" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/solars/port/fore) +"iQg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"iQh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"iQi" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"iQp" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"iQr" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"iQu" = ( +/obj/structure/cable, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/textured_large, +/area/station/maintenance/department/cargo) +"iQB" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"iQC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"iQD" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/rock/pile/jungle/large/style_2{ + pixel_x = 0 + }, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/tree/jungle/small/style_3, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"iQJ" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"iQM" = ( +/obj/structure/table/wood/fancy, +/obj/item/instrument/harmonica, +/obj/item/instrument/guitar, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"iQV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iQZ" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iRa" = ( +/obj/effect/decal/cleanable/vomit, +/obj/item/reagent_containers/pill/insulin{ + pixel_y = 7; + pixel_x = -5 + }, +/obj/structure/chair/stool/directional/east, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/department/cargo) +"iRb" = ( +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/mask/muzzle, +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"iRe" = ( +/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/plating, +/area/station/maintenance/port/fore) +"iRj" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/glass, +/area/station/service/library/upper) +"iRu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"iRG" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"iRI" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"iRJ" = ( +/obj/structure/frame/computer{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/white/textured_corner{ + dir = 4 + }, +/area/station/maintenance/fore/lesser) +"iRL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/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) +"iRP" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"iRT" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"iRW" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"iSa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"iSi" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/chair/stool/directional/east, +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"iSn" = ( +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/trimline/red, +/obj/item/key/security, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"iSy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"iSN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iSP" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"iSS" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"iSZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#36373a" + }, +/turf/open/openspace, +/area/station/service/chapel/funeral) +"iTb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"iTj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"iTm" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"iTn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"iTr" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"iTJ" = ( +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"iTM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"iTN" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"iTP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/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/yjunction{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"iTT" = ( +/obj/structure/cable, +/obj/structure/sign/poster/contraband/babel_device/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"iTW" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"iTX" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"iUp" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/structure/chair/stool/directional/south, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/department/bridge) +"iUq" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + name = "Pharmacy Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"iUv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"iUA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"iUL" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/cargo/storage) +"iUM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id = "hosprivacy"; + name = "HoS Privacy Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hos) +"iUX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"iVa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/fore) +"iVe" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/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/iron/dark, +/area/station/command) +"iVg" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/structure/hedge, +/obj/structure/railing, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"iVh" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iVm" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"iVp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"iVx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iVA" = ( +/obj/structure/sign/clock/directional/north, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/bot_white, +/obj/item/toy/figure/assistant{ + pixel_y = 17; + pixel_x = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"iVK" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs) +"iVN" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iVR" = ( +/obj/structure/hedge, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"iVZ" = ( +/obj/effect/turf_decal/siding/end{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/primary/fore) +"iWf" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/decal/cleanable/cobweb, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/port/aft) +"iWi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"iWl" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/science) +"iWm" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/library/lounge) +"iWq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/chem_storage) +"iWr" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"iWt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"iWu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"iWv" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"iWC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/official/bless_this_spess/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/chair/sofa/corp/left, +/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/wood/large, +/area/station/service/chapel/office) +"iWG" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/stack/tile/wood, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"iWJ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"iWL" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"iWM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"iWP" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iXj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"iXk" = ( +/turf/closed/wall/r_wall, +/area/station/security/breakroom) +"iXn" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"iXo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"iXs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/holding_cell) +"iXu" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/engineering/gravity_generator) +"iXy" = ( +/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, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"iXF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"iXJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/central) +"iXK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"iYc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/open/floor/iron/white, +/area/station/science/lower) +"iYe" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"iYf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/glass{ + name = "Public Garden" + }, +/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/service/hydroponics/garden) +"iYk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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, +/area/station/hallway/primary/central) +"iYr" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Auxiliry Dock Storage Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"iYz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"iYC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"iYE" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner, +/area/station/security/warden) +"iYN" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"iYP" = ( +/turf/open/floor/iron/white, +/area/station/medical/lower) +"iYU" = ( +/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, +/area/station/maintenance/fore/lesser) +"iYZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/stamp/denied{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/stamp{ + pixel_x = -6 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"iZa" = ( +/obj/structure/flora/rock/pile/jungle/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass{ + icon_state = "grass3" + }, +/area/station/security/prison/garden) +"iZb" = ( +/obj/machinery/door/poddoor/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"iZf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/dorms) +"iZi" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/structure/cable, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/iron/white/textured_large, +/area/station/security/prison/workout) +"iZk" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/robotics/lab) +"iZm" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "fishstore"; + name = "Fish Store Shutters" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"iZn" = ( +/obj/machinery/light/directional/north, +/obj/machinery/photobooth, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"iZw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/commons/vacant_room/commissary) +"iZx" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"iZA" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"iZG" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/cargo) +"iZM" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/navbeacon{ + location = "P12-Port-Hallway"; + codes_txt = "patrol;next_patrol=C4-Port-Central-B" + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"iZN" = ( +/obj/item/pillow{ + pixel_x = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"iZQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"iZV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + 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/wood/large, +/area/station/service/theater) +"jal" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"jay" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/modular_computer/preset/curator{ + dir = 8 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"jaB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"jaK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/clock/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"jaM" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/iron/dark/corner, +/area/station/cargo/lower) +"jaT" = ( +/obj/structure/hedge, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"jaV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"jaY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/library/lounge) +"jbf" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm4"; + name = "Cabin 4" + }, +/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/iron/dark/herringbone, +/area/station/commons/dorms) +"jbp" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"jbw" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jbD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/navbeacon{ + location = "F11-Cargo"; + codes_txt = "patrol;next_patrol=F12-Science" + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"jbJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jbL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/server) +"jbO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/obj/item/clothing/glasses/cold{ + pixel_y = 12 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"jbQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/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/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"jbW" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"jcd" = ( +/obj/machinery/modular_computer/preset/engineering{ + dir = 1 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"jcf" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/spawner/random/food_or_drink/cake_ingredients{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"jck" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 4 + }, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"jcm" = ( +/obj/structure/table, +/obj/item/newspaper, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"jct" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jcx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"jcB" = ( +/obj/structure/railing, +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new, +/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, +/area/station/hallway/primary/central) +"jcJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"jcK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jcL" = ( +/obj/effect/turf_decal/siding/dark, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"jcT" = ( +/obj/structure/disposaloutlet{ + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"jcX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"jdd" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jde" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/structure/sign/poster/official/moth_piping/directional/south, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/maintenance/starboard/aft) +"jdf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jdi" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"jdl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "holodeck" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"jdn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"jdo" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"jdr" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jdv" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"jdC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/processing) +"jdL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"jdM" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"jdQ" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/machinery/chem_dispenser/drinks{ + pixel_y = 7 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"jdS" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"jdT" = ( +/obj/machinery/computer/shuttle/labor, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"jdV" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Ordnance Freezer Chamber Access"; + req_access = list("ordnance") + }, +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{ + dir = 4 + }, +/obj/machinery/meter/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"jdW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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/wood/large, +/area/station/command/heads_quarters/ce) +"jdZ" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jed" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jef" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/bci_implanter, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"jeh" = ( +/obj/item/banner/red, +/obj/machinery/light/floor{ + color = "#ff8080" + }, +/turf/open/floor/circuit/red, +/area/station/commons/fitness/recreation/lasertag) +"jel" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/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{ + dir = 4 + }, +/area/station/security/brig) +"jer" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/aft/greater) +"jeA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "cargosecprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"jeI" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole{ + dir = 1; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"jeN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"jeQ" = ( +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"jeU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bookcase/random, +/obj/structure/sign/clock/directional/north, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_y = 16 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"jfd" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/structure/chair, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"jfo" = ( +/obj/structure/cable, +/obj/machinery/navbeacon{ + location = "A2-Engineering"; + codes_txt = "patrol;next_patrol=A3-Aft-Hallway" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"jfq" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/door/window/right/directional/east{ + name = "Pharmacy Desk"; + req_access = list("pharmacy") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"jfr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"jft" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jfw" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"jfz" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/item/toy/plush/moth{ + name = "Mender Moff" + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"jfE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) +"jfF" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"jfH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"jfI" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"jfT" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/light/floor, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/grassy/style_2, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/office) +"jfX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/vending/cigarette, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"jga" = ( +/obj/structure/cable, +/obj/item/cigbutt{ + pixel_y = -2; + pixel_x = 2 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/port) +"jge" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/aft/greater) +"jgh" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"jgm" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/medical/lower) +"jgs" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -16; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = -15 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/machinery/recharger{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"jgz" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"jgA" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/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/research) +"jgD" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"jgM" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/filled, +/obj/structure/marker_beacon/jade, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jgO" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/structure/table/reinforced/rglass, +/obj/item/aicard{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/rd/directional/south, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jgY" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"jhf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/green, +/obj/effect/turf_decal/trimline/green, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"jhk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"jhA" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"jhD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"jhE" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"jhL" = ( +/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 = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"jhS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"jig" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/duct, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jik" = ( +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"jin" = ( +/obj/effect/turf_decal/trimline/purple/end{ + dir = 4 + }, +/obj/machinery/shower/directional/east, +/obj/structure/sink/directional/south, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"jit" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jix" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"jiy" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"jiB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Courtroom Detention Cell" + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"jiF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"jiN" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/north{ + pixel_x = 6; + pixel_y = 26 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jiO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"jiQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/office) +"jiX" = ( +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/transfer_valve{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/transfer_valve{ + pixel_y = 3 + }, +/obj/item/transfer_valve{ + pixel_y = 3 + }, +/obj/item/transfer_valve{ + pixel_y = 3 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"jja" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"jjf" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jjh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jji" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 1 + }, +/obj/structure/sign/gym/right{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/turf/open/floor/iron/white/textured_corner, +/area/station/security/prison/workout) +"jjj" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/start/cargo_technician, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/breakroom) +"jjn" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"jjv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"jjw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"jjx" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/structure/sign/calendar/directional/west, +/obj/structure/sign/poster/official/love_ian/directional/south, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"jjy" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/toy/cards/deck/blank{ + pixel_y = 3 + }, +/obj/item/toy/cards/deck{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/engineering/break_room) +"jjz" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos/hfr_room) +"jjC" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"jjE" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/cargo/lower) +"jjH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/book/manual/wiki/experimentor, +/turf/open/floor/engine, +/area/station/science/explab) +"jjI" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 3"; + id_tag = "Cell3" + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"jjJ" = ( +/obj/structure/sink/kitchen/directional/east, +/obj/structure/sign/departments/botany/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"jjS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"jjT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"jjU" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jjY" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/curtain, +/obj/effect/turf_decal/trimline/yellow/end, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/engineering/break_room) +"jke" = ( +/obj/machinery/computer/upload/borg{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/red/box, +/obj/machinery/door/window/left/directional/east{ + name = "Cyborg Upload Console Window"; + req_access = list("ai_upload") + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload) +"jkh" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/computer/gateway_control, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jki" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jkk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/curtain/cloth/fancy/mechanical{ + name = "Detective's Office Curtains"; + id = "detpriv" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office) +"jkp" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jkv" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/item/surgery_tray/full, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/execution/education) +"jkx" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/main) +"jkE" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"jkO" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/genetics) +"jkW" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jlC" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/solars/port/fore) +"jlF" = ( +/obj/structure/sign/warning/directional/north, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jlH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/project) +"jlI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jlQ" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/starboard/central) +"jlS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"jlV" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"jmd" = ( +/obj/machinery/door/airlock/engineering{ + name = "Technology Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/landmark/navigate_destination/techstorage, +/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/textured, +/area/station/engineering/storage/tech) +"jmf" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jmk" = ( +/obj/machinery/power/turbine/core_rotor{ + dir = 4; + mapping_id = "main_turbine" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"jmo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"jmG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"jmJ" = ( +/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/plating, +/area/station/maintenance/port) +"jmM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"jmY" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"jmZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/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, +/area/station/hallway/primary/fore) +"jng" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"jnm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/light/small/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/main) +"jns" = ( +/obj/structure/closet/secure_closet/brig{ + name = "Prisoner Locker" + }, +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"jnt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"jnv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"jnN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jnP" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - Toxins" + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"jnW" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"jnX" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jnZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"joj" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"jop" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"joz" = ( +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"joB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"joJ" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/port) +"joK" = ( +/obj/effect/turf_decal/trimline/green, +/obj/machinery/hydroponics/constructable, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"joL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"joT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F2-Fore-Hallway"; + codes_txt = "patrol;next_patrol=F3-Medbay" + }, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/fore) +"jpa" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/banner/command/mundane, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"jpc" = ( +/obj/structure/hedge, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"jpi" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"jpj" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/service/theater) +"jpp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/banner/medical/mundane, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"jps" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/hedge, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/funeral) +"jpu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/central) +"jpA" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/broken_flooring/singular/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"jpB" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jpD" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"jpF" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/light_switch/directional/north, +/obj/machinery/newscaster/directional/west, +/obj/structure/disposalpipe/trunk, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"jpI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + 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/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"jpJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"jpM" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"jpW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"jqa" = ( +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"jqe" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42" + }, +/area/station/maintenance/department/security) +"jqg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/fore) +"jql" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/digital_clock/directional/east, +/obj/item/surgery_tray/full, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"jqo" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"jqp" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"jqr" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jqy" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"jqE" = ( +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/service/theater) +"jqJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"jqK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jqQ" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat/service"; + name = "Service Bay Turret Control"; + req_access = list("minisat"); + pixel_y = -27 + }, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"jqT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"jqV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"jqW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/structure/railing/corner/end, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/central) +"jqY" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_y = 2; + req_access = list("command"); + pixel_x = -7 + }, +/obj/machinery/keycard_auth{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jrb" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/medical/virology) +"jrf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/brig) +"jrk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"jrq" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"jrA" = ( +/obj/structure/chair/plastic, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jrC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/mmi{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/mmi{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/mmi, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"jrE" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr"; + dir = 1 + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"jrK" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jrS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"jrZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/aft) +"jsa" = ( +/turf/open/floor/wood/large, +/area/station/service/library) +"jse" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"jsi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"jsj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/razor{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/storage/box/hug{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/execution/education) +"jsm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to Ports" + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jsn" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/science) +"jsr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/storage/toolbox/mechanical, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"jsw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/dark/small, +/area/station/maintenance/central) +"jsz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"jsF" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/banner/cargo/mundane, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"jsG" = ( +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"jsH" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/book/manual/wiki/medicine{ + pixel_y = 2; + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/blue, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/break_room) +"jsJ" = ( +/obj/structure/mannequin/skeleton, +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jsM" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/tarot{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/item/toy/cards/deck/wizoff{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"jsN" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jsO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"jsP" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jtc" = ( +/obj/structure/fence/door, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jtd" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"jtF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "SecJusticeVent"; + name = "Justice Vent" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/execution/education) +"jtH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/confetti, +/obj/item/trash/tray, +/turf/open/misc/dirt/dark/station/airless, +/area/space/nearstation) +"jtJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jtN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/wood/large, +/area/station/service/theater) +"jtR" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"jtW" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"juk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"jum" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/mess) +"juv" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"juB" = ( +/obj/machinery/computer/order_console/mining, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"juD" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/vehicle/ridden/atv{ + dir = 8; + name = "Speedy" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/robotics/lab) +"juE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "gulagdoor"; + name = "Transfer Door Control"; + normaldoorcontrol = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/processing) +"juH" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"juI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"juN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/port/central) +"juO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/syringe, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"juP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"juY" = ( +/obj/machinery/door/airlock/maintenance, +/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/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"jvd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"jvg" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"jvm" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/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/port/aft) +"jvv" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8; + name = "Engineering Deliveries" + }, +/obj/structure/sign/departments/engineering/directional/east{ + color = "#EFB341" + }, +/obj/structure/plasticflaps{ + name = "Engineering Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"jvA" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/fluff/paper/stack, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"jvE" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/cable, +/obj/machinery/navbeacon{ + location = "F14-Science-Lobby"; + codes_txt = "patrol;next_patrol=F15-Science" + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"jvI" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"jvM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"jvN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/games, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"jvO" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jvP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jvQ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile, +/mob/living/basic/butterfly, +/turf/open/floor/grass, +/area/station/command/corporate_suite) +"jvV" = ( +/obj/structure/table/glass, +/obj/item/storage/belt/medical{ + pixel_y = 6 + }, +/obj/item/storage/belt/medical{ + pixel_y = 4 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"jvW" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"jvZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"jwc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional/north, +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"jwf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 8 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jwn" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"jwr" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/machinery/light/small/red/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"jwy" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"jwB" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jwC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"jwN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics) +"jwO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/orange, +/area/station/engineering/break_room) +"jwT" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jwU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/pharmacy) +"jxa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"jxc" = ( +/obj/machinery/door/airlock/external{ + name = "Teleporter Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"jxg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jxh" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"jxi" = ( +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/mechbay) +"jxl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jxp" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"jxq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jxC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/warning/secure_area/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"jxD" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"jxE" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/item/kirbyplants/organic/plant1, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"jxG" = ( +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/cigbutt{ + pixel_x = -12; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"jxJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jxM" = ( +/obj/machinery/teleport/station, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"jxQ" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"jxV" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/carpet/red, +/area/station/service/library) +"jxY" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"jxZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"jya" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jyf" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid2" + }, +/area/space/nearstation) +"jyh" = ( +/obj/effect/decal/cleanable/dirt, +/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, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"jyw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"jyx" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jyJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jyK" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"jyN" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/command) +"jyY" = ( +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/science/robotics/lab) +"jzd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/sign/poster/contraband/lamarr/directional/north, +/turf/open/floor/grass, +/area/station/cargo/breakroom) +"jzn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/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/hallway/primary/port) +"jzs" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"jzu" = ( +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"jzv" = ( +/obj/structure/sign/warning/hot_temp/directional/east, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_y = 25 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"jzx" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"jzD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jzE" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/obj/structure/sign/calendar/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"jzL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"jzP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"jzQ" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "mining" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"jzZ" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/purple, +/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/iron/white, +/area/station/science/lower) +"jAa" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/aquarium/prefilled, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"jAb" = ( +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/service/library) +"jAc" = ( +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/security/lockers) +"jAd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"jAf" = ( +/obj/machinery/airalarm/directional/north, +/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/bamboo, +/area/station/service/hydroponics) +"jAh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"jAi" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"jAm" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay"); + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"jAq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"jAu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + 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/primary/central) +"jAz" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/starboard/fore) +"jAA" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom/directional/north, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"jAD" = ( +/obj/structure/cable, +/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/plating, +/area/station/maintenance/starboard/central) +"jAG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"jAJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"jAM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"jAP" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/marker_beacon/purple, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"jAQ" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"jAR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/hallway/secondary/command) +"jAS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + location = "P2-Port-Hallway"; + codes_txt = "patrol;next_patrol=P3-Service-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jAY" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"jAZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jBa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jBk" = ( +/turf/open/floor/carpet/blue, +/area/station/service/barber) +"jBl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/chair/plastic, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"jBm" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/library) +"jBn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jBo" = ( +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/stack/wrapping_paper{ + pixel_y = 4 + }, +/obj/item/hand_labeler{ + pixel_y = 5 + }, +/obj/item/dest_tagger{ + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/south{ + pixel_x = -6; + pixel_y = -26 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/light_switch/directional/south{ + pixel_x = 6; + pixel_y = -26 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"jBy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"jBz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"jBA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"jBH" = ( +/obj/item/stack/medical/mesh{ + pixel_y = 3; + pixel_x = -5 + }, +/obj/item/book/manual/wiki/medicine, +/obj/item/wrench/medical, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"jBO" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen, +/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/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"jBQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jBT" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/commons/dorms) +"jBU" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"jBX" = ( +/obj/structure/table/reinforced, +/obj/item/surgery_tray/full/morgue, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jCb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"jCc" = ( +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/port/central) +"jCe" = ( +/obj/machinery/computer/mecha, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/ordnance/directional/east, +/obj/machinery/computer/security/telescreen/rd/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"jCi" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"jCo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos) +"jCp" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"jCB" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"jCD" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"jCN" = ( +/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/plating, +/area/station/maintenance/fore/greater) +"jCR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/lockers) +"jCS" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/prison) +"jCV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jCW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"jCX" = ( +/obj/structure/transit_tube, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"jDe" = ( +/obj/structure/table/glass, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/watertank, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jDg" = ( +/obj/structure/kitchenspike, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"jDi" = ( +/obj/structure/sign/departments/science/directional/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/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/iron/white, +/area/station/science/research) +"jDj" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/primary/starboard) +"jDl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"jDn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/fluff/broken_canister_frame, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"jDp" = ( +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"jDu" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"jDw" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"jDJ" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"jDK" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"jDN" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/blue, +/area/station/commons/dorms) +"jDO" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/psychology) +"jEa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/window/right/directional/south{ + name = "Containment Pen #4"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jEb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"jEd" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/service/greenroom) +"jEi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jEj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/spawner/random/bureaucracy/briefcase, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"jEl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"jEq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"jEw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"jEy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"jEC" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/turf_decal/siding/green/corner, +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"jEF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jEG" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"jEP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"jEQ" = ( +/obj/structure/flora/rock/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jEY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/eva) +"jFf" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"jFs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/lower) +"jFt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"jFv" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/plastic, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"jFy" = ( +/obj/machinery/door/poddoor{ + id = "armouryaccess"; + name = "Armoury Access" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"jFD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/morgue) +"jFE" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"jFG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/department/cargo) +"jFL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/landmark/start/warden, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) +"jFN" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jFS" = ( +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/obj/structure/rack, +/obj/item/circuitboard/machine/fishing_portal_generator, +/obj/item/fishing_hook, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/sign/poster/official/corporate_perks_vacation/directional/north, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/station/maintenance/port/aft) +"jGe" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"jGh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/storage) +"jGi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"jGo" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jGD" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"jGH" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"jGK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/clothing/head/cone{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"jGL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"jGQ" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"jGU" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/cable, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"jGW" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"jHb" = ( +/obj/effect/turf_decal/tile/green, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/service/hydroponics/garden) +"jHj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"jHn" = ( +/obj/structure/flora/grass/jungle/b/style_2, +/obj/structure/flora/tree/jungle/style_5, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"jHo" = ( +/obj/vehicle/ridden/janicart{ + dir = 8 + }, +/obj/effect/turf_decal/bot/left, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/directional/west, +/obj/item/key/janitor, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"jHx" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"jHB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"jHI" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/railing, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"jHP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jId" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"jIm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"jIo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"jIp" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jII" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/closet/crate/wooden/toy, +/obj/item/staff/broom, +/obj/item/toy/mecha/honk, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"jIJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"jIO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jIQ" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office) +"jIV" = ( +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = -5 + }, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"jIX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"jJm" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"jJn" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/service/kitchen) +"jJo" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"jJp" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/plumbing/sender, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"jJr" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jJw" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/steam_vent, +/obj/machinery/light/small/red/directional/south, +/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) +"jJH" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jJM" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/glass, +/area/station/commons/lounge) +"jJP" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"jJX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/computer/monitor{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_machine, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"jKc" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/mirror/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"jKh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"jKj" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"jKm" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"jKq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"jKu" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"jKF" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"jKL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"jKN" = ( +/obj/machinery/teleport/station, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"jKS" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/food/cornchips/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"jKW" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = -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/diagonal, +/area/station/science/xenobiology) +"jKZ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jLb" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"jLi" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"jLx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Paramedic's Station" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/office) +"jLI" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_x = -6; + pixel_y = 0 + }, +/obj/effect/spawner/random/entertainment/drugs, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"jLJ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/marker_beacon/teal, +/turf/open/floor/grass, +/area/station/service/library/lounge) +"jLP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"jLQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/plasma, +/obj/item/chair/stool/bar, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"jLR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = 4 + }, +/obj/item/cigbutt{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/aft/lesser) +"jLW" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/rack, +/obj/item/storage/test_tube_rack, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"jLY" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/obj/structure/sign/poster/abductor/ayy_piping/directional/east, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"jMb" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"jMd" = ( +/obj/structure/railing, +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured, +/area/station/service/theater) +"jMm" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"jMq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/reinforced/rglass, +/obj/item/scalpel, +/obj/item/hemostat, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jMr" = ( +/turf/closed/wall, +/area/station/security/prison/mess) +"jMt" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"jMu" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "Experimentor Lab Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jMx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/recharger, +/obj/item/assembly/flash/handheld{ + pixel_y = 1; + pixel_x = -12 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/button/photobooth{ + pixel_x = 26 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"jME" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"jMG" = ( +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/lavendergrass/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/rock/pile/icy, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"jMS" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/break_room) +"jMU" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"jMX" = ( +/obj/structure/flora/rock/pile/icy/style_2, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"jNd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_y = 17; + pixel_x = -7 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/machinery/newscaster/directional/north, +/obj/item/clothing/mask/cigarette/pipe{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"jNh" = ( +/obj/machinery/computer/shuttle/mining{ + req_access = null + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/requests_console/directional/north{ + name = "Mining Requests Console"; + department = "Mining" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"jNn" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/ladder, +/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/supermatter/room/upper) +"jNr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + 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/dark, +/area/station/command) +"jNu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/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, +/area/station/hallway/secondary/command) +"jNH" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"jNN" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"jNP" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"jNR" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"jNU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"jNY" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/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/iron/dark, +/area/station/security/breakroom) +"jNZ" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"jOc" = ( +/obj/structure/table/optable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"jOj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"jOv" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + 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/textured, +/area/station/commons/locker) +"jOz" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jOF" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"jOI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/service/kitchen) +"jOJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jOL" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/item/weldingtool/mini/empty{ + pixel_y = 6; + pixel_x = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/fore) +"jOQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/structure/chair/sofa/bench/solo, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"jOS" = ( +/obj/docking_port/stationary/random{ + name = "lavaland"; + shuttle_id = "pod_2_lavaland" + }, +/turf/open/space, +/area/space) +"jPa" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"jPq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/service/chapel) +"jPw" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"jPz" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"jPD" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/structure/crate, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"jPI" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"jPK" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jPV" = ( +/obj/effect/turf_decal/siding/dark_green, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"jQc" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/mining_weather_monitor/directional/north, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"jQf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"jQi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"jQm" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"jQo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jQq" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"jQw" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/ethanol{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/carbon{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/chlorine{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/light/cold/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"jQx" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/blood/old, +/obj/item/flashlight/lantern{ + start_on = 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/plating, +/area/station/maintenance/fore/lesser) +"jQz" = ( +/obj/structure/sink/kitchen/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"jQA" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port/central) +"jQB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"jQD" = ( +/obj/effect/turf_decal/trimline/brown/filled/end, +/obj/machinery/vending/custom, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"jQE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/lockers) +"jQI" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"jQK" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"jQM" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/science/lower) +"jQN" = ( +/obj/structure/closet/firecloset, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"jQQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"jQT" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/tree/jungle/small/style_5, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/commons/lounge) +"jQZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Mini-Bar Access" + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"jRc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"jRm" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 6 + }, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"jRp" = ( +/obj/structure/flora/bush/lavendergrass/style_2, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"jRq" = ( +/obj/structure/cable/multilayer/connected, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"jRr" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"jRA" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"jRD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Funeral Parlour" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"jRI" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"jSc" = ( +/obj/machinery/teleport/hub, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"jSf" = ( +/obj/machinery/icecream_vat, +/obj/item/radio/intercom/directional/north, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"jSo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jSu" = ( +/obj/effect/turf_decal/tile/purple, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"jSv" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 5 + }, +/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/iron/dark/small, +/area/station/engineering/main) +"jSH" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/brig) +"jSI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/corner, +/area/station/service/kitchen) +"jSO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"jSP" = ( +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot/beepsky/officer, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"jSZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"jTb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"jTc" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"jTe" = ( +/obj/effect/turf_decal/siding/brown, +/obj/item/kirbyplants/random, +/obj/structure/noticeboard/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/breakroom) +"jTi" = ( +/obj/structure/hedge, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/security/armory) +"jTn" = ( +/obj/effect/spawner/random/trash/graffiti{ + random_icon = 0 + }, +/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/port/central) +"jTp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"jTu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jTJ" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"jTU" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"jUb" = ( +/obj/machinery/atmospherics/pipe/color_adapter{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"jUg" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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 = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"jUn" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"jUo" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 17 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"jUs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/machinery/button/elevator/directional/north{ + id = "SecElevator" + }, +/obj/machinery/lift_indicator/directional/north{ + pixel_x = -1; + pixel_y = 31; + linked_elevator_id = "SecElevator" + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/brig) +"jUv" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"jUz" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"jUB" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jUJ" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jUM" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"jUR" = ( +/obj/structure/transit_tube/station/dispenser/reverse{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/command) +"jUU" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/structure/sign/gym/right{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"jUV" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"jUX" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/round_default_module, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"jUZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"jVb" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"jVg" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/light/no_nightlight/directional/north, +/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, +/turf/open/floor/iron/white, +/area/station/science/research) +"jVj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"jVm" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/service/chapel/funeral) +"jVn" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/fore) +"jVr" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/port) +"jVw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"jVx" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Test Subject Cell" + }, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/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/virology) +"jVA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/wrapping, +/obj/item/trash/fleet_ration, +/turf/open/misc/dirt/dark/station/airless, +/area/space/nearstation) +"jVC" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/port) +"jVH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/hedge, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"jVJ" = ( +/obj/machinery/door/airlock{ + name = "Cleaning Closet" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"jVU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"jVW" = ( +/obj/machinery/reagentgrinder, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 14; + pixel_y = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/security/prison/mess) +"jVY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jWg" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/smartfridge/petri/preloaded, +/obj/effect/turf_decal/siding/purple, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"jWh" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine" + }, +/obj/item/folder/blue, +/obj/item/clothing/neck/stethoscope, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"jWj" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"jWn" = ( +/obj/machinery/door/poddoor/preopen{ + id = "queue_hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/teleporter) +"jWv" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"jWy" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Archives" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"jWz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"jWE" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"jWF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"jWO" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"jWT" = ( +/obj/structure/sign/poster/contraband/wildcat/directional/east, +/obj/structure/hedge, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"jXc" = ( +/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/port) +"jXd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"jXf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/noticeboard/hop{ + pixel_y = 36 + }, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"jXm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/bridge) +"jXs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jXA" = ( +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"jXB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jXC" = ( +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/effect/landmark/navigate_destination, +/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/iron/dark, +/area/station/command/heads_quarters/qm) +"jXE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jXL" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/turf_decal/trimline/white, +/obj/item/clothing/gloves/color/white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"jYb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"jYc" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jYe" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"jYk" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"jYm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"jYo" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"jYq" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/hedge, +/obj/structure/cable, +/obj/machinery/light_switch/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/fore) +"jYw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"jYB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"jYJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/library/upper) +"jYP" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"jYS" = ( +/obj/structure/railing/corner{ + dir = 8; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"jYT" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/folder/yellow{ + pixel_y = 2 + }, +/obj/item/paper, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/machinery/door/window/right/directional/west{ + name = "Cargo Desk"; + req_access = list("shipping") + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"jYY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"jYZ" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/random, +/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 = 5 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"jZc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/plating, +/area/station/science/ordnance) +"jZe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"jZr" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Research Test Chamber"; + req_access = list("science") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"jZz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jZK" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"jZL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/security/execution/education) +"jZM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"jZW" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/science) +"jZY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"kae" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"kaf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"kah" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/research) +"kai" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/structure/cable, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"kam" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/shower) +"kan" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kau" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kaw" = ( +/obj/structure/chair/comfy, +/obj/structure/mirror/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"kay" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"kaB" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/space/nearstation) +"kaD" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"kaG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"kaM" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kaO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"kaR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"kaS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"kaT" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"kaV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"kbj" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/holopad, +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"kbm" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"kbs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/bot_white, +/obj/structure/chair, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"kbw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kbz" = ( +/turf/open/floor/glass/reinforced, +/area/station/commons/storage/primary) +"kbE" = ( +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/curtain, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/end, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/security/breakroom) +"kbF" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"kbM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kbN" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/microscope, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"kbV" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"kbX" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"kbZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"kce" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid8" + }, +/area/space/nearstation) +"kcg" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/grass, +/area/station/security/prison) +"kck" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos) +"kcn" = ( +/obj/effect/turf_decal/delivery, +/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_large, +/area/station/cargo/storage) +"kcr" = ( +/obj/structure/filingcabinet/employment, +/obj/item/toy/figure/lawyer{ + pixel_y = -21; + pixel_x = -4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"kct" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"kcz" = ( +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumchapel"; + dir = 1 + }, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/funeral) +"kcA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/rec) +"kcG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kcL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/central) +"kcW" = ( +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/machinery/door/window/right/directional/south{ + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/effect/spawner/random/decoration/paint, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"kcY" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"kdb" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/folder/yellow, +/obj/item/hand_labeler_refill{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/pen, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/storage) +"kdm" = ( +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/machinery/door/window/left/directional/south{ + name = "Medical Deliveries"; + req_access = list("medical") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"kdn" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/sign/calendar/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"kdr" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"kdD" = ( +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/structure/flora/rock/icy/style_2, +/obj/structure/flora/bush/snow/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/command/heads_quarters/rd) +"kdF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kdJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kdL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kdQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cytology Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/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/plating, +/area/station/maintenance/port/central) +"kdR" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + 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/smooth_edge{ + dir = 4 + }, +/area/station/security/prison/workout) +"kdV" = ( +/obj/effect/decal/cleanable/dirt, +/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/maintenance/port/fore) +"keb" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kec" = ( +/obj/structure/fermenting_barrel, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"ked" = ( +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"kef" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"kem" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + 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/poddoor/shutters/preopen{ + dir = 4; + id = "rdgene2"; + name = "Secondary Genetics Lab Shutters" + }, +/turf/open/floor/iron/dark/small, +/area/station/science/genetics) +"ken" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Aft Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/aft) +"keA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/service/minibar) +"keB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/green/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"keD" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/warning, +/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/iron/dark, +/area/station/hallway/secondary/command) +"keE" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/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/dark/herringbone, +/area/station/service/hydroponics) +"keO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"keP" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/effect/turf_decal/siding/dark, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_y = 9; + pixel_x = -6 + }, +/obj/structure/sign/map/right{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"keU" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/engineering/atmos) +"kfd" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"kff" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/fermenting_barrel, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/item/trash/champagne_cork/sabrage{ + pixel_y = -5; + pixel_x = 16 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"kfh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/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 = 5 + }, +/turf/open/floor/iron/dark, +/area/station/security/warden) +"kfq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"kfr" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine" + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"kfu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + 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/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"kfv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"kfz" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/stairs/left{ + dir = 8; + color = "#3d3e42" + }, +/area/station/engineering/engine_smes) +"kfA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"kfK" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/disposal) +"kfU" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"kfV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"kga" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"kgb" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/sign/warning/cold_temp/directional/south, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kgj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kgm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/sofa/corp, +/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/hallway/primary/port) +"kgo" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"kgr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"kgv" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kgz" = ( +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"kgO" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/reagent_containers/pill/lsd{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/reagent_containers/cup/mortar{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/brimdust{ + plane = -7; + pixel_y = -7 + }, +/obj/item/implantcase/chem{ + pixel_y = -11; + pixel_x = -1 + }, +/obj/item/reagent_containers/cup/blastoff_ampoule{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/pill/lsd{ + pixel_x = -8 + }, +/obj/item/reagent_containers/pill/happy{ + pixel_y = -1 + }, +/obj/structure/sign/poster/official/plasma_effects/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/bridge) +"kgS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"kgU" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Holodeck 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/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kgX" = ( +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 0 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"khh" = ( +/obj/structure/sign/clock/directional/north, +/obj/structure/bookcase/random, +/turf/open/floor/wood/large, +/area/station/service/library) +"khr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"khs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"khu" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"khw" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/landmark/start/coroner, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"khy" = ( +/obj/machinery/recycler{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "garbage"; + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"khz" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/break_room) +"khC" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/bag/trash, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/disposal) +"khG" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"khI" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/effect/landmark/navigate_destination/chemfactory, +/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/chemistry) +"khK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/commons/dorms) +"khL" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"khN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood/fancy/red, +/obj/item/paint_palette, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"khQ" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"khR" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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/iron/white, +/area/station/science/lower) +"khZ" = ( +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"kia" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"kig" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"kij" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/port/central) +"kik" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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 = 10 + }, +/obj/machinery/navbeacon{ + location = "P7-Service-Hallway"; + codes_txt = "patrol;next_patrol=P8-Service-Hallway" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kim" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/vending/coffee, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"kit" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"kiz" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"kiC" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/miningoffice) +"kiG" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"kiJ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/leavy/style_3, +/obj/structure/flora/bush/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/security/checkpoint/customs) +"kiT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/break_room) +"kiU" = ( +/obj/item/wrench, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kiX" = ( +/turf/closed/wall, +/area/station/service/hydroponics) +"kiY" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/landmark/navigate_destination/hop, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"kjb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"kjd" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/start/assistant, +/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/dark/herringbone, +/area/station/commons/locker) +"kjg" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"kji" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"kjm" = ( +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"kjn" = ( +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/obj/machinery/photobooth/security, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"kjp" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/effect/turf_decal/trimline/dark_green/line, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"kjq" = ( +/turf/open/floor/glass/reinforced, +/area/station/medical/break_room) +"kjt" = ( +/obj/structure/hedge, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"kjA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kjF" = ( +/turf/open/floor/iron/stairs{ + color = "#5d341f" + }, +/area/station/service/library/upper) +"kjQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"kjR" = ( +/obj/machinery/vending/assist, +/obj/structure/sign/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"kjS" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"kjT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + 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/dark/small, +/area/station/service/theater) +"kke" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/port) +"kkf" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/target, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"kki" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/digital_clock/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/east, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"kkn" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"kkq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kku" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/hallway/secondary/command) +"kkQ" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"kkR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"kkV" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/utility/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"kkW" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"kkX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"kkZ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/cardboard, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/lobby) +"kla" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"kle" = ( +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lobby) +"klh" = ( +/obj/structure/aquarium/prefilled, +/obj/structure/railing{ + color = "#4874A2" + }, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"kli" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/toy/figure/prisoner{ + pixel_x = -10; + pixel_y = -14 + }, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"klm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/solars/port/aft) +"klq" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/glass/reinforced, +/area/station/engineering/engine_smes) +"klt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"klu" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 8; + name = "Waste Release" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"klC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"klD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"klT" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Hypertorus Fusion Reactor" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) +"klU" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/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/hallway/primary/port) +"klY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"kma" = ( +/obj/structure/railing/corner/end{ + dir = 1 + }, +/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/plating, +/area/station/maintenance/port/central) +"kme" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/main) +"kmf" = ( +/obj/structure/hedge, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"kmm" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"kmn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"kmo" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"kmu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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 = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"kmv" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/hedge/opaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/port) +"kmx" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"kmD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 1 + }, +/obj/machinery/scanner_gate/preset_guns, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"kmF" = ( +/obj/structure/table/wood, +/obj/item/paper{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/folder/blue, +/obj/item/pen/fountain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"kmP" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"kmQ" = ( +/obj/structure/cable, +/obj/structure/sign/poster/contraband/thunderdrome/directional/north, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"kmU" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kmV" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/red/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"kmZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/aquarium/prefilled, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"kna" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"knc" = ( +/obj/machinery/stasis, +/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/white/smooth_large, +/area/station/medical/treatment_center) +"knd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"kni" = ( +/obj/structure/table/glass, +/obj/item/disk/holodisk{ + pixel_y = 4 + }, +/obj/item/disk/holodisk{ + pixel_x = 5 + }, +/obj/item/disk/holodisk{ + pixel_x = -3 + }, +/obj/machinery/button/door/directional/north{ + id = "conference_blast"; + name = "Conference Room Shutters"; + pixel_x = 4; + pixel_y = -26; + req_access = list("command") + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = -6 + }, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"knt" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"knv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_edge, +/area/station/medical/surgery/theatre) +"knw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"knB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"knC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"knF" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/turf/open/floor/grass, +/area/station/maintenance/fore/greater) +"knG" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/jungle/b/style_2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/grass, +/area/station/medical/virology) +"knH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Wine Storage" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"knJ" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility{ + pixel_y = 4 + }, +/obj/item/storage/belt/utility, +/obj/structure/sign/poster/contraband/energy_swords/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"knL" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"knQ" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"knY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"koa" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/toy/snowball, +/obj/item/clothing/glasses/cold, +/obj/item/wrench/medical, +/obj/item/food/popsicle/creamsicle_berry, +/obj/item/tank/internals/anesthetic, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"koc" = ( +/obj/effect/turf_decal/siding/wideplating_new/light/corner, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/railing/corner, +/obj/item/kirbyplants/organic/plant4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"kod" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"koi" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"koj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"kon" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"kop" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"koq" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + location = "P9-Service-Hallway"; + codes_txt = "patrol;next_patrol=P10-Diner" + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kor" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/port) +"kov" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock" + }, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = -24; + req_access = list("virology") + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/tile/green/fourcorners, +/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 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"koC" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"koD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/fore) +"koF" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"koI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/security/brig/lower) +"koP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/mask/breath/medical{ + pixel_y = -2; + pixel_x = -2 + }, +/obj/item/tank/internals/anesthetic, +/obj/item/healthanalyzer, +/obj/item/clothing/mask/surgical, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"koS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/security/holding_cell) +"koT" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"koW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"kpj" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"kpm" = ( +/obj/structure/sign/departments/aiupload/directional/north, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north{ + dir = 9; + network = list("aiupload") + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"kpo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/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 = 5 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kpp" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/customs) +"kpu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"kpA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kpC" = ( +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"kpE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/commons/fitness) +"kpH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/vending/hydronutrients, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"kpN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"kpP" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"kpS" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"kpW" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_nineteen{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"kpY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"kqb" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"kqh" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"kqi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"kqm" = ( +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","engine") + }, +/obj/machinery/light/dim/directional/west, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"kqn" = ( +/obj/effect/turf_decal/stripes/white/box, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"kqo" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"kqp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/prisoner, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"kqq" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/clothing/gloves/latex{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/box/bodybags{ + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/tram/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/tram/mid_joiner{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/safety_report/directional/north, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"kqw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory Maintenance" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"kqy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/prison) +"kqz" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"kqL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"kqP" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 2 + }, +/obj/machinery/ntnet_relay, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"kqR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"kqV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"kqZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light_switch/directional/east{ + pixel_x = 36 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/button/door/directional/east{ + name = "Bar Counter Shutters Control"; + id = "bar_counter"; + req_access = list("bar") + }, +/obj/machinery/coffeemaker/impressa{ + pixel_x = 2 + }, +/obj/item/storage/box/coffeepack, +/obj/item/storage/box/coffeepack/robusta, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"kra" = ( +/turf/closed/indestructible/grille, +/area/station/maintenance/port/aft) +"krg" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"krm" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"krn" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"krq" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + 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/corner{ + dir = 4 + }, +/area/station/security/brig) +"krr" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"krt" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/service/library) +"krC" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"krF" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/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/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"krG" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"krJ" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Cafe Access" + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"krK" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"krM" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"krN" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot, +/obj/item/storage/box/lights/mixed, +/obj/item/lightreplacer, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"krO" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"krS" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"krX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"ksa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ksd" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/circuit, +/area/station/command/gateway) +"kse" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/mess) +"ksn" = ( +/obj/effect/turf_decal/tile/neutral, +/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/primary/central) +"ksp" = ( +/obj/item/toy/plush/beeplushie{ + name = "Kit-Kat Jr."; + desc = "A lost relic of one grumpy felinid." + }, +/obj/item/clothing/head/collectable/petehat{ + pixel_y = 5; + pixel_x = -3 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ksH" = ( +/obj/machinery/air_sensor/plasma_tank, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ksJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ksO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ksP" = ( +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ksS" = ( +/obj/machinery/photocopier, +/obj/structure/sign/flag/ssc/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"ksT" = ( +/obj/structure/chair/sofa/corp, +/obj/effect/landmark/start/assistant, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"ksW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/bush/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ktk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/central) +"ktl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kts" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Research Division Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/lobby) +"ktw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ktC" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"ktF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"ktH" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/effect/spawner/random/techstorage/data_disk, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"ktI" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/obj/machinery/light_switch/directional/south, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"ktJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"ktW" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/tile/neutral{ + 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/north, +/obj/machinery/camera/autoname/directional/north, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"ktX" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/kitchen) +"ktY" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"ktZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kud" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/billboard/nanotrasen{ + pixel_y = 8 + }, +/turf/open/floor/grass, +/area/station/maintenance/central) +"kue" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"kuj" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/korta_nectar{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/liqueur{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/reagent_containers/cup/bottle/syrup_bottle/caramel{ + pixel_x = 15; + pixel_y = 16 + }, +/obj/item/storage/fancy/coffee_condi_display{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"kup" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + 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/medical/lower) +"kuq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/plastic, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/hangover, +/obj/machinery/computer/security/telescreen/bar/directional/east{ + name = "Laser Tag Monitor" + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"kur" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"kuu" = ( +/obj/effect/spawner/random/trash/deluxe_garbage, +/obj/machinery/light/small/directional/north, +/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/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/radshelter/civil) +"kuv" = ( +/obj/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kux" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kuC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"kuD" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kuF" = ( +/turf/closed/wall, +/area/station/service/theater_dressing) +"kuO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"kuP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/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/service/chapel/funeral) +"kuT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + location = "F7-Medbay"; + codes_txt = "patrol;next_patrol=F8-Fore-Hallway" + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"kuU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/office) +"kuX" = ( +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kvc" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"kvd" = ( +/obj/structure/table/reinforced, +/obj/item/weldingtool, +/obj/item/clothing/head/utility/welding, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"kvg" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/shower/directional/west, +/obj/structure/cable, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"kvl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/analyzer, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kvx" = ( +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination/lawyer, +/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/iron/dark, +/area/station/service/lawoffice) +"kvB" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/ids{ + pixel_y = 6 + }, +/obj/item/taperecorder{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"kvC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"kvD" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 10 + }, +/obj/structure/sink/kitchen/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/service/kitchen) +"kvF" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/gloves{ + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/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/white/small, +/area/station/medical/treatment_center) +"kvJ" = ( +/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) +"kvX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/clothing/head/cowboy/brown, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"kwb" = ( +/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/command) +"kwd" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/generic/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/barber) +"kwm" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/digital_clock/directional/west, +/obj/effect/spawner/random/bureaucracy/briefcase, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"kwp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/status_display/evac/directional/north, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"kwv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy" + }, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/medical/pharmacy, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"kwG" = ( +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/large/style_3, +/obj/machinery/light/floor, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/security/prison) +"kwN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"kwR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"kwT" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/restrooms) +"kwW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/locker) +"kwY" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"kwZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/clock/directional/east, +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"kxc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"kxk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark/warning, +/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/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"kxl" = ( +/obj/machinery/computer/mecha, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"kxn" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat_interior) +"kxp" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/starboard/fore) +"kxq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"kxt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"kxu" = ( +/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/fore/greater) +"kxw" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tech) +"kxz" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/sign/clock/directional/east, +/obj/item/newspaper, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/safe) +"kxF" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/breakroom) +"kxH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"kxQ" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/structure/sign/directions/vault/directional/south{ + pixel_y = -24; + dir = 9 + }, +/obj/structure/sign/directions/command/directional/south{ + dir = 9 + }, +/obj/structure/sign/directions/upload/directional/south{ + pixel_y = -40; + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"kxV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port) +"kyc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/project) +"kye" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kyi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kyk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"kym" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"kyo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"kyp" = ( +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/glass/reinforced, +/area/station/engineering/supermatter/room/upper) +"kyq" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"kyr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Break Room" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/breakroom) +"kyu" = ( +/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 = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"kyy" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/commons/dorms) +"kyA" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"kyB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"kyF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kyX" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Firing Range" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/security/range) +"kzb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"kzf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"kzh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"kzn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"kzw" = ( +/obj/structure/bed/dogbed/renault, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/mob/living/basic/pet/fox/renault, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"kzD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kzF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/end{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"kzJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"kzM" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/east{ + network = list("minisat") + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/carpet/blue, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"kzQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"kzV" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kAd" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kAi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"kAk" = ( +/obj/structure/table/wood/fancy, +/obj/item/bouquet/rose, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/funeral) +"kAw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"kAF" = ( +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/camera/autoname/directional/west, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"kAG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"kAO" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"kAP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant18, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"kAT" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"kAV" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/balaclava, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/item/storage/backpack/duffelbag/sec/surgery{ + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"kAY" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"kBe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"kBf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"kBg" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kBj" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/item/reagent_containers/cup/glass/mug/tea, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"kBl" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"kBp" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"kBv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"kBw" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"kBA" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"kBH" = ( +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/command) +"kBI" = ( +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/structure/table/wood/fancy, +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_y = 30 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"kBR" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"kBS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kBT" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/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/white, +/area/station/medical/lower) +"kBW" = ( +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/iron/stairs{ + color = "#5d341f" + }, +/area/station/maintenance/port/aft) +"kBX" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"kCd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"kCh" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/broken_flooring/singular/directional/north, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kCi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/red, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"kCl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"kCn" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/suture, +/obj/item/stack/medical/suture, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kCp" = ( +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/closed/wall/r_wall, +/area/station/science/server) +"kCq" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"kCs" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/newspaper, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kCt" = ( +/obj/structure/broken_flooring/singular/directional/north, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kCv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/department/security) +"kCw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"kCx" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/engineering/supermatter/room/upper) +"kCF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table_frame/wood, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kCI" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"kCL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"kCO" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"kCR" = ( +/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/door/airlock/maintenance{ + name = "Command Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"kCZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/aquarium/prefilled, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"kDb" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kDf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"kDg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"kDh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"kDi" = ( +/obj/item/pickaxe, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"kDl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"kDy" = ( +/obj/structure/fireplace{ + pixel_x = -32 + }, +/obj/structure/chair/comfy/beige{ + dir = 1; + name = "Bench" + }, +/obj/item/kirbyplants/organic/plant12{ + pixel_x = 11; + pixel_y = 22 + }, +/obj/structure/railing{ + dir = 1; + pixel_x = -16; + pixel_y = -7 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/carpet, +/area/station/cargo/mining_breakroom) +"kDB" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"kDI" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/service/kitchen) +"kDL" = ( +/obj/item/ammo_casing{ + pixel_x = 5; + dir = 9 + }, +/obj/item/ammo_casing{ + pixel_x = -14; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/food/egg_smudge{ + pixel_x = -16; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/food/tomato_smudge{ + pixel_x = 15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"kDN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"kDP" = ( +/obj/machinery/computer/telecomms/monitor{ + network = "tcommsat"; + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"kDS" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"kDW" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_exterior"; + name = "Xenobiology Lab External Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "xeno_airlock_exterior"; + idSelf = "xeno_airlock_control"; + name = "Access Button"; + pixel_y = -5; + req_access = list("xenobiology"); + pixel_x = -25 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xeno_blastdoor"; + name = "Biohazard Containment Door" + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/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/iron/white, +/area/station/science/xenobiology/hallway) +"kDY" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness/recreation) +"kEf" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"kEg" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/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/iron/white, +/area/station/science/lower) +"kEi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"kEj" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/hedge, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"kEn" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/medical/surgery/theatre) +"kEs" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/command/heads_quarters/cmo) +"kEt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/textured, +/area/station/commons/fitness/recreation) +"kEA" = ( +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kEB" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"kED" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/arrow_cw, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kEE" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/science) +"kEF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"kEI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/north, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"kEN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"kEP" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"kES" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/core, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/hfr_room) +"kEU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"kEV" = ( +/obj/structure/transit_tube/crossing, +/obj/structure/railing/corner{ + dir = 8; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"kEW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"kEX" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kEY" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/flora/grass/green/style_random, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"kFc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/obj/item/flashlight/glowstick/red, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"kFe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Archive Room" + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/bridge) +"kFi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"kFj" = ( +/turf/closed/wall, +/area/station/cargo/lower) +"kFm" = ( +/obj/machinery/mechpad, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"kFn" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"kFx" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"kFF" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"kFG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"kFI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/hfr_room) +"kFR" = ( +/obj/item/wirecutters, +/obj/item/wrench, +/obj/structure/rack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"kFU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"kFZ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/utility/radiation, +/obj/item/clothing/head/utility/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/geiger_counter, +/obj/item/clothing/glasses/meson, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"kGd" = ( +/obj/structure/closet/body_bag, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/department/cargo) +"kGg" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/commons/dorms) +"kGh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/aft/lesser) +"kGk" = ( +/obj/structure/flora/bush/fullgrass/style_2, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"kGn" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"kGv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"kGK" = ( +/obj/effect/decal/cleanable/dirt, +/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 + }, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"kGO" = ( +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kGR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"kGV" = ( +/turf/closed/wall, +/area/station/security/prison/safe) +"kGW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"kHa" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/science) +"kHb" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/button/door/directional/east{ + id = "medsecprivacy"; + name = "Privacy Shutters Control"; + pixel_y = -2; + req_access = list("security") + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"kHc" = ( +/turf/closed/wall, +/area/station/hallway/primary/port) +"kHn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/rods/ten, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kHq" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"kHt" = ( +/obj/structure/table/glass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"kHA" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"kHD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/cargo/miningoffice) +"kHK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/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/dark, +/area/station/engineering/supermatter/room/upper) +"kHL" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + 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/lower) +"kHR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kIb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kIc" = ( +/obj/effect/turf_decal/weather/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/trash/champagne_cork/sabrage, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kIf" = ( +/turf/open/water/beach, +/area/station/commons/fitness/recreation/pool) +"kIg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"kIl" = ( +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"kIo" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/chair, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"kIv" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"kIy" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/item/food/grown/banana, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"kIA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/motion/directional/east{ + network = list("minisat") + }, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"kII" = ( +/obj/machinery/research/anomaly_refinery, +/obj/effect/turf_decal/siding/purple, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"kIL" = ( +/obj/item/chair/plastic, +/obj/structure/marker_beacon/bronze, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"kIS" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"kIT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"kIV" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/security/laptop{ + dir = 8; + pixel_y = 3; + pixel_x = -2 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"kJa" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/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, +/area/station/science/research) +"kJc" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"kJe" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Office" + }, +/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/dark, +/area/station/cargo/lower) +"kJk" = ( +/obj/structure/cable, +/obj/machinery/power/smes/full, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"kJl" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/entry) +"kJw" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"kJC" = ( +/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) +"kJF" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kJG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/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/dark, +/area/station/engineering/atmos) +"kJH" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig Visitation" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/door/firedoor, +/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/dark, +/area/station/security/brig) +"kJO" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"kJQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kJW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + 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/dark/textured, +/area/station/commons/dorms) +"kJX" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/mob/living/basic/mouse/brown{ + dir = 4; + name = "Jerry" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/patients_rooms) +"kKb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"kKe" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"kKi" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"kKl" = ( +/obj/structure/aquarium/prefilled, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"kKm" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"kKq" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/science) +"kKz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/research) +"kKC" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"kKR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 12; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/command/corporate_suite) +"kLa" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"kLh" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"kLj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/maintenance/department/medical) +"kLs" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/aisat/exterior) +"kLw" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"kLz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/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/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"kLD" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kLF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"kLH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kLK" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kLL" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/brown, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/circuits) +"kLN" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/trimline/purple/end{ + dir = 8 + }, +/obj/structure/sink/directional/south, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"kLP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"kMe" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"kMi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"kMn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/crate/bin, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"kMo" = ( +/obj/effect/spawner/random/structure/table_fancy, +/obj/effect/spawner/random/decoration/statue, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"kMz" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + 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/lower) +"kMD" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"kME" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"kMF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"kMH" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/chair/sofa/bench/right, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"kMM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"kMN" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Reception Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/dark, +/area/station/command/bridge) +"kMO" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/prison) +"kMZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"kNa" = ( +/obj/machinery/computer/atmos_control/plasma_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kNd" = ( +/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/transfer) +"kNp" = ( +/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) +"kNt" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/brown, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) +"kNu" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"kNG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"kNV" = ( +/obj/structure/sign/departments/restroom/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"kOb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/prison) +"kOc" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/engineering/break_room) +"kOh" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/railing, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"kOj" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"kOk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"kOl" = ( +/obj/structure/lattice, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kOo" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"kOp" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kOx" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/airalarm/directional/north, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"kOH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"kOI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"kON" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"kOW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"kOX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"kOZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"kPb" = ( +/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"kPn" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"kPx" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"kPz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"kPB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"kPD" = ( +/obj/structure/statue/snow/snowman, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"kPG" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kPV" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/space_heater, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"kPX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kPY" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"kQa" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/broken_flooring/side/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kQe" = ( +/obj/effect/landmark/navigate_destination, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault{ + name = "Vault" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/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/ai_monitored/command/nuke_storage) +"kQf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"kQj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/flasher/directional/east{ + id = "hopflash"; + pixel_x = 24 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"kQp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"kQs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/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/west{ + dir = 10 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"kQJ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/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, +/area/station/command) +"kQK" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kQL" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/storage) +"kQN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"kQP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"kQZ" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"kRb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/range) +"kRc" = ( +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/spawner/random/contraband/prison, +/obj/structure/closet/boxinggloves, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_large, +/area/station/security/prison/workout) +"kRe" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Aft Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/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/textured, +/area/station/hallway/primary/aft) +"kRf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"kRg" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/aft/lesser) +"kRj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"kRr" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kRt" = ( +/obj/effect/decal/cleanable/dirt, +/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 = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kRB" = ( +/obj/machinery/mass_driver/trash, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"kRF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"kRH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/solars/port/aft) +"kRJ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"kRL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"kRR" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"kSl" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"kSw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"kSy" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"kSE" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/port/fore) +"kSG" = ( +/obj/effect/spawner/random/structure/table_fancy, +/obj/item/phone, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"kSJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) +"kSO" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/dim/directional/north, +/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/cargo) +"kSP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"kSU" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"kSX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"kTa" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kTb" = ( +/turf/open/floor/glass/reinforced, +/area/station/cargo/breakroom) +"kTf" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"kTi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 4 + }, +/obj/item/reagent_containers/cup/bucket/wooden, +/obj/structure/sign/poster/contraband/free_tonto/directional/south, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"kTz" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/port) +"kTC" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"kTD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"kTG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/command/teleporter) +"kTH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"kTI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kTT" = ( +/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/stripes/red/end{ + dir = 4 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/lobby) +"kTX" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/vending/cytopro, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"kUd" = ( +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/structure/table/reinforced/titaniumglass, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room/upper) +"kUl" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/medkit/emergency{ + pixel_y = 4 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"kUm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/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/dark/textured, +/area/station/commons/dorms) +"kUn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"kUG" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"kVd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + 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, +/area/station/maintenance/fore/greater) +"kVg" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/computer/security/telescreen/cmo/directional/west, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"kVi" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/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/dark/textured, +/area/station/service/library) +"kVl" = ( +/obj/effect/turf_decal/siding/wood/end{ + 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/wood/large, +/area/station/cargo/mining_breakroom) +"kVn" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/construction/mining/aux_base) +"kVo" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/flashlight/lamp/green{ + pixel_y = 9; + pixel_x = 15 + }, +/obj/item/clipboard, +/obj/item/taperecorder{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"kVy" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/machinery/meter, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kVz" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + 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/dark/textured_edge{ + dir = 4 + }, +/area/station/security/mechbay) +"kVE" = ( +/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 = 6 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"kVG" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/project) +"kVJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "bar_counter"; + name = "Bar Counter Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"kVT" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/poddoor/preopen{ + id = "engielock"; + name = "Engineering Lockdown Blast Door" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"kVV" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"kVY" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"kWd" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/service/greenroom) +"kWg" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"kWn" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"kWs" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/edge{ + dir = 4 + }, +/area/station/security/prison) +"kWF" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/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/dark/corner{ + dir = 4 + }, +/area/station/cargo/lower) +"kWH" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/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/small, +/area/station/science/lobby) +"kWO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/displaycase/captain, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"kWS" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"kWU" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"kWY" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"kWZ" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"kXm" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron, +/area/station/maintenance/port/aft) +"kXC" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/sorting) +"kXE" = ( +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"kXL" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Auxiliary Airlock" + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"kXS" = ( +/turf/open/floor/glass/reinforced/plasma, +/area/station/engineering/supermatter/room/upper) +"kXW" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"kYa" = ( +/obj/structure/cable, +/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{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kYv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/door/airlock/security{ + name = "Customs Desk" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"kYB" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_corner{ + dir = 8 + }, +/area/station/security/prison/workout) +"kYC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"kYH" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/cas, +/obj/item/toy/cards/deck/cas/black{ + pixel_y = 11 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"kYI" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"kYJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"kYR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"kYS" = ( +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"kYW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"kZa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/obj/machinery/meter, +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"kZe" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/food/grown/banana, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"kZf" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/jungle/a, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"kZj" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/siding/purple, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"kZq" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"kZy" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"kZA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"kZD" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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) +"kZG" = ( +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"kZM" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"kZT" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"kZU" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"laa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"lam" = ( +/turf/closed/wall/r_wall, +/area/station/medical/lower) +"lap" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lar" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"lat" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port) +"laB" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"laG" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/lower) +"laM" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"laN" = ( +/turf/open/floor/iron/stairs/left, +/area/station/command/gateway) +"laR" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"lbg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/warden) +"lbk" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"lbm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/cargo/office) +"lbp" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"lbt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 8; + pixel_y = 6 + }, +/obj/item/toy/figure/curator{ + pixel_y = 21; + pixel_x = 2 + }, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"lbw" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness) +"lbz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison) +"lbA" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"lbM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"lbN" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/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, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"lcb" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"lch" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"lci" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + 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/hallway/primary/central) +"lcj" = ( +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lcm" = ( +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #3" + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"lcq" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/sign/poster/official/help_others/directional/north, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron/white/herringbone, +/area/station/command/heads_quarters/cmo) +"lcs" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "garbage" + }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"lcF" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"lcT" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ldg" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"ldl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"ldo" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ldu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"ldH" = ( +/turf/open/floor/iron/stairs/left{ + color = "#5d341f"; + dir = 1 + }, +/area/station/cargo/mining_breakroom) +"ldL" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"ldS" = ( +/obj/effect/turf_decal/trimline/white/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/primary/starboard) +"ldU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ldY" = ( +/obj/structure/sign/clock/directional/south, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"lea" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"lee" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"lel" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"leq" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = -3 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"ler" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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 = "Research and Development Lab" + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lez" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"leB" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/service/chapel/funeral) +"leK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/navbeacon{ + location = "C2-Starboard-Central-B"; + codes_txt = "patrol;next_patrol=C3-Aft-Central-Fw" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"leM" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/reagent_containers/condiment/pack/sugar{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"leO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/hfr_room) +"leP" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"lfb" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"lfe" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"lff" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/photocopier, +/turf/open/floor/iron/dark, +/area/station/command) +"lfg" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/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/cargo) +"lfl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/security) +"lfo" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"lfs" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - N2O" + }, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"lft" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/green, +/area/station/commons/dorms) +"lfw" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"lfy" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"lfz" = ( +/obj/structure/hedge, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"lfD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"lfE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"lfG" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lfL" = ( +/obj/machinery/digital_clock/directional/south, +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"lfV" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"lfZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/structure/filingcabinet, +/obj/machinery/button/door/directional/south{ + name = "Privacy Shutters Control"; + id = "cargosecprivacy"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"lge" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"lgk" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"lgn" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"lgw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"lgA" = ( +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"lgQ" = ( +/turf/open/floor/carpet/donk, +/area/station/cargo/miningoffice) +"lgT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/security/breakroom) +"lhb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"lhc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + pixel_x = 6; + id = "laserblue"; + name = "Blue Team Shutters"; + pixel_y = -3 + }, +/obj/machinery/button/door{ + pixel_x = -6; + id = "laserred"; + name = "Red Team Shutters"; + pixel_y = -3 + }, +/obj/item/radio/intercom/directional{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"lhh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lhn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/modular_computer/preset/cargochat/security{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office) +"lho" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"lhq" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"lhu" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/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/dark, +/area/station/cargo/miningoffice) +"lhx" = ( +/obj/docking_port/stationary{ + dir = 8; + height = 18; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/nebula; + shuttle_id = "arrival_stationary"; + width = 7; + dwidth = 3 + }, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"lhA" = ( +/obj/structure/hedge, +/obj/machinery/newscaster/directional/north, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"lhE" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lhK" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"lhL" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/side{ + dir = 1 + }, +/area/station/security/brig) +"lhT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"lhV" = ( +/obj/machinery/telecomms/server/presets/command, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"lib" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Auxiliry Dock Maintainence" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"lid" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"lif" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/workout) +"lig" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_cw, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"lih" = ( +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"lii" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"lit" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"liw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"lix" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/water, +/area/station/ai_monitored/aisat/exterior) +"liG" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"liP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"liQ" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"liZ" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"ljc" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Labs" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lje" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ljg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"ljh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/effect/mapping_helpers/apc/cell_10k, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"lji" = ( +/obj/machinery/rnd/server/master, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"ljk" = ( +/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/maintenance/port/central) +"ljl" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/machinery/light/directional/south, +/obj/machinery/vending/medical, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"ljt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/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/commons/dorms) +"lju" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/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/small, +/area/station/command/gateway) +"ljz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"ljE" = ( +/obj/machinery/digital_clock/directional/east, +/obj/structure/stairs/east{ + color = "#3d3e42" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"ljK" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/item/clothing/gloves/latex{ + pixel_y = -3 + }, +/obj/item/storage/bag/trash, +/obj/item/pushbroom, +/obj/effect/turf_decal/siding/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"ljL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"ljN" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"ljO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/tank_holder, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"lkc" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos/hfr_room) +"lkk" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/floor, +/obj/structure/flora/bush/jungle/c/style_random, +/turf/open/floor/grass, +/area/station/medical/lower) +"lkm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"lkp" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"lkr" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lkt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port) +"lku" = ( +/obj/effect/decal/cleanable/dirt, +/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/iron, +/area/station/maintenance/fore/lesser) +"lkD" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/suit/caution{ + pixel_y = 17; + pixel_x = 7 + }, +/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/fore/greater) +"lkE" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"lkH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"lkL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison) +"lkM" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"lkN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"lkQ" = ( +/obj/structure/sign/warning/secure_area/directional/south, +/obj/effect/decal/cleanable/vomit/nebula, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"lkU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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/white, +/area/station/medical/medbay/central) +"lkZ" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"llj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"lll" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/midtown_slice/directional/north, +/obj/machinery/vending/coffee, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"llo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = -6; + pixel_x = -16 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"lls" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 1; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_y = 9; + pixel_x = -3 + }, +/obj/machinery/door/window/right/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"llu" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"llB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"llE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/cargo/breakroom) +"llF" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"llK" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"llM" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/engineering/engine_smes) +"llQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/medkit/regular{ + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/blue/line, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/computer/security/telescreen/cmo/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lmf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"lmh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/fore) +"lmu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"lmv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lmE" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"lmF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"lmI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"lmN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lmO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"lmR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "hosprivacy"; + name = "Privacy Shutters Control"; + req_access = list("hos"); + pixel_y = -6 + }, +/obj/machinery/light/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"lmS" = ( +/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, +/obj/machinery/door/airlock/maintenance{ + name = "Civil Rad Shelter" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"lmY" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig{ + id = "engcell"; + name = "Engineering Cell Locker" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"lna" = ( +/turf/closed/wall, +/area/station/security/prison/shower) +"lng" = ( +/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/door/airlock/maintenance{ + name = "Hydroponics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/turf/open/floor/plating, +/area/station/maintenance/port) +"lni" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"lnm" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light_switch/directional/south, +/obj/item/banner/cargo/mundane, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"lno" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/sign/warning/doors/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/security/execution/education) +"lnr" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"lnt" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + 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/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/service/theater) +"lnv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/rock, +/turf/open/floor/grass, +/area/station/command/corporate_suite) +"lny" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"lnD" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cmoprivacy2" + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/cmo) +"lnG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/security) +"lnJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + pixel_y = -6; + name = "CMO Privacy Shutters"; + req_access = list("cmo"); + id = "cmoprivacy" + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"lnO" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"lnQ" = ( +/turf/closed/wall/r_wall, +/area/station/science/breakroom) +"lnS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lnV" = ( +/obj/item/food/grown/wheat, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/grapes, +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"lnW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/smartfridge/drinks, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"lnZ" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/secure_closet/miner, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"loa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"loe" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"loi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"lop" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = -1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"loq" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"los" = ( +/turf/closed/wall, +/area/station/cargo/bitrunning/den) +"lot" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"loF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"loK" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/computer/records/security/laptop, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"loU" = ( +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/mirror/directional/west, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"loY" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lpa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"lpd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"lpf" = ( +/obj/structure/table, +/obj/item/toy/cards/deck/blank{ + pixel_y = 3 + }, +/obj/item/toy/cards/deck{ + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"lpp" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"lpq" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lpr" = ( +/obj/docking_port/stationary/escape_pod, +/turf/open/space/basic, +/area/space) +"lpB" = ( +/obj/structure/sign/chalkboard_menu, +/turf/closed/wall, +/area/station/maintenance/starboard/fore) +"lpE" = ( +/obj/structure/chair/comfy{ + color = "#514e58" + }, +/obj/effect/landmark/start/assistant, +/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/carpet/orange, +/area/station/commons/dorms) +"lpF" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/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/side{ + dir = 1 + }, +/area/station/hallway/primary/port) +"lpH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"lpK" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"lpM" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/box, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"lpQ" = ( +/obj/structure/noticeboard/directional/north, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/break_room) +"lpR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"lpV" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"lpX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"lqb" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/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/wood/large, +/area/station/service/bar/backroom) +"lqd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"lqn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lqr" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"lqH" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"lqJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/multitool, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"lqM" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/tree/jungle/small/style_5{ + pixel_y = -16 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"lqT" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/hydroponics/garden) +"lqV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Containment Pen #7"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"lqX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"lre" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lrh" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/machinery/digital_clock/directional/south, +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lri" = ( +/obj/machinery/digital_clock/directional/west, +/obj/structure/stairs/west{ + color = "#3d3e42" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"lrn" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/engine/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"lro" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"lrr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"lrs" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lrx" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/solars/starboard/fore) +"lry" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/easel, +/obj/item/canvas/twentythree_nineteen, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"lrA" = ( +/obj/machinery/digital_clock/directional/north, +/obj/structure/railing/corner{ + dir = 2; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"lrD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/science) +"lrF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos/project) +"lrG" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/bed/medical/emergency{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/machinery/light_switch/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"lrI" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/multitool{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/multitool{ + pixel_y = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/east, +/obj/item/stock_parts/cell/high{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"lrJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 8 + }, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"lrL" = ( +/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/small, +/area/station/security/brig/lower) +"lrM" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/marker_beacon/purple, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"lrR" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"lrT" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -3 + }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"lrX" = ( +/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/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/service/theater) +"lsb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port Mix to South Ports" + }, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"lsj" = ( +/obj/structure/flora/bush/style_2, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"lsn" = ( +/obj/structure/bed/medical/anchored{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/structure/sign/clock/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"lso" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"lsy" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/maintenance/central) +"lsz" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/open/floor/wood/large, +/area/station/service/library) +"lsL" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/science/ordnance) +"lsO" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/firedoor, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"lsP" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lsX" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/clothing/head/costume/sombrero, +/turf/open/floor/grass, +/area/station/maintenance/aft/greater) +"ltl" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/structure/closet/secure_closet/evidence, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"ltn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"ltq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/canvas/twentythree_nineteen, +/obj/structure/easel, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"lts" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ltt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/safe, +/obj/item/stack/spacecash/c1000, +/obj/item/storage/belt/holster, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"ltw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/textured_edge, +/area/station/medical/surgery/theatre) +"ltz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/central) +"ltE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"ltH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"ltJ" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"ltL" = ( +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ltR" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ltW" = ( +/turf/closed/wall, +/area/station/commons/locker) +"ltX" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"ltY" = ( +/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/item/radio/intercom/prison/directional/west, +/obj/structure/closet/crate, +/obj/machinery/light/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"lud" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"lug" = ( +/obj/structure/bodycontainer/morgue/beeper_off, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"luj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"luk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"lun" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/pumproom) +"luq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/fore/greater) +"lur" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"luu" = ( +/obj/machinery/duct, +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/station/commons/toilet/restrooms) +"luw" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"luy" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"luz" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"luA" = ( +/obj/effect/turf_decal/trimline/white/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/primary/starboard) +"luC" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/hedge, +/obj/structure/sign/map/left{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/vault/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"luF" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/central) +"luS" = ( +/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/hallway/secondary/exit/departure_lounge) +"luV" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"luZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison) +"lve" = ( +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"lvf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_edge, +/area/station/medical/surgery/theatre) +"lvi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/starboard/aft) +"lvq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/vending/donksofttoyvendor, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"lvr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lvv" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"lvy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"lvD" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"lvH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"lvT" = ( +/obj/docking_port/stationary/public_mining_dock{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"lwc" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/vending/colavend, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"lwe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"lwf" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lws" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"lwt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"lwA" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"lwB" = ( +/obj/structure/closet/secure_closet/brig{ + name = "Prisoner Locker" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"lwH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/science/lobby) +"lwR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lwY" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"lxd" = ( +/obj/structure/sink/kitchen/directional/west, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"lxl" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"lxm" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/stairs/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"lxp" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/machinery/light/floor, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"lxq" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"lxr" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"lxu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lxT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "viroprivacy"; + name = "Virology Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/virology) +"lxV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/stairs/medium{ + color = "#5d341f" + }, +/area/station/commons/lounge) +"lye" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"lyn" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/machinery/smartfridge/food, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"lyt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/iron, +/area/station/maintenance/starboard/fore) +"lyy" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark_blue, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lyz" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/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/commons/dorms) +"lyF" = ( +/obj/machinery/vending/security, +/turf/open/floor/glass/reinforced, +/area/station/security/lockers) +"lyM" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/warning/no_smoking/directional/north, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"lyR" = ( +/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/port/aft) +"lza" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"lzb" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"lzi" = ( +/obj/effect/spawner/structure/window, +/obj/effect/mapping_helpers/damaged_window, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"lzm" = ( +/obj/machinery/door/poddoor/massdriver_ordnance, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"lzn" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/bed/dogbed/ian, +/mob/living/basic/pet/dog/corgi/ian, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"lzo" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters"; + name = "Pharmacy Shutters Control"; + req_access = list("pharmacy") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/medical/pharmacy) +"lzr" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"lzw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lzx" = ( +/obj/structure/fake_stairs/directional/south, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"lzC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/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, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"lzE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"lzI" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/chapel) +"lzJ" = ( +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/textured_corner{ + dir = 8 + }, +/area/station/medical/surgery/theatre) +"lzL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lzM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/commons/dorms) +"lzO" = ( +/turf/closed/wall/r_wall, +/area/station/security/interrogation) +"lzP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"lzR" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red/corner, +/obj/structure/chair/stool/bar/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/breakroom) +"lAi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lAk" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/button/door/directional/south{ + id = "gateshutter"; + name = "Gateway Shutter Control"; + req_access = list("gateway"); + pixel_y = 0; + pixel_x = 24 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lAm" = ( +/obj/machinery/defibrillator_mount/directional/south, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/machinery/digital_clock/directional/east, +/obj/structure/bed/medical{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lAq" = ( +/obj/machinery/cryo_cell{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/structure/sign/warning/cold_temp/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"lAr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"lAs" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/bridge) +"lAv" = ( +/obj/effect/turf_decal/siding/yellow/end{ + dir = 1 + }, +/obj/machinery/plumbing/receiver, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"lAw" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port) +"lAx" = ( +/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/dark/small, +/area/station/security/brig/lower) +"lAy" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"lAB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/button/door/directional/west{ + id = "Dorm4"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"lAC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"lAF" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/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/dark/textured_large, +/area/station/maintenance/starboard/central) +"lAH" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"lAK" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"lAL" = ( +/obj/machinery/computer/holodeck{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"lAM" = ( +/turf/closed/wall/rust, +/area/space/nearstation) +"lAY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/tcommsat/computer) +"lBa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"lBb" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"lBc" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lBh" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lBi" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"lBk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lBr" = ( +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/item/clothing/head/cone, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lBt" = ( +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"lBw" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/storage/backpack/duffelbag/sec/surgery, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"lBA" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"lBP" = ( +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lBS" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"lBY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"lBZ" = ( +/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/dark/small, +/area/station/security/brig) +"lCa" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/cargo/miningoffice) +"lCd" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lCq" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"lCt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/vending/wardrobe/chap_wardrobe, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"lCP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/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 = 9 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"lCS" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "mining"; + name = "mining conveyor"; + pixel_y = 12 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"lCX" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/red/directional/south, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/aft) +"lDa" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lDb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"lDn" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"lDv" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"lDF" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"lDI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/range) +"lDK" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lDN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/structure/chair, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"lDT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"lDU" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"lEb" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/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/lobby) +"lEf" = ( +/obj/effect/turf_decal/tile/dark_blue, +/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/dark, +/area/station/hallway/secondary/command) +"lEj" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_blue, +/turf/open/floor/iron/dark, +/area/station/command) +"lEl" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"lEm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"lEq" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs/right, +/area/station/medical/surgery/theatre) +"lEC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"lEG" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"lEI" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lEP" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/cargo/drone_bay) +"lET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/blue/filled/end{ + dir = 8 + }, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"lEY" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/surgery/theatre) +"lFb" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/chapel) +"lFe" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"lFg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/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, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"lFh" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"lFj" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/stripes/red/end{ + dir = 8 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/lobby) +"lFs" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white{ + color = "#74b2d3" + }, +/obj/effect/landmark/start/cook, +/obj/structure/cable, +/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/diagonal, +/area/station/service/kitchen) +"lFA" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A" + }, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"lFM" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/departments/science/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"lFO" = ( +/obj/structure/table/wood/poker, +/obj/effect/turf_decal/siding/wood/end, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"lFV" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"lFZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/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/lower) +"lGd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"lGf" = ( +/turf/closed/wall, +/area/station/maintenance/department/bridge) +"lGo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"lGp" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/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, +/area/station/medical/lower) +"lGt" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lGA" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/space/openspace, +/area/space/nearstation) +"lGB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/plastic, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/hangover, +/obj/machinery/computer/security/telescreen/bar/directional/west{ + name = "Laser Tag Monitor" + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"lGD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"lGE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"lGR" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/computer/warrant, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"lGS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lGU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/miningoffice) +"lGW" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/wrench, +/obj/item/lightreplacer, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"lHg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lHj" = ( +/obj/structure/flora/rock/pile/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lHs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/department/bridge) +"lHw" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"lHF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lHR" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lHS" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark_blue, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lIr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"lIu" = ( +/turf/open/floor/glass/reinforced, +/area/station/medical/virology) +"lID" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"lIE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/machinery/door/firedoor, +/obj/item/food/ready_donk/mac_n_cheese{ + pixel_y = 5 + }, +/obj/machinery/door/window/left/directional/south, +/obj/item/storage/box/coffeepack{ + pixel_x = 17; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"lIG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 1 + }, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"lII" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/glass, +/area/station/service/kitchen/diner) +"lIJ" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/confetti, +/obj/item/reagent_containers/spray/chemsprayer/party, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/maintenance/starboard/central) +"lIL" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/structure/broken_flooring/singular/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lIM" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/aft) +"lIO" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) +"lIR" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"lIY" = ( +/obj/structure/cable, +/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{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"lJd" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"lJf" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"lJg" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 9 + }, +/turf/open/floor/iron/dark, +/area/station/service/library/lounge) +"lJk" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"lJl" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"lJm" = ( +/obj/effect/turf_decal/trimline/red, +/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/transfer) +"lJr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lJB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + 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/dark/corner{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"lJF" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"lJV" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lJZ" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"lKa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/warning/vacuum/external/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"lKl" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lKm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/disposal) +"lKA" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"lKG" = ( +/obj/effect/turf_decal/trimline/green/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"lKM" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"lKP" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"lKQ" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"lKT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"lKW" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"lKX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lLa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"lLb" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/official/love_ian/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"lLd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"lLe" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"lLg" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lLq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/science/genetics) +"lLt" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/delivery, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"lLB" = ( +/obj/structure/chair/plastic, +/obj/structure/sign/calendar/directional/north, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lLJ" = ( +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"lLN" = ( +/obj/effect/decal/cleanable/dirt, +/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/central) +"lLX" = ( +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"lLY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"lMc" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"lMe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"lMh" = ( +/obj/item/pillow{ + pixel_y = 10 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/starboard/central) +"lMi" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"lMl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "bar_counter"; + name = "Bar Counter Shutters" + }, +/obj/structure/desk_bell{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"lMn" = ( +/obj/machinery/light/floor, +/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, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/circuit/green, +/area/station/science/robotics/augments) +"lMp" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lMq" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"lMy" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"lMz" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"lME" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("minisat") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"lMG" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lMI" = ( +/obj/machinery/mineral/stacking_machine, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"lML" = ( +/obj/structure/bodycontainer/morgue/beeper_off, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"lMM" = ( +/obj/structure/table/optable, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"lMO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"lMP" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/bookcase/random/reference, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/poster/official/get_your_legs/directional/west, +/obj/item/toy/figure/psychologist{ + pixel_x = 7; + pixel_y = 18 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"lMQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"lMX" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Labs" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/circuits) +"lNb" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"lNc" = ( +/obj/effect/spawner/random/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"lNe" = ( +/obj/structure/musician/piano, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 10; + pixel_x = -1 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"lNi" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin/carbon{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/stamp/head/qm{ + pixel_x = 7 + }, +/obj/machinery/requests_console/directional/south{ + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/ore_update, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"lNm" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"lNq" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/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, +/area/station/hallway/secondary/command) +"lNr" = ( +/obj/structure/railing{ + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"lNs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"lNx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lNB" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + req_access = list("minisat"); + pixel_y = -30 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/motion/directional/south{ + network = list("minisat") + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lND" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/central) +"lOj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/library/upper) +"lOk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos) +"lOn" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"lOr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"lOy" = ( +/obj/machinery/status_display/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = 32 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/side{ + dir = 1 + }, +/area/station/security/brig) +"lOA" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"lOJ" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"lOM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"lOP" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lOQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"lPf" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"lPn" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"lPq" = ( +/obj/structure/bedsheetbin, +/obj/structure/table/glass, +/turf/open/floor/glass/reinforced, +/area/station/commons/dorms/laundry) +"lPs" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"lPv" = ( +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"lPw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"lPx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable/layer3, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"lPA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lPF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"lPG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"lPL" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"lPT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"lQe" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/directions/upload/directional/north{ + pixel_y = 29; + dir = 4 + }, +/obj/structure/sign/directions/vault/directional/north{ + pixel_y = 37 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"lQk" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/construction/mining/aux_base) +"lQl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"lQm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lQo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lQy" = ( +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"lQM" = ( +/obj/structure/flora/grass/green/style_random, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/item/food/grown/wheat, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/central) +"lQQ" = ( +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"lQR" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"lQU" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/plating, +/area/station/maintenance/port/central) +"lRc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"lRd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/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/white, +/area/station/medical/lower) +"lRg" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/command) +"lRi" = ( +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"lRl" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lRA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"lRC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lRE" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/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/central) +"lRL" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/dark/corner, +/area/station/hallway/primary/starboard) +"lRN" = ( +/obj/machinery/door/airlock/glass{ + name = "Bar" + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"lRO" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Lab - Pen #7"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"lRR" = ( +/obj/machinery/vending/clothing, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"lRU" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"lRZ" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"lSc" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"lSj" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"lSt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"lSD" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"lSF" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"lSU" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"lSX" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"lTc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/flasher/directional/east{ + id = "visitorflash" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/visit) +"lTn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/end{ + 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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft/greater) +"lTt" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/central) +"lTu" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lTw" = ( +/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/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/structure/closet/crate, +/obj/effect/turf_decal/delivery, +/obj/structure/railing, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"lTA" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"lTC" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/toy/katana, +/turf/open/floor/bamboo/tatami/black, +/area/station/maintenance/starboard/central) +"lTG" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lTL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"lTM" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/siding/dark, +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/north, +/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/command) +"lTT" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"lTU" = ( +/obj/structure/broken_flooring/corner/directional/north, +/obj/effect/spawner/random/structure/tank_holder, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"lTZ" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/engine_smes) +"lUl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"lUo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/construction/mining/aux_base) +"lUx" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/flashlight/flare/candle{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/flashlight/flare/candle{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/flashlight/flare/candle{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"lUA" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/checkpoint/escape) +"lUD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"lUM" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"lUQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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, +/area/station/maintenance/port/central) +"lUV" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/breakroom) +"lVd" = ( +/obj/structure/stairs/north{ + color = "#5d341f" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"lVe" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"lVf" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"lVs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"lVw" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"lVD" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Quarter Solar Access" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"lVJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"lVK" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - CO2" + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"lVP" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/port) +"lWa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"lWb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green{ + pixel_y = 17 + }, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/item/pen, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"lWc" = ( +/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/port/central) +"lWj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/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/wood/large, +/area/station/command/corporate_suite) +"lWq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/medical/morgue) +"lWu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Teleporter Airlock" + }, +/turf/open/floor/plating, +/area/station/command/teleporter) +"lWv" = ( +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lWy" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lWE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/item/food/pie/cream, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"lWG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/caution/red{ + dir = 1 + }, +/obj/structure/railing{ + color = "#4874A2" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"lXs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/stool/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"lXu" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/steam_vent, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"lXv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/solars/starboard/fore) +"lXz" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/service) +"lXF" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"lXJ" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"lXK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lXL" = ( +/obj/structure/sign/clock, +/turf/closed/wall, +/area/station/service/library) +"lXP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/directional/west, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"lXR" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Laundry Room" + }, +/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, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"lXW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"lXX" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/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/central) +"lYc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -11; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -11; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/storage/fancy/donut_box{ + pixel_x = -1; + pixel_y = -14 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"lYh" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"lYk" = ( +/obj/structure/rack, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/cup/bucket, +/turf/open/floor/plastic, +/area/station/security/prison/work) +"lYm" = ( +/obj/structure/table, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/hatchet, +/obj/effect/turf_decal/siding/green{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"lYs" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"lYy" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/vending/colavend, +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"lYF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"lYI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"lYL" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"lYN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"lYT" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/miningoffice) +"lYX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/pen/fountain{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"lYY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"lYZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/theater) +"lZa" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"lZb" = ( +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"lZc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/hydroponics) +"lZd" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lZf" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/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/dark, +/area/station/command) +"lZk" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/bookcase/random/reference, +/obj/item/radio/intercom/directional/north, +/obj/item/toy/figure/atmos{ + pixel_y = 18; + pixel_x = -10 + }, +/obj/item/clothing/glasses/heat{ + pixel_y = 15; + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/engineering/break_room) +"lZq" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/misc/grass, +/area/station/engineering/main) +"lZs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lZu" = ( +/obj/structure/hedge, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"lZA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/commons/vacant_room/commissary) +"lZC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lZG" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"lZW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/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/iron/dark, +/area/station/engineering/main) +"mac" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/breakroom) +"mah" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/locker) +"maj" = ( +/obj/structure/table/reinforced, +/obj/item/food/moth_cheese_cakes{ + pixel_y = 5 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"maG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"maH" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"maL" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + 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/dark, +/area/station/command/bridge) +"maM" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"maN" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Air to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"maR" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"maW" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"maX" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Petting Zoo" + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/mob/living/basic/pet/dog/corgi/puppy/slime, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"maY" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"maZ" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"mbf" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/primary/starboard) +"mbk" = ( +/obj/machinery/door/airlock/security{ + name = "Armory" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/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/textured, +/area/station/ai_monitored/security/armory) +"mbl" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"mbu" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #3"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "Xenobio Pen 3 Blast Door" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mbA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/dorms) +"mbB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/security/brig) +"mbK" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/checkpoint/customs) +"mbN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos/project) +"mbY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"mbZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mck" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/rack, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 3 + }, +/obj/effect/turf_decal/bot_white, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_y = 2 + }, +/obj/item/stack/cable_coil{ + pixel_y = 4 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -3 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mcq" = ( +/obj/docking_port/stationary/syndicate/northwest{ + dir = 8 + }, +/turf/open/space/openspace, +/area/space) +"mcr" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mcB" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"mcX" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/effect/landmark/start/paramedic, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"mdb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mdd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"mdg" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"mdh" = ( +/obj/item/reagent_containers/cup/glass/coffee, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"mdm" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"mdp" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"mdr" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/closet/toolcloset, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"mdt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"mdv" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner, +/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/primary/central) +"mdD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/science/explab) +"mdJ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/gloves/color/blue{ + desc = "An old pair of nitrile gloves, with no sterile properties."; + name = "old nitrile gloves" + }, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/reagent_containers/cup/rag, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"mdT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"mec" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"med" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/office) +"mek" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"mes" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/camera/autoname/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mez" = ( +/obj/machinery/door/airlock/maintenance/glass{ + name = "Fish Shop" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"meA" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/toy/plush/moth, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"meC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/obj/machinery/camera/autoname/directional/west{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"meE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/white/side, +/area/station/hallway/primary/fore) +"meI" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"meJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"meK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/prison) +"meN" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"meR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/red/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"meS" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/captain) +"mfi" = ( +/obj/effect/turf_decal/siding/wood{ + 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/wood/large, +/area/station/command/heads_quarters/qm) +"mfk" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mfo" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"mfz" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/station/maintenance/port/aft) +"mfA" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/banner/security/mundane, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"mfC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mfD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/port/aft) +"mfF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/side{ + dir = 4 + }, +/area/station/maintenance/central) +"mfK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/side{ + dir = 4 + }, +/area/station/security/brig) +"mfN" = ( +/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/carpet/purple, +/area/station/science/breakroom) +"mfR" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/command) +"mfZ" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mgc" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mgk" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mgn" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/light/small/directional/north, +/turf/open/floor/glass, +/area/station/hallway/secondary/service) +"mgv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"mgC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/obj/machinery/meter, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "ordnanceburn" + }, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"mgF" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"mgG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/openspace, +/area/station/engineering/atmos/upper) +"mgN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"mgP" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mgT" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/boutique) +"mgW" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"mgX" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mhb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/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/iron/white, +/area/station/science/research) +"mhc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/button/door/directional/west{ + id = "Dorm3"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"mhj" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/trimline/dark_red/corner, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/sign/gym{ + pixel_y = 32 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"mhm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/chem_storage) +"mhr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"mhs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"mhy" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "CMO Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"mhG" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/mob/living/basic/sloth/paperwork, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"mhI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/structure/secure_safe/directional/north, +/obj/item/storage/backpack/duffelbag/syndie/hitman, +/obj/item/clothing/neck/stethoscope, +/obj/item/book{ + desc = "An undeniably handy book."; + icon_state = "bookknock"; + name = "\improper A Simpleton's Guide to Safe-cracking with Stethoscopes" + }, +/obj/item/gun/ballistic/automatic/pistol/deagle/gold, +/obj/effect/turf_decal/bot, +/obj/structure/safe, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"mhQ" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance, +/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_large, +/area/station/cargo/storage) +"mhX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "Library Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mih" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Secure Gear Storage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"mij" = ( +/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, +/turf/open/floor/carpet/red, +/area/station/security/breakroom) +"mio" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"miz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/button/door/directional/west{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + req_access = list("cargo"); + pixel_y = -8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"miA" = ( +/obj/machinery/chem_master, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"miD" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/table, +/obj/item/folder/red, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"miK" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"miM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/library/upper) +"miT" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/rods{ + amount = 25 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"mjb" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_blue, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mjg" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/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/plating, +/area/station/maintenance/department/bridge) +"mjo" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/brown, +/obj/structure/railing/corner/end/flip, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) +"mjp" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/solars/port/fore) +"mjA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"mjF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + 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, +/area/station/hallway/primary/central) +"mjI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"mjJ" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"mjN" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"mjR" = ( +/obj/structure/sign/warning/secure_area/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"mjW" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/glass, +/area/station/service/library/upper) +"mjZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"mkg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/commons/locker) +"mkk" = ( +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Medical"; + name = "Medical Fax Machine" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"mkq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"mkr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/photocopier, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"mkx" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mkA" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"mkB" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"mkF" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#5971a6"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"mkJ" = ( +/obj/machinery/computer/station_alert, +/obj/machinery/button/door/directional/north{ + pixel_x = 6; + id = "atmoslock"; + req_access = list("engineering"); + name = "Atmospherics Lockdown" + }, +/obj/machinery/button/door/directional/north{ + pixel_x = -6; + id = "engielock"; + req_access = list("engineering"); + name = "Engineering Lockdown" + }, +/obj/machinery/button/door/directional/north{ + pixel_y = 34; + id = "Secure Storage"; + req_access = list("engine_equip"); + name = "Engineering Secure Storage" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command/heads_quarters/ce) +"mkK" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/open/floor/iron/white/smooth_corner, +/area/station/medical/surgery/theatre) +"mkL" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"mkM" = ( +/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{ + color = "#5d341f" + }, +/area/station/service/theater) +"mkN" = ( +/obj/machinery/door/airlock/wood{ + name = "Investigations Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"mkO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"mkP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/effect/turf_decal/siding/red/corner, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"mkQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"mkR" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/shower) +"mkS" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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 = 10 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mkT" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mlm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"mlp" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/service/barber) +"mlu" = ( +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"mlw" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant1, +/obj/effect/turf_decal/trimline/brown/line{ + 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, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"mlA" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"mlF" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mlK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/tram/solo{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"mlN" = ( +/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 = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"mlT" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/misc/grass, +/area/station/engineering/atmos) +"mlU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light_switch/directional/north, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"mlX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"mmh" = ( +/obj/machinery/smartfridge/extract/preloaded, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"mmi" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"mmp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/hop) +"mmq" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/service/theater) +"mmw" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"mmD" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"mmG" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology Lab - Pen #4"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mmL" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/modular_computer/preset/civilian, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"mmR" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"mnb" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"mng" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"mnh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mnl" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mnp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage) +"mnv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/tank_holder/extinguisher{ + pixel_x = 7 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"mnG" = ( +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/flare/candle{ + pixel_y = 5; + pixel_x = 16 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"mnR" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"mnU" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"mnW" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mnY" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/port) +"mnZ" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"mog" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mon" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"moz" = ( +/obj/item/shovel, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"moJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"moK" = ( +/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/port/fore) +"moM" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/brig) +"moU" = ( +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"mpd" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"mpm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/security/eva) +"mpz" = ( +/obj/item/ammo_casing{ + pixel_x = -6; + pixel_y = -6; + dir = 8 + }, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_y = 10 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"mpA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"mpB" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, +/obj/machinery/air_sensor/ordnance_freezer_chamber, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"mpD" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/smartfridge/food, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"mpE" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"mpF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"mpG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/fore) +"mpN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"mpP" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"mpQ" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/coffeemaker/impressa{ + pixel_x = 2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/calendar/directional/west, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"mpS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mpZ" = ( +/obj/machinery/door/airlock/mining{ + name = "Cargo Bay" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mqb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/solars/port/aft) +"mqg" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"mqk" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/obj/machinery/iv_drip, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"mqr" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/hedge, +/obj/machinery/light_switch/directional/west, +/obj/structure/cable, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/starboard/fore) +"mqu" = ( +/obj/machinery/door/airlock/maintenance, +/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, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mqG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/cargo/lower) +"mqK" = ( +/turf/closed/wall/r_wall, +/area/station/command) +"mqN" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"mqR" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash/soap, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mqV" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"mqX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/red, +/obj/effect/landmark/start/depsec/medical, +/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/dark/textured, +/area/station/security/checkpoint/medical) +"mqY" = ( +/obj/structure/no_effect_signpost, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mqZ" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/holosign_creator/robot_seat/restaurant, +/turf/open/floor/iron/dark, +/area/station/service/kitchen) +"mrb" = ( +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"mri" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"mrp" = ( +/turf/open/floor/iron/stairs/left{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/library/upper) +"mrr" = ( +/turf/open/floor/glass/reinforced, +/area/station/commons/toilet/shower) +"mrt" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mrv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/stock_parts/cell/high{ + pixel_x = 0; + pixel_y = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"mrN" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"mrO" = ( +/obj/structure/table/glass, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"mrP" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/rock/pile/style_random, +/turf/open/water, +/area/station/ai_monitored/aisat/exterior) +"mrU" = ( +/obj/structure/sign/departments/security/directional/south, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"mrW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + 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/wood/large, +/area/station/hallway/primary/port) +"mrY" = ( +/obj/structure/fireaxecabinet/mechremoval/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/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/science/robotics/lab) +"msa" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"msb" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"msg" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"msh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/flora/rock/pile/style_random, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"msm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"msq" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/engineering/supermatter/room/upper) +"msr" = ( +/obj/structure/closet/emcloset, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"msw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 14 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/artistic, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"msy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"msE" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"msF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"msQ" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 8 + }, +/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 = 8 + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"msS" = ( +/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{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/ai_monitored/command/nuke_storage) +"msT" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"msZ" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"mta" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"mtb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/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, +/area/station/maintenance/port/aft) +"mti" = ( +/obj/structure/cable, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"mtj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mty" = ( +/obj/machinery/door/airlock{ + name = "Permabrig Showers" + }, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/shower) +"mtA" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_ccw, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"mtC" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/education) +"mtF" = ( +/obj/machinery/modular_computer/preset/civilian{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"mud" = ( +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"muf" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"muj" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"mup" = ( +/obj/effect/turf_decal/bot, +/obj/structure/secure_safe/directional/east, +/obj/effect/spawner/random/armory/rubbershot, +/obj/structure/rack, +/obj/machinery/camera/autoname/motion/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"muq" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"mus" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/requests_console/directional/south{ + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console" + }, +/obj/item/stamp/head/hos{ + pixel_x = 16; + pixel_y = 5 + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/machinery/recharger{ + pixel_y = 3 + }, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"mut" = ( +/obj/effect/decal/cleanable/dirt, +/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 = 5 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"muy" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/table/glass, +/obj/structure/bedsheetbin, +/obj/item/radio/intercom/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"muG" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/cafeteria) +"muM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/chair/wood/wings, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"muP" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mvc" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/glass, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"mvd" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/red/directional/south, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 4 + }, +/obj/structure/cable/multilayer/multiz, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/fore) +"mvf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mvg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mvl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/sink/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/safe) +"mvt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/chemistry) +"mvJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"mvO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 7 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"mvP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/lower) +"mvR" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/machinery/navbeacon{ + location = "S4-Command-Lobby"; + codes_txt = "patrol;next_patrol=S5-Command-Lobby" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mvW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"mvZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/project) +"mwa" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"mwm" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/library) +"mwp" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"mwq" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/reagent_containers/condiment/pack/sugar{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mwA" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"mwF" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"mwH" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mwM" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"mwN" = ( +/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/dark/small, +/area/station/medical/pharmacy) +"mwP" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"mwW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/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/dark/textured, +/area/station/commons/dorms) +"mxc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"mxe" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/security/medical) +"mxp" = ( +/obj/machinery/door/airlock/public{ + name = "Restroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"mxq" = ( +/obj/effect/turf_decal/bot, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"mxs" = ( +/obj/structure/hedge, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"mxB" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"mxG" = ( +/turf/open/floor/glass/reinforced, +/area/station/command) +"mxI" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"mxM" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mxN" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"mxS" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mxU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mxV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"mxY" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"myd" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mye" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"myq" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/obj/structure/tank_holder/oxygen/yellow, +/obj/machinery/light_switch/directional/south, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"myr" = ( +/obj/structure/flora/rock/pile, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"myt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"myv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/prison/visit) +"myG" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/turf/open/water, +/area/station/maintenance/port/central) +"myL" = ( +/obj/item/toy/cards/deck, +/obj/structure/table/wood/poker, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"myM" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"myU" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"myV" = ( +/turf/open/floor/catwalk_floor/iron_white, +/area/station/hallway/primary/fore) +"myW" = ( +/obj/machinery/door/airlock/command{ + name = "Teleport Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/command/teleporter) +"mzc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"mze" = ( +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 14; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/soda_cans/tonic{ + pixel_y = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/smooth_edge, +/area/station/security/prison/workout) +"mzf" = ( +/obj/effect/turf_decal/siding, +/obj/machinery/newscaster/directional/north, +/obj/machinery/computer/records/medical, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"mzh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"mzp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/locker) +"mzt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mzz" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"mzE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"mzH" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"mzP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"mzY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"mAb" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"mAi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/displaycase/labcage, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"mAl" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"mAn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/glass, +/area/station/service/library/upper) +"mAq" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mAr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/bush/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mAu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"mAx" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/sign/calendar/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/breakroom) +"mAy" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/obj/item/petri_dish{ + pixel_y = 17; + pixel_x = 2 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"mAz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/engineering/glass{ + name = "Emitter Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mAA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mAE" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"mAF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/table/wood, +/obj/item/storage/crayons, +/obj/item/chisel{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"mAH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -2 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/stack/ore/silver, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/miningoffice) +"mAI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"mAT" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/machinery/button/door/directional/west{ + id = "visitation"; + req_access = list("brig"); + name = "Visitation Shutters"; + pixel_y = 6 + }, +/obj/machinery/button/flasher{ + id = "visitorflash"; + pixel_x = -24; + pixel_y = -6 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/brig) +"mAU" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/newspaper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/book/manual/wiki/detective{ + pixel_y = 5; + pixel_x = -3 + }, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"mBc" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/sign/poster/contraband/rush_propaganda/directional/north, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/fish_case, +/obj/item/fishing_line, +/turf/open/floor/iron/smooth_corner, +/area/station/maintenance/port/aft) +"mBd" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"mBg" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/maintenance/starboard/central) +"mBh" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/sign/warning/secure_area, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"mBl" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/north, +/obj/machinery/button/door/directional/north{ + name = "HFR Shutters Control"; + id = "hfr"; + req_access = list("atmospherics") + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"mBm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"mBn" = ( +/obj/structure/flora/bush/grassy/style_3, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/station/science/lower) +"mBp" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mBs" = ( +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/item/cigbutt{ + pixel_y = -2; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"mBA" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/landmark/start/paramedic, +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/break_room) +"mBI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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, +/area/station/hallway/primary/central) +"mBM" = ( +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"mBN" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/qm) +"mBP" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/storage/box/lights/mixed, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"mBX" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mCb" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/medbay/central) +"mCc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/item/clothing/neck/beads, +/obj/structure/cable, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"mCk" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"mCn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"mCr" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"mCw" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mCy" = ( +/turf/closed/wall, +/area/station/medical/patients_rooms/room_a) +"mCz" = ( +/turf/open/openspace, +/area/station/hallway/secondary/command) +"mCD" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/toy/balloon/corgi{ + pixel_y = 4; + pixel_x = -16 + }, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"mCE" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/purple, +/obj/structure/marker_beacon/lime, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"mCG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"mCI" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/item/reagent_containers/cup/bottle/multiver, +/obj/item/reagent_containers/syringe, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/medical) +"mCK" = ( +/obj/structure/cable, +/obj/machinery/digital_clock/directional/north, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mCQ" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/jungle, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"mDb" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/vending/drugs, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/medical/pharmacy) +"mDc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/machinery/button/door/directional/south{ + id = "gateshutter"; + name = "Gateway Shutter Control"; + req_access = list("gateway"); + pixel_y = 0; + pixel_x = -24 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"mDe" = ( +/obj/structure/sign/poster/random/directional/east, +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mDh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"mDr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/storage) +"mDt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/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/small, +/area/station/engineering/atmos) +"mDv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/closet/secure_closet/security, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"mDA" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/commons/dorms) +"mDH" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/rush_propaganda/directional/north, +/obj/effect/turf_decal/trimline/dark_green/filled/shrink_ccw, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port) +"mDT" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/machinery/door/window/left/directional/north{ + name = "Court Cell"; + req_access = list("brig") + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"mDV" = ( +/obj/machinery/light/directional/west, +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/machinery/vending/wallmed/directional/west{ + pixel_x = -26 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"mDW" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"mEf" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mEo" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"mEq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos/project) +"mEs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"mEv" = ( +/obj/machinery/shower/directional/south{ + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"mEz" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"mEP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/photocopier, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"mFe" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"mFh" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"mFj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"mFk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/south{ + dir = 5; + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"mFl" = ( +/obj/machinery/mining_weather_monitor/directional/east, +/obj/machinery/conveyor{ + id = "mining" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/mineral/unloading_machine{ + dir = 1; + icon_state = "unloader-corner2"; + output_dir = 2 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"mFr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/service/chapel/funeral) +"mFu" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"mFA" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/keyboard_shell{ + pixel_y = 3 + }, +/obj/item/radio/headset{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"mFE" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Lab - Pen #5"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mFP" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mFU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/side{ + dir = 1 + }, +/area/station/security/brig) +"mGd" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"mGm" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/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/textured, +/area/station/commons/fitness/recreation/pool) +"mGv" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/space/nearstation) +"mGG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"mGK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mGT" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/security/courtroom/holding) +"mGW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"mHe" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner, +/obj/item/toy/seashell{ + icon_state = "shell2" + }, +/obj/machinery/digital_clock/directional/west, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"mHj" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"mHk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"mHs" = ( +/obj/effect/turf_decal/siding/brown/end{ + dir = 8; + plane = -9 + }, +/obj/machinery/door/airlock/highsecurity, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/qm) +"mHv" = ( +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"mHy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/solars/port/fore) +"mHz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"mHB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mHG" = ( +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"mHH" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mHL" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"mHO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"mHT" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/safe) +"mHY" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "Disposal Exit Vent" + }, +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"mIa" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm5"; + name = "Cabin 5" + }, +/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/iron/dark/herringbone, +/area/station/commons/dorms) +"mIi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command/heads_quarters/ce) +"mIj" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/medicine, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_a) +"mIo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"mIt" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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 = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mIv" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mIB" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"mID" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"mIF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"mIJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"mIN" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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_dark, +/area/station/maintenance/starboard/central) +"mIO" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/item/kirbyplants/random, +/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/hallway/secondary/exit/departure_lounge) +"mIP" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "chem_lockdown"; + name = "Chemistry Lockdown Control"; + req_access = list("plumbing") + }, +/obj/machinery/light/directional/north, +/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/dark, +/area/station/medical/chemistry) +"mIT" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"mJd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"mJl" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album/chapel, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"mJn" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"mJq" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"mJr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"mJt" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"mJA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"mJH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/right/maroon{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 1 + }, +/obj/item/toy/balloon/corgi, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/starboard/central) +"mJR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mJT" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"mJY" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"mKa" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + location = "P8-Service-Hallway"; + codes_txt = "patrol;next_patrol=P9-Service-Hallway" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"mKe" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"mKi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"mKj" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/table/reinforced, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/item/mod/module/signlang_radio, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"mKk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"mKm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"mKr" = ( +/obj/machinery/button/ignition/incinerator/atmos{ + pixel_y = -2 + }, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"mKt" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/aft) +"mKy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"mKD" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"mKE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"mKG" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"mKH" = ( +/obj/structure/cable, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/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/plating, +/area/station/maintenance/aft/greater) +"mKJ" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"mKK" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/autoname/motion/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"mKS" = ( +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"mKX" = ( +/obj/structure/table/wood/fancy, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mKY" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"mLb" = ( +/obj/effect/decal/cleanable/dirt, +/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) +"mLe" = ( +/obj/structure/table, +/obj/item/storage/crayons{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/disk/holodisk{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mLg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/machinery/door/window/left/directional/north, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"mLj" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mLn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"mLr" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"mLv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"mLz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"mLG" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mLK" = ( +/obj/structure/rack, +/obj/item/crowbar/large/heavy, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/mechbay) +"mLL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"mLR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/sign/warning/test_chamber/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"mMc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/hand_labeler, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mMd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"mMr" = ( +/obj/structure/tank_holder/extinguisher, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"mMD" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"mMU" = ( +/obj/item/clothing/head/costume/party, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid9" + }, +/area/space/nearstation) +"mMZ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"mNi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"mNm" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mNn" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"mNp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"mNv" = ( +/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/service/chapel, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Chapel Junction" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"mNx" = ( +/obj/structure/rack, +/obj/machinery/digital_clock/directional/east, +/obj/item/clothing/gloves/color/blue, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"mNy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/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/plating, +/area/station/maintenance/aft/greater) +"mND" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mNJ" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/lockers) +"mNK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"mNN" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"mNQ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"mNS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"mOd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/service_all, +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"mOe" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"mOg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"mOi" = ( +/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/dark/small, +/area/station/engineering/storage_shared) +"mOk" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/cup/bowl, +/obj/effect/spawner/random/contraband/prison, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/knife/plastic, +/obj/item/knife/plastic, +/obj/item/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/obj/item/radio/intercom/prison/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mOm" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"mOq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"mOt" = ( +/obj/structure/chair/sofa/right/brown, +/obj/item/toy/plush/moth{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"mOv" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"mOw" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mOx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"mOA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"mOC" = ( +/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/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/medical) +"mOD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/stool/directional/south, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/brig) +"mOF" = ( +/obj/machinery/modular_computer/preset/civilian, +/obj/item/toy/figure/roboticist{ + pixel_y = 17; + pixel_x = -8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mOH" = ( +/obj/structure/railing{ + dir = 8; + color = "#4874A2" + }, +/obj/structure/transit_tube, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"mOI" = ( +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/conveyor{ + dir = 10; + id = "mining" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"mOJ" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"mOK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"mOS" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/wrapping/pinata, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/port) +"mOZ" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/commons/dorms) +"mPc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"mPk" = ( +/turf/closed/wall, +/area/station/cargo/lobby) +"mPm" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/landmark/navigate_destination/engineering, +/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, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"mPp" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant1, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"mPs" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mPt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"mPw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/item/book/bible, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mPx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"mPA" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"mPI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/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/dark, +/area/station/hallway/secondary/command) +"mPK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/department/cargo) +"mPS" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/generic/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/minibar) +"mPT" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"mPX" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/interrogation) +"mQb" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"mQc" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/mechbay) +"mQd" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/warning/fire/directional/south, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"mQn" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/central) +"mQp" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"mQu" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Holodeck - Fore 1"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"mQv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mQz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/east, +/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) +"mQG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"mQH" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/science/genetics) +"mQJ" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"mQT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos/pumproom) +"mQV" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"mQY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/locker) +"mRd" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"mRg" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"mRi" = ( +/obj/structure/tank_holder/extinguisher, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"mRk" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/structure/closet/mini_fridge{ + anchored = 0 + }, +/obj/structure/railing, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"mRt" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"mRw" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/tree/jungle/small/style_2{ + pixel_y = -16 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"mRA" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"mRB" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"mRG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "atmos-entrance" + }, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"mRI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/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/wood/large, +/area/station/hallway/primary/port) +"mRM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"mRQ" = ( +/obj/machinery/vending/wardrobe/coroner_wardrobe, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"mRU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/structure/railing/corner, +/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/dark/textured, +/area/station/commons/dorms) +"mRW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/roboticist, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"mSb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/rock/pile/style_3, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"mSd" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/red/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"mSl" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"mSn" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"mSp" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/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/dark, +/area/station/service/hydroponics) +"mSv" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"mSB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"mSD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"mSJ" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/transport/linear/public, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"mSL" = ( +/obj/machinery/door/airlock/research{ + name = "Chemical Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"mSM" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"mSS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mST" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"mSW" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"mSY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"mTb" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"mTd" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 5 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"mTe" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/fax{ + fax_name = "Psychology Office"; + name = "Psychology Office Fax Machine" + }, +/obj/item/book/manual/wiki/medicine{ + page_link = "Psychologist"; + name = "Brain System" + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"mTg" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/east, +/obj/vehicle/sealed/mecha/ripley/cargo, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"mTn" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay Clinic" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/medbay/lobby) +"mTr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"mTx" = ( +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"mTI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/button/door/directional/north{ + id = "evashutter"; + name = "E.V.A. Storage Shutter Control"; + req_access = list("eva") + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"mTK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"mTY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"mUg" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"mUh" = ( +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/hallway/primary/port) +"mUi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"mUn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/maintenance/central) +"mUq" = ( +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id = "cargunload"; + name = "Supply Dock Loading Door" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"mUr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/pill_bottle/epinephrine{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/assembly/igniter{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"mUy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"mUI" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"mUJ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"mUP" = ( +/turf/closed/wall, +/area/station/service/minibar) +"mUW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"mVa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"mVd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/spacevine{ + can_spread = 0; + pixel_y = 32 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"mVj" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"mVq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/siding/yellow/corner{ + 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/dark/diagonal, +/area/station/engineering/break_room) +"mVt" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mVG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"mVH" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/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/plating, +/area/station/maintenance/starboard/fore) +"mVI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/smartfridge/drinks, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"mVK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/sign/warning/pods/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"mVL" = ( +/obj/effect/turf_decal/trimline/white, +/obj/item/toy/basketball, +/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/textured_large, +/area/station/security/prison) +"mVO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"mVP" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"mVU" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/item/reagent_containers/cup/glass/bottle/pruno, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"mVZ" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/secure_closet/courtroom, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"mWb" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/port/aft) +"mWe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"mWn" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"mWr" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/lab) +"mWG" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "circuitprivacy"; + name = "Circuit Lab Shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/circuits) +"mWJ" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/security/prison/workout) +"mWK" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"mWY" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mXc" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"mXA" = ( +/obj/effect/turf_decal/siding/wood/corner{ + 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/wood/large, +/area/station/command/heads_quarters/hop) +"mXF" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"mXO" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"mXZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/open/floor/iron/textured_corner{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"mYe" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mYh" = ( +/obj/structure/stairs/west, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"mYk" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"mYq" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"mYr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"mYs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"mYu" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mYv" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"mYy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"mYB" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/delivery, +/obj/item/clothing/glasses/meson/engine, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"mYR" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"mYT" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"mZc" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"mZd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/stool/directional/north, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"mZe" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"mZk" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mZl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"mZm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"mZp" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"mZs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/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, +/area/station/maintenance/port/aft) +"mZB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"mZJ" = ( +/obj/machinery/atmospherics/components/tank, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"mZM" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east{ + dir = 6 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/brig) +"mZN" = ( +/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/plating, +/area/station/maintenance/aft/lesser) +"mZW" = ( +/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/iron/dark/textured, +/area/station/commons/dorms) +"naa" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"nac" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/item/toy/figure/geneticist{ + pixel_y = 18; + pixel_x = -6 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"nae" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/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/lower) +"nam" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"nat" = ( +/obj/effect/decal/cleanable/dirt, +/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/fore/greater) +"naE" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"naJ" = ( +/obj/structure/table/wood/fancy, +/obj/item/lipstick/purple{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/lipstick/black{ + pixel_y = 7; + pixel_x = -2 + }, +/obj/item/lipstick/jade{ + pixel_y = 11; + pixel_x = 2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"naK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/navbeacon{ + location = "F12-Science"; + codes_txt = "patrol;next_patrol=F13-Science" + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"naL" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"naR" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/turf/open/floor/wood/large, +/area/station/service/library) +"naT" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room/upper) +"naY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"nbd" = ( +/obj/structure/flora/ash/seraka, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid/basalt{ + icon_state = "basalt6" + }, +/area/station/service/chapel) +"nbh" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + 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, +/area/station/commons/dorms) +"nbl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nbo" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/lawyer, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"nbr" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"nbz" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/griddle, +/obj/structure/cable, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"nbA" = ( +/obj/structure/closet/masks, +/obj/effect/turf_decal/trimline/dark_red/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/fitness) +"nbK" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"nbL" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"nbQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nbU" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/primary/aft) +"nbV" = ( +/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 = 5 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"nbX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/service/chapel) +"nbY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"nch" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/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/white, +/area/station/medical/medbay/central) +"ncj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/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/lower) +"nck" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/hfr_room) +"ncq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"nct" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/theater) +"ncv" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"ncB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/project) +"ncN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"ncT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/department/cargo) +"ncW" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/dark, +/area/station/command) +"ncX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"nda" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ndh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "conference_blast"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"ndi" = ( +/mob/living/basic/pet/dog/breaddog{ + dir = 4; + name = "Pedro" + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/bed/dogbed, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/aft/greater) +"ndj" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ndp" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"nds" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"ndx" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ndy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"ndD" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 10 + }, +/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/dark/small, +/area/station/engineering/main) +"ndG" = ( +/turf/closed/wall, +/area/station/commons/toilet/restrooms) +"ndK" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"ndP" = ( +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ndX" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 1 + }, +/obj/machinery/button/elevator/directional/west{ + id = "Bridge2Elevator" + }, +/obj/machinery/lift_indicator/directional/west{ + pixel_y = -1; + pixel_x = -33; + linked_elevator_id = "Bridge2Elevator" + }, +/obj/machinery/door/window/elevator/left/directional/south{ + transport_linked_id = "Bridge2Elevator"; + elevator_mode = 1; + req_access = list("command") + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command) +"ndZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nea" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/lime, +/turf/open/space, +/area/space/nearstation) +"ned" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/wood/large, +/area/station/hallway/secondary/command) +"neh" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/vending/games, +/obj/effect/turf_decal/bot_red, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"nei" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"nep" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/maintenance/central) +"neJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"neN" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"neP" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/radio, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"neS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"neW" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"neY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig/lower) +"nfm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"nfn" = ( +/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_dark, +/area/station/maintenance/port/aft) +"nfw" = ( +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/large/style_2{ + pixel_x = -2 + }, +/obj/structure/flora/rock/pile/jungle/large/style_3{ + pixel_x = 0; + pixel_y = -32 + }, +/obj/structure/flora/grass/green/style_random, +/obj/item/food/salad/spring_salad, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"nfB" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nfO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/engineering/atmos) +"nfT" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/medical/pharmacy) +"nfY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"ngi" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/transport/linear/public, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"ngk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/textured_corner, +/area/station/engineering/engine_smes) +"ngm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"ngp" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/rack, +/obj/machinery/syndicatebomb/training, +/obj/item/screwdriver{ + pixel_y = 7 + }, +/obj/item/wirecutters, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"ngr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"ngK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/hallway/primary/fore) +"ngL" = ( +/turf/closed/wall, +/area/station/service/bar) +"ngR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 17; + pixel_x = 4 + }, +/obj/machinery/microwave, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"ngS" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/breakroom) +"ngX" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Laser Tag 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/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"nhe" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"nhj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"nhl" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"nho" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "bar_counter"; + name = "Bar Counter Shutters" + }, +/obj/item/holosign_creator/robot_seat/bar, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"nhw" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/construction/mining/aux_base) +"nhD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"nhG" = ( +/obj/structure/ladder, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"nhJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nhR" = ( +/turf/closed/wall, +/area/station/cargo/office) +"nhT" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"nhW" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nhX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/window/left/directional/south{ + name = "Research Test Chamber"; + req_access = list("science") + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"nia" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/safety_report/directional/west, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"nic" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/glass, +/area/station/service/library/upper) +"nis" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"nix" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/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/commons/storage/primary) +"niy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"niA" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"niE" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/white, +/area/station/science/lower) +"niJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"niR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"niX" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"njb" = ( +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"njf" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/airalarm/directional/west, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/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/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"njl" = ( +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"njn" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/machinery/light/no_nightlight/directional/south, +/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/research) +"njr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"njv" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/obj/item/paper_bin/carbon{ + pixel_y = 3; + pixel_x = 16 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"njw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"njx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/fence/door, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"njO" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"njP" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"nkk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"nkl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"nko" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/paper/guides/jobs/hydroponics{ + pixel_x = -7 + }, +/obj/item/pen{ + pixel_x = -7 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"nkt" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/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/aft/greater) +"nkw" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table/reinforced, +/obj/item/newspaper, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"nkx" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/hallway/secondary/command) +"nkA" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Xenobio Pen 6 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"nkG" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nkL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Abandoned Project Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nkU" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nkV" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"nkX" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"nkZ" = ( +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/medical/storage) +"nlc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"nli" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nlm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"nln" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"nlq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"nlv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"nlE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"nlF" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nlG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/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/wood/large, +/area/station/service/bar/backroom) +"nlI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/command) +"nlQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/processing) +"nlV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/sorting) +"nlZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port) +"nml" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nmq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"nmw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nmJ" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/structure/sign/poster/official/here_for_your_safety/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"nmK" = ( +/obj/structure/hedge, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"nmY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/safe) +"nnc" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"nnw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"nnA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"nnG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/fuchsia, +/turf/open/space/openspace, +/area/space/nearstation) +"nnL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/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/corner{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"nnM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/security/brig) +"nnP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"nnQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/modular_computer/preset/civilian, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nnR" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 1 + }, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"nnW" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"nnZ" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/rust, +/area/space/nearstation) +"noa" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/item/radio/intercom/command/directional/east{ + pixel_x = 28 + }, +/obj/machinery/button/door/directional/south{ + id = "CapFoyer"; + normaldoorcontrol = 1; + name = "Interior Door Control" + }, +/turf/open/floor/iron/dark, +/area/station/command) +"noc" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"noe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/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/dark, +/area/station/engineering/atmos) +"nog" = ( +/obj/structure/noticeboard/directional/north{ + desc = "A memorial wall for pinning mementos upon."; + name = "memorial board" + }, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/table/wood/fancy, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"nol" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"nos" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/soda_cans/cola{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/item/clothing/head/soft{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/toy/beach_ball/baseball{ + pixel_x = -3 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/cargo/lower) +"nou" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/command/heads_quarters/hos) +"nov" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nox" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"noF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"noQ" = ( +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"noR" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"noW" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"npb" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"npd" = ( +/obj/structure/hoop{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/textured_half, +/area/station/security/prison) +"npe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"npj" = ( +/obj/machinery/door/airlock/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/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/central) +"npk" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/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/starboard/fore) +"npr" = ( +/obj/structure/bookcase/random, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses"; + pixel_y = 15 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"npt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"npv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"npx" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/item/grown/bananapeel, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"npA" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/dark, +/obj/item/toy/figure/chemist{ + pixel_y = 37; + pixel_x = -11 + }, +/turf/open/floor/iron/dark/side, +/area/station/medical/break_room) +"npC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"npE" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"npG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"npI" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"npN" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"npO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"npR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Unfiltered & Air to Mix" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"npV" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"npX" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "Virology Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"npZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/commons/fitness) +"nqb" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/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/port/central) +"nqc" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/vending/snackvend, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"nqg" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"nqh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/flag/nanotrasen/directional/east, +/turf/open/floor/iron/stairs/right{ + color = "#3d3e42" + }, +/area/station/maintenance/department/security) +"nqp" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nqy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/side, +/area/station/commons/locker) +"nqz" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"nqD" = ( +/obj/effect/decal/cleanable/vomit/nebula, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"nqG" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"nqM" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/lower) +"nqW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/science/robotics/lab) +"nrh" = ( +/obj/machinery/air_sensor/oxygen_tank, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"nrn" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro Staging" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nro" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/engineering/engine_smes) +"nrq" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"nrr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nrs" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"nru" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nrz" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/seed_extractor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/grass{ + icon_state = "grass2" + }, +/area/station/security/prison/garden) +"nrA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"nrC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"nrG" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/small/dim/directional/east, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"nrH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"nrJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"nrR" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nrX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"nsa" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/leavy/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/hallway/secondary/service) +"nsc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/dark, +/area/station/engineering/atmos) +"nsd" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"nsl" = ( +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"nsq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner, +/area/station/hallway/primary/fore) +"nsu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/medical/chem_storage) +"nsy" = ( +/obj/structure/closet/bombcloset/security, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"nsA" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/office) +"nsB" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"nsE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/det_wardrobe, +/obj/item/toy/figure/detective{ + pixel_x = 2; + pixel_y = 17 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"nsO" = ( +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/exit/departure_lounge) +"ntj" = ( +/obj/effect/turf_decal/tile/neutral{ + 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/hallway/primary/central) +"ntk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/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/dark/side{ + dir = 2 + }, +/area/station/security/execution/education) +"ntt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/chair/office/light, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"ntw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nty" = ( +/obj/structure/sign/warning/secure_area/directional/east, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"ntz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "secure_pen" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/cytology) +"ntD" = ( +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"ntG" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Xenobiology Lab - Pen #3"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ntH" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/central) +"ntK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ntL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/maintenance/central) +"ntM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/chemistry) +"ntO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"ntQ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on/coldroom{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"ntT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"nuc" = ( +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"nug" = ( +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/west{ + name = "Interrogation Intercom"; + frequency = 1423 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = 11; + pixel_y = 3 + }, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"num" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nup" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"nuy" = ( +/turf/closed/wall/r_wall/rust, +/area/space/nearstation) +"nuz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"nuC" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/kitchen) +"nuK" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"nuN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"nuP" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"nuQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"nuR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/book/manual/wiki/barman_recipes{ + pixel_x = -7 + }, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_y = 0; + pixel_x = 0 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"nuS" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/chair/stool/bar/directional{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"nva" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"nvd" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/rack, +/obj/item/book/manual/wiki/infections{ + pixel_y = 4 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"nvj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nvz" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/machinery/navbeacon{ + location = "S5-Command-Lobby"; + codes_txt = "patrol;next_patrol=S6-Command-Lobby" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nvD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/semki/healthy, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"nvE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant11, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/security/holding_cell) +"nvN" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"nvO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nvT" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Port to Filter" + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nvV" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"nvX" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/matter_bin, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"nvY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"nvZ" = ( +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "QM #2" + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"nwd" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"nwj" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nwo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"nwu" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/aisat/exterior"; + name = "Zen Garden Turret Control"; + req_access = list("minisat"); + pixel_y = 27 + }, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"nwC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nwF" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/maintenance/port/central) +"nwJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 8 + }, +/obj/item/ph_booklet{ + pixel_y = -12 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"nwU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"nwV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nxa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/blue, +/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 = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nxd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/cargo/storage) +"nxl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"nxr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/station/maintenance/port/aft) +"nxu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/computer/slot_machine, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"nxv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nxz" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nxE" = ( +/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 = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nxN" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"nxP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/cargo/storage) +"nxQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #6"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"nxR" = ( +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"nym" = ( +/obj/structure/table/wood, +/obj/structure/cable, +/obj/effect/spawner/random/bureaucracy/paper, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"nyp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"nyt" = ( +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/restrooms) +"nyA" = ( +/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/aft/greater) +"nyK" = ( +/obj/structure/table/optable, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"nyM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/theater_dressing) +"nyU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"nza" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nzf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/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/corner{ + dir = 8 + }, +/area/station/security/brig/lower) +"nzi" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 10 + }, +/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 = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nzj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nzm" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"nzo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"nzp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nzu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/openspace, +/area/space/nearstation) +"nzv" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/item/bikehorn/rubberducky/plasticducky, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"nzz" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nzF" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nzG" = ( +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"nzI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/service/chapel) +"nzK" = ( +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/machinery/vending/drugs, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"nzM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"nzN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/department/science) +"nzT" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"nAc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"nAd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/item/stack/sheet/mineral/wood/fifty, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/central) +"nAg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/hedge, +/obj/machinery/firealarm/directional/west, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"nAh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/prison) +"nAi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/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/dark, +/area/station/engineering/atmos) +"nAk" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"nAl" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"nAq" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"nAv" = ( +/obj/structure/sign/painting/large/library{ + dir = 8; + pixel_x = -29 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/large, +/area/station/service/library) +"nAy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/spawner/random/trash/cigbutt, +/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_dark, +/area/station/maintenance/department/bridge) +"nAA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"nAK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white/corner, +/area/station/service/kitchen) +"nAM" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"nAQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/alt/directional/north, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"nAX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/wood/wings{ + dir = 1; + pixel_y = 4 + }, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/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/large, +/area/station/service/theater) +"nBd" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/sign/departments/xenobio/alt/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"nBl" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/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/yjunction{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nBm" = ( +/obj/item/kirbyplants/random/dead, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"nBo" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/textured_large, +/area/station/maintenance/department/cargo) +"nBq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/button/door/directional/east{ + id = "commissaryshutter"; + name = "Commissary Shutter Control"; + pixel_y = -6 + }, +/obj/machinery/button/door/directional/east{ + id = "commissarydoor"; + name = "Commissary Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 6 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"nBt" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"nBv" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/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/lower) +"nBw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/lab) +"nBH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"nBZ" = ( +/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, +/area/station/maintenance/port) +"nCp" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"nCv" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/obj/structure/steam_vent, +/obj/effect/decal/cleanable/greenglow, +/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/aft/lesser) +"nCy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/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/textured_edge, +/area/station/engineering/storage) +"nCH" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"nCI" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nCK" = ( +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/delivery, +/obj/machinery/camera/autoname/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/eva) +"nCP" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + 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/white/smooth_edge{ + dir = 8 + }, +/area/station/security/prison/workout) +"nCQ" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/bed/medical, +/obj/machinery/iv_drip, +/turf/open/floor/iron/white/textured, +/area/station/medical/medbay/central) +"nCR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"nCZ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"nDa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"nDf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"nDj" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/layer_manifold/general/hidden, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"nDk" = ( +/obj/item/pipe_dispenser, +/obj/structure/table/reinforced, +/obj/item/multitool, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"nDl" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"nDm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass, +/obj/item/food/donut/choco{ + preserved_food = 1 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nDp" = ( +/obj/machinery/plate_press, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"nDt" = ( +/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/starboard/fore) +"nDD" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"nDE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nDN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"nDR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"nDS" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"nDY" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood, +/obj/item/pai_card{ + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"nEd" = ( +/obj/structure/mirror/directional/north, +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"nEf" = ( +/obj/effect/turf_decal/trimline/purple/filled/shrink_ccw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F15-Science"; + codes_txt = "patrol;next_patrol=F16-Science" + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"nEg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/official/fruit_bowl/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/champagne_cork/sabrage{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"nEs" = ( +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nEv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/south, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nEz" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/medical) +"nEG" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Smoking Room" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"nEH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/command/heads_quarters/cmo) +"nEQ" = ( +/turf/closed/wall/r_wall, +/area/station/security/medical) +"nET" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/flasher/directional/east{ + id = "secentranceflasher" + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/scanner_gate/preset_guns, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"nEU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/port/central) +"nFi" = ( +/obj/structure/noticeboard/directional/south{ + pixel_y = -25 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"nFj" = ( +/obj/effect/turf_decal/tile/dark_red{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"nFm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"nFq" = ( +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"nFs" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/brig/lower) +"nFx" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid4" + }, +/area/space/nearstation) +"nFB" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"nFC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"nFH" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/misc/grass, +/area/station/engineering/main) +"nFI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"nFJ" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nFP" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"nFU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"nFV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"nGk" = ( +/obj/machinery/light/floor, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nGn" = ( +/obj/structure/flora/bush/grassy, +/obj/structure/flora/bush/flowers_pp, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_3, +/obj/structure/flora/tree/jungle/small/style_5, +/turf/open/floor/grass, +/area/station/service/chapel) +"nGH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nGK" = ( +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/janitor) +"nGR" = ( +/obj/structure/hedge, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"nGS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/obj/structure/railing{ + color = "#36373a" + }, +/obj/machinery/button/door/directional/west{ + id = "LDorm1"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 6 + }, +/obj/machinery/button/curtain{ + pixel_y = -6; + pixel_x = -24; + id = "ldorm1"; + name = "Curtains" + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"nGV" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2O to Pure" + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/red/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"nHa" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/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/dark/corner{ + dir = 1 + }, +/area/station/cargo/lower) +"nHd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/mob/living/carbon/human/species/monkey/punpun, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + location = "P5-Bar"; + codes_txt = "patrol;next_patrol=P6-Service-Hallway" + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"nHe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/button/crematorium{ + id = "crematoriumchapel"; + pixel_x = -25 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/chapel/funeral) +"nHf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"nHj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"nHk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 6 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nHv" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) +"nHy" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nHB" = ( +/turf/closed/wall, +/area/station/medical/treatment_center) +"nHI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"nHJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "C2-Starboard-Central-Fw"; + codes_txt = "patrol;next_patrol=S1-Starboard-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nHK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medsecprivacy"; + name = "Privacy Shutter" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"nHR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"nHW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nIa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"nId" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nIf" = ( +/obj/effect/turf_decal/box/white, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"nIk" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"nIq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"nIr" = ( +/obj/effect/decal/cleanable/dirt, +/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 = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"nIs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nIu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/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, +/area/station/science/research) +"nIA" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"nIC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/grass/jungle/a/style_2, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"nIG" = ( +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"nIP" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Arcade Room" + }, +/obj/effect/turf_decal/trimline/white/warning, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"nIW" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"nJa" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/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/dark, +/area/station/engineering/atmos) +"nJb" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"nJc" = ( +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nJe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"nJo" = ( +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"nJq" = ( +/obj/structure/hedge, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"nJy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/button/door/directional/west{ + id = "Dorm5"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"nJA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nJB" = ( +/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_large, +/area/station/engineering/gravity_generator) +"nJG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"nJJ" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"nJR" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"nJT" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"nJU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"nJX" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"nKe" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"nKh" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Labs" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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, +/turf/open/floor/iron/white, +/area/station/science/lower) +"nKp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/checkpoint/science) +"nKs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nKw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/structure/railing, +/obj/structure/closet/secure_closet/security/science, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"nKF" = ( +/obj/item/toy/katana{ + icon_state = "supermatter_sword" + }, +/obj/structure/ladder, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room/upper) +"nKG" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"nKJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"nKM" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"nKP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"nKQ" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/command/nuke_storage) +"nKS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater) +"nLg" = ( +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"nLn" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"nLs" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nLx" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/sign/warning/chem_diamond/directional/west, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/medical/pharmacy) +"nLA" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"nLC" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/trimline/dark_blue/warning, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"nLD" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"nLJ" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"nLP" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/pipe_dispenser, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"nLU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"nLV" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"nMd" = ( +/obj/structure/ladder, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/fore) +"nMe" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/departments/science/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"nMg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nMh" = ( +/obj/structure/bonfire/prelit, +/obj/item/food/kebab, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nMm" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"nMv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nMA" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"nMF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"nMJ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nML" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nMM" = ( +/obj/effect/spawner/random/trash/mess, +/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/plating, +/area/station/maintenance/port/fore) +"nMR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/stairs/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nNc" = ( +/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/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Atmospherics Emergency Access" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"nNe" = ( +/turf/closed/wall, +/area/station/service/library/printer) +"nNf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"nNh" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + id = "engielock"; + req_access = list("engineering"); + name = "Engineering Lockdown" + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"nNi" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"nNn" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"nNr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/cargo/office) +"nNt" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Lab - Pen #6"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"nNx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"nNy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"nNB" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"nNC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"nNE" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/white/smooth_edge, +/area/station/commons/fitness) +"nNH" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/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/side{ + dir = 1 + }, +/area/station/hallway/primary/port) +"nNK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"nNN" = ( +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/machinery/light/floor, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/bush/large/style_2, +/turf/open/floor/grass, +/area/station/medical/lower) +"nNO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"nNS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/visit) +"nNY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"nOj" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"nOl" = ( +/obj/structure/noticeboard/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"nOq" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nOw" = ( +/obj/structure/aquarium/prefilled, +/obj/structure/railing{ + dir = 6; + color = "#4874A2" + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"nOz" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"nOB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance/two, +/obj/structure/rack, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"nOX" = ( +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"nOY" = ( +/obj/structure/sign/poster/random/directional/south, +/obj/structure/easel, +/obj/item/canvas/twentythree_nineteen{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"nOZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"nPe" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"nPn" = ( +/obj/structure/cable, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"nPx" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"nPA" = ( +/obj/structure/frame/computer{ + dir = 4 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"nPC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nPJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nPK" = ( +/obj/machinery/status_display/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = 32 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/side{ + dir = 1 + }, +/area/station/security/brig) +"nPL" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"nPN" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"nPO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"nPP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"nPV" = ( +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nPY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/newscaster/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nQc" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nQd" = ( +/obj/effect/turf_decal/box, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"nQe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics) +"nQh" = ( +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"nQj" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"nQk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/cafeteria) +"nQo" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nQp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/style_3, +/obj/structure/flora/grass/jungle/b/style_2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nQq" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/brigdoor/security/cell/left/directional/north{ + id = "Cell 1"; + name = "Cell 1" + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/brig) +"nQC" = ( +/obj/structure/chair/comfy/black, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/maintenance/port/aft) +"nQD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination/chapel, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"nQG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"nQI" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nQO" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"nQR" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_x = -32 + }, +/obj/structure/flora/rock/style_2, +/obj/item/flashlight/lantern{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/ai_monitored/aisat/exterior) +"nQT" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/box, +/obj/item/defibrillator/loaded, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"nRd" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/structure/mirror/directional/north, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"nRm" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"nRn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/small, +/area/station/medical/patients_rooms) +"nRp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing{ + dir = 1 + }, +/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/dark/textured, +/area/station/security/prison) +"nRt" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"nRx" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Cargo Bay Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"nRA" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"nRD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"nRE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Civil Rad Shelter" + }, +/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, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"nRG" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nRL" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/bottle/champagne{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 1; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"nSg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nSh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"nSi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"nSk" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"nSu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + 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/science/lower) +"nSz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth_piping/directional/west, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"nSB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nSE" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"nSG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"nSH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "atmos-entrance" + }, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"nSO" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"nST" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "EVA Airlock" + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"nSV" = ( +/obj/structure/railing, +/obj/item/shell/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/babel_device/directional/west, +/turf/open/floor/circuit/green, +/area/station/maintenance/starboard/fore) +"nSZ" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"nTb" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"nTe" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/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/white/textured, +/area/station/security/prison/shower) +"nTm" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/commons/dorms) +"nTz" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"nTF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"nTH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"nTJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"nTS" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/snow/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/rock/icy/style_3, +/obj/structure/flora/bush/snow/style_3, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"nTT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"nTX" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"nTZ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"nUa" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"nUb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/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/dark/textured, +/area/station/security/prison) +"nUi" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nUp" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nUu" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"nUx" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/door/airlock/wood/glass{ + name = "Sauna" + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/sauna) +"nUA" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/engineering/break_room) +"nUM" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"nUP" = ( +/obj/machinery/door/airlock/public{ + name = "Laser Tag" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"nUY" = ( +/obj/structure/flora/bush/pale/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/light/floor, +/obj/structure/flora/bush/large/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"nVh" = ( +/obj/effect/decal/cleanable/dirt, +/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, +/area/station/maintenance/port/central) +"nVi" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/port) +"nVq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nVw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/bait_can/worm, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"nVx" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"nVE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster/directional/east, +/obj/machinery/camera/autoname/directional/east{ + dir = 6; + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"nVH" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"nVK" = ( +/turf/closed/wall/r_wall, +/area/station/security/warden) +"nVN" = ( +/turf/closed/wall, +/area/station/service/barber) +"nVO" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/pen/blue, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/medical) +"nVS" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nWh" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"nWj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"nWl" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/structure/bedsheetbin/empty, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/restrooms) +"nWn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"nWu" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nWw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/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/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"nWy" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"nWz" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/warden) +"nWA" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Arcade Room" + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"nWG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"nWI" = ( +/obj/item/reagent_containers/cup/glass/trophy{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"nWK" = ( +/obj/structure/cable, +/obj/structure/railing{ + 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/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"nWM" = ( +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"nWO" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"nWT" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/structure/table/glass, +/obj/item/clothing/shoes/sandal{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/sandal{ + pixel_y = 4 + }, +/obj/item/clothing/shoes/sandal{ + pixel_y = 11 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"nWX" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"nXf" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"nXi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nXo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/small/directional/east, +/obj/structure/training_machine, +/obj/item/target, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"nXt" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/port) +"nXA" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"nXE" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"nXH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"nXS" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4; + initialize_directions = 8 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"nXU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"nXX" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"nXY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"nYc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"nYi" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"nYn" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"nYs" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/stairs/left{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"nYF" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"nYG" = ( +/obj/structure/sign/gym{ + pixel_y = 32 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/security/prison/workout) +"nYJ" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"nYK" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/north{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"nYL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"nYM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/folder, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/hallway/secondary/command) +"nYQ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"nYT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nYX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"nZb" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/style_2, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"nZh" = ( +/obj/machinery/power/emitter/welded{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"nZj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/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/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos) +"nZq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/book/bible, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"nZu" = ( +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/funeral) +"nZB" = ( +/obj/structure/cable, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/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/plating, +/area/station/maintenance/fore/greater) +"nZD" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"nZL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"nZO" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/machinery/plumbing/input{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + id = "secure_pen"; + name = "Secure Pen Shutters Control"; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"oaf" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"oal" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos/project) +"oap" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"oaq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"oay" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"oaE" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"oaI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"oaJ" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/chair/stool/bar/directional, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"oaX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"oaZ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"oba" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/aft) +"obc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"obe" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"obj" = ( +/obj/effect/turf_decal/trimline/white/warning, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"obk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"obp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"obv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"obB" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"obK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "Atmospherics Junction" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"obO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"obU" = ( +/obj/item/chisel, +/obj/item/storage/toolbox/artistic, +/obj/structure/rack, +/obj/item/storage/crayons, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"obV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"obY" = ( +/obj/item/food/pie/cream, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/obj/structure/table/glass, +/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/smooth_half{ + dir = 4 + }, +/area/station/security/prison) +"obZ" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/structure/filingcabinet, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"oca" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/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, +/area/station/hallway/primary/central) +"occ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lower) +"ocd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"oce" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"ocg" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/item/toy/plush/beeplushie, +/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) +"ocp" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"oct" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/restraints/handcuffs, +/obj/structure/sign/poster/official/help_others/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"ocC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"ocH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ocJ" = ( +/obj/effect/spawner/random/medical/medkit, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ocN" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/command) +"ocO" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"ocP" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/port/aft) +"ocQ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/flashlight/lamp{ + pixel_y = 11; + pixel_x = -32 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"ocR" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"ocS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"ocT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"ocV" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/south, +/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) +"ocW" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/table/glass, +/obj/item/newspaper{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/machinery/light/small/red/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"odb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"odc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"odd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"odj" = ( +/obj/effect/turf_decal/trimline/white/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"odl" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"odr" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/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/corner{ + dir = 1 + }, +/area/station/hallway/primary/port) +"ods" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/commons/dorms) +"odt" = ( +/obj/machinery/button/door/directional/west{ + name = "Genetics Shutters Control"; + req_access = list("genetics"); + pixel_y = 6; + id = "rdgene" + }, +/obj/structure/railing, +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + name = "Secondary Genetics Shutters Control"; + id = "rdgene2"; + req_access = list("genetics") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -34; + pixel_y = 0 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/science/genetics) +"odu" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/ants, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ody" = ( +/turf/open/floor/carpet/red, +/area/station/service/boutique) +"odE" = ( +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/eva) +"odU" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"odV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"odX" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/dark/textured_edge{ + dir = 8 + }, +/area/station/security/prison) +"odY" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"odZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"oej" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"oep" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"oet" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/office) +"oeu" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/reagent_containers/cup/beaker{ + pixel_y = 17; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_y = 11; + pixel_x = 5 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/reagent_containers/cup/bottle/toxin{ + pixel_x = -13; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/department/bridge) +"oeG" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/brig/lower) +"oeI" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/turf_decal/trimline/dark, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/gloves/color/black, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"oeK" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"oeQ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/ce) +"oeU" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard/fore) +"oeW" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/contraband/atmosia_independence/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"ofc" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"ofd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ofh" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/glass, +/area/station/service/library/upper) +"ofj" = ( +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"ofk" = ( +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal/delivery_chute{ + dir = 8; + pixel_x = 2 + }, +/obj/machinery/door/window/right/directional/west{ + req_access = list("shipping"); + name = "Crate Security Door" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"ofq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"oft" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/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/lower) +"ofv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/button/door/directional/east{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + req_access = list("brig") + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig) +"ofB" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/glass, +/area/station/service/library/upper) +"ofC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ofE" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/hedge, +/obj/machinery/incident_display/delam/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/computer/security/telescreen/ce/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"ofI" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"ofO" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + location = "P1-Port-Hallway"; + codes_txt = "patrol;next_patrol=P2-Port-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ofT" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/leavy/style_2, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/service/library/upper) +"ogc" = ( +/obj/structure/fireplace{ + dir = 8; + pixel_x = -24; + pixel_y = 15 + }, +/obj/structure/sign/calendar/directional/east, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant18, +/turf/open/floor/stone, +/area/station/hallway/secondary/service) +"ogf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"ogh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ogl" = ( +/obj/structure/fluff/paper, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/table/wood/fancy, +/obj/item/paint_palette, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ogq" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/smartfridge/food, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"ogr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"ogx" = ( +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"ogy" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/stack/sheet/iron, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"ogz" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"ogB" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"ogE" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ogG" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"ogO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"ogR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"ogS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/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/herringbone, +/area/station/service/bar) +"ogW" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/landmark/start/assistant, +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness/recreation) +"ohh" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/neck/tie/red, +/obj/item/clothing/head/soft/red, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","bar") + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"ohl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ohp" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"ohq" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/security/courtroom) +"ohv" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/tank_holder/extinguisher, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"ohw" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"ohG" = ( +/obj/structure/training_machine, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/item/target/syndicate, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/range) +"ohH" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/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/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"ohT" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/breakroom) +"ohU" = ( +/obj/item/stack/rods/two, +/turf/open/space/openspace, +/area/space/nearstation) +"oia" = ( +/obj/machinery/door/airlock/research{ + name = "Xenobiology Testing Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/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/science/xenobiology) +"oib" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oic" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"oid" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"oih" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"oil" = ( +/obj/structure/rack, +/obj/effect/spawner/random/armory/laser_gun, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"oit" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/sign/departments/aisat/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command) +"oiB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"oiG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/structure/sign/clock/directional/north, +/obj/item/dice/d20, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd","medbay") + }, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"oiJ" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/poster/random/directional/north, +/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/research) +"oiM" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/landmark/start/janitor, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/caution/white{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/janitor) +"oiQ" = ( +/obj/structure/table/wood, +/obj/item/hourglass, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"oiR" = ( +/obj/structure/flora/grass/green/style_2, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/icy/style_2, +/obj/structure/flora/bush/snow/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"oiS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet/red, +/area/station/service/library) +"oiT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"oiZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oje" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"ojj" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"ojl" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ojm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/item/stack/sheet/plasteel{ + amount = 15; + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/airalarm/directional/west, +/obj/item/stack/sheet/iron/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/iron/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/iron/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"ojs" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/service/library/lounge) +"ojw" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"ojx" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"ojz" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/breakroom) +"ojB" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"ojC" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"ojD" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/landmark/start/assistant, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"ojN" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ojS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"okb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"okj" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"okp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"okv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"okx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"okz" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"okA" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"okE" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/turf/open/floor/grass, +/area/station/maintenance/starboard/central) +"okM" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"okP" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"okQ" = ( +/obj/machinery/modular_computer/preset/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"okR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/hfr_room) +"okU" = ( +/obj/structure/broken_flooring/pile/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"okV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"okW" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"okY" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"ola" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 10; + pixel_x = -4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/structure/secure_safe/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"olb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"olj" = ( +/obj/effect/spawner/random/entertainment/toy_figure{ + pixel_y = 37; + pixel_x = 11 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/stone, +/area/station/commons/dorms) +"oln" = ( +/obj/machinery/door/airlock/wood{ + id_tag = "radiobolt"; + name = "Radio Station" + }, +/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) +"olu" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/iron/solarpanel/airless, +/area/station/solars/port/fore) +"olz" = ( +/obj/effect/spawner/random/structure/closet_empty, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"olA" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"olD" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"olJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"olL" = ( +/obj/machinery/door/poddoor{ + id = "cargunload"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"olR" = ( +/obj/machinery/pdapainter/supply, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"olS" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"olT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"olY" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/medical/surgery/theatre) +"ome" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"omo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/science/circuits) +"omy" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/glass/reinforced/plasma/airless, +/area/space/nearstation) +"omz" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/structure/bed/medical{ + dir = 8 + }, +/obj/item/clothing/suit/jacket/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/glasses/blindfold, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"omB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"omE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/server) +"omF" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"omI" = ( +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"omK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"omP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"omT" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"omY" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/chapel) +"onc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/bush/jungle/a/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"onh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/reagent_dispensers/plumbed{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"onm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"onn" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"onp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ons" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/structure/fluff/beach_umbrella/cap, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"onB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light_switch/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"onF" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + name = "Pool Shutters"; + id = "Pool" + }, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation/pool) +"onN" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"onX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port/central) +"onZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/orange, +/area/station/engineering/break_room) +"oob" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/structure/flora/rock/pile/icy/style_2, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/command/heads_quarters/rd) +"ooc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "atmos-entrance" + }, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/machinery/duct, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"ood" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ooi" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/service/library/upper) +"ooj" = ( +/obj/item/kirbyplants/organic/plant18, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"ook" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oon" = ( +/obj/machinery/griddle, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"oor" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/siding/purple, +/obj/structure/sign/departments/xenobio/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"ooz" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west{ + network = list("minisat") + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/carpet/blue, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"ooA" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/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/fore/lesser) +"ooC" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"ooF" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + 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) +"ooG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/central) +"ooJ" = ( +/obj/item/food/grown/harebell, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ooN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/hfr_room) +"ooW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"opa" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "fishstore"; + name = "Fish Store Shutters" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"opd" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass, +/area/station/service/kitchen/diner) +"ope" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"opo" = ( +/turf/closed/wall/r_wall, +/area/station/security/processing) +"opt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"opu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics) +"opw" = ( +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination/hydro, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"opA" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"opE" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"opF" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"opJ" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"opN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/bronze, +/turf/open/space/openspace, +/area/space/nearstation) +"opR" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"opT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"opY" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"oqb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"oqi" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/tank/internals/oxygen{ + pixel_y = 3; + pixel_x = -3 + }, +/obj/item/tank/internals/oxygen, +/obj/item/radio{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/radio, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"oqk" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"oqm" = ( +/obj/structure/railing/corner/end/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oqn" = ( +/obj/structure/cable, +/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{ + dir = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"oqp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"oqq" = ( +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"oqu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/chapel/funeral) +"oqy" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/cable, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"oqE" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"oqF" = ( +/obj/machinery/light_switch/directional/south, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/engineering/engine_smes) +"oqS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"oqX" = ( +/obj/structure/rack, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"ord" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"ork" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"orn" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/warning, +/obj/machinery/door/airlock/public{ + name = "Laser Tag" + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"ort" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"oru" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/north{ + name = "Shutters Control"; + id = "maintwindows2" + }, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"orB" = ( +/obj/item/clothing/head/utility/hardhat/welding, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"orD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured, +/area/station/commons/dorms) +"orE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Mix" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"orI" = ( +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"orQ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/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/small, +/area/station/hallway/secondary/command) +"orS" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/white, +/area/station/science/lower) +"osd" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/caution/white{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/textured_edge{ + dir = 4 + }, +/area/station/medical/surgery/theatre) +"ose" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"osi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"osL" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/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/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"osM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"osO" = ( +/obj/structure/chair/sofa/bench/solo, +/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/science/research) +"osQ" = ( +/obj/structure/table, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"osR" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/siding/thinplating_new, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/fore) +"osS" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"osT" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/textured, +/area/station/maintenance/fore/lesser) +"osZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/storage) +"otc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/fireaxecabinet/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"otd" = ( +/obj/machinery/holopad, +/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/iron/dark, +/area/station/hallway/secondary/command) +"oth" = ( +/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/plating, +/area/station/maintenance/port/aft) +"oti" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor/iron_white, +/area/station/hallway/primary/fore) +"otm" = ( +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"otn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"oto" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner{ + dir = 2; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant4{ + pixel_y = 16 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"otw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"otz" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"otJ" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/brig) +"otK" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/closet/secure_closet/brig{ + id = "cargocell"; + name = "Cargo Cell locker" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"otN" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"otO" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"otP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "maintwindows" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"otV" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"otW" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ouf" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"ouj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/purple, +/area/station/science/breakroom) +"ouk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oum" = ( +/turf/open/floor/circuit, +/area/station/engineering/gravity_generator) +"ouq" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"oux" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/wood/large, +/area/station/service/library) +"ouC" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"ouR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ouZ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/light/small/red/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ovc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Medbay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/dark, +/area/station/security/checkpoint/medical) +"ovj" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port) +"ovk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/structure/chair/comfy/beige, +/turf/open/floor/iron/dark/textured_corner, +/area/station/hallway/secondary/command) +"ovl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ovo" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"ovq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/side, +/area/station/commons/locker) +"ovx" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "commissaryshutter"; + name = "Vacant Commissary Shutter" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"ovy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"ovA" = ( +/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/ladder, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"ovB" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/cargo/mining_breakroom) +"ovC" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"ovI" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"ovP" = ( +/obj/effect/decal/cleanable/plasma, +/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/fore/lesser) +"ovQ" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/vending/wallmed/directional/north, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 9 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/white, +/area/station/security/medical) +"ovR" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"ovT" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"owb" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"owc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"owf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + 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/herringbone, +/area/station/service/chapel/funeral) +"owm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"owu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"owv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/central) +"owy" = ( +/obj/structure/cable, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"owD" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"owE" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"owH" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/razor{ + pixel_x = -3 + }, +/obj/item/dyespray{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"owM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"owS" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"owZ" = ( +/obj/item/radio/intercom/directional/south{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oxd" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/structure/chem_separator{ + pixel_y = 12 + }, +/obj/structure/chem_separator{ + pixel_y = 12; + icon_state = "separator_beaker" + }, +/turf/open/floor/iron/smooth_edge, +/area/station/maintenance/department/bridge) +"oxh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"oxi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oxj" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"oxo" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small/directional/east, +/obj/machinery/button/door/directional/west{ + id = "ToiletB"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"oxp" = ( +/obj/machinery/telecomms/server/presets/security, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"oxq" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/controller{ + pixel_y = 3; + pixel_x = 7 + }, +/obj/item/compact_remote{ + pixel_y = 4; + pixel_x = -7 + }, +/obj/item/compact_remote{ + pixel_y = 4; + pixel_x = -13 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"oxv" = ( +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"oxB" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/command, +/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/carpet, +/area/station/command/meeting_room) +"oxC" = ( +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"oxJ" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/door/window/right/directional/south{ + name = "Desk Access"; + req_access = list("library") + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"oxL" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"oxS" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/firealarm/directional/east, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/service) +"oyb" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"oye" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/grass, +/area/station/security/prison) +"oyi" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/fore) +"oyk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/bot_white, +/obj/structure/chair, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"oyl" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/detectiveboard/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"oyn" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"oyp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"oyr" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"oyK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"oyQ" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination/dockescpod2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oyR" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/port) +"oyT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/hydroponics) +"oza" = ( +/obj/item/pillow{ + pixel_x = -7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"ozf" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ozs" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"ozv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/security/holding_cell) +"ozE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ozF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark, +/area/station/command) +"ozG" = ( +/obj/structure/sign/clock/directional/east, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"ozJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"ozQ" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"ozR" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/command) +"ozZ" = ( +/obj/structure/sign/poster/random/directional/west, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oAc" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "main_surgery" + }, +/turf/open/floor/plating, +/area/station/medical/surgery/theatre) +"oAe" = ( +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"oAs" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"oAA" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/wrench, +/obj/item/clothing/glasses/welding, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"oAN" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/medical/surgery/theatre) +"oAO" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/command/heads_quarters/hos) +"oAV" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/library/upper) +"oAX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/backpack/mime{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/clothing/mask/gas/mime{ + pixel_x = 6 + }, +/obj/item/toy/crayon/mime{ + pixel_y = 11; + pixel_x = 6 + }, +/obj/structure/mirror/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"oBb" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness) +"oBm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/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 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"oBq" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"oBt" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/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/central) +"oBu" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/machinery/door/window/right/directional/west{ + req_access = list("medical"); + name = "Reception Desk" + }, +/obj/machinery/door/firedoor, +/obj/structure/window/spawner/directional/south, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/turf/open/floor/iron/white, +/area/station/medical/office) +"oBJ" = ( +/obj/structure/sign/painting/large/library{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"oBL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oBM" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/corner, +/area/station/maintenance/starboard/central) +"oBV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"oBW" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/west, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"oCb" = ( +/obj/structure/table/wood, +/obj/item/food/ready_donk{ + pixel_y = 13; + pixel_x = 32 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 17; + pixel_x = 7 + }, +/obj/structure/sign/picture_frame/showroom/two{ + pixel_y = 32 + }, +/obj/machinery/microwave, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"oCd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/cargo/office) +"oCi" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"oCm" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/scientist, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"oCs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"oCv" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/bot_red, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"oCy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"oCB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"oCC" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/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/research) +"oCE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"oCI" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"oCJ" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 3"; + id_tag = "Cell3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"oCK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/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/dark/textured, +/area/station/security/prison) +"oCL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"oCO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"oCQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/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/wood/large, +/area/station/command/heads_quarters/captain) +"oDb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oDc" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/grass/jungle/b/style_5, +/turf/open/water, +/area/station/ai_monitored/aisat/exterior) +"oDe" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/red, +/obj/machinery/smartfridge/food, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"oDu" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"oDB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"oDI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"oDN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/right/directional/north{ + name = "Customs Desk"; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"oDQ" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oDV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"oDW" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"oDY" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oDZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/sorting) +"oEa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oEd" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/brig/lower) +"oEj" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/greenglow, +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = -7; + pixel_y = -8 + }, +/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_dark, +/area/station/maintenance/department/science) +"oEn" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness/recreation) +"oEt" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"oEB" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/item/kirbyplants/organic/plant2, +/obj/structure/sign/poster/official/moth_epi/directional/south, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_b) +"oEJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"oEQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"oER" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/landmark/navigate_destination/research, +/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/white/small, +/area/station/science/lobby) +"oEU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Engine" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oEX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"oFa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oFl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/chair/stool/bar/directional, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"oFB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"oFC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/analyzer, +/obj/item/healthanalyzer{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/plant_analyzer, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"oFG" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/paper/guides/jobs/hydroponics, +/obj/item/seeds/onion, +/obj/item/seeds/garlic, +/obj/item/seeds/potato, +/obj/item/seeds/tomato, +/obj/item/seeds/carrot, +/obj/item/seeds/grass, +/obj/item/seeds/ambrosia, +/obj/item/seeds/wheat, +/obj/item/seeds/pumpkin, +/obj/effect/spawner/random/contraband/prison, +/obj/item/seeds/tower, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"oFO" = ( +/obj/structure/chair/sofa/bamboo{ + dir = 1 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"oFR" = ( +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/spawner/random/medical/minor_healing, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oFY" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oGc" = ( +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"oGh" = ( +/obj/structure/barricade/sandbags{ + color = "#0095ff" + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"oGi" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/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/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/breakroom) +"oGo" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"oGq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/machinery/door/window/left/directional/south{ + name = "Coffin Storage"; + req_access = list("chapel_office") + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"oGt" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"oGA" = ( +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"oGG" = ( +/obj/structure/table, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser{ + pixel_y = 11 + }, +/obj/effect/turf_decal/siding/purple, +/obj/machinery/button/door/directional/south{ + id = "rdordnance"; + name = "Ordnance Containment Control"; + req_access = list("ordnance") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"oGH" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Labs" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/iron/white, +/area/station/science/circuits) +"oGL" = ( +/obj/effect/spawner/random/exotic, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"oGN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"oGO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"oGW" = ( +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Research" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"oGY" = ( +/obj/structure/stairs/east{ + color = "#3d3e42" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"oHf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"oHh" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"oHo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname/directional/west{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"oHp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"oHy" = ( +/obj/structure/flora/bush/flowers_yw/style_2, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid5" + }, +/area/space/nearstation) +"oHF" = ( +/obj/structure/cable, +/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/plating, +/area/station/maintenance/department/bridge) +"oHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"oHS" = ( +/obj/machinery/computer/warrant{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"oHV" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"oHX" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"oIc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"oIg" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"oIq" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"oIr" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/computer/monitor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"oIM" = ( +/obj/item/pizzabox, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oIN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/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/dark, +/area/station/command) +"oIO" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"oIU" = ( +/obj/structure/stairs/west, +/obj/structure/railing, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"oIV" = ( +/obj/structure/sign/warning/directional/north, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = 0; + pixel_y = -4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oIX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oJb" = ( +/obj/machinery/telecomms/server/presets/science, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"oJd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"oJm" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/dark/corner, +/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/maintenance/aft/greater) +"oJn" = ( +/obj/structure/altar_of_gods, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/book/bible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"oJp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"oJr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"oJs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"oJw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"oJG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"oJI" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"oJL" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = 0; + pixel_y = 17 + }, +/obj/item/pen{ + pixel_x = 0; + pixel_y = 17 + }, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"oJR" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"oJS" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/breakroom) +"oJV" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/rock/pile/jungle/style_2, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"oJW" = ( +/obj/machinery/door/airlock{ + name = "Fitness Room" + }, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/workout) +"oJY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/locker) +"oJZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"oKc" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/brig) +"oKg" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/effect/spawner/random/contraband/permabrig_weapon, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"oKi" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"oKm" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/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/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"oKs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/side{ + dir = 8 + }, +/area/station/maintenance/aft/greater) +"oKw" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oKC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics) +"oKJ" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"oKL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/sign/departments/restroom/directional/east, +/obj/structure/cable, +/obj/structure/chair/stool/directional/west, +/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) +"oKM" = ( +/obj/structure/closet/crate/grave, +/obj/item/clothing/head/collectable/hop, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"oKN" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"oKP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/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/wood/large, +/area/station/command/heads_quarters/captain) +"oKU" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"oKV" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/newscaster/directional/east, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"oKZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oLd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"oLf" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"oLi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oLp" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oLq" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"oLr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"oLu" = ( +/turf/open/floor/iron/stairs/right{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/library/upper) +"oLx" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"oLB" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/structure/disposalpipe/trunk/multiz{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"oLD" = ( +/obj/machinery/fishing_portal_generator, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"oLE" = ( +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/storage/wallet, +/obj/item/storage/wallet{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"oLI" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/breakroom) +"oLK" = ( +/obj/machinery/chem_dispenser, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"oLT" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"oLZ" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/engineering/supermatter/room/upper) +"oMh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"oMi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/atmos/storage) +"oMj" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"oMn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/station/service/library) +"oMx" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + dir = 4; + pixel_y = 3; + pixel_x = 2 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"oMF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"oMK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"oMO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/locker) +"oMQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"oMR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/structure/hedge, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"oMY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","bar") + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"oNc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"oNf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/lime, +/turf/open/space/openspace, +/area/space/nearstation) +"oNq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/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 = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"oNx" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/brig{ + id = "medcell"; + name = "Medical Cell Locker" + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"oNz" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/sign/flag/nanotrasen/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"oNA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison/safe) +"oNB" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"oNT" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"oNW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"oNY" = ( +/obj/structure/flora/grass/green/style_2, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"oOa" = ( +/obj/structure/sign/departments/botany/botany/alt3{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/light/no_nightlight/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"oOb" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oOc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"oOf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"oOi" = ( +/obj/structure/mop_bucket/janitorialcart{ + dir = 4 + }, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plastic, +/area/station/security/prison/work) +"oOr" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/cargo/bitrunning/den) +"oOt" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"oOu" = ( +/obj/structure/cable, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/effect/spawner/random/maintenance, +/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/maintenance/department/cargo) +"oOw" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oOz" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/science/circuits) +"oOA" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oOK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"oOO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/digital_clock/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 8 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"oOS" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"oOT" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"oOX" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/ai_module/supplied/freeform, +/obj/item/ai_module/reset{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/flasher/directional/south{ + id = "AI" + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"oOZ" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oPj" = ( +/obj/item/knife/butcher, +/obj/item/crowbar/hammer, +/obj/item/melee/baseball_bat/ablative, +/obj/item/hatchet/wooden, +/obj/item/wrench/caravan, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/item/lead_pipe, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"oPt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oPA" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/clothing/glasses/science{ + pixel_y = -3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/medical/pharmacy) +"oPF" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/sign/xenobio_guide/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"oPH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/structure/railing/corner, +/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, +/area/station/command/gateway) +"oPI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/light_switch/directional/east{ + pixel_x = 26; + pixel_y = -6 + }, +/obj/machinery/firealarm/directional/east{ + pixel_x = 26; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"oPJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet/crate/bin, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"oPN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oPP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"oPR" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/structure/table/wood, +/obj/item/stack/arcadeticket, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/structure/sign/clock/directional/north, +/obj/item/reagent_containers/cup/glass/coffee/no_lid{ + pixel_x = 16; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oPS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/button/door/directional/west{ + id = "LDorm2"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_y = 6 + }, +/obj/machinery/button/curtain{ + pixel_y = -6; + pixel_x = -24; + id = "ldorm2"; + name = "Curtains" + }, +/obj/structure/railing{ + color = "#36373a"; + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"oPU" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"oPY" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/tram/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/tram/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"oQa" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Server Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/iron/dark, +/area/station/science/server) +"oQc" = ( +/obj/machinery/computer/prisoner/management{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"oQe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oQi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/waffle_corp_rifles/directional/west, +/obj/item/trash/can/food/jellyfish{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port/aft) +"oQj" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"oQl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"oQo" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"oQq" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/grass, +/area/station/commons/dorms) +"oQs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig/lower) +"oQt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"oQy" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"oQA" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/dark, +/area/station/security/brig/lower) +"oQB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oQE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oQI" = ( +/obj/machinery/holopad/secure, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/command/corporate_suite) +"oQJ" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"oQL" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"oQQ" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"oQT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oRc" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/brig) +"oRg" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/style_2, +/obj/structure/marker_beacon/lime, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"oRh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/sofa/corp/right, +/obj/effect/landmark/start/chaplain, +/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/wood/large, +/area/station/service/chapel/office) +"oRi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"oRl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/service/kitchen) +"oRm" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/no_nightlight/directional/east, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"oRq" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + id_tag = "cargooffice"; + name = "Deliveries" + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"oRD" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"oRE" = ( +/obj/structure/sign/departments/court/directional/north, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/primary/starboard) +"oRP" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"oRQ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"oRX" = ( +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"oRZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/science/ordnance) +"oSc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/breakroom) +"oSe" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"oSf" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"oSh" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/prison/directional/south, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"oSj" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"oSl" = ( +/obj/machinery/modular_computer/preset/engineering{ + dir = 1 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"oSm" = ( +/obj/structure/chair/stool/bar/directional/north{ + dir = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oSq" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"oSs" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/obj/structure/sign/calendar/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/mechbay) +"oSu" = ( +/turf/open/openspace, +/area/station/maintenance/starboard/fore) +"oSy" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/service/library/lounge) +"oSD" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"oSH" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/grass, +/area/station/commons/dorms) +"oSM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"oSP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/ai_monitored/aisat/exterior) +"oSQ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"oSW" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oSZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/wood/wings, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"oTb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oTg" = ( +/obj/machinery/requests_console/directional/south{ + department = "Hydroponics"; + name = "Hydroponics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/light/no_nightlight/directional/south, +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"oTk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/commons/dorms) +"oTs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"oTx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oTz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"oTA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"oTF" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"oTH" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"oTJ" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/machinery/light/small/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"oTL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"oTQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"oTR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"oUh" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"oUk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oUv" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"oUw" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"oUB" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"oUH" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 8 + }, +/obj/structure/chair/stool/bamboo{ + pixel_y = 16 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"oUL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"oUN" = ( +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/mid_joiner, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"oUO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"oUR" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"oUY" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"oVa" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"oVb" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"oVj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"oVl" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"oVn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"oVo" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oVq" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/marker_beacon/lime, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"oVs" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/west{ + id = "main_surgery"; + name = "Privacy Shutters Control"; + req_access = list("surgery"); + pixel_x = -56; + pixel_y = 6 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"oVD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/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, +/area/station/hallway/primary/fore) +"oVF" = ( +/obj/machinery/holopad, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"oVJ" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"oVK" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/commons/fitness) +"oVN" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/contraband/cc64k_ad/directional/north, +/obj/structure/table/glass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/open/floor/iron/textured_corner, +/area/station/hallway/primary/aft) +"oVP" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/fore/lesser) +"oVU" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_y = 5; + pixel_x = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/desk_bell{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/hallway/secondary/command) +"oWa" = ( +/turf/closed/wall, +/area/station/science/robotics/lab) +"oWc" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm3"; + name = "Cabin 3" + }, +/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/iron/dark/herringbone, +/area/station/commons/dorms) +"oWk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"oWn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"oWp" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/pipe_dispenser, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"oWu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/security/breakroom) +"oWD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"oWE" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/fullgrass, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"oWL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"oWP" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/cult_turf, +/obj/effect/spawner/random/trash/graffiti, +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"oWS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"oWT" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot_white, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"oWX" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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 + }, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/aft) +"oXh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"oXi" = ( +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/structure/window/spawner/directional/west{ + color = "#9d1a1a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"oXu" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/iron/dark/textured, +/area/station/service/library) +"oXv" = ( +/obj/structure/cable, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = -8; + pixel_y = 5 + }, +/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_dark, +/area/station/maintenance/department/science) +"oXF" = ( +/obj/structure/table/bronze, +/obj/item/newspaper{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"oXM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"oXS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"oXV" = ( +/obj/structure/closet/crate/trashcart/filled, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/calendar/directional/south, +/obj/effect/spawner/random/trash/soap, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"oYd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_secure_all, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"oYg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"oYr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"oYu" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 28 + }, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"oYx" = ( +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"oYz" = ( +/obj/machinery/computer/shuttle/mining/common, +/obj/structure/cable, +/obj/item/toy/figure/dsquad{ + pixel_y = 17; + pixel_x = 7 + }, +/obj/item/clothing/glasses/psych{ + pixel_y = -4; + pixel_x = -1 + }, +/obj/effect/turf_decal/bot_white, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"oYA" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/computer_disk/medical, +/obj/machinery/requests_console/directional/south{ + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"oYN" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 9 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"oYP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"oYW" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/atmos/storage) +"oYX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"oYY" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oZb" = ( +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"oZg" = ( +/mob/living/basic/bot/cleanbot, +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oZj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"oZp" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"oZr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison) +"oZw" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"oZx" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"oZy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/rock/style_4, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"oZz" = ( +/obj/structure/punching_bag, +/obj/structure/sign/calendar/directional/north, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"oZB" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/locker) +"oZI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"oZK" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"oZM" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/qm) +"oZN" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"oZP" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/toilet{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = -9 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"oZR" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"oZS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/storage) +"oZV" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/chair, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"pae" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory Maintenance" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/commons/toilet/restrooms) +"paq" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"pat" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/taperecorder, +/obj/item/tape, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"pau" = ( +/obj/machinery/door/airlock/mining{ + name = "Cargo Bay" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/storage) +"paw" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/execution/transfer) +"pay" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/floor, +/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/iron/dark/diagonal, +/area/station/science/xenobiology) +"paF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"paG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"paH" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"paI" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/execution/education) +"paJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Elevator"; + elevator_mode = 1; + transport_linked_id = "SecElevator" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig/lower) +"paK" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"pbb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/holopad/secure, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"pbd" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"pbi" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/paramedic, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"pbo" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pbs" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"pbu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"pbw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/shrink_ccw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"pbz" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"pbF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"pbP" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"pbR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"pbZ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/service/kitchen) +"pce" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"pcf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/qm) +"pcg" = ( +/obj/structure/cable, +/obj/structure/steam_vent, +/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/plating, +/area/station/maintenance/aft/greater) +"pck" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"pcq" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"pcw" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"pcx" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 7; + pixel_x = 5 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer/light{ + pixel_y = 13; + pixel_x = -5 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"pcz" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"pcB" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"pcG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/tile/dark_green/tram{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"pcI" = ( +/obj/structure/cable, +/obj/effect/spawner/random/entertainment/cigarette, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/steam_vent, +/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/port) +"pcM" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"pcN" = ( +/obj/machinery/computer/cargo/request{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"pcR" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pcS" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/glass/reinforced, +/area/station/command) +"pdg" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"pdl" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"pdm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/execution/transfer) +"pdn" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/training_toolbox, +/obj/item/training_toolbox, +/obj/structure/sign/poster/contraband/free_key/directional/north, +/obj/item/melee/baseball_bat, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"pdz" = ( +/obj/structure/chair/wood/wings, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pdD" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"pdE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/central) +"pdF" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/item/toy/seashell, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"pdG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pdH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/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/small, +/area/station/engineering/atmos) +"pdK" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"pdM" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"pdQ" = ( +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Zen Garden" + }, +/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/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/poddoor/shutters{ + name = "Zen Garden Shutters"; + id = "AIgarden2" + }, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"pdW" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"pdX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/bush/jungle/b/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pdZ" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"pef" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/mob/living/basic/bot/medbot/autopatrol, +/obj/machinery/navbeacon{ + location = "F5-Medbay-Lobby"; + codes_txt = "patrol;next_patrol=F6-Medbay" + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"pel" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"pem" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/captain) +"per" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"peB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/science/server) +"peC" = ( +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/large, +/area/station/service/theater) +"peG" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/bureaucracy/folder{ + spawn_random_offset = 1 + }, +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"peJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/purple, +/turf/open/space/openspace, +/area/space/nearstation) +"peL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"peM" = ( +/turf/closed/wall, +/area/station/commons/toilet/shower) +"peS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"peU" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + desc = "Takes you to a whole new level of thinking."; + name = "Meta-Cider" + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"peX" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pfe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"pfg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"pfi" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/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/iron, +/area/station/maintenance/fore/lesser) +"pfk" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"pfp" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"pfr" = ( +/obj/structure/reflector/double/anchored{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"pft" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"pfv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"pfA" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/dark_red/corner, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/navbeacon{ + location = "F13-Science"; + codes_txt = "patrol;next_patrol=F14-Science-Lobby" + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"pfB" = ( +/turf/closed/wall, +/area/station/engineering/storage/tech) +"pfD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"pfE" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"pfH" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"pfY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"pge" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/sign/poster/official/safety_internals/directional/east, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"pgg" = ( +/obj/machinery/computer/atmos_control/nocontrol/master{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"pgi" = ( +/obj/effect/spawner/random/maintenance/three, +/obj/structure/closet/crate/medical, +/obj/structure/railing, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/medical/memeorgans, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"pgk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/bed/pod{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/item/pillow/random, +/obj/item/bedsheet/random, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"pgm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"pgq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"pgD" = ( +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"pgI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"pgL" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/fore/lesser) +"pgM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/pumproom) +"pgS" = ( +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/machinery/holopad, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/gravity_generator) +"pha" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/vending/cart, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/primary/fore) +"phb" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/turf/open/floor/plating, +/area/station/service/kitchen/diner) +"phe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/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/dark/side{ + dir = 2 + }, +/area/station/security/prison/visit) +"phk" = ( +/obj/machinery/door/airlock/command{ + name = "Command Break Room" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"php" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid1" + }, +/area/space/nearstation) +"phC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/medical/break_room) +"phN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/hedge, +/obj/machinery/airalarm/directional/west, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/directional/west, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"phR" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"phV" = ( +/obj/structure/broken_flooring/singular/always_floorplane/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"phX" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"pif" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"pig" = ( +/obj/effect/turf_decal/trimline/dark_green, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"pih" = ( +/turf/closed/wall, +/area/station/maintenance/aft/greater) +"pii" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -5; + pixel_y = -18 + }, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/item/pen, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command) +"pil" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/cargo/sorting) +"pim" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"pir" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"piB" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"piC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + 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/carpet/red, +/area/station/service/library/lounge) +"piI" = ( +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, +/obj/item/trash/candle, +/obj/item/flashlight/flare/candle{ + pixel_x = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/bamboo, +/area/station/maintenance/starboard/central) +"piJ" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"piN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"piO" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"piV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"piW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/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, +/area/station/hallway/primary/fore) +"piX" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"pjd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"pjg" = ( +/obj/machinery/door/window/brigdoor/right/directional/south, +/turf/open/floor/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/science/ordnance/storage) +"pjm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"pjr" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"pjt" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/cargo/lower) +"pju" = ( +/obj/machinery/door/airlock/medical{ + name = "Primary Surgical Theatre" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/white, +/area/station/medical/surgery/theatre) +"pjJ" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"pjO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pjP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pjY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/structure/noticeboard/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/item/borg/upgrade/rename{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clipboard{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/paper{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"pkd" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"pkf" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"pkj" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"pkl" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid2" + }, +/area/space/nearstation) +"pkx" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pkz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/prison) +"pkG" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"pkJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/project) +"pkL" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters"; + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"pkO" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pkS" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pkT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/bush/sunny/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"plc" = ( +/obj/machinery/exoscanner, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/circuit/airless, +/area/station/cargo/drone_bay) +"ple" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"plh" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"pll" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/disposal/incinerator) +"plo" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"plp" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 3 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"plr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"plA" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"plC" = ( +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"plD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"plG" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"plJ" = ( +/obj/effect/turf_decal/siding/corner, +/obj/structure/filingcabinet/medical, +/obj/machinery/airalarm/directional/north, +/obj/machinery/button/door/directional/west{ + id = "medbay"; + name = "Medbay Lockdown"; + pixel_y = 6; + req_access = list("medical") + }, +/obj/item/toy/figure/paramedic{ + pixel_y = 16; + pixel_x = -1 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = -6 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"plK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/solars/starboard/fore) +"plL" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"plT" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pmg" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"pmj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"pmu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pmv" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"pmE" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"pmH" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"pmO" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"pmQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"pmV" = ( +/turf/closed/wall, +/area/station/maintenance/central) +"pmW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/project) +"pmZ" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/machinery/camera/autoname/directional/east, +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/aquarium/prefilled, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pnd" = ( +/turf/open/floor/iron/stairs/right/airless{ + dir = 4; + color = "#3d3e42" + }, +/area/space/nearstation) +"pni" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pnm" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/landmark/start/paramedic, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"pnu" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/commons/vacant_room/office) +"pnv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/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/wood/large, +/area/station/service/theater_dressing) +"pnz" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/medical/pharmacy) +"pnB" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"pnE" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/turf/open/floor/wood/large, +/area/station/service/library) +"pnK" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/cargo/lower) +"pnL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/rack, +/obj/effect/spawner/random/entertainment/toy, +/obj/effect/spawner/random/entertainment/toy, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"pnN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/commons/dorms) +"pnQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Red Team" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"pnT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"pob" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 6; + pixel_y = -34 + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -6; + req_access = list("hop") + }, +/obj/machinery/button/door/directional/south{ + id = "queue_hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + req_access = list("hop") + }, +/obj/machinery/button/ticket_machine{ + pixel_x = -6; + pixel_y = -34 + }, +/obj/machinery/modular_computer/preset/id{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"poh" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/rack, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"pok" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"pou" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/primary/starboard) +"poy" = ( +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"poA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"poC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"poI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chapel_shutters_parlour"; + name = "Chapel Shutters" + }, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"poM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"poR" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"poS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/structure/tank_holder/extinguisher, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"poZ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/science/genetics) +"ppa" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/reinforced/rglass, +/obj/item/scalpel, +/obj/item/hemostat, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ppr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pps" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/machinery/shower/directional/north, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/right/directional/north, +/obj/effect/landmark/start/hangover, +/obj/structure/curtain, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/toilet/restrooms) +"ppt" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/closet/secure_closet/chief_medical, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/cmo) +"ppv" = ( +/obj/structure/table/wood, +/obj/item/sign/random, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"ppw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"ppB" = ( +/obj/machinery/door/airlock{ + name = "Service Hall" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"ppF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"ppN" = ( +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/circuits) +"ppO" = ( +/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 = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"ppZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"pqa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"pqd" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"pqf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk/multiz{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"pqi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"pqv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Courtroom 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/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pqA" = ( +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/service/theater) +"pqC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/aft/lesser) +"pqG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"pqJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/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/lower) +"pqN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"pqQ" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"pqT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Break Room" + }, +/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/general, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"prg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"prj" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"prl" = ( +/obj/machinery/holopad/secure, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"prn" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"prp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F17-Fore-Hallway"; + codes_txt = "patrol;next_patrol=C1-Fore-Central-B" + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"prq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"prx" = ( +/turf/closed/wall, +/area/station/commons/dorms/laundry) +"prB" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/bag/tray, +/obj/item/food/piedough, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"prD" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"prK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/maintenance/fore/greater) +"prO" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"prP" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/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/dark/small, +/area/station/engineering/main) +"prQ" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/aft) +"prT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/hfr_box/body/waste_output, +/obj/item/hfr_box/body/moderator_input, +/obj/item/hfr_box/body/fuel_input, +/obj/item/hfr_box/body/interface, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/hfr_room) +"prU" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"psg" = ( +/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/large, +/area/station/command/heads_quarters/hop) +"psi" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/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/lower) +"psl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port) +"psm" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/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/plating, +/area/station/maintenance/starboard/fore) +"pso" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/safe) +"psp" = ( +/obj/structure/billboard/azik, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"psu" = ( +/obj/machinery/restaurant_portal/bar, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/light/directional/south{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"psy" = ( +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"psG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/station/cargo/breakroom) +"psK" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/command) +"psM" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/structure/cable, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Secure Creature Pen"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"psN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/warning/secure_area/directional/west, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"psO" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/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/solars/starboard/fore) +"psQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/theater_dressing) +"psT" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/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/white, +/area/station/medical/medbay/central) +"psU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/machinery/computer/cargo, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"psY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing/corner/end, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"pta" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/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/service/theater) +"ptc" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/aft/greater) +"pte" = ( +/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/lab) +"ptg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/holopad/secure, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"ptk" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/glass/reinforced, +/area/station/cargo/miningoffice) +"ptn" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/structure/fireplace{ + fuel_added = 1 + }, +/obj/item/toy/figure/cargotech{ + pixel_y = 37; + pixel_x = 9 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/side, +/area/station/cargo/breakroom) +"ptp" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"pts" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ptB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/range) +"ptD" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ptE" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/fore) +"ptF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"ptM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/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/dark, +/area/station/security/office) +"ptU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"puh" = ( +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pum" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pup" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/small/directional/west, +/obj/item/table_clock{ + pixel_y = 5 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"pus" = ( +/obj/structure/hedge, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"puv" = ( +/obj/machinery/processor/slime, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"puy" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room/upper) +"puA" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/obj/item/reagent_containers/cup/rag, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"puC" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"puD" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"puF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"puG" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"puI" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"puO" = ( +/obj/structure/cable, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"puQ" = ( +/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/plating, +/area/station/maintenance/fore/lesser) +"puT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"puX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"puY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"pve" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/computer/security/telescreen/bar/directional/north, +/obj/machinery/light/directional/north{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"pvf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"pvg" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"pvh" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"pvi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"pvl" = ( +/turf/closed/wall/r_wall, +/area/station/security/range) +"pvo" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"pvq" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/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/iron/dark/diagonal, +/area/station/engineering/break_room) +"pvr" = ( +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f" + }, +/area/station/commons/lounge) +"pvv" = ( +/turf/open/openspace, +/area/station/maintenance/port/fore) +"pvC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"pvJ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/directional/south, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"pvM" = ( +/obj/effect/spawner/random/trash, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "HoS Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"pvN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pvV" = ( +/obj/structure/table/reinforced, +/obj/item/wrench{ + pixel_y = 7; + pixel_x = 7 + }, +/obj/item/wrench{ + pixel_y = 6 + }, +/obj/item/crowbar{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/item/crowbar{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"pvY" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"pwd" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pwi" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/service/kitchen) +"pwk" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/structure/sign/poster/random/directional/south, +/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/plating, +/area/station/maintenance/port/aft) +"pwq" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/service/greenroom) +"pww" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison) +"pwG" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"pwO" = ( +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/cigbutt{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pwP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/port/aft) +"pwQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible/layer2, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"pwV" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"pwY" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/sign/departments/medbay/alt/directional/east, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"pxb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/airlock/mining{ + name = "Cargo Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"pxd" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"pxg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"pxm" = ( +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room/upper) +"pxv" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"pxA" = ( +/obj/structure/chair/sofa/corp, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"pxD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/processing) +"pxF" = ( +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/marker_beacon/lime, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/engineering/supermatter/room/upper) +"pxG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/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/dark, +/area/station/construction/mining/aux_base) +"pxI" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/science/robotics/lab) +"pxJ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/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 = 5 + }, +/area/station/hallway/primary/fore) +"pxO" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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/supermatter/room/upper) +"pxX" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/clipboard{ + pixel_y = 3; + pixel_x = -1 + }, +/obj/item/folder/blue{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/pen/fountain{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/phone{ + pixel_x = -22; + pixel_y = -4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"pxZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"pyd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"pyi" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/wrapping/pinata, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pym" = ( +/turf/closed/wall/r_wall, +/area/station/science/xenobiology/hallway) +"pyt" = ( +/obj/structure/cable, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/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/dark, +/area/station/maintenance/department/science) +"pyu" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"pyv" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"pyM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/door/poddoor/shutters{ + id = "maintmechbay"; + name = "Mech Bay Shutters" + }, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/port/central) +"pyO" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation/pool) +"pyQ" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"pyW" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"pyZ" = ( +/obj/machinery/door/poddoor/massdriver_chapel, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"pzd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"pzj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/warning/test_chamber/directional/north, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pzm" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/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 = 10 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/theater_dressing) +"pzn" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + 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/duct, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"pzp" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/security/sec, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"pzu" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 2"; + id_tag = "Cell2" + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"pzy" = ( +/turf/closed/wall/r_wall, +/area/station/science/server) +"pzD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Visitation" + }, +/obj/machinery/door/firedoor, +/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/dark, +/area/station/security/prison/visit) +"pzE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"pzH" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"pzL" = ( +/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 = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pzM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pzN" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"pzO" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pzR" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"pzS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/poddoor/preopen{ + id = "engielock"; + name = "Engineering Lockdown Blast Door" + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"pzT" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Auxiliry Dock Maintainence" + }, +/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/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"pAa" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"pAc" = ( +/obj/machinery/power/turbine/inlet_compressor{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"pAd" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"pAe" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room/upper) +"pAf" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/lockers) +"pAh" = ( +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library) +"pAj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/storage) +"pAl" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/science/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"pAn" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/item/pen, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"pAo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/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/abandoned) +"pAu" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/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/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"pAx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/closet/secure_closet/security/science, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"pAz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"pAH" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/table/glass, +/obj/item/storage/medkit/emergency{ + pixel_y = 6; + pixel_x = 3 + }, +/obj/item/storage/medkit/emergency, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pAK" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/closet/secure_closet/detective, +/obj/item/clothing/head/fedora/det_hat{ + icon_state = "curator" + }, +/obj/item/clothing/suit/jacket/det_suit{ + icon_state = "curator" + }, +/obj/item/clothing/under/rank/security/detective, +/obj/machinery/requests_console/directional/south{ + department = "Detective's Office"; + name = "Detective's Requests Console" + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"pAP" = ( +/obj/structure/railing, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"pAZ" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"pBa" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pBm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + 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/small, +/area/station/engineering/atmos/project) +"pBn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"pBq" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"pBv" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/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, +/area/station/science/lower) +"pBB" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/medical) +"pBH" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pBK" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"pBM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"pBW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/table/glass, +/obj/item/clothing/head/costume/party/festive, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"pCa" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space/nearstation) +"pCg" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"pCj" = ( +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/aft) +"pCk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"pCm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"pCn" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/effect/turf_decal/weather/snow, +/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/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"pCo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"pCq" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/miningoffice) +"pCr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"pCx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"pCF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"pCG" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ + pixel_y = 18; + pixel_x = -5 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"pCK" = ( +/turf/open/floor/plastic, +/area/station/security/prison/work) +"pCM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"pCN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pDf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"pDl" = ( +/turf/closed/wall, +/area/station/medical/patients_rooms/room_b) +"pDm" = ( +/obj/item/stack/rods, +/turf/open/space/openspace, +/area/space/nearstation) +"pDp" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"pDs" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/grenades, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/reagent_containers/dropper, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"pDy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/pile/style_3, +/obj/item/toy/plush/plasmamanplushie, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pDG" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pDH" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/security/checkpoint/customs) +"pDL" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Shield Wall Generator Storage"; + req_access = list("teleporter") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/teleporter) +"pDP" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"pDQ" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"pDV" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"pDY" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"pDZ" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel/funeral) +"pEc" = ( +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) +"pEj" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"pEp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"pEt" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/office) +"pEE" = ( +/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/iron/dark/small, +/area/station/security/brig) +"pEF" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/bureaucracy/folder{ + spawn_random_offset = 1 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"pEG" = ( +/obj/structure/closet/firecloset, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/port) +"pEU" = ( +/obj/structure/chair, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"pEW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/dorms) +"pEX" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + 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/wood/large, +/area/station/hallway/primary/port) +"pEY" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/machinery/light/small/red/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/department/bridge) +"pEZ" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"pFd" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/box/white, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/central) +"pFk" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"pFx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"pFy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"pFD" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"pFG" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8; + name = "Science Deliveries" + }, +/obj/structure/sign/departments/science/directional/east{ + color = "#D381C9" + }, +/obj/structure/plasticflaps{ + name = "Science Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"pFM" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"pFU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"pFY" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pFZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 14; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/soda_cans/tonic{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/turf/open/floor/iron/white/smooth_half, +/area/station/commons/fitness) +"pGf" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown, +/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/service/library/lounge) +"pGn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/hfr_room) +"pGq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/button/door/directional/north{ + id = "Prison Gate"; + name = "Prison Lockdown"; + req_access = list("brig_entrance"); + pixel_x = -6; + pixel_y = 26 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/execution/transfer) +"pGs" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"pGt" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"pGy" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/research) +"pGG" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/obj/structure/marker_beacon/yellow, +/turf/open/floor/bamboo, +/area/station/ai_monitored/aisat/exterior) +"pGU" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerDown"; + name = "Medbay" + }, +/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/iron/white, +/area/station/medical/medbay/lobby) +"pHa" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"pHb" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"pHh" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"pHi" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/cafeteria) +"pHl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"pHn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pHv" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/item/experi_scanner{ + pixel_y = 1 + }, +/obj/item/experi_scanner{ + pixel_y = 6 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"pHC" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57" + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/purple, +/area/station/commons/dorms) +"pHF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"pHI" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pHK" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"pHL" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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 = "Command Maintenance" + }, +/turf/open/floor/plating, +/area/station/command) +"pHM" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16; + pixel_x = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"pHU" = ( +/turf/open/floor/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/hallway/primary/port) +"pHV" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/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/command) +"pHZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"pIg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"pIh" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = -3; + pixel_x = -1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"pIl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/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/dark, +/area/station/command) +"pIn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pIt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"pIz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"pIM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"pIR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"pIT" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pIV" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/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/maintenance{ + name = "Captain's Office Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"pIX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/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 = 6 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"pJh" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/microwave/engineering/cell_included, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"pJi" = ( +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/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/dark, +/area/station/command) +"pJj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"pJl" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/aft/greater) +"pJu" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/mercury{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/nitrogen{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/oxygen{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"pJx" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pJz" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"pJD" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"pJE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/cattoy, +/obj/machinery/power/apc/auto_name/directional/east, +/mob/living/basic/pet/cat/runtime, +/obj/structure/bed/dogbed/runtime, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"pJJ" = ( +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"pJM" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"pJQ" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"pKf" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/prison/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/execution/transfer) +"pKh" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/lobby) +"pKk" = ( +/obj/structure/sign/poster/official/enlist/directional/north, +/obj/machinery/computer/security, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"pKt" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant2, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"pKv" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/obj/item/folder/white{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/pen{ + pixel_y = 2; + pixel_x = -5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"pKw" = ( +/obj/structure/flora/bush/fullgrass/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"pKy" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"pKJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"pKQ" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"pKT" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/obj/machinery/iv_drip, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"pKX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"pLf" = ( +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/wood/large, +/area/station/service/library) +"pLi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"pLl" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/funeral) +"pLn" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pLp" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/checkpoint/escape) +"pLA" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"pLE" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"pLG" = ( +/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, +/turf/open/floor/circuit/green, +/area/station/science/xenobiology) +"pLM" = ( +/obj/structure/hoop{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/textured_half, +/area/station/security/prison) +"pLQ" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"pMe" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"pMo" = ( +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pMp" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"pMB" = ( +/obj/effect/turf_decal/trimline/purple/filled/shrink_ccw, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"pME" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"pMJ" = ( +/obj/item/chair/plastic, +/obj/effect/decal/cleanable/blood/old, +/obj/item/gun/ballistic/revolver/russian{ + pixel_x = -12; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pML" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison/safe) +"pMO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"pMQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"pMS" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"pMY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/table_clock, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"pNc" = ( +/obj/effect/spawner/random/trash/graffiti{ + random_icon = 0 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pNf" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"pNg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/east{ + name = "Atmospherics Project Room Lockdown"; + id = "projectlock" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos/project) +"pNn" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/effect/landmark/navigate_destination, +/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/iron/dark, +/area/station/medical/morgue) +"pNp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"pNr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pNu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pNy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"pNz" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pNC" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"pND" = ( +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"pNE" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"pNK" = ( +/obj/structure/guncase/shotgun{ + open = 0; + anchored = 1 + }, +/obj/effect/turf_decal/bot, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"pNP" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"pNS" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"pNT" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"pNU" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"pOi" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"pOo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/button/door/directional/north{ + id = "padded"; + name = "Padded Cell Bolts Control"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_x = -6; + pixel_y = 26 + }, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = 6; + pixel_y = 31 + }, +/obj/machinery/button/curtain{ + pixel_x = -6; + name = "Privacy Curtains"; + id = "psychpriv"; + pixel_y = 36 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"pOv" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"pOz" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/maintenance/central) +"pOC" = ( +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/blue/end, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/right/directional/south, +/obj/structure/curtain, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/toilet/restrooms) +"pOD" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/conveyor{ + id = "mining" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"pOE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"pOG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"pOI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"pOK" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"pOM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/warning/engine_safety/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"pOQ" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/tile/dark_blue, +/obj/item/clothing/head/utility/hardhat/welding, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"pOR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/chair/stool/directional/south, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"pOS" = ( +/obj/structure/flora/tree/jungle/small/style_6, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/rock/pile/jungle/style_5, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"pOV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"pOY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"pOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/graffiti{ + random_icon = 0 + }, +/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/port/fore) +"pPa" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/morphine, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"pPe" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/carpet, +/area/station/science/breakroom) +"pPh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pPi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"pPk" = ( +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/glass/reinforced, +/area/station/command) +"pPq" = ( +/obj/machinery/shower/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/item/soap/nanotrasen, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"pPs" = ( +/obj/effect/decal/cleanable/dirt, +/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, +/area/station/maintenance/port/central) +"pPu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/central) +"pPx" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid10" + }, +/area/space/nearstation) +"pPC" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_br, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"pPF" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"pPJ" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/storage) +"pPM" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"pPQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"pPT" = ( +/obj/structure/lattice/catwalk, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"pPV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"pPX" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/port/aft) +"pQa" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/construction/mining/aux_base) +"pQe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"pQi" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_3, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticsprivacy"; + name = "Robotics Shutters" + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/robotics/lab) +"pQo" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/obj/item/clothing/glasses/meson/engine, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"pQr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"pQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"pQu" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/razor{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/razor{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/turf/open/floor/iron/white/diagonal, +/area/station/commons/toilet/restrooms) +"pQA" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"pQE" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"pQH" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/primary/central) +"pQJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"pQK" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"pQM" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/cargo/lower) +"pQS" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"pQT" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"pQW" = ( +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/mirror/directional/west, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"pRn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/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/wood/large, +/area/station/service/bar/backroom) +"pRp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"pRq" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"pRr" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"pRz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"pRC" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pRG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/experi_scanner{ + pixel_y = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"pRJ" = ( +/obj/structure/closet/secure_closet/bar, +/obj/effect/turf_decal/trimline/dark_green/line, +/obj/item/storage/belt/bandolier, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 1 + }, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"pRK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south{ + dir = 5; + network = list("interrogation") + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/interrogation) +"pRP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos) +"pRT" = ( +/obj/machinery/vending/wallmed/directional/west{ + pixel_x = -26 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/railing, +/obj/effect/turf_decal/siding, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pRX" = ( +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"pRY" = ( +/obj/structure/sign/poster/official/moth_piping/directional/north, +/obj/structure/table, +/obj/item/folder{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"pSe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pSg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Bypass" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pSo" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/garden) +"pSx" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"pSz" = ( +/obj/structure/sign/warning/docking/directional/east, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = 9 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"pSA" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/detective, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"pSE" = ( +/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/bamboo, +/area/station/service/hydroponics) +"pSH" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/obj/structure/railing, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"pSJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pSL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"pSP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"pSV" = ( +/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/central) +"pSX" = ( +/obj/structure/broken_flooring/singular/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"pTa" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"pTb" = ( +/obj/machinery/light/floor, +/turf/closed/wall, +/area/station/cargo/breakroom) +"pTg" = ( +/obj/machinery/computer/crew, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"pTs" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"pTz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"pTB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"pTC" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/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/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload) +"pTD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/brown/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/cargo/lower) +"pTK" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"pTM" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/security/courtroom) +"pTW" = ( +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/obj/machinery/door/window/right/directional/west{ + name = "Ordnance Storage Access"; + req_access = list("ordnance") + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"pTX" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/computer/robotics{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pUb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"pUf" = ( +/turf/closed/wall, +/area/station/medical/break_room) +"pUi" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"pUj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/backpack/satchel/leather/withwallet{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/item/storage/lockbox/loyalty, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"pUn" = ( +/obj/structure/railing{ + dir = 4; + pixel_y = -8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 8; + pixel_y = -8; + color = "#683d21" + }, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f" + }, +/area/station/service/kitchen/diner) +"pUp" = ( +/obj/machinery/light_switch/directional/north, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"pUw" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"pUB" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pUI" = ( +/obj/machinery/vending/snack/orange, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"pUM" = ( +/obj/structure/flora/grass/green/style_3, +/obj/structure/flora/bush/lavendergrass/style_2, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/tree/dead/style_4{ + pixel_y = 7 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"pUY" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"pUZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/chair/office, +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"pVf" = ( +/obj/machinery/light_switch/directional/north, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"pVg" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/janitor) +"pVs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/execution/transfer) +"pVA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"pVH" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig/lower) +"pVJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"pVK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"pVP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"pVQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"pVZ" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"pWc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"pWd" = ( +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"pWk" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/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; + pixel_y = 7 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = -5 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"pWy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"pWA" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/ai_module/reset/purge{ + pixel_y = 11 + }, +/obj/effect/spawner/random/aimodule/harmful, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/flasher/directional/east{ + id = "AI" + }, +/obj/machinery/light/directional/east, +/obj/machinery/door/window/brigdoor/right/directional/west{ + name = "High-Risk Modules"; + req_access = list("captain") + }, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"pWS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"pXc" = ( +/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/maintenance{ + name = "Chapel 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/port) +"pXh" = ( +/obj/structure/sign/departments/custodian/directional/south, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"pXi" = ( +/obj/effect/turf_decal/tile/blue/full, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"pXt" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"pXz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"pXE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics) +"pXF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"pXK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/aft/lesser) +"pXQ" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"pXS" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"pXX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"pXY" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"pYb" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/port/aft) +"pYc" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/aft) +"pYl" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"pYn" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"pYp" = ( +/obj/structure/railing/corner{ + dir = 4; + color = "#4874A2" + }, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"pYq" = ( +/obj/structure/chair, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"pYu" = ( +/obj/structure/curtain/bounty, +/obj/effect/turf_decal/arrows/white{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pYw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee, +/obj/structure/sign/warning/pods/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"pYy" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/range) +"pYE" = ( +/obj/structure/table/glass, +/obj/structure/window/spawner/directional/south, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/o2, +/obj/item/storage/medkit/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"pYN" = ( +/obj/machinery/computer/rdconsole, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"pYO" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"pYP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"pYQ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/electrolyzer, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"pYZ" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "Bar Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"pZe" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"pZh" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"pZk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/locker) +"pZm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos) +"pZo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"pZs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"pZt" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/central) +"pZF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/aft/greater) +"pZG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"pZH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pZJ" = ( +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"pZM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"pZO" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/railing{ + dir = 8 + }, +/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, +/area/station/service/bar) +"pZP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"pZQ" = ( +/obj/structure/rack, +/obj/machinery/newscaster/directional/west, +/obj/item/storage/belt/fannypack/red, +/obj/item/storage/backpack{ + icon_state = "backpack-banner_red"; + name = "Red Team" + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"qab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"qan" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qap" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/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 = 6 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/engineering/engine_smes) +"qar" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"qax" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#5971a6"; + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"qay" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"qaB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qaE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"qaF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"qaH" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/sign/clock/directional/north{ + pixel_x = 7 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/button/door/directional/north{ + pixel_x = -7; + pixel_y = 27; + id = "sciprivacy"; + name = "Secondary Research Shutters Control"; + req_access = list("science") + }, +/obj/machinery/button/door/directional/north{ + pixel_x = -7; + pixel_y = 36; + name = "Primary Research Shutters Control"; + id = "rdrnd"; + req_access = list("science") + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"qaL" = ( +/obj/machinery/igniter/incinerator_atmos, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"qbe" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"qbj" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/jungle/b/style_2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "apiary"; + name = "Apiary Shutters Control"; + req_access = list("hydroponics") + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"qbn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"qbx" = ( +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"qbE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"qbJ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"qbL" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"qbN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"qbP" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"qbQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"qca" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"qcb" = ( +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"qce" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"qch" = ( +/obj/structure/sign/poster/random/directional/south, +/obj/structure/easel, +/obj/item/canvas/twentythree_nineteen{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"qck" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"qcm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"qct" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/storage_shared) +"qcD" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/service/minibar) +"qcI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/aft) +"qcJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/bodycontainer/morgue{ + dir = 2 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"qcL" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"qcN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"qda" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"qdg" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/structure/rack, +/obj/structure/cable, +/turf/open/floor/circuit/green/telecomms, +/area/station/tcommsat/server) +"qdl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/sign/calendar/directional/east, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"qdw" = ( +/obj/item/food/grown/poppy/geranium, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid9" + }, +/area/space/nearstation) +"qdy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"qdC" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"qdF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"qdI" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "apiary" + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"qdR" = ( +/obj/structure/table, +/obj/item/reagent_containers/cup/bucket/wooden, +/obj/effect/turf_decal/siding/green/end{ + dir = 4 + }, +/obj/item/wrench, +/obj/item/stack/sheet/glass{ + amount = 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/dark/small, +/area/station/service/hydroponics/garden) +"qec" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"qex" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/hfr_room) +"qeC" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qeJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qeM" = ( +/obj/machinery/airalarm/directional/south, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"qeN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"qeW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"qfa" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"qfb" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"qfd" = ( +/obj/effect/turf_decal/trimline/red/end, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"qfk" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/item/kirbyplants/organic/plant1, +/obj/structure/sign/poster/official/moth_epi/directional/south, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_a) +"qfr" = ( +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"qfs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/end{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qft" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/newspaper, +/obj/machinery/button/door/directional/east{ + name = "Cafe Shutters Control"; + id = "arrivalcafe" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"qfu" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"qfy" = ( +/mob/living/simple_animal/bot/floorbot, +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qfB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"qfC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"qfI" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"qfK" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qfR" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"qfU" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table/wood, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_y = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"qfW" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/central) +"qga" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/gun/energy/e_gun/mini, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/command/bridge) +"qgf" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + 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, +/area/station/medical/lower) +"qgn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"qgp" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"qgr" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"qgy" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring" + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/interrogation) +"qgG" = ( +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/both/style_2, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/structure/flora/rock/pile/icy, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/command/heads_quarters/rd) +"qgJ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/minibar) +"qgL" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/item/clothing/mask/bandana/striped/cargo, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qgQ" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"qgW" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"qgY" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"qgZ" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qha" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + 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/construction/mining/aux_base) +"qhg" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"qhh" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"qhj" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/medical/medbay/central) +"qhk" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"qhu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/ore_box, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qhv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qhw" = ( +/obj/effect/turf_decal/weather/snow/corner, +/obj/item/food/snowcones/berry, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qhx" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/rack, +/obj/item/clothing/neck/tie/blue, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/blue, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","bar") + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"qhz" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/obj/machinery/camera/autoname/directional/east, +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"qhF" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/disposal/incinerator) +"qhH" = ( +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"qhK" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"qhL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"qhQ" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"qig" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"qih" = ( +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/defibrillator_mount/mobile{ + anchored = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"qik" = ( +/obj/structure/table/glass, +/obj/machinery/microwave, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"qin" = ( +/obj/structure/railing{ + dir = 9; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"qip" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qiq" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/security/brig) +"qiw" = ( +/mob/living/basic/pet/penguin/baby/permanent{ + dir = 8 + }, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"qiG" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"qiJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/button/door/directional/north{ + id = "crematoriumshutter"; + name = "Crematorium Shutters Control"; + req_access = list("crematorium") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/service/chapel/funeral) +"qjk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/lobby) +"qjl" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"qjo" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/storage/box, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qjr" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/central) +"qjt" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/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/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"qjC" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + 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/smooth_edge{ + dir = 1 + }, +/area/station/engineering/break_room) +"qjD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/directional/south, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"qjJ" = ( +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"qjS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"qjW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/filled, +/obj/machinery/digital_clock/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/central) +"qkb" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"qkc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/breakroom) +"qkd" = ( +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/patients_rooms) +"qke" = ( +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"qkf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qkl" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qkq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"qkz" = ( +/obj/machinery/door/airlock/security{ + id_tag = "IsolationCell"; + name = "Isolation Cell" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/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/iron/dark, +/area/station/security/prison/safe) +"qkC" = ( +/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/stairs{ + color = "#5d341f"; + dir = 4 + }, +/area/station/service/bar/backroom) +"qkO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/light/small/dim/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"qkQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison) +"qkU" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"qkW" = ( +/turf/open/openspace, +/area/station/engineering/atmos/upper) +"qkY" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"qkZ" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"qla" = ( +/obj/machinery/smartfridge/drinks, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"qld" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall/r_wall, +/area/station/security/medical) +"qle" = ( +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/left{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/kitchen/diner) +"qlp" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/camera/autoname/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/port) +"qlr" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qlu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"qlB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/engineering/lobby) +"qlC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qlJ" = ( +/obj/structure/table/glass, +/obj/item/food/grown/poppy/lily, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"qlL" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"qlN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"qlO" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"qlQ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qlW" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qlY" = ( +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"qmf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/fore/lesser) +"qmg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"qmm" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Ordnance Access"; + req_access = list("ordnance") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"qmE" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"qmH" = ( +/obj/structure/sink/kitchen/directional/east, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"qmJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/structure/closet_empty/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qmK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"qmQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) +"qmV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + 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/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"qnc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qnl" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/button/door/directional/east{ + pixel_y = -6; + id = "hop"; + req_access = list("hop"); + name = "Privacy Shutters Control" + }, +/obj/structure/cable, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"qnm" = ( +/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, +/area/station/hallway/primary/central) +"qnn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/table/glass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command) +"qnq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"qnr" = ( +/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, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"qns" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"qnv" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qnx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/courtroom) +"qnH" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/item/clothing/under/rank/medical/scrubs/purple, +/obj/item/clothing/under/rank/medical/scrubs/purple{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/gloves/latex, +/obj/item/healthanalyzer, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/medical) +"qnK" = ( +/obj/structure/fireplace, +/obj/item/toy/figure/scientist{ + pixel_y = 37; + pixel_x = -10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/item/toy/toy_xeno{ + pixel_y = 37; + pixel_x = 10; + plane = -7 + }, +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/side, +/area/station/science/breakroom) +"qnV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qnY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Gulag Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"qoj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"qol" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8; + color = "#36373a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/commons/dorms) +"qon" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"qoo" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"qot" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"qow" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/directional/west, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"qoC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"qoI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"qoM" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"qoN" = ( +/obj/machinery/button/elevator/directional/west{ + id = "BridgeElevator" + }, +/obj/machinery/lift_indicator/directional/west{ + pixel_x = -33; + pixel_y = -1; + linked_elevator_id = "BridgeElevator" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 1 + }, +/obj/machinery/door/window/elevator/left/directional/south{ + transport_linked_id = "BridgeElevator"; + elevator_mode = 1; + req_access = null + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command) +"qoS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"qoU" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/extinguisher, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qoX" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/security/courtroom) +"qpa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/machinery/air_sensor/engine_chamber, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"qpc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"qpe" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"qpf" = ( +/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/commons/locker) +"qph" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/east, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"qpk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"qpp" = ( +/obj/machinery/vending/cart{ + req_access = list("hop") + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"qpu" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/textured, +/area/station/maintenance/starboard/fore) +"qpw" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"qpC" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qpE" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/primary/starboard) +"qpI" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"qpJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qpL" = ( +/obj/effect/turf_decal/box, +/obj/machinery/computer/security/qm, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/structure/secure_safe/directional/north, +/obj/item/toy/figure/qm{ + pixel_x = -8; + pixel_y = 17 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/qm) +"qpN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/fore) +"qpP" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"qpT" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/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 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"qqa" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"qqg" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/command) +"qqh" = ( +/obj/effect/decal/cleanable/oil/slippery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "maintmechbay"; + name = "Workshop Shutters"; + pixel_y = -6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"qqi" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/structure/hedge, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"qqn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + location = "F10-Cargo"; + codes_txt = "patrol;next_patrol=F11-Cargo" + }, +/mob/living/simple_animal/bot/secbot/beepsky/officer{ + name = "Beepsky the Third" + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"qqt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/port/fore) +"qqv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"qqM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qqN" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"qqR" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"qqS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"qrd" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/commons/dorms) +"qrg" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/food/dough{ + pixel_y = 3; + pixel_x = 10 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"qrm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"qrr" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"qrv" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"qrx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"qrB" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"qrH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"qrL" = ( +/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/iron/dark, +/area/station/maintenance/starboard/fore) +"qrP" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/sign/warning/pods/directional/south, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"qrT" = ( +/obj/structure/hedge, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"qrV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/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/small, +/area/station/hallway/secondary/command) +"qrX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/office) +"qse" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qsf" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"qsg" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"qsm" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/mineral/ore_redemption{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/window/right/directional/north{ + name = "Cargo Security Window"; + req_access = list("cargo") + }, +/obj/machinery/door/window/left/directional/south{ + name = "Ore Redemtion Window" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"qsv" = ( +/obj/structure/rack, +/obj/item/storage/fish_case/random, +/obj/item/storage/fish_case/random, +/obj/item/storage/fish_case/blackmarket, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qsQ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"qsW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"qta" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy Break Room" + }, +/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/medical/pharmacy, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/pharmacy) +"qtb" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/contraband/eistee/directional/west, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"qte" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"qtj" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"qtn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"qtr" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/delivery, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"qtF" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/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/iron/dark/side{ + dir = 9 + }, +/area/station/hallway/primary/port) +"qtG" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/book/manual/wiki/infections{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/radio/headset/headset_med, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"qtO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"qtS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/donk, +/area/station/medical/pharmacy) +"qtU" = ( +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/small/directional/west, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"qud" = ( +/obj/structure/holosign/barrier/engineering, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qum" = ( +/obj/structure/table/glass, +/obj/item/newspaper, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"qun" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"quD" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/spawner/random/entertainment/dice{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6; + pixel_x = -9 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"quJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/caution_sign, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"quM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"quR" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/fax{ + fax_name = "Quartermaster's Office"; + name = "Quartermaster's Fax Machine" + }, +/obj/item/paperwork/cargo, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"quT" = ( +/obj/structure/flora/grass/brown/style_random, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"quU" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole{ + pixel_y = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"quV" = ( +/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/science/xenobiology) +"quX" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"qvb" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/hallway/primary/aft) +"qvg" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qvj" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qvk" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"qvl" = ( +/obj/structure/sign/warning/test_chamber, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"qvn" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Ports" + }, +/obj/effect/turf_decal/trimline/purple, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qvv" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"qvD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/range) +"qvF" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"qvK" = ( +/obj/structure/flora/rock/pile/icy/style_3, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"qvL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"qvO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/security/execution/education) +"qvU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 8 + }, +/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, +/area/station/hallway/primary/fore) +"qvV" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qvW" = ( +/obj/structure/table/wood, +/obj/machinery/fax, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"qvZ" = ( +/obj/structure/railing{ + dir = 1; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"qwb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"qwd" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"qwg" = ( +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/exit/departure_lounge) +"qwk" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/cargo/lower) +"qwv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"qww" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + 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/carpet/red, +/area/station/service/library) +"qwC" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/item/grown/bananapeel, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qwD" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/engineering/atmos) +"qwM" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/electrolyzer, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"qwR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/right/directional/north{ + name = "Armoury Desk"; + req_access = list("armory") + }, +/obj/machinery/door/window/right/directional/south{ + name = "Armoury Desk"; + req_access = list("security") + }, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"qwT" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/green, +/obj/effect/turf_decal/trimline/green, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"qwU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/clothing/wardrobe_closet, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/pirate_or_bandana, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"qwV" = ( +/obj/structure/sign/warning/vacuum/directional/south, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal) +"qwX" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"qwZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qxa" = ( +/obj/structure/aquarium/prefilled, +/obj/structure/railing{ + dir = 10; + color = "#4874A2" + }, +/obj/structure/sign/poster/contraband/rip_badger/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"qxh" = ( +/obj/structure/barricade/sandbags{ + color = "#0095ff" + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"qxi" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"qxk" = ( +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/openspace, +/area/station/maintenance/port/fore) +"qxo" = ( +/obj/structure/chair/sofa/corp/left, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"qxp" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/greater) +"qxq" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"qxw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/sign/directions/security/directional/north{ + pixel_y = 40; + dir = 4 + }, +/obj/structure/sign/directions/command/directional/north{ + dir = 4 + }, +/obj/structure/sign/directions/evac/directional/north{ + pixel_y = 24; + dir = 8 + }, +/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, +/area/station/hallway/primary/central) +"qxH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"qxP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qya" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"qyc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"qyd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/command) +"qye" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qyh" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/openspace, +/area/space) +"qyj" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qyk" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"qyn" = ( +/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/turf_decal/bot, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"qyy" = ( +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness) +"qyA" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "commissaryshutter"; + name = "Vacant Commissary Shutter" + }, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"qyC" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/power/apc/auto_name/directional/east{ + areastring = "/area/station/science/ordnance/burnchamber" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"qyH" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 16 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing/corner{ + dir = 2; + color = "#683d21" + }, +/obj/structure/railing/corner{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/wood/tile, +/area/station/security/courtroom) +"qyJ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/door{ + id = "xenobio7"; + name = "Xenobio Pen 7 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qyM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/east{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"qyU" = ( +/obj/effect/decal/cleanable/generic, +/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/central) +"qyW" = ( +/obj/machinery/seed_extractor, +/obj/item/toy/figure/botanist{ + pixel_y = 15; + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/service/hydroponics) +"qzc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/sign/directions/supply/directional/north{ + pixel_y = 24 + }, +/obj/structure/sign/directions/medical/directional/north{ + pixel_y = 40 + }, +/obj/structure/sign/directions/science/directional/north, +/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/primary/central) +"qze" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/cargo/storage) +"qzk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/fore) +"qzA" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qzE" = ( +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/lower) +"qzF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"qzL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/hfr_room) +"qzR" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"qzU" = ( +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/structure/railing/corner/end, +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/hydroponics/garden) +"qAa" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/maintenance/port) +"qAe" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/medical/lower) +"qAg" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -8 + }, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel" + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = -8 + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"qAi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/medical/coldroom) +"qAl" = ( +/obj/structure/hedge, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"qAt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"qAv" = ( +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/edge{ + dir = 8 + }, +/area/station/security/prison) +"qAF" = ( +/obj/machinery/door/airlock/maintenance, +/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, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qAG" = ( +/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) +"qAI" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"qAO" = ( +/obj/effect/turf_decal/bot/right, +/obj/structure/rack, +/obj/effect/spawner/random/armory/riot_armor, +/obj/effect/spawner/random/armory/riot_helmet, +/obj/effect/spawner/random/armory/riot_shield, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"qBb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"qBc" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port) +"qBd" = ( +/obj/item/clothing/accessory/medal, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qBu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"qBD" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/fence, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qBI" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/aft) +"qBJ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Pure to Mix" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qBL" = ( +/turf/open/floor/circuit, +/area/station/command/bridge) +"qBO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/button/door/directional/south{ + id = "Cell1"; + normaldoorcontrol = 1; + specialfunctions = 4; + name = "Cell 1 Doors Bolt Control"; + req_access = list("brig") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"qBU" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness Room" + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"qBX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"qCb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"qCc" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"qCd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"qCf" = ( +/obj/effect/turf_decal/caution/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/item/clothing/head/cone{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qCn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qCs" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/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/diagonal, +/area/station/engineering/break_room) +"qCt" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"qCu" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Security Desk" + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/door/window/left/directional/east{ + name = "Security Desk" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"qCw" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leavy/style_2, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/rock/pile/jungle/style_4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"qCA" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "Virology Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"qCB" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qCE" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 21 + }, +/obj/item/lighter{ + pixel_x = -6 + }, +/obj/item/lighter{ + pixel_x = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"qCG" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north{ + network = list("minisat") + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"qCH" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"qCP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qCQ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"qCS" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qCX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"qDa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"qDf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/command) +"qDk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/power/port_gen/pacman, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"qDv" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/decal/cleanable/food/tomato_smudge{ + pixel_x = 15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/wrapping/pinata, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/port) +"qDA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"qDD" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/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/cargo) +"qDG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"qDS" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"qDY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"qDZ" = ( +/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/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/warehouse) +"qEa" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/door/window/left/directional/south{ + name = "Desk Access"; + req_access = list("library") + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"qEc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/spacevine{ + can_spread = 0; + pixel_y = 32 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/easel, +/obj/item/canvas/nineteen_nineteen, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"qEg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/ladder, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qEm" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/cargo/storage) +"qEr" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/aft/greater) +"qEF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"qEH" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/airlock/command{ + name = "Command Hallway" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command) +"qEL" = ( +/obj/structure/rack, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/equipment) +"qEO" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"qEP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"qET" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"qEW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"qFg" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"qFj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = 8; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"qFv" = ( +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/central) +"qFx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qFE" = ( +/obj/effect/turf_decal/tile/blue{ + 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, +/area/station/medical/lower) +"qFF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/tile/red, +/obj/item/kirbyplants/organic/plant21{ + pixel_x = 15; + pixel_y = 16 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/security/prison/work) +"qFJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"qFL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/project) +"qFM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"qFQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qFS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/central) +"qFY" = ( +/obj/structure/chair/office{ + dir = 4; + name = "Prosecution" + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"qFZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qGe" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"qGg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"qGi" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/blue, +/area/station/commons/dorms) +"qGo" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/vending/wardrobe/chem_wardrobe, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/medical/pharmacy) +"qGC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/aft) +"qGD" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"qGE" = ( +/obj/effect/decal/cleanable/dirt, +/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/dark/small, +/area/station/maintenance/central) +"qGI" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/dragnet{ + pixel_y = 4 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/effect/turf_decal/bot/right, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"qGL" = ( +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/pill_bottle/mannitol, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"qGN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"qGO" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"qGY" = ( +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/small, +/area/station/commons/lounge) +"qHa" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"qHd" = ( +/obj/machinery/door/airlock/wood{ + name = "Theater Backstage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"qHe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/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, +/area/station/engineering/main) +"qHf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/open/floor/iron/textured_corner{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"qHi" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/port/aft) +"qHj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/toy/figure/chaplain{ + pixel_y = 13 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/south, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"qHl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/south{ + req_access = list("science"); + name = "Research Test Chamber" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"qHn" = ( +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"qHo" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"qHy" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"qHz" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"qHL" = ( +/obj/structure/flora/grass/green/style_random, +/obj/structure/flora/bush/snow, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/icy, +/obj/structure/flora/bush/snow/style_6, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"qHO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"qHV" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/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/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/cargo/storage) +"qHX" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"qIc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qId" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"qIe" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular, +/obj/item/razor{ + pixel_y = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"qIh" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/directional/west, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"qIl" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = -5 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Robotics Desk"; + req_access = list("robotics") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticsprivacy"; + name = "Robotics Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"qIn" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"qIp" = ( +/obj/machinery/door/airlock{ + id_tag = "LDorm2"; + name = "Luxury Cabin 2" + }, +/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/iron/dark/herringbone, +/area/station/commons/dorms) +"qIs" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"qIu" = ( +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/science/ordnance) +"qIx" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"qIC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"qIE" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/b, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"qIF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"qIG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"qIH" = ( +/obj/effect/turf_decal/trimline/white/arrow_cw, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"qIM" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"qIQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qJf" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"qJg" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qJr" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics/garden) +"qJs" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/command) +"qJt" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"qJw" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"qJy" = ( +/obj/structure/cable, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"qJA" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"qJB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/shrink_cw, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"qJE" = ( +/obj/item/flashlight/glowstick{ + pixel_y = 6; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/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/port/fore) +"qJG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/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/dark, +/area/station/engineering/atmos) +"qJJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos/hfr_room) +"qJL" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 5 + }, +/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/dark/side{ + dir = 5 + }, +/area/station/cargo/lower) +"qJO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"qJR" = ( +/obj/structure/closet/l3closet, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"qJS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"qJZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"qKa" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"qKb" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"qKf" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/chair/comfy/black, +/obj/machinery/light/directional/north, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"qKh" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Virology Lab" + }, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/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/iron/dark, +/area/station/medical/virology) +"qKi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock/pile, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qKj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + 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, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"qKo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/structure/cable, +/obj/machinery/door/window/left/directional/east{ + name = "Atmospherics Desk"; + req_access = list("atmospherics") + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) +"qKq" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/sign/poster/official/moth_piping/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"qKs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"qKN" = ( +/mob/living/simple_animal/bot/secbot/beepsky/armsky, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/security/armory) +"qKS" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"qKT" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/sign/painting/library_private{ + pixel_y = 32 + }, +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"qKW" = ( +/obj/structure/cable, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qLb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"qLd" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qLi" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"qLk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qLl" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/science/genetics) +"qLo" = ( +/obj/machinery/griddle, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"qLu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/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, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"qLC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"qLD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"qLS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"qLU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qLX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"qLZ" = ( +/obj/structure/fermenting_barrel, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/poster/random_official, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qMa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"qMg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"qMo" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/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/textured, +/area/station/maintenance/department/medical) +"qMu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"qMz" = ( +/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/plating, +/area/station/maintenance/port/aft) +"qMF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"qMH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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/white, +/area/station/medical/medbay/central) +"qMJ" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/box/beanbag{ + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/bountyhunters/directional/south, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"qML" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"qMN" = ( +/obj/structure/cable, +/obj/structure/sink/directional/west, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/science/genetics) +"qMO" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/cerulean, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qMS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/obj/structure/flora/grass/both/style_random, +/obj/structure/flora/bush/snow/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"qMU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/obj/item/storage/bag/trash, +/obj/structure/marker_beacon/jade, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qNa" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 10 + }, +/obj/structure/flora/tree/palm/style_random{ + pixel_y = 10; + pixel_x = 3 + }, +/turf/open/misc/beach/sand, +/area/station/ai_monitored/aisat/exterior) +"qNb" = ( +/turf/closed/wall, +/area/station/medical/pharmacy) +"qNc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"qNk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/port/aft) +"qNl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qNo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"qNs" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"qNw" = ( +/obj/item/cultivator, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/hydroponics/soil, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/grass{ + icon_state = "grass2" + }, +/area/station/security/prison/garden) +"qNA" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"qNC" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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) +"qNZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"qOa" = ( +/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/dark, +/area/station/medical/chemistry) +"qOc" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Atmospherics Tank - N2" + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"qOe" = ( +/obj/item/ammo_casing/a357/spent{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qOf" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qOm" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"qOs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"qOu" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/white/filled/corner, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/service/kitchen) +"qOA" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"qOD" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"qOE" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"qOK" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"qOL" = ( +/obj/structure/chair/stool/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"qOR" = ( +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/fullgrass, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"qPc" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"qPd" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"qPl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"qPH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"qPO" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/fore) +"qPR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"qPS" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"qPT" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"qPU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"qPZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/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/hatch{ + name = "MiniSat Antechamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qQa" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/funeral) +"qQh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "Disposals Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/supply/disposals, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"qQi" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/sign/poster/official/ion_rifle/directional/north, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"qQn" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/rglass{ + amount = 20; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/sheet/plasteel/twenty, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"qQq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qQu" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_y = -32 + }, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"qQC" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/service/library/upper) +"qQF" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"qQH" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qQQ" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Command Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"qQV" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#00AAFF"; + pixel_y = 15 + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"qRb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/effect/turf_decal/trimline/dark_green/warning{ + 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/textured, +/area/station/commons/dorms) +"qRf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/light/floor{ + color = "#ff66ff" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"qRg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/office) +"qRh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"qRi" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/break_room) +"qRo" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/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/science/lobby) +"qRt" = ( +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"qRC" = ( +/obj/machinery/door/poddoor/shutters{ + id = "maintmechbay"; + name = "Mech Bay Shutters" + }, +/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_edge{ + dir = 1 + }, +/area/station/maintenance/port/central) +"qRL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/rock/style_3, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qRY" = ( +/obj/structure/stairs/west, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"qRZ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"qSf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/broken_flooring/singular{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"qSi" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"qSr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qSu" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/effect/decal/cleanable/confetti, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"qSw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"qSz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"qSA" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"qSF" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"qST" = ( +/obj/structure/table/glass, +/obj/item/crowbar, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"qTi" = ( +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"qTk" = ( +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"qTl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"qTm" = ( +/obj/structure/sign/poster/random/directional/north, +/turf/closed/wall, +/area/station/maintenance/port/fore) +"qTo" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/structure/rack, +/obj/item/soap/deluxe{ + pixel_y = 2 + }, +/obj/item/soap{ + pixel_y = -4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/restrooms) +"qTx" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/ce) +"qTD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"qTE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/noticeboard/directional/west{ + 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/wood/tile, +/area/station/service/cafeteria) +"qTF" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/meson/engine/tray, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"qTK" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"qTR" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/help_others/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"qTY" = ( +/obj/structure/chair/stool/directional/south, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"qUh" = ( +/obj/machinery/light/floor, +/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/roboticist, +/turf/open/floor/circuit/green, +/area/station/science/robotics/storage) +"qUj" = ( +/obj/effect/decal/cleanable/vomit/nebula, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"qUk" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"qUp" = ( +/turf/closed/wall, +/area/station/security/checkpoint/supply) +"qUv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/public{ + name = "Unisex Restrooms" + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/toilet/shower) +"qUA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/north, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine" + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"qUF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/mining_breakroom) +"qUX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"qUZ" = ( +/obj/machinery/door/airlock{ + name = "Service Hall" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"qVc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/structure/closet/secure_closet/security/engine, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"qVd" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"qVg" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qVo" = ( +/obj/structure/flora/bush/fullgrass, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"qVp" = ( +/obj/effect/turf_decal/caution, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qVt" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/greenroom) +"qVx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north, +/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/port/aft) +"qVy" = ( +/obj/structure/flora/rock/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"qVz" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/computer/station_alert, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"qVC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/solars/port/fore) +"qVN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk/multiz{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/fore/lesser) +"qVW" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"qWf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"qWh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"qWu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"qWB" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"qWF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qWH" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"qWR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"qXf" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater) +"qXg" = ( +/obj/structure/railing, +/obj/machinery/iv_drip, +/obj/structure/bed/medical/emergency{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) +"qXj" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"qXo" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/aft) +"qXs" = ( +/obj/machinery/door/window/brigdoor/left/directional/east{ + req_access = list("security"); + name = "Science Cell"; + id = "scicell" + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"qXt" = ( +/obj/item/stack/tile/wood, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"qXA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/circuitboard/computer/operating, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/cargo) +"qXG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/electrolyzer, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal/incinerator) +"qXJ" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured_edge{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"qXK" = ( +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/paper/monitorkey, +/obj/item/stamp/head/ce, +/obj/structure/table/reinforced/rglass, +/obj/item/lighter{ + pixel_x = -15; + pixel_y = 1 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"qXN" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/cargo/lobby) +"qXS" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/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/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"qXU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/light/directional/north, +/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/dark/textured, +/area/station/security/prison) +"qXZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/cable/layer3, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"qYk" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"qYr" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"qYs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"qYy" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"qYz" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"qYA" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/disposal) +"qYH" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/noticeboard/captain{ + pixel_x = 32; + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"qYL" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"qYM" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"qYN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qYX" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"qZb" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/closet/crate/trashcart, +/obj/machinery/camera/autoname/motion/directional/south{ + network = list("minisat") + }, +/turf/open/misc/asteroid/airless, +/area/station/ai_monitored/aisat/exterior) +"qZc" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/rock/style_2, +/turf/open/floor/grass, +/area/station/engineering/break_room) +"qZd" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"qZj" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"qZk" = ( +/obj/structure/table/wood, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/rag, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"qZz" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured_half, +/area/station/engineering/atmos) +"qZB" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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 = 5 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"qZM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"qZQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"qZT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/table/wood/fancy/red, +/obj/item/paint_palette, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"qZY" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/jungle/a/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"qZZ" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/brigdoor/security/cell/left/directional/north{ + id = "Cell 2"; + name = "Cell 2" + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/brig) +"rai" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"raj" = ( +/obj/machinery/computer/warrant{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"rak" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Cafe Shutters"; + id = "arrivalcafe" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/cafeteria) +"ram" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/security/courtroom) +"ran" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"ras" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rav" = ( +/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, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/service/theater_dressing) +"raw" = ( +/obj/item/newspaper, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"raC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"raG" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"raL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"raM" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"raN" = ( +/obj/structure/rack, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/item/pipe_dispenser, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"raT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/sign/departments/security/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/box, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/central) +"rba" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"rbb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"rbe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/biogenerator, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"rbf" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/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 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"rbg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"rbo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"rbw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Auxiliry Dock Maintainence" + }, +/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/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"rbB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/tram/solo{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"rbI" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"rbJ" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rbL" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/glass, +/obj/item/reagent_containers/syringe, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"rbO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/mannequin/plastic, +/obj/machinery/light_switch/directional/west, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"rbP" = ( +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"rbS" = ( +/turf/closed/wall, +/area/station/engineering/atmos/project) +"rbT" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/botanist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rbZ" = ( +/obj/structure/railing, +/obj/structure/shipping_container/deforest, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"rck" = ( +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"rcm" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple, +/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 = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rcn" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"rcu" = ( +/turf/closed/wall, +/area/station/service/kitchen/coldroom) +"rcA" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/bridge) +"rcD" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/caution_sign, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rcE" = ( +/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 = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"rcG" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"rcH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"rcJ" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/healthanalyzer, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"rda" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"rdb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"rdf" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/obj/machinery/navbeacon{ + location = "C3-Aft-Central-B"; + codes_txt = "patrol;next_patrol=C4-Port-Central-Fw" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"rdh" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"rdx" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"rdE" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"rdK" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/engine_smes) +"rdO" = ( +/obj/effect/bluespace_stream{ + name = "Reality Anchor"; + desc = "You feel... Real?" + }, +/obj/structure/marker_beacon/purple, +/obj/effect/decal/cleanable/vomit/nebula, +/turf/open/floor/plating/abductor, +/area/station/maintenance/starboard/central) +"rdQ" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"rdS" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"rdV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro Staging to Filter" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"rdW" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"rdY" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/range) +"red" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west{ + dir = 10; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/science/genetics) +"ree" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"rep" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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 = 9 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"req" = ( +/obj/structure/sign/departments/holy/directional/north, +/turf/open/openspace, +/area/station/maintenance/fore/greater) +"rer" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=P11-Service-Hallway"; + location = "P10-Diner" + }, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/diner) +"rew" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/commons/fitness) +"reA" = ( +/obj/effect/turf_decal/box/white{ + color = "#9FED58" + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"reJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"reL" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/science/breakroom) +"reO" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/maintenance/central) +"reR" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/rock/pile, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/turf/open/misc/sandy_dirt, +/area/station/maintenance/starboard/central) +"reS" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/white/smooth_corner{ + dir = 1 + }, +/area/station/medical/surgery/theatre) +"reX" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/toy/cards/deck{ + pixel_y = 3; + pixel_x = 11 + }, +/obj/item/toy/cards/deck/blank{ + pixel_y = 9; + pixel_x = -3 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"reZ" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Secondary AI Core Access"; + req_access = list("ai_upload"); + pixel_x = -4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/caution/white{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/machinery/flasher/directional/west{ + id = "AI"; + pixel_y = 26 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"rfe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rfg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"rfo" = ( +/obj/structure/sign/painting/library, +/turf/closed/wall, +/area/station/service/library) +"rfp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"rfr" = ( +/obj/machinery/light/floor{ + color = "#ff8080" + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"rfs" = ( +/obj/structure/flora/bush/lavendergrass/style_2, +/mob/living/basic/chicken, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"rft" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"rfu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/central) +"rfB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"rfC" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/effect/turf_decal/caution/white{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rfH" = ( +/obj/structure/fake_stairs/directional/east, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rfP" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rfT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/range) +"rfV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rfY" = ( +/obj/structure/foamedmetal, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rgd" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"rge" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/service/hydroponics/garden) +"rgh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"rgi" = ( +/turf/open/openspace, +/area/space) +"rgl" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 to Airmix" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rgp" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/aft/lesser) +"rgx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/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/iron/dark, +/area/station/cargo/lower) +"rgy" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rgE" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"rgF" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/siding/red, +/obj/structure/window/spawner/directional/south{ + color = "#9d1a1a" + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"rgH" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"rgI" = ( +/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 = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"rgL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rgO" = ( +/obj/item/radio/intercom/chapel/directional/west, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"rgR" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/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/iron/dark, +/area/station/science/explab) +"rgV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/visit) +"rgX" = ( +/obj/structure/cable, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"rha" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"rhf" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rhg" = ( +/obj/machinery/digital_clock/directional/north, +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"rhh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/maintenance/central) +"rhl" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rhu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"rhw" = ( +/obj/effect/turf_decal/trimline/dark_red/corner, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/textured_corner, +/area/station/security/mechbay) +"rhz" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"rhF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rhL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"rhN" = ( +/obj/structure/rack, +/obj/item/poster/random_official{ + pixel_y = 8 + }, +/obj/item/poster/random_official{ + pixel_y = 5 + }, +/obj/item/poster/random_official{ + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"rhQ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"rhS" = ( +/obj/machinery/griddle, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"rhU" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"rhZ" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/wrapping/pinata/syndie, +/obj/item/cigbutt, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ril" = ( +/turf/open/floor/circuit/green, +/area/station/science/xenobiology) +"rim" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"ris" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/aft) +"riw" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port/aft) +"riB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/port) +"riE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/circuit/green, +/area/station/science/xenobiology) +"riG" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/sign/calendar/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"riM" = ( +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"riP" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + 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/dark, +/area/station/command/bridge) +"riQ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos/project) +"riU" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"riV" = ( +/obj/structure/chair/sofa/bench/solo, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"riX" = ( +/obj/structure/broken_flooring/side/directional/west, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rjh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"rjk" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"rjA" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/book/manual/wiki/research_and_development{ + pixel_y = 1; + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/breakroom) +"rjC" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"rjD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/table/reinforced, +/obj/item/storage/medkit/emergency, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"rjK" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rjP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/left, +/area/station/medical/surgery/theatre) +"rjQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"rjU" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"rjZ" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/large/style_2{ + pixel_y = -1 + }, +/turf/open/floor/grass, +/area/station/service/greenroom) +"rkb" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/bookcase/random/reference, +/obj/item/toy/figure{ + pixel_y = 19 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"rkl" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"rkw" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Engineering Deliveries"; + req_access = list("engineering") + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/supermatter/room/upper) +"rkx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock/style_4, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rkE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/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/dark/side, +/area/station/security/brig) +"rkG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/pile/jungle/large/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rkK" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/no_nightlight/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"rkM" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rkO" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"rkT" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"rlj" = ( +/obj/structure/cable, +/obj/structure/hedge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"rlr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"rlA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"rlC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"rlH" = ( +/turf/closed/wall, +/area/station/science/robotics/mechbay) +"rlJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"rlW" = ( +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_corner, +/area/station/engineering/storage) +"rmd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/ladder, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rme" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"rmj" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/rxglasses{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 12; + pixel_x = 8 + }, +/obj/item/stack/medical/gauze{ + pixel_x = 5 + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"rmk" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8; + name = "Security Deliveries" + }, +/obj/structure/sign/departments/security/directional/east{ + color = "#DE3A3A" + }, +/obj/structure/plasticflaps{ + name = "Security Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"rml" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/security/prison) +"rmr" = ( +/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/stairs/right, +/area/station/hallway/primary/fore) +"rmu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "Theater Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/turf/open/floor/plating, +/area/station/maintenance/port) +"rmx" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/range) +"rmz" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"rmG" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/vending/cigarette, +/turf/open/floor/glass/reinforced, +/area/station/command) +"rmP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rmS" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/command/glass{ + name = "Bridge Assistant's Room" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rmW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"rmX" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Secondary Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"rna" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"rnp" = ( +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/fore) +"rnu" = ( +/obj/structure/bookcase/random/nonfiction, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"rnz" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"rnA" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/item/food/grown/banana, +/turf/open/floor/grass, +/area/station/medical/virology) +"rnC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"rnQ" = ( +/obj/machinery/door/airlock/wood{ + name = "Meditation Room" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"rnW" = ( +/obj/structure/lattice, +/obj/item/storage/bag/money, +/turf/open/space/basic, +/area/space/nearstation) +"rnY" = ( +/obj/structure/cable, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/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/fore/lesser) +"rob" = ( +/obj/effect/spawner/random/engineering/vending_restock, +/obj/machinery/light/small/red/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"roc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rod" = ( +/obj/effect/spawner/random/trash/graffiti{ + random_icon = 0 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"roe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"rof" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"roh" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"roj" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/item/experi_scanner{ + pixel_y = -3 + }, +/obj/item/experi_scanner{ + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"rop" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/red/box, +/obj/machinery/door/window/right/directional/west{ + name = "Upload Console Window"; + req_access = list("ai_upload") + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload) +"rot" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"rov" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"roz" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/computer/pod/old/mass_driver_controller/trash{ + pixel_x = 26; + pixel_y = -6; + range = 7 + }, +/obj/machinery/button/door/directional/east{ + pixel_y = 5; + id = "Disposal Exit"; + name = "Disposal Vent Control"; + req_access = list("maint_tunnels") + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/disposal) +"roF" = ( +/obj/machinery/door/airlock/public{ + name = "Restroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"roG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/button/elevator/directional/north{ + id = "SecElevator" + }, +/obj/machinery/lift_indicator/directional/north{ + pixel_x = -1; + pixel_y = 31; + linked_elevator_id = "SecElevator" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office) +"roN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{ + dir = 1 + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"roO" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"roQ" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/structure/sign/poster/official/build/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"roW" = ( +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"roX" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rpc" = ( +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 8 + }, +/area/station/commons/lounge) +"rpg" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/ai_all, +/obj/effect/turf_decal/trimline/white/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"rph" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw/style_2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/hallway/secondary/command) +"rpj" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/machinery/button/elevator/directional/west{ + id = "BridgeElevator" + }, +/obj/machinery/lift_indicator/directional/west{ + pixel_x = -33; + pixel_y = -1; + linked_elevator_id = "BridgeElevator" + }, +/obj/machinery/door/window/elevator/left/directional/south{ + transport_linked_id = "BridgeElevator"; + elevator_mode = 1 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"rpn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bookcase/random, +/obj/machinery/digital_clock/directional/north, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses"; + pixel_y = 15 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"rpo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"rpt" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/obj/item/multitool, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rpv" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + name = "Red Team"; + id = "laserred" + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"rpw" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"rpD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner, +/area/station/engineering/engine_smes) +"rpF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rpH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/holding_cell) +"rpI" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"rpO" = ( +/obj/effect/turf_decal/bot, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"rpU" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"rpV" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rqh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"rqi" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/warning/fire/directional/south, +/obj/effect/turf_decal/bot_white, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"rqk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"rqm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"rqn" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/button/door/directional/east{ + id = "medsecprivacy"; + name = "Privacy Shutters Control"; + pixel_y = -2; + req_access = list("security") + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"rqr" = ( +/obj/machinery/computer/apc_control, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/machinery/computer/security/telescreen/engine/directional/north, +/turf/open/floor/iron/dark/textured_corner, +/area/station/command/heads_quarters/ce) +"rqs" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"rqv" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/science/research) +"rqz" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"rqD" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/starboard) +"rqT" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Ordnance Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rqZ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"rra" = ( +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"rrg" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/disposal) +"rrk" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development Lab" + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rrs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"rrv" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"rrz" = ( +/turf/open/floor/carpet, +/area/station/cargo/mining_breakroom) +"rrA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/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/dark, +/area/station/engineering/atmos/upper) +"rrC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/autoname/directional/north{ + dir = 9; + network = list("minisat") + }, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"rrD" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"rrF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"rrG" = ( +/obj/machinery/light/directional/east{ + color = "#ffcc99" + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/table/wood/fancy/black, +/obj/item/plate/small{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"rrI" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"rrS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/iron/dark, +/area/station/command) +"rrU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"rrV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/banner/medical/mundane, +/obj/machinery/airalarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"rrW" = ( +/obj/effect/turf_decal/trimline/dark_green, +/turf/open/floor/glass/reinforced, +/area/station/medical/treatment_center) +"rrY" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/side/directional/north{ + color = "#73737a" + }, +/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/port/central) +"rsv" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/wheelys/rollerskates, +/obj/item/gun/ballistic/shotgun/toy/crossbow, +/obj/item/toy/sword, +/obj/item/toy/xmas_cracker, +/obj/item/clothing/mask/party_horn, +/turf/open/floor/carpet/neon/simple/white, +/area/station/maintenance/starboard/central) +"rsx" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/folder/blue{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"rsG" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"rsJ" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/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/command) +"rsN" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rsQ" = ( +/mob/living/basic/butterfly, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/greenroom) +"rsZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rta" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"rtg" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rtm" = ( +/obj/item/storage/briefcase/secure{ + pixel_y = 16 + }, +/obj/item/cigbutt{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rtn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rty" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rtA" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"rtB" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"rtK" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/warning{ + 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/textured, +/area/station/security/brig/lower) +"rtM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"rtO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"rtR" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rtW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"ruh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + color = "#36373a" + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"rum" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rur" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"rut" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ruD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"ruF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"ruK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"ruM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/arrow_ccw{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/secondary/service) +"ruU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/mid_joiner, +/turf/open/floor/iron/dark/smooth_half, +/area/station/cargo/warehouse) +"ruY" = ( +/obj/structure/chair/sofa/left, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/fore) +"rvb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/item/trash/fleet_ration, +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth_edge, +/area/station/maintenance/port/aft) +"rvc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"rvl" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green, +/obj/structure/railing, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"rvu" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/bamboo/tatami/black, +/area/station/maintenance/starboard/central) +"rvy" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"rvD" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter" + }, +/obj/structure/sign/warning/engine_safety/directional/north, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"rvS" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"rvZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + 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, +/turf/open/floor/iron/dark/textured, +/area/station/service/library/lounge) +"rwc" = ( +/obj/machinery/door/airlock/maintenance, +/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, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rwe" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"rwj" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/machinery/newscaster/directional/south, +/obj/machinery/disposal/bin{ + pixel_x = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"rwl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rwz" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rwF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rwI" = ( +/obj/machinery/button/door/directional/north{ + id = "medprivacy"; + name = "Medbay Shutters Control"; + pixel_x = -6; + pixel_y = 24; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/bed/medical, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = 6; + pixel_y = 24 + }, +/obj/item/bedsheet/medical{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rwS" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"rwV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command) +"rwW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/blue/filled/warning/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"rwZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/parquet, +/area/station/maintenance/starboard/central) +"rxi" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/engineering/storage) +"rxj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4; + plane = -3 + }, +/mob/living/basic/rabbit{ + name = "Antonio" + }, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"rxk" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/cargo/lobby) +"rxp" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/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/white, +/area/station/science/research) +"rxr" = ( +/obj/machinery/teleport/hub, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"rxz" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rxB" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rxF" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"rxL" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"rxM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/sofa/bamboo/right{ + dir = 4 + }, +/obj/item/cigbutt/roach, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/sign/warning/yes_smoking/circle/directional/south, +/obj/item/clothing/mask/cigarette/rollie/cannabis{ + pixel_x = 0; + pixel_y = 10 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"rxS" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"rxV" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/starboard) +"rxX" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"rye" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"ryh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/starboard/central) +"ryk" = ( +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/fore) +"rym" = ( +/turf/open/openspace, +/area/station/service/chapel/funeral) +"ryt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/flora/rock/pile/jungle/large/style_random, +/turf/open/floor/glass/reinforced/plasma/airless, +/area/space/nearstation) +"ryu" = ( +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"ryz" = ( +/obj/structure/sign/poster/contraband/smoke/directional/north, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ryG" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/tree/jungle/small/style_4, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/service/library/upper) +"ryH" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/grass, +/area/station/maintenance/central) +"ryJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"ryL" = ( +/obj/structure/railing, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/maintenance/port) +"ryQ" = ( +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/exit/departure_lounge) +"ryU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"ryV" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/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, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"rza" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/safety_internals/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/door/window/left/directional/north{ + name = "Shield Wall Generator Storage"; + req_access = list("teleporter") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/teleporter) +"rzd" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/office) +"rzg" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rzi" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/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, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f" + }, +/area/station/command/heads_quarters/captain) +"rzA" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"rzE" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/landmark/start/chemist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"rzH" = ( +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/command) +"rzI" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rzW" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/green, +/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/dark, +/area/station/medical/virology) +"rAc" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"rAm" = ( +/obj/structure/broken_flooring/singular/always_floorplane/directional/north, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rAq" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/solars/port/fore) +"rAu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rAv" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/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/supply/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"rAw" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"rAz" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"rAC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/machinery/door/window/left/directional/south{ + name = "Shooting Range" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/range) +"rAE" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rAJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rAK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"rAM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"rAN" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/obj/structure/flora/bush/snow/style_random, +/obj/structure/flora/rock/pile/icy/style_random, +/obj/structure/flora/grass/both/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"rAY" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"rAZ" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"rBa" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"rBe" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rBi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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, +/area/station/engineering/main) +"rBk" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/brig) +"rBm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rBC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"rBD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"rBR" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"rBV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/crowbar{ + pixel_y = 5 + }, +/obj/item/radio{ + pixel_y = 7 + }, +/obj/item/storage/dice{ + pixel_x = 14; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rCc" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/commons/dorms) +"rCf" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/textured_corner, +/area/station/ai_monitored/turret_protected/aisat/service) +"rCi" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"rCn" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/space_cube/directional/west, +/turf/open/floor/carpet/neon/simple/violet, +/area/station/maintenance/starboard/central) +"rCr" = ( +/obj/machinery/door/airlock/medical{ + name = "Primary Surgical Theatre" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/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/iron/white, +/area/station/medical/surgery/theatre) +"rCs" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"rCx" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/obj/item/extinguisher{ + pixel_y = 2; + pixel_x = -4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rCz" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rCE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"rCH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos/hfr_room) +"rCK" = ( +/turf/closed/wall, +/area/station/science/breakroom) +"rCP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/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, +/area/station/medical/lower) +"rCQ" = ( +/obj/item/storage/bag/books, +/obj/structure/marker_beacon/bronze, +/turf/open/floor/carpet/red, +/area/station/maintenance/port/aft) +"rCU" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/security/lockers) +"rCV" = ( +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/both/style_2, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/obj/structure/flora/rock/pile, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"rCW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + id_tag = "prisonereducation"; + name = "Prisoner Education Chamber" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/machinery/door/firedoor, +/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/dark, +/area/station/security/execution/education) +"rCX" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/edge, +/area/station/cargo/storage) +"rCZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"rDe" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/structure/tank_holder, +/obj/machinery/light/small/red/dim/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/science) +"rDh" = ( +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/break_room) +"rDi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"rDj" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rDm" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rDt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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/dark, +/area/station/maintenance/aft/greater) +"rDy" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/siding/dark, +/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/command) +"rDD" = ( +/obj/structure/railing{ + dir = 4; + color = "#36373a" + }, +/obj/structure/railing{ + dir = 8; + color = "#36373a" + }, +/turf/open/floor/iron/stairs/right{ + color = "#3d3e42" + }, +/area/station/service/theater_dressing) +"rDG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"rDP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"rDU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"rDY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"rEc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/storage/medkit/emergency, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"rEg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"rEh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/bookcase/random/reference, +/obj/machinery/status_display/evac/directional/north, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses"; + pixel_y = 15 + }, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"rEl" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp/style_2, +/obj/machinery/light/floor, +/obj/structure/flora/rock/pile/style_random, +/turf/open/floor/grass, +/area/station/medical/lower) +"rEm" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rEt" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rEu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"rEy" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/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/side, +/area/station/security/brig/lower) +"rEz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/west{ + network = list("prison") + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"rEA" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/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 = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rEF" = ( +/obj/structure/railing/corner/end{ + dir = 8; + color = "#36373a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/commons/dorms) +"rEI" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6/directional/west, +/obj/machinery/digital_clock/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"rEU" = ( +/obj/structure/table/reinforced/rglass, +/obj/structure/sign/clock/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"rEV" = ( +/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/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"rEX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"rFa" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8; + pixel_x = -6 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"rFc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"rFg" = ( +/obj/effect/turf_decal/siding/brown, +/obj/item/exodrone, +/obj/machinery/exodrone_launcher, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rFr" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"rFt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/flora/bush/jungle/a/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rFu" = ( +/obj/structure/flora/rock/icy/style_3, +/obj/structure/flora/tree/dead/style_3{ + pixel_x = 0; + pixel_y = -8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/structure/marker_beacon/teal, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/maintenance/port) +"rFy" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/broken_flooring/pile/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rFA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"rFD" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/structure/sign/departments/cargo/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/lobby) +"rFH" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"rFK" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"rFX" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"rGg" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rGm" = ( +/turf/closed/wall, +/area/station/cargo/mining_breakroom) +"rGr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"rGB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"rGC" = ( +/obj/structure/sign/poster/random/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"rGN" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"rGO" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"rGQ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"rGS" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","engine") + }, +/obj/machinery/light/dim/directional/east, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"rHb" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"rHc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"rHf" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/central) +"rHg" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rHo" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/research) +"rHq" = ( +/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, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port/central) +"rHw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"rHz" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"rHF" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/textured_large, +/area/station/science/lab) +"rHH" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/medical/lower) +"rHM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"rHO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison) +"rHT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/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/dark/herringbone, +/area/station/service/minibar) +"rHU" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"rHZ" = ( +/obj/machinery/holopad, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"rIb" = ( +/obj/docking_port/stationary/laborcamp_home/nebula{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rIf" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"rIl" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/airlock/research/glass{ + name = "Research Division Access" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rdrnd"; + name = "Research and Development Shutters"; + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"rIn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"rIt" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/structure/filingcabinet, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"rIv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rIC" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/rack, +/obj/item/stack/sheet/iron/twenty, +/obj/item/stack/sheet/iron/ten, +/obj/item/stack/sheet/glass{ + amount = 25; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rIE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood, +/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/cmo) +"rIK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/service/cafeteria) +"rIL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/iron{ + amount = 10 + }, +/obj/item/electropack, +/obj/item/assembly/igniter, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rIO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos) +"rIP" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/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/smooth_edge, +/area/station/engineering/break_room) +"rIW" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"rIY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"rJa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/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/dark/textured, +/area/station/security/prison) +"rJc" = ( +/obj/item/kitchen/fork/plastic, +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"rJf" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/aft/lesser) +"rJg" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"rJk" = ( +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rJr" = ( +/obj/structure/table/reinforced, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"rJH" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rJM" = ( +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","engine") + }, +/obj/machinery/light/dim/directional/south, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"rJQ" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rJV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/duffelbag/sec{ + pixel_y = 7 + }, +/obj/item/flashlight/seclite{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas/sechailer, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"rJW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rKa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/banner/command/mundane, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"rKd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/random/maintenance, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"rKg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"rKj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/textured_corner{ + dir = 1 + }, +/area/station/hallway/primary/aft) +"rKp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rKr" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"rKA" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/ai_upload) +"rKH" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rKO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/sorting) +"rKQ" = ( +/obj/machinery/bookbinder, +/obj/machinery/airalarm/directional/south, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library/printer) +"rKR" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable, +/obj/structure/railing/corner/end/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"rKY" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"rLa" = ( +/obj/item/toy/plush/shark, +/turf/open/water/beach, +/area/station/commons/fitness/recreation/pool) +"rLc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"rLf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/engineering/atmos/pumproom) +"rLj" = ( +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/marker_beacon/lime, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/engineering/supermatter/room/upper) +"rLq" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 17; + pixel_x = 4 + }, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"rLu" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/maintenance/starboard/central) +"rLv" = ( +/obj/machinery/door/poddoor/preopen{ + id = "conference_blast"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"rLw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/office, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"rLx" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "Xenobio Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rLy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rLF" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/stool/bamboo{ + dir = 8 + }, +/obj/item/fishing_rod{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/holofloor/wood, +/area/station/ai_monitored/aisat/exterior) +"rLH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/central) +"rLL" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + 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/dark/textured_edge{ + dir = 8 + }, +/area/station/security/prison) +"rLM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/prison/work) +"rMd" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"rMe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"rMh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/paper_bin{ + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = 9 + }, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"rMi" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/plating, +/area/station/maintenance/starboard/aft) +"rMk" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"rMn" = ( +/obj/structure/railing{ + dir = 1; + pixel_y = -7 + }, +/obj/effect/spawner/random/entertainment/toy_figure{ + pixel_y = 37; + pixel_x = 11 + }, +/obj/structure/fireplace, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/stone, +/area/station/commons/dorms) +"rMp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"rMq" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/cable, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"rMt" = ( +/obj/structure/cable, +/obj/item/cigbutt{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) +"rMw" = ( +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/starboard) +"rMy" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/science/breakroom) +"rMz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"rMC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"rMK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"rMV" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rMY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"rNc" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rNe" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/security/prison/workout) +"rNj" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rNl" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/turf_decal/tile/dark_blue, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"rNp" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"rNr" = ( +/obj/structure/frame/machine/secured, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"rNA" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"rNB" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rNJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/sorting) +"rNL" = ( +/obj/machinery/door/airlock{ + id_tag = "commissarydoor"; + name = "Commissary" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"rNP" = ( +/obj/structure/railing/corner, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rNU" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark, +/area/station/security/office) +"rNZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"rOb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"rOc" = ( +/obj/effect/turf_decal/trimline/red/end{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"rOd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"rOl" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + req_access = list("security"); + name = "Medical Cell"; + id = "medcell" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"rOt" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/construction/mining/aux_base) +"rOu" = ( +/obj/structure/mirror/directional/north, +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"rOz" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plating, +/area/station/maintenance/port) +"rOG" = ( +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Departures Lounge" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"rOK" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rOL" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"rOY" = ( +/obj/item/clipboard, +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/reagent_containers/pill/patch/aiuri, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"rPe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north{ + dir = 9; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rPj" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"rPl" = ( +/obj/machinery/door/airlock/grunge{ + name = "Chapel Quarters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"rPm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rPv" = ( +/turf/closed/wall, +/area/station/maintenance/radshelter/civil) +"rPD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rPE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"rPF" = ( +/turf/closed/wall, +/area/station/cargo/breakroom) +"rPR" = ( +/obj/machinery/door/airlock/glass{ + name = "Bar" + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/effect/landmark/navigate_destination/bar, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"rPT" = ( +/obj/effect/turf_decal/arrows{ + dir = 1; + pixel_y = -15 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/cargo/storage) +"rPV" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"rQa" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"rQb" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"rQc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"rQj" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/structure/hedge, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"rQk" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"rQo" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/aquarium_kit, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"rQr" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"rQt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"rQw" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/sign/poster/official/moth_delam/directional/east, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"rQy" = ( +/obj/effect/turf_decal/bot/right, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"rQI" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"rQL" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Xenobiology Lab - Test Chamber"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rQP" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/eva) +"rQQ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"rQU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/openspace, +/area/space/nearstation) +"rQZ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional/south, +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"rRd" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/department/bridge) +"rRe" = ( +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"rRm" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rRn" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner, +/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/lower) +"rRr" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/hfr_room) +"rRu" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"rRw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"rRx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"rRA" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"rRE" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"rRL" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"rRT" = ( +/turf/open/floor/glass/reinforced, +/area/station/medical/lower) +"rRY" = ( +/obj/structure/table/reinforced, +/obj/item/newspaper{ + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat/atmos"; + name = "Atmospherics Turret Control"; + req_access = list("minisat"); + pixel_y = -27 + }, +/obj/machinery/digital_clock/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"rSd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"rSe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/safe) +"rSf" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"rSj" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"rSk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"rSp" = ( +/obj/machinery/holopad, +/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/dark, +/area/station/service/chapel) +"rSs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rSt" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + 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/carpet/red, +/area/station/service/library/lounge) +"rSu" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"rSE" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 4 + }, +/obj/effect/landmark/start/noble_ambassador, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"rSF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/starboard/central) +"rSQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/textured, +/area/station/security/prison) +"rTd" = ( +/mob/living/basic/butterfly, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/service/greenroom) +"rTf" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/floor/iron/white, +/area/station/security/medical) +"rTl" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/command/heads_quarters/hos) +"rTn" = ( +/obj/machinery/power/shieldwallgen, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/north{ + name = "Shield Wall Generator Storage"; + req_access = list("teleporter") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/teleporter) +"rTt" = ( +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"rTw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"rTx" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rTA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/landmark/start/cargo_technician, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"rTD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rTK" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"rTM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"rTP" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"rTQ" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"rTR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rTS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rTV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"rTY" = ( +/obj/structure/flora/grass/green/style_random, +/obj/structure/flora/bush/snow, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"rUa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"rUg" = ( +/obj/structure/table/reinforced, +/obj/item/surgery_tray/full, +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/security/medical) +"rUp" = ( +/obj/structure/hedge, +/obj/machinery/light/small/dim/directional/north, +/obj/structure/railing, +/turf/open/misc/grass, +/area/station/command/meeting_room) +"rUv" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/moth_piping/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"rUy" = ( +/obj/structure/transit_tube/station/dispenser/reverse/flipped{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/command) +"rUH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/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/science/lower) +"rUO" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rUT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/obj/item/crowbar/hammer, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/interrogation) +"rUZ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 6 + }, +/obj/structure/sign/poster/official/the_owl/directional/south, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"rVd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/medical/treatment_center) +"rVf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"rVg" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"rVi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"rVn" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/space_heater, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"rVy" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"rVA" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Arena Access" + }, +/obj/structure/broken_flooring/side/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rVD" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"rVK" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/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/herringbone, +/area/station/service/bar) +"rVN" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"rVQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rVV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rVX" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"rWr" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light/floor, +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rWu" = ( +/obj/machinery/pdapainter, +/obj/item/toy/figure/hop{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/item/toy/figure/ian{ + pixel_y = 9; + pixel_x = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"rWC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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/iron, +/area/station/hallway/primary/starboard) +"rWJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"rWM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/tank_holder/extinguisher, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"rWS" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rWW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"rWX" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/button/door/directional/east{ + normaldoorcontrol = 1; + id = "Toilet1"; + name = "Lock Control"; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/effect/turf_decal/trimline/white/end, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"rXa" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/item/clipboard{ + pixel_y = -1; + pixel_x = 2 + }, +/obj/item/pen, +/turf/open/floor/iron/white, +/area/station/science/lab) +"rXe" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"rXh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/security/breakroom) +"rXi" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + name = "Curtains"; + id = "radioroom" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"rXm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"rXn" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/item/toy/figure/md{ + pixel_y = 17; + pixel_x = -1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/storage) +"rXo" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"rXs" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"rXt" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"rXx" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port) +"rXz" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"rXA" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rXB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"rXF" = ( +/obj/effect/decal/cleanable/vomit/old, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/curtain, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"rXG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"rXN" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"rXO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/pipe_painter, +/obj/item/stack/package_wrap, +/obj/item/storage/box/lights/mixed, +/obj/item/gps, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"rXP" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/computer/exodrone_control_console, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"rXU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"rXZ" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"rYz" = ( +/obj/machinery/vending/assist, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rYA" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"rYC" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/sign/poster/ripped/directional/east, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/weather/dirt, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"rYM" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rYP" = ( +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/security/armory) +"rYR" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/server) +"rYU" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/lower) +"rYZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/teleporter) +"rZd" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"rZe" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/fore) +"rZf" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/glass/reinforced, +/area/station/engineering/engine_smes) +"rZi" = ( +/obj/structure/barricade/sandbags{ + color = "#0095ff" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"rZj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"rZl" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/brig/lower) +"rZm" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"rZn" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"rZr" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -26; + pixel_y = -6 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"rZu" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"rZw" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/item/banner/command/mundane, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"rZy" = ( +/obj/structure/bed/medical{ + 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/white/smooth_large, +/area/station/medical/treatment_center) +"rZz" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"rZD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"rZR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"rZS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"rZU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + 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, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"rZV" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"rZW" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"rZX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"rZY" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/obj/machinery/digital_clock/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"saa" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"sae" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"saf" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/mob/living/basic/mouse/brown/tom, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"sai" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/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/dark, +/area/station/service/hydroponics) +"sam" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/cargo/miningoffice) +"sao" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation/lasertag) +"saq" = ( +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sar" = ( +/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/research) +"sat" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/siding/purple/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"saw" = ( +/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/lower) +"sax" = ( +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"saz" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"saC" = ( +/obj/machinery/navbeacon{ + location = "C4-Port-Central-Fw"; + codes_txt = "patrol;next_patrol=P1-Port-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"saI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"saO" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door/directional/west{ + name = "Padded Cell Bolts Control"; + id = "padded"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_x = -24; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light_switch/directional/west{ + pixel_x = -26; + pixel_y = -6 + }, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"saR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"saS" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"saU" = ( +/obj/machinery/holopad, +/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/white/textured_large, +/area/station/security/execution/transfer) +"saW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"sbg" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sbl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"sbo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"sbp" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"sbs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"sbE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"sbL" = ( +/obj/effect/turf_decal/weather/snow, +/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/junction{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"scf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"sco" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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_dark, +/area/station/maintenance/starboard/central) +"scr" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/window{ + id = "evashutter"; + name = "E.V.A. Storage Shutter" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"scx" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/oven/range, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"scC" = ( +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt, +/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/port/fore) +"scI" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/assistant, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/commons/fitness) +"scL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"scV" = ( +/obj/structure/flora/bush/large/style_3, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/commons/dorms) +"scZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/security/execution/education) +"sdb" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"sdf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"sdi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sdm" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"sdr" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"sdN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"sdR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"sdV" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sdW" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"sdY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"see" = ( +/obj/structure/cable, +/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{ + dir = 6 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"seg" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"sep" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"ser" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ses" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"sev" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + space_dir = 4 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"seB" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"seD" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/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, +/area/station/science/lower) +"seF" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/service/janitor) +"seJ" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"seN" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/lantern{ + start_on = 1 + }, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"seO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/central) +"seU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"sfi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/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/dark/textured_half, +/area/station/engineering/atmos) +"sfj" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/structure/cable, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"sfk" = ( +/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 = 6 + }, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"sfn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"sfs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"sfI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark_green/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 8 + }, +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"sfJ" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Atmospherics Delivery"; + req_access = list("atmospherics") + }, +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) +"sfL" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"sfP" = ( +/obj/effect/turf_decal/trimline/red/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"sfQ" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"sfS" = ( +/obj/machinery/newscaster/directional/south, +/obj/item/storage/crayons, +/obj/item/toy/crayon/spraycan{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/structure/table/wood/fancy, +/obj/item/toy/crayon/spraycan{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"sfV" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/machinery/microwave, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"sfW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"sfX" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/command_all, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"sge" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"sgm" = ( +/turf/closed/wall, +/area/station/medical/cryo) +"sgn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"sgp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/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 + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured, +/area/station/security/warden) +"sgx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"sgz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"sgB" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"sgE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/arrows{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"sgI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/meter/monitored/waste_loop, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/pumproom) +"sgK" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/bookbinder, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"sgL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/structure/flora/grass/jungle/b/style_4, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"sgS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"sgU" = ( +/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, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/radshelter/civil) +"sgX" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics Backroom" + }, +/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/dark, +/area/station/service/hydroponics) +"sgZ" = ( +/obj/item/clothing/mask/gas, +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port) +"sha" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"shg" = ( +/obj/structure/frame/machine, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"sho" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxiliary Base Construction" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/effect/landmark/navigate_destination, +/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/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"shs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"shy" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"shC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/central) +"shG" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"shQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/restrooms) +"shW" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/bridge) +"sib" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/starboard/central) +"sie" = ( +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"sir" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"siA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "sciprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/science/research) +"siF" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"siM" = ( +/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/security/detectives_office, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "Detective's Office Junction" + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"siN" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"siR" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/medical) +"sjb" = ( +/turf/closed/wall, +/area/station/science/lab) +"sjc" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"sjk" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/tank_holder/extinguisher, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"sjr" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/modular_computer/preset/civilian{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"sjs" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"sjx" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"sjD" = ( +/obj/structure/flora/rock/style_3, +/obj/item/flashlight/lantern{ + pixel_x = -2; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door/directional/south{ + req_access = list("ai_upload"); + id = "AIgarden"; + name = "Zen Garden Window Shutters Control"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/button/door/directional/south{ + req_access = list("ai_upload"); + id = "AIgarden2"; + name = "Zen Garden Door Shutters Control"; + pixel_x = 6; + pixel_y = -24 + }, +/turf/open/floor/stone, +/area/station/ai_monitored/aisat/exterior) +"sjI" = ( +/obj/structure/cable, +/obj/machinery/light/small/red/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/central) +"sjK" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/white/small, +/area/station/medical/patients_rooms) +"sjU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/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/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"sjW" = ( +/obj/effect/turf_decal/trimline/red, +/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/lower) +"sjY" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/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_dark, +/area/station/maintenance/aft/greater) +"skd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"skf" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"skm" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"sko" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"skq" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/carpet, +/area/station/science/breakroom) +"skB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + 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/service/hydroponics) +"skG" = ( +/obj/item/kirbyplants/organic/plant10, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/bamboo/tatami/black, +/area/station/maintenance/starboard/central) +"skL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"skU" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"skW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"skZ" = ( +/obj/structure/grille/broken{ + icon_state = "ladder10"; + pixel_y = 4; + name = "Pool Ladder"; + desc = "A slippy pool ladder. Be Careful!"; + max_integrity = 100 + }, +/turf/open/water/beach, +/area/station/commons/fitness/recreation/pool) +"sle" = ( +/obj/structure/hedge/opaque, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured, +/area/station/cargo/office) +"sli" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/commons/dorms) +"sls" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/railing, +/obj/machinery/light/small/red/directional/north, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter" + }, +/obj/structure/disposalpipe/trunk/multiz, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"slD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"slF" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/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/lobby) +"slL" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/hedge, +/obj/structure/sign/clock/directional/south, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"slM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/pen/fountain{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"slP" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/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/dark, +/area/station/command/bridge) +"slS" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"slX" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"slZ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"smp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"sms" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"smy" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"smz" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"smB" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"smO" = ( +/obj/machinery/digital_clock/directional/north, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"smT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"smW" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"smX" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/station/security/brig) +"sna" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"snd" = ( +/obj/machinery/airalarm/directional/south, +/obj/item/reagent_containers/cup/watering_can, +/obj/structure/reagent_dispensers/watertank/high, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"snf" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"snn" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/storage) +"sno" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"snr" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/lab) +"snt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"snD" = ( +/obj/structure/bed/dogbed/mcgriff, +/mob/living/basic/pet/dog/pug/mcgriff, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"snL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"snV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","engine") + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"snZ" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/trimline/dark_red, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/clothing/gloves, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"soc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "secmechbay"; + name = "Security Mech Garage Door Controls"; + req_access = list("security") + }, +/obj/machinery/modular_computer/preset/id{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office) +"sof" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"soi" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"sos" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sot" = ( +/obj/effect/landmark/start/hangover, +/turf/open/water/beach, +/area/station/commons/fitness/recreation/pool) +"sou" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen/fountain, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"soA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"soK" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"soN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"soO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/storage) +"soQ" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/dark_red/anticorner, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/textured_corner{ + dir = 1 + }, +/area/station/security/prison/workout) +"soR" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/edge{ + dir = 4 + }, +/area/station/security/prison) +"soU" = ( +/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, +/obj/machinery/light/small/red/directional/east, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"spa" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"spf" = ( +/obj/structure/cable, +/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/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"spj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"spm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/mannequin/plastic, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"sps" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Holodeck - Aft 2"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"spt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"spI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/lockers) +"spK" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/medical/lower) +"spU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/chapel) +"sqc" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"sqf" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"sqi" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"sqo" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"sqx" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"sqH" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/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/plating, +/area/station/maintenance/aft/lesser) +"sqI" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/jacket/det_suit, +/obj/item/clothing/head/fedora/det_hat, +/obj/item/toy/crayon/white, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"sqO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/department/security) +"srd" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"srf" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"srl" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"srm" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/dark, +/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/dark/small, +/area/station/science/robotics/mechbay) +"srs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"srt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/photocopier, +/obj/item/toy/figure/hos{ + pixel_y = 12; + pixel_x = 3 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"sry" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"srA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"srG" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"srH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"srN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/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/side{ + dir = 4 + }, +/area/station/maintenance/department/science) +"ssh" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sss" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"ssw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos) +"ssz" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/maintenance/starboard/aft) +"ssE" = ( +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/break_room) +"ssM" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"ssQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"ssR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ssZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/security/holding_cell) +"sti" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"stk" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/glass, +/area/station/service/library/upper) +"stl" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/command) +"sto" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"stp" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos) +"sts" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"stu" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"stB" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/coconuts, +/mob/living/carbon/human/species/monkey, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/science/genetics) +"stD" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/broken_flooring/singular/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"stE" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"stH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"stP" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/trimline/green/line, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/port) +"stR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"stT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"stZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison) +"sub" = ( +/turf/open/floor/iron/stairs/right{ + color = "#3d3e42" + }, +/area/station/service/theater) +"sud" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos/project) +"sui" = ( +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/greater) +"suj" = ( +/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/starboard/fore) +"sul" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"sur" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/textured_half{ + dir = 1 + }, +/area/station/command) +"suu" = ( +/obj/structure/table/wood/poker, +/obj/structure/sign/poster/contraband/the_big_gas_giant_truth/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/stack/spacecash/c10{ + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 1; + pixel_x = 6 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"suA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/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/dark/side{ + dir = 9 + }, +/area/station/maintenance/aft/lesser) +"suB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"suD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"suG" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"suM" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/machinery/light/small/red/directional/west, +/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/port/central) +"suN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"suX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/chapel, +/area/station/service/chapel) +"svc" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/command) +"svi" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"svu" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"svv" = ( +/turf/open/openspace, +/area/station/science/research) +"svD" = ( +/obj/machinery/light/floor, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "BridgeElevator" + }, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "BridgeElevator" + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"svJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos/pumproom) +"svK" = ( +/obj/structure/table, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/grapes, +/obj/item/food/grown/banana, +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"svL" = ( +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"svN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"svQ" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/massdriver_trash, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"svU" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"svW" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/engineering/atmos) +"swh" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/musician/piano, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/south, +/obj/machinery/light/directional/south{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"swk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"sws" = ( +/obj/structure/frame/machine, +/obj/item/shard, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"swv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"swD" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/plating, +/area/station/maintenance/port) +"swK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/science/server) +"swL" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "atmoslock"; + name = "Atmospherics Lockdown"; + req_access = list("atmospherics") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"swN" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"swP" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/a/style_3, +/obj/structure/flora/bush/flowers_br, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"swT" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/table, +/obj/item/toy/cards/deck/blank{ + pixel_y = 3 + }, +/obj/item/toy/cards/deck{ + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"swY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 9; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/wood/large, +/area/station/service/theater) +"sxd" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark/small, +/area/station/science/robotics/mechbay) +"sxf" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"sxs" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/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/iron/dark/corner, +/area/station/security/brig) +"sxx" = ( +/obj/structure/sign/departments/botany/botany/alt3{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/machinery/light/no_nightlight/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"sxy" = ( +/obj/structure/sign/poster/random/directional/south, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"sxz" = ( +/obj/machinery/vending/games, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"sxN" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"sxO" = ( +/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/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/mid_joiner, +/turf/open/floor/iron/dark/smooth_half, +/area/station/cargo/warehouse) +"sxP" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"sxT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/engineering/atmos/hfr_room) +"sxX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/lockers) +"sxY" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/donut_box{ + pixel_y = 7 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"sxZ" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/modular_computer/laptop{ + pixel_y = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"syc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"syw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/hallway/secondary/service) +"syx" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"syB" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"syJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"syK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office) +"syT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"syU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"szc" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"szi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"szp" = ( +/obj/machinery/computer/atmos_control/carbon_tank{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/dark/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"szt" = ( +/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 = 6 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"szF" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/dark/end, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"szH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"szM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"szN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/bridge) +"szU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"szW" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"szY" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/holopad, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"sAc" = ( +/obj/machinery/door/airlock/maintenance, +/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/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/central) +"sAi" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"sAk" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/upper) +"sAm" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sAp" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"sAt" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"sAD" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"sAF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sAG" = ( +/obj/effect/turf_decal/arrows, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/cargo/storage) +"sAH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/greenglow, +/turf/open/misc/dirt/dark/station/airless, +/area/space/nearstation) +"sAS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sAV" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/aft/lesser) +"sBb" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"sBr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/science/ordnance) +"sBu" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"sBw" = ( +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"sBy" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"sBF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"sBH" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/cargo/storage) +"sBO" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port) +"sBP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sBQ" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sBT" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"sBX" = ( +/obj/structure/window/spawner/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"sBZ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"sCd" = ( +/obj/structure/chair/stool/directional/west, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = -9 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/fore/lesser) +"sCe" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"sCf" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"sCi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"sCm" = ( +/obj/machinery/air_sensor/carbon_tank, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"sCp" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sCs" = ( +/obj/structure/fireplace{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1; + pixel_x = -16; + pixel_y = -7 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/stone, +/area/station/commons/dorms) +"sCu" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"sCy" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/openspace, +/area/station/maintenance/starboard/aft) +"sCA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"sCH" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/light_switch/directional/south, +/obj/machinery/plumbing/sender, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"sCI" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sCJ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"sCN" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north{ + dir = 9; + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"sCX" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/rack, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/suture, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/multiver, +/obj/machinery/vending/wallmed/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"sDa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sDn" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/prison) +"sDr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"sDB" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + 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/sorting/mail/flip{ + dir = 1; + name = "Quartermaster Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"sDD" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"sDH" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"sDN" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/bin, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sDO" = ( +/obj/structure/sign/poster/official/get_your_legs/directional/north, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"sDR" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"sDT" = ( +/obj/structure/sign/departments/lawyer/directional/north, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/tile/neutral{ + 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/iron, +/area/station/hallway/primary/starboard) +"sDX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"sDY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"sEh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/incident_display/delam/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sEi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/chair/wood/wings, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"sEk" = ( +/turf/open/floor/glass/reinforced, +/area/station/engineering/supermatter/room/upper) +"sEn" = ( +/obj/structure/flora/rock/pile, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sEr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sEB" = ( +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/desk_bell, +/obj/structure/table/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"sEF" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"sEG" = ( +/obj/machinery/oven/range, +/obj/structure/sign/poster/contraband/eat/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"sEL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/door/airlock/public{ + name = "Restroom" + }, +/turf/open/floor/iron/white/diagonal, +/area/station/science/breakroom) +"sEM" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison) +"sEP" = ( +/obj/structure/rack, +/obj/item/fishing_rod{ + pixel_x = 2 + }, +/obj/item/fishing_rod{ + pixel_x = -2 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"sEQ" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"sEZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/kirbyplants/organic/plant1, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/commons/fitness/recreation) +"sFb" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"sFc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"sFf" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd","xeno") + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"sFs" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"sFv" = ( +/obj/structure/cable, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"sFw" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"sFz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/cargo/lobby) +"sFC" = ( +/obj/structure/rack, +/obj/machinery/newscaster/directional/east, +/obj/item/storage/belt/fannypack/blue, +/obj/item/storage/backpack{ + icon_state = "backpack-banner_blue"; + name = "Blue Team" + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"sFM" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/light/dim/directional/north, +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/aft/greater) +"sFQ" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/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/lower) +"sFS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sFX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sGe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair/sofa/bench/right, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"sGg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/machinery/door/window/left/directional/north, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"sGi" = ( +/obj/effect/turf_decal/trimline/brown/filled/shrink_ccw, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sGo" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sGp" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/tile/dark/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sGx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/training_toolbox{ + pixel_y = 5 + }, +/obj/item/training_toolbox{ + pixel_y = -2 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"sGy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater) +"sGz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"sGD" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/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/science/lower) +"sGL" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"sGN" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sGQ" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"sGT" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"sGY" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/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/diagonal, +/area/station/science/ordnance/testlab) +"sHb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/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/plating, +/area/station/maintenance/starboard/fore) +"sHl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"sHt" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wirecutters, +/obj/effect/turf_decal/bot_white, +/obj/effect/food_cart_stand, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"sHB" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/engineering/main) +"sHD" = ( +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"sHI" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"sHL" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/poster/official/festive/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/range) +"sHR" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"sHT" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"sIc" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"sId" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/state_laws/directional/north, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"sIe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sIh" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"sIr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"sIs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"sIK" = ( +/obj/item/kirbyplants/random, +/obj/structure/railing, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"sIT" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sIZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "capoffice"; + name = "Captain's Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain) +"sJl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/bookcase/random, +/obj/item/clothing/head/cowboy{ + pixel_y = 16 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"sJm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"sJu" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"sJy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/clothing/head/cone, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sJF" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sJN" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"sJY" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/noticeboard/directional/south{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"sJZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sKd" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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 = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"sKf" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 4 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"sKi" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"sKj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sKq" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/railing, +/obj/machinery/deepfryer, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"sKr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"sKt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/digital_clock/directional/north, +/obj/structure/chair/pew/right, +/obj/item/newspaper, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"sKx" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/flora/grass/jungle/b/style_5, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation/pool) +"sKE" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/storage/belt/utility{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/storage/belt/utility{ + pixel_y = -2; + pixel_x = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"sKF" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/starboard/central) +"sKH" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"sKJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"sKL" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/left, +/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/hallway/primary/port) +"sKS" = ( +/obj/structure/flora/grass/green/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"sKZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"sLa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sLc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sLg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/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, +/area/station/hallway/primary/central) +"sLi" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"sLs" = ( +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination/dorms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"sLu" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/security/prison) +"sLA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/eva) +"sLD" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/rock/pile/style_2, +/mob/living/basic/butterfly, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/chapel) +"sLE" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"sLK" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"sLM" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/bottle/kahlua{ + pixel_y = 17; + pixel_x = -7 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/item/reagent_containers/cup/glass/bottle/vermouth{ + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/bottle/sake{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/shochu{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/railing, +/obj/machinery/light/small/directional/south, +/obj/structure/marker_beacon/teal, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"sMa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/obj/effect/turf_decal/siding/blue, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"sMd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/aquarium/prefilled, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"sMe" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/tank_holder/extinguisher, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"sMf" = ( +/obj/structure/cable, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/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/stairs/right{ + dir = 8; + color = "#3d3e42" + }, +/area/station/maintenance/aft/lesser) +"sMh" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"sMq" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"sMA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/engineering/atmos) +"sMC" = ( +/turf/closed/wall/r_wall, +/area/station/science/lower) +"sMS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"sNa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/trashcart/filled, +/obj/effect/decal/cleanable/wrapping/pinata, +/turf/open/floor/plating, +/area/station/maintenance/port) +"sNb" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"sNe" = ( +/turf/open/floor/iron/stairs/left{ + color = "#5d341f" + }, +/area/station/command/heads_quarters/captain) +"sNi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"sNv" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/navbeacon{ + location = "F9-Cargo"; + codes_txt = "patrol;next_patrol=F10-Cargo" + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"sNy" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/button/ignition{ + id = "executionburn"; + name = "Justice Ignition Switch"; + pixel_x = 37; + pixel_y = 6 + }, +/obj/machinery/button/flasher{ + id = "justiceflash"; + name = "Justice Flash Control"; + pixel_x = 26; + pixel_y = 6; + req_access = list("security") + }, +/obj/structure/table/reinforced, +/obj/machinery/button/door/directional/east{ + id = "SecJusticeVent"; + name = "Justice Vent Control"; + req_access = list("armory"); + pixel_x = 37; + pixel_y = -6 + }, +/obj/machinery/button/door/directional/east{ + req_access = list("brig"); + name = "Justice Area Lockdown"; + id = "SecJusticeChamber"; + pixel_x = 26; + pixel_y = -6 + }, +/obj/machinery/computer/records/security/laptop, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"sNE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"sNI" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"sNK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/glass, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"sNN" = ( +/obj/machinery/flasher/directional/south{ + req_access = list("security"); + id = "justiceflash" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"sNU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"sNY" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"sOa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"sOf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = 8; + pixel_x = -1 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/department/bridge) +"sOg" = ( +/obj/machinery/button/door/directional/north{ + id = "roboticsprivacy"; + name = "Robotics Privacy Control"; + pixel_x = -5; + req_access = list("robotics"); + pixel_y = 28 + }, +/obj/item/key/atv{ + pixel_y = 32; + pixel_x = 5 + }, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/science/robotics/lab) +"sOu" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sOv" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sOy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/chair/stool/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"sOz" = ( +/obj/structure/transport/linear/public, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "SecElevator" + }, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "SecElevator" + }, +/obj/machinery/light/floor, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/brig/lower) +"sOB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sOE" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"sOG" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"sOI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"sOJ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/openspace, +/area/station/security/brig) +"sOT" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"sPc" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"sPe" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"sPf" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"sPh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"sPt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/directions/security/directional/east{ + pixel_y = 8 + }, +/obj/structure/sign/directions/command/directional/east, +/obj/structure/sign/directions/upload/directional/east{ + pixel_y = -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/hallway/primary/central) +"sPx" = ( +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/structure/rack, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sPC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room/upper) +"sPD" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"sPH" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/spawner/random/trash, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sPO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red, +/obj/structure/sign/calendar/directional/south, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/breakroom) +"sPP" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/toy/cards/deck/blank{ + pixel_y = 3 + }, +/obj/item/toy/cards/deck{ + pixel_y = 6 + }, +/obj/structure/table/glass, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"sPU" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/frame/computer{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"sQa" = ( +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"sQi" = ( +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"sQl" = ( +/obj/machinery/smoke_machine, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sQm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/cafeteria) +"sQo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/dresser, +/obj/item/food/pie/cream{ + pixel_x = 0; + pixel_y = 11 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"sQr" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"sQt" = ( +/obj/machinery/atmospherics/components/binary/tank_compressor{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/wtf_is_co2/directional/north, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"sQw" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"sQy" = ( +/turf/open/floor/carpet/red, +/area/station/maintenance/port/central) +"sQD" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"sQE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"sQI" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/filingcabinet, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"sQR" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"sQY" = ( +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sRa" = ( +/obj/structure/transit_tube/crossing, +/obj/structure/railing/corner{ + dir = 1; + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"sRf" = ( +/obj/structure/cable, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + 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/side{ + dir = 4 + }, +/area/station/maintenance/department/bridge) +"sRw" = ( +/turf/closed/wall, +/area/station/commons/lounge) +"sRJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"sRM" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/maintenance/central) +"sRX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/ai_monitored/turret_protected/ai) +"sSe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/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/railing/corner{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/storage) +"sSg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"sSi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/power/port_gen/pacman, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"sSj" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + 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/dark/small, +/area/station/engineering/main) +"sSq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/range) +"sSt" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"sSz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"sSD" = ( +/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/port/central) +"sSH" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sSJ" = ( +/obj/structure/flora/tree/pine/style_3, +/obj/structure/marker_beacon/purple, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"sSL" = ( +/obj/structure/flora/rock/pile/jungle/style_4, +/obj/machinery/biogenerator, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"sSQ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/machinery/jukebox/no_access{ + pixel_y = -5 + }, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"sSU" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sTe" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/stairs/medium{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/kitchen/diner) +"sTf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/science/genetics) +"sTh" = ( +/obj/effect/turf_decal/siding/dark/end, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"sTl" = ( +/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 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"sTn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/power/smes, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/solars/starboard/fore) +"sTp" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"sTy" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sTz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/bluespace_vendor/directional/east, +/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, +/area/station/hallway/primary/fore) +"sTA" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 14; + pixel_x = 5 + }, +/obj/item/radio/intercom/directional/north, +/obj/item/toy/figure/secofficer{ + pixel_y = 18; + pixel_x = -10 + }, +/obj/structure/bookcase/random/reference, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"sTF" = ( +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/command/storage/eva) +"sTG" = ( +/obj/item/banner/command/mundane, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"sTL" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sTP" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"sTT" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"sTW" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/hallway/secondary/command) +"sTX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/medical/break_room) +"sTZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/secure_closet/security/engine, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"sUb" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos/project) +"sUe" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/engineering/break_room) +"sUh" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sUj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sUm" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sUy" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/port/fore) +"sUF" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/razor{ + pixel_x = -3 + }, +/obj/item/dyespray{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"sUI" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"sUO" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured, +/area/station/service/hydroponics) +"sUS" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"sUW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"sVa" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/table/reinforced/rglass, +/obj/machinery/coffeemaker/impressa{ + pixel_x = 2 + }, +/obj/machinery/light/directional/south, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"sVf" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"sVo" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/structure/noticeboard/rd{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"sVs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage_shared) +"sVv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sVB" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"sVD" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"sVF" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"sVP" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"sVR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"sVU" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 1"; + id_tag = "Cell1" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"sVX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"sVZ" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/line{ + 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 = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/processing) +"sWb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack, +/obj/structure/fluff/paper/stack{ + pixel_y = -24; + pixel_x = -9 + }, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"sWk" = ( +/obj/structure/sign/clock/directional/east, +/turf/open/openspace, +/area/station/maintenance/starboard/fore) +"sWm" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"sWo" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"sWz" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"sWB" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"sWH" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/aquarium/prefilled, +/turf/open/floor/iron/dark/small, +/area/station/command/corporate_suite) +"sWI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"sWM" = ( +/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/radshelter/civil) +"sWO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/item/flashlight/lamp{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"sWQ" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/digital_clock/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"sWX" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/computer/order_console/cook, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"sXa" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/bot_white, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"sXb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"sXe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"sXg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/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/small, +/area/station/engineering/main) +"sXi" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 5; + pixel_x = 4 + }, +/obj/structure/desk_bell{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/hallway/secondary/command) +"sXk" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"sXp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 9 + }, +/obj/item/clothing/suit/pillow_suit, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/fore) +"sXq" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"sXt" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/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 = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"sXu" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"sXz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 11; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"sXE" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/fore) +"sXG" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"sXN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"sXQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/obj/machinery/light/no_nightlight/directional/south, +/obj/structure/sign/warning/secure_area/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"sXS" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/requests_console/directional/south{ + name = "Morgue Requests Console"; + department = "Morgue" + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"sXU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"sXX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"sYa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"sYc" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"sYg" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "roboticsprivacy"; + name = "Robotics Shutters" + }, +/obj/structure/flora/rock/pile/icy, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/robotics/lab) +"sYi" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/landmark/start/janitor, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/caution/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/service/janitor) +"sYj" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/checker, +/area/station/maintenance/port/central) +"sYl" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"sYw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"sYJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/departments/medbay/alt/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"sYK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"sYY" = ( +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology/hallway) +"sYZ" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + 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, +/area/station/commons/fitness/recreation/lasertag) +"sZr" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/aquarium/prefilled, +/turf/open/floor/iron/dark/small, +/area/station/command/corporate_suite) +"sZv" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"sZz" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark/small, +/area/station/command) +"sZA" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"sZB" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/medical/pharmacy) +"sZD" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/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/smooth_edge{ + dir = 8 + }, +/area/station/command/corporate_suite) +"sZJ" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, +/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/dark/small, +/area/station/medical/cryo) +"sZK" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/noticeboard/cmo{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/siding/blue, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"sZL" = ( +/obj/structure/ladder, +/obj/structure/ladder, +/turf/open/floor/plating, +/area/station/commons/toilet/restrooms) +"sZM" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"sZP" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"sZT" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/item/hand_labeler_refill, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/random/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"sZV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"tag" = ( +/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/plating, +/area/station/maintenance/starboard/fore) +"tak" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"tao" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tat" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/white, +/area/station/science/lab) +"taD" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"taG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "secure_pen" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/cytology) +"taJ" = ( +/obj/structure/broken_flooring/singular/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"taK" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/light/small/directional/south, +/turf/open/floor/glass, +/area/station/hallway/secondary/service) +"taM" = ( +/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, +/obj/machinery/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"taO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/dorms) +"taT" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"taZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tbc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tbh" = ( +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Mini-Bar Shutters"; + id = "arrivalbar" + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"tbk" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"tbl" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tbm" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"tbp" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"tbq" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"tbw" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tbG" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"tbI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/lockers) +"tbO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs{ + color = "#3d3e42" + }, +/area/station/cargo/warehouse) +"tbP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/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/dark, +/area/station/engineering/atmos) +"tbR" = ( +/turf/open/openspace, +/area/station/hallway/primary/port) +"tbY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"tca" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"tce" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "circuitprivacy"; + name = "Circuit Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/circuits) +"tch" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"tco" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"tcy" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"tcF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"tcI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"tcL" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"tcM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"tcU" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/medical/pharmacy) +"tcW" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"tcY" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant4, +/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{ + dir = 8 + }, +/area/station/security/prison) +"tda" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"tdc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/power/smes/super/full, +/obj/machinery/flasher/directional/south{ + id = "AI" + }, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"tdd" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"tde" = ( +/obj/structure/flora/grass/green/style_2, +/obj/structure/flora/bush/lavendergrass/style_4, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lower) +"tdk" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"tdl" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tdr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"tdw" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"tdQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/hedge, +/obj/machinery/digital_clock/directional/south, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"tdT" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"tec" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"ted" = ( +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/item/food/grown/poppy/lily, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid2" + }, +/area/space/nearstation) +"tep" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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/lower) +"tes" = ( +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tet" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/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/central) +"tez" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"teD" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/south, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"teG" = ( +/turf/closed/wall/rust, +/area/station/maintenance/port/aft) +"teH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"teN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"teP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos/pumproom) +"teS" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/item/stack/arcadeticket, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"teV" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/range) +"teW" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"teY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"tfb" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"tfh" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"tfl" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"tfm" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tfn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/port) +"tfy" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/computer/security/telescreen/engine/directional/east, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/engineering) +"tfD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"tfH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/security/prison) +"tfP" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/light/small/dim/directional/east, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plating, +/area/station/security/prison/safe) +"tfR" = ( +/obj/machinery/light/floor, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "Bridge2Elevator" + }, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "Bridge2Elevator" + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/command) +"tfS" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/turf/open/floor/grass, +/area/station/service/janitor) +"tfT" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"tfU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -48; + pixel_y = 7 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"tga" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"tgc" = ( +/obj/machinery/door/poddoor/preopen{ + id = "queue_hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/gateway) +"tgh" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/machinery/light_switch/directional/east{ + pixel_y = -6 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"tgm" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"tgu" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 15; + pixel_y = 3 + }, +/obj/machinery/computer/security/telescreen/vault/directional/west, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"tgA" = ( +/turf/open/openspace, +/area/station/maintenance/port/aft) +"tgE" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"tgF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/gravity_generator) +"tgM" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"tgN" = ( +/obj/structure/chair/stool/directional/east{ + pixel_x = -7 + }, +/obj/structure/sign/poster/contraband/blood_geometer/directional/west, +/obj/item/cigbutt{ + pixel_y = -2; + pixel_x = 2 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"tgO" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/cargo/lower) +"tgR" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"tgW" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/chapel/funeral) +"tgX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/textured, +/area/station/security/prison) +"thf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"thj" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"thE" = ( +/obj/structure/chair, +/obj/effect/turf_decal/bot_white, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/lesser) +"thG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"thH" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/purple, +/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, +/area/station/science/lower) +"thJ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"thK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/light_construct/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"thM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"thO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"thP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"thS" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/stairs/west{ + color = "#3d3e42" + }, +/obj/structure/sign/departments/holy/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"thT" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"thZ" = ( +/obj/item/reagent_containers/cup/glass/bottle/hcider{ + pixel_y = 17; + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/bottle/grappa{ + pixel_y = 20 + }, +/obj/item/reagent_containers/cup/glass/bottle/grenadine{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/reagent_containers/cup/glass/bottle/rum{ + pixel_y = 13; + pixel_x = 1 + }, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/bottle/tequila{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/structure/table/reinforced/plasmarglass, +/obj/structure/marker_beacon/fuchsia, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"tib" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid10" + }, +/area/space/nearstation) +"tic" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Brig Infirmary Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/plating, +/area/station/maintenance/starboard/central) +"tij" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tin" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"tio" = ( +/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, +/area/station/maintenance/port/fore) +"tip" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"tiq" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/siding/blue, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"tis" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"tiv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/corporate_suite) +"tiz" = ( +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/hallway/secondary/command) +"tiI" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/breakroom) +"tiM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + 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, +/area/station/medical/lower) +"tiN" = ( +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/science/ordnance) +"tiO" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"tiP" = ( +/obj/item/chair/plastic, +/obj/effect/decal/cleanable/garbage{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"tiT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tiV" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/central) +"tiZ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"tjs" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tjx" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"tjC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"tjD" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/status_display/ai/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"tjE" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"tjG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"tjV" = ( +/obj/item/dog_bone, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tjX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"tkm" = ( +/obj/item/chair/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tko" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/side, +/area/station/engineering/atmos) +"tkr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"tkw" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tkC" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/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/large, +/area/station/service/lawoffice) +"tkL" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/command) +"tkO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/structure/table, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"tkP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/station/science/genetics) +"tkQ" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"tlb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"tlg" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/ordnance/storage) +"tlk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/bridge) +"tlp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/barsign/directional/north, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"tly" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/item/clothing/glasses/sunglasses/big, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"tlz" = ( +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"tlD" = ( +/obj/structure/hedge, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"tlV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"tlW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"tlX" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/fitness) +"tma" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/donk, +/area/station/medical/pharmacy) +"tmb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tmd" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/sign/picture_frame/showroom/two{ + pixel_x = -32 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"tmg" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/cigbutt/cigarbutt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tmh" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tmj" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"tmk" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/station/service/kitchen) +"tmn" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 9 + }, +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + name = "Engineering Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"tms" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/rock/pile/jungle/style_5, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/rock/pile, +/turf/open/floor/grass, +/area/station/medical/psychology) +"tmt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/stack/arcadeticket{ + amount = 6 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"tmz" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"tmE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/science/breakroom) +"tmK" = ( +/turf/open/floor/carpet, +/area/station/service/cafeteria) +"tmT" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + 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/textured, +/area/station/commons/dorms) +"tmU" = ( +/obj/item/reagent_containers/cup/glass/bottle/kahlua{ + pixel_y = 17; + pixel_x = -7 + }, +/obj/item/reagent_containers/cup/glass/bottle/wine{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/item/reagent_containers/cup/glass/bottle/vermouth{ + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/bottle/sake{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/shochu{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/structure/marker_beacon/teal, +/obj/structure/table/reinforced/rglass, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"tmY" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/medbay/lobby) +"tmZ" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/chapel/funeral) +"tna" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/comfy/beige, +/turf/open/floor/carpet/red, +/area/station/service/library) +"tnh" = ( +/obj/effect/turf_decal/trimline/dark_blue/warning, +/turf/closed/wall, +/area/station/science/genetics) +"tnj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"tnz" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/box, +/obj/item/defibrillator/loaded, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/machinery/requests_console/auto_name/directional/north{ + name = "Medbay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"tnJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/door/firedoor, +/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/iron, +/area/station/cargo/lobby) +"tnR" = ( +/obj/machinery/holopad, +/obj/machinery/duct, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/aft) +"tod" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tof" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/textured_corner, +/area/station/science/genetics) +"toh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"tok" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"toq" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/iron{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/lithium{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow/end, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"tos" = ( +/obj/effect/turf_decal/trimline/white/arrow_cw{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"tow" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"toF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"toJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/corner, +/area/station/commons/dorms) +"toO" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/textured, +/area/station/medical/treatment_center) +"toQ" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/research) +"toT" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"toX" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"toZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F8-Fore-Hallway"; + codes_txt = "patrol;next_patrol=F9-Cargo" + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/hallway/primary/fore) +"tpb" = ( +/obj/structure/chair/sofa/bench/solo, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"tpf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/machinery/computer/rdconsole{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"tpk" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"tpn" = ( +/obj/machinery/roulette, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood/fancy, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"tpq" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/openspace, +/area/station/science/research) +"tpv" = ( +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/science/circuits) +"tpy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos/project) +"tpz" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tpQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tpS" = ( +/obj/structure/hedge, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"tpZ" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"tqa" = ( +/obj/effect/turf_decal/trimline/green, +/obj/structure/chair/comfy, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"tqf" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"tqm" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/corner, +/area/station/maintenance/starboard/fore) +"tqn" = ( +/obj/effect/turf_decal/siding/dark_green, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/ferny/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"tqo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/netpod, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"tqq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"tqs" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/miningoffice) +"tqy" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"tqE" = ( +/obj/structure/sign/clock/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"tqG" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tqL" = ( +/obj/structure/sign/departments/psychology/directional/east, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"tqT" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"tqW" = ( +/obj/machinery/power/port_gen/pacman/pre_loaded, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"tqY" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/hedge, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/trimline/brown/line, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/cargo/lower) +"trd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/central) +"trf" = ( +/obj/effect/turf_decal/siding/wood{ + 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/wood/tile, +/area/station/service/boutique) +"trg" = ( +/obj/machinery/door/airlock/grunge{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/effect/landmark/navigate_destination, +/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/herringbone, +/area/station/service/chapel/office) +"trk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"trp" = ( +/obj/structure/fluff/paper/stack, +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"trq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"trx" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/visit) +"try" = ( +/obj/machinery/digital_clock/directional/south, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/bottle/gin{ + pixel_y = 18; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/curacao{ + pixel_y = 11; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/cognac{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/bottle/coconut_rum{ + pixel_x = 7; + pixel_y = 17 + }, +/obj/item/reagent_containers/cup/glass/bottle/amaretto{ + pixel_y = 9; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/bottle/absinthe{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/structure/railing, +/obj/structure/marker_beacon/indigo, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"trC" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"trE" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/security/prison) +"trM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"trN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/mob/living/basic/parrot/poly, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"trR" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"trS" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/digital_clock/directional/north, +/obj/item/cigbutt{ + pixel_y = 9 + }, +/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/cargo) +"tse" = ( +/obj/structure/flora/grass/both/style_2, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/statue/snow/snowman, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/light, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"tsf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"tsk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"tsp" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 5 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"tsz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/sign/warning/vacuum/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"tsA" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"tsJ" = ( +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"tsN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/security/checkpoint/customs) +"tsT" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/primary/starboard) +"tte" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"ttf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/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 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"ttj" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/cargo/lower) +"ttk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + 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/wood/tile, +/area/station/service/boutique) +"tto" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"ttq" = ( +/obj/structure/sign/warning/no_smoking/circle/directional/south, +/obj/machinery/plumbing/receiver, +/obj/effect/turf_decal/siding/yellow/end, +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/medical/medbay/central) +"ttv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/autodrobe, +/obj/item/toy/figure/mime{ + pixel_y = 16; + pixel_x = -6 + }, +/obj/item/toy/figure/clown{ + pixel_y = 16; + pixel_x = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"ttx" = ( +/obj/machinery/door/airlock/external{ + name = "EVA Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) +"ttF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/lantern/on, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"ttH" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"ttI" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","bar") + }, +/turf/open/floor/carpet/neon/simple/blue/nodots, +/area/station/commons/fitness/recreation/lasertag) +"ttK" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/small/directional/east, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"ttO" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"ttW" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/warning/no_smoking/circle/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"ttX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/rock/pile/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tua" = ( +/obj/machinery/netpod, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"tub" = ( +/obj/structure/broken_flooring/side/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tug" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line, +/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{ + dir = 1 + }, +/area/station/commons/dorms) +"tus" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/always_floorplane/directional/north, +/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/plating, +/area/station/maintenance/port/central) +"tuw" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tuB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_y = -5; + pixel_x = -6 + }, +/obj/item/poster/random_official{ + pixel_x = -4 + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tuH" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"tuK" = ( +/obj/machinery/door/airlock/wood, +/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/airlock/access/any/supply/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tuM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/obj/structure/sign/clock/directional/south, +/obj/effect/turf_decal/siding/red, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/diagonal, +/area/station/security/breakroom) +"tuQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tuR" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/iron, +/area/station/maintenance/port/fore) +"tuZ" = ( +/obj/structure/barricade/sandbags{ + color = "#9d1a1a" + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"tvk" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/port/aft) +"tvl" = ( +/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 = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"tvq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"tvt" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"tvw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tvx" = ( +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"tvz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"tvB" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"tvF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/primary/port) +"tvH" = ( +/obj/structure/table/glass, +/obj/item/wheelchair{ + pixel_y = 4 + }, +/obj/item/wheelchair{ + pixel_y = 8 + }, +/obj/item/cane/white{ + pixel_y = -5; + pixel_x = -3 + }, +/obj/item/cane/white, +/obj/item/clothing/glasses/blindfold/white, +/obj/item/clothing/glasses/blindfold/white, +/turf/open/floor/iron/white/textured, +/area/station/medical/medbay/central) +"tvI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/processing) +"tvK" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/light/floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel/funeral) +"tvL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"tvM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"tvT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tvU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/service/boutique) +"tvV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bamboo{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/mid_joiner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/commons/fitness/recreation/sauna) +"tvW" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"twj" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"twl" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/light/directional/north, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/cargo/miningoffice) +"twp" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple, +/obj/effect/turf_decal/siding/purple/corner, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tws" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"twz" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"twB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"twI" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/command) +"twL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"twQ" = ( +/turf/closed/wall, +/area/station/cargo/warehouse) +"twV" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{ + dir = 1 + }, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"twX" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/item/food/energybar, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 14 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"twY" = ( +/obj/item/storage/box/bodybags, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/pushbroom, +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"twZ" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"txf" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"txl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/warden) +"txu" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_corner, +/area/station/commons/fitness) +"txv" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning, +/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/iron/white, +/area/station/medical/medbay/lobby) +"txw" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/large/style_2, +/turf/open/floor/grass, +/area/station/medical/virology) +"txH" = ( +/obj/structure/cable, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/radshelter/civil) +"txO" = ( +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/decal/cleanable/dirt, +/obj/item/fish_analyzer, +/obj/structure/marker_beacon/indigo, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/port/aft) +"txW" = ( +/turf/open/space/openspace, +/area/space) +"txX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "fishstore"; + name = "Fish Store Shutters" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tye" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/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/dark/textured, +/area/station/security/prison) +"tyg" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tyk" = ( +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tym" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tyt" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/caution/white{ + dir = 4 + }, +/turf/open/floor/iron/white/textured_edge{ + dir = 8 + }, +/area/station/medical/surgery/theatre) +"tyE" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/jungle/b/style_random, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"tyF" = ( +/obj/machinery/sparker/directional/north{ + id = "Xenobio" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tyH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tyO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"tyQ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"tyS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"tyW" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"tza" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"tzf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"tzp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"tzq" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tzx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"tzy" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tzB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/sign/warning/secure_area/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tzD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"tzF" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/hallway/secondary/command) +"tzG" = ( +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/command/corporate_suite) +"tzP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"tzR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"tzW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 10 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos/project) +"tzY" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"tzZ" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/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, +/area/station/construction/mining/aux_base) +"tAb" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"tAe" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot_white, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tAf" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/engineering{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/server) +"tAi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"tAp" = ( +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/engineering/supermatter/room/upper) +"tAq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/office) +"tAr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/main) +"tAu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Post - Engineering" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/engineering) +"tAv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/security/lockers) +"tAw" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"tAD" = ( +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"tAK" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"tAL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tAO" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters" + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"tAS" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod One"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination/dockescpod1, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tAU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tAV" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/science/breakroom) +"tBk" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 4 + }, +/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/commons/dorms/laundry) +"tBl" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/construction/mining/aux_base) +"tBs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"tBt" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"tBw" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"tBy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/item/camera/detective{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/taperecorder{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/flashlight/seclite{ + pixel_y = -3 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"tBC" = ( +/obj/structure/hedge/opaque, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/turf/open/floor/grass, +/area/station/maintenance/department/security) +"tBI" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room/office) +"tBK" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/modular_computer/preset/civilian{ + dir = 8 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/medical) +"tBL" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/bottle/toxin{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 8 + }, +/obj/item/reagent_containers/syringe/epinephrine, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tBN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/ammo_casing{ + pixel_x = -19; + dir = 9 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/maintenance/department/bridge) +"tBX" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"tBY" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port/central) +"tCd" = ( +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/light/no_nightlight/directional/north, +/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/science/research) +"tCe" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tCi" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"tCl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"tCw" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tCz" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/fore) +"tCA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/button/door/directional/south{ + id = "Cell3"; + normaldoorcontrol = 1; + specialfunctions = 4; + name = "Cell 3 Doors Bolt Control"; + req_access = list("brig") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"tCB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","rd","xeno") + }, +/turf/open/floor/iron/white/textured, +/area/station/science/xenobiology/hallway) +"tCC" = ( +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"tCN" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/doppler_array{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/computer/security/telescreen/ordnance/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"tCP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/dorms) +"tCT" = ( +/obj/effect/turf_decal/trimline/tram/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/tram/mid_joiner, +/turf/open/floor/iron/dark/textured_half, +/area/station/security/detectives_office) +"tCV" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"tCW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"tCY" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/airlock/command{ + name = "Captain's Reception"; + id_tag = "CapFoyer" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command) +"tDa" = ( +/obj/structure/hedge, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/sticker/googly{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/sticker/googly{ + pixel_x = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"tDc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"tDe" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"tDh" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tDi" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tDq" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/small, +/area/station/medical/patients_rooms) +"tDu" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"tDx" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"tDE" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/item/storage/dice, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"tDJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/port) +"tDK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/hos/double{ + dir = 1 + }, +/obj/structure/sign/clock/directional/west, +/obj/item/toy/plush/shark{ + pixel_x = -4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"tDP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"tDQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"tDR" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/service/library/upper) +"tDS" = ( +/obj/structure/marker_beacon/yellow, +/turf/open/floor/catwalk_floor, +/area/station/engineering/supermatter/room/upper) +"tDT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/west{ + name = "Monkey Pen"; + req_access = list("genetics") + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/south{ + color = "#afc84b" + }, +/turf/open/floor/engine, +/area/station/science/genetics) +"tDW" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"tDX" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/brig/lower) +"tDY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"tEg" = ( +/obj/structure/railing, +/obj/item/kirbyplants/random, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"tEi" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/service/minibar) +"tEk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/morgue) +"tEn" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"tEp" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"tEE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"tEF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"tEI" = ( +/obj/structure/flora/rock/pile/jungle/style_5, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass{ + icon_state = "grass1" + }, +/area/station/security/prison/garden) +"tEL" = ( +/turf/closed/wall, +/area/station/service/library/lounge) +"tEO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"tEQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/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, +/area/station/maintenance/fore/lesser) +"tFb" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"tFc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tFd" = ( +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/machinery/vending/dinnerware, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"tFe" = ( +/obj/structure/table, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tFh" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"tFk" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"tFo" = ( +/obj/machinery/air_sensor/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"tFp" = ( +/obj/structure/cable, +/obj/structure/sign/warning/no_smoking/directional/north, +/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/cargo) +"tFz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"tFH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/maintenance/department/bridge) +"tFI" = ( +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/commons/dorms) +"tFJ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"tFN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tFQ" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/flora/bush/flowers_br, +/obj/effect/spawner/xmastree, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/grass, +/area/station/service/library/upper) +"tFY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/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/central) +"tFZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/storage/primary) +"tGe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"tGf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig) +"tGj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tGn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/noticeboard/directional/south, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/neutral, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"tGr" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"tGx" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"tGC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/effect/landmark/observer_start, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tGE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tGI" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid3" + }, +/area/space/nearstation) +"tGJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tGP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/project) +"tGW" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"tGX" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/item/clothing/head/cone{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"tGZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command) +"tHb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/window{ + dir = 1; + name = "Teleporter Access Shutter"; + id = "teleportershutters" + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"tHc" = ( +/obj/effect/turf_decal/bot_white, +/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/textured_large, +/area/station/security/prison) +"tHj" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-left" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + id_tag = "innerbridge" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"tHl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/musical_instrument, +/obj/item/bikehorn{ + pixel_y = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"tHn" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig) +"tHq" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio5"; + name = "Xenobio Pen 5 Blast Door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/north{ + name = "Containment Pen #5"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tHt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/deluxe_garbage, +/obj/structure/broken_flooring/singular/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"tHu" = ( +/obj/structure/railing/corner{ + dir = 4; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"tHv" = ( +/obj/effect/turf_decal/siding/dark, +/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/dark{ + dir = 1 + }, +/obj/effect/turf_decal/caution/red, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"tHw" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor"; + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/disposal) +"tHx" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"tHJ" = ( +/obj/machinery/light/floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"tHK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/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/port/central) +"tHQ" = ( +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/structure/mop_bucket/janitorialcart{ + dir = 4 + }, +/obj/item/mop, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"tHT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"tHW" = ( +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"tHY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "sciprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/science/lab) +"tId" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/storage/box/prisoner, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"tIe" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/end{ + dir = 4 + }, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/newspaper, +/turf/open/floor/grass, +/area/station/hallway/primary/fore) +"tIq" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"tIr" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"tIt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"tIu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"tIC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tIJ" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"tIK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"tIL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/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, +/area/station/cargo/storage) +"tIQ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/security/courtroom) +"tIR" = ( +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tJa" = ( +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"tJb" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/suit_storage_unit/medical, +/obj/effect/turf_decal/delivery, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"tJp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"tJq" = ( +/obj/machinery/door/airlock/command{ + name = "Teleport Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/obj/effect/landmark/navigate_destination, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/command/teleporter) +"tJr" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 3 + }, +/obj/item/pen/red{ + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = -14; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 5; + pixel_x = -14 + }, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"tJt" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) +"tJx" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tJW" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/commons/storage/primary) +"tKf" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/tree/jungle/small/style_3, +/obj/structure/marker_beacon/lime, +/obj/structure/disposalpipe/segment, +/turf/open/floor/grass, +/area/station/medical/lower) +"tKp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"tKv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/solars/port/fore) +"tKx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"tKy" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/stack/cable_coil/cut{ + pixel_y = -12 + }, +/obj/item/food/deadmouse{ + pixel_y = 2 + }, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tKF" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/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 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"tKG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Transferring Control" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + 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/dark, +/area/station/security/processing) +"tKI" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"tKO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"tKX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library) +"tKZ" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater) +"tLb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/starboard/central) +"tLi" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"tLj" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tLm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tLo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tLq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"tLt" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tLu" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/starboard) +"tLv" = ( +/obj/structure/chair/office/light{ + dir = 8; + name = "Defense" + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"tLx" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/aisat/service) +"tLz" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood/tile, +/area/station/maintenance/department/bridge) +"tLE" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tLF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"tLG" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/pushbroom, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/red/dim/directional/west, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"tLH" = ( +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"tLR" = ( +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/wideplating_new/light/corner, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/railing/corner, +/obj/structure/fluff/beach_umbrella/science{ + icon_state = "brella"; + pixel_y = 3; + pixel_x = -5 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"tLT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"tLY" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tMc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/red, +/area/station/service/library) +"tMe" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"tMj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 8 + }, +/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/iron/dark/textured, +/area/station/service/library/lounge) +"tMl" = ( +/obj/machinery/air_sensor/ordnance_burn_chamber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"tMm" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"tMq" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid10" + }, +/area/space/nearstation) +"tMz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/project) +"tMF" = ( +/obj/effect/turf_decal/trimline/green/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"tMI" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/obj/structure/broken_flooring/singular/directional/east, +/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/port/aft) +"tMN" = ( +/obj/structure/urinal/directional/west, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"tMP" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"tMT" = ( +/obj/structure/sign/departments/medbay/alt/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"tMW" = ( +/obj/effect/spawner/random/structure/closet_empty/crate/with_loot, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"tMY" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"tNh" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/glass, +/area/station/service/kitchen/diner) +"tNi" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"tNj" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/door/window/right/directional/south{ + name = "Apiary"; + req_access = list("hydroponics") + }, +/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) +"tNn" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/purple, +/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/lower) +"tNu" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/misc/grass, +/area/station/engineering/main) +"tNv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"tNA" = ( +/obj/structure/closet/cabinet, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tNB" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/starboard) +"tNK" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"tNL" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/service/bar) +"tNN" = ( +/obj/structure/sink/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/prison/safe) +"tNP" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tNQ" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/misc/grass, +/area/station/engineering/atmos) +"tNR" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"tNT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/item/stack/arcadeticket, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"tNV" = ( +/obj/structure/lattice/catwalk, +/obj/item/clothing/head/cone, +/turf/open/space/basic, +/area/space/nearstation) +"tOb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/science) +"tOn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tOp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new{ + 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, +/area/station/hallway/primary/central) +"tOs" = ( +/obj/structure/hedge, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/central) +"tOw" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"tOx" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command) +"tOB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"tOI" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/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/science/robotics/storage) +"tOT" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison/visit) +"tOW" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"tOX" = ( +/obj/structure/flora/rock/style_4, +/obj/structure/spacevine{ + can_spread = 0; + pixel_x = 32 + }, +/obj/item/flashlight/lantern{ + pixel_x = 0; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/stone, +/area/station/ai_monitored/aisat/exterior) +"tPc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/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/carpet/red, +/area/station/service/library) +"tPe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/security/courtroom) +"tPh" = ( +/obj/item/trash/candy, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"tPk" = ( +/obj/machinery/button/door/directional/west{ + pixel_x = -32; + pixel_y = 2; + id = "briglockdown"; + name = "Brig Lockdown Control"; + req_access = list("security") + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"tPp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"tPs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tPw" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"tPy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tPF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/closet/emcloset/anchored, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"tPK" = ( +/obj/item/reagent_containers/condiment/hotsauce{ + pixel_y = 16; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/mayonnaise{ + pixel_x = 9; + pixel_y = 16 + }, +/obj/item/reagent_containers/condiment/ketchup{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/item/reagent_containers/condiment/olive_oil{ + pixel_y = 16 + }, +/obj/item/reagent_containers/condiment/bbqsauce{ + pixel_y = 4; + pixel_x = -9 + }, +/obj/item/reagent_containers/condiment/soysauce{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/station/service/kitchen) +"tPN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"tPS" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"tPW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"tPX" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#36373a" + }, +/turf/open/openspace, +/area/station/service/chapel/funeral) +"tPZ" = ( +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"tQb" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space/basic, +/area/space/nearstation) +"tQd" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/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 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"tQe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"tQo" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/breakroom) +"tQx" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"tQB" = ( +/obj/structure/barricade/sandbags{ + color = "#0095ff" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "laserblue"; + name = "Blue Team" + }, +/turf/open/floor/carpet/neon/simple/blue, +/area/station/commons/fitness/recreation/lasertag) +"tQL" = ( +/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 = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tQM" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"tQR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/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/primary/starboard) +"tQW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"tQX" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom/directional/north{ + broadcasting = 1; + listening = 0; + name = "Interrogation Intercom"; + frequency = 1423 + }, +/obj/machinery/light/cold/dim/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"tRa" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing, +/obj/effect/landmark/start/hangover, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"tRc" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Foyer" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_large, +/area/station/engineering/gravity_generator) +"tRi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tRp" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/marker_beacon/teal, +/turf/open/floor/grass, +/area/station/medical/medbay/lobby) +"tRB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"tRK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"tRL" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/maintenance/central) +"tRT" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"tRV" = ( +/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/maintenance/central) +"tRY" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/warden) +"tSl" = ( +/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/primary/port) +"tSr" = ( +/obj/item/folder/documents, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/filingcabinet, +/obj/machinery/camera/autoname/motion/directional/north{ + network = list("vault") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"tSs" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"tSt" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/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/iron/white, +/area/station/security/medical) +"tSA" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tSB" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/computer/operating, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/execution/education) +"tSF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/cargo/warehouse) +"tSJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/item/kirbyplants/fern{ + pixel_y = 6 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"tSM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"tSN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"tSQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"tSS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"tSW" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"tTa" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/flashlight/lamp/green{ + pixel_y = 9; + pixel_x = 15 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"tTb" = ( +/obj/structure/ladder, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"tTl" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"tTs" = ( +/obj/machinery/rnd/experimentor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/station/science/explab) +"tTt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"tTw" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/sign/poster/official/moth_meth/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"tTH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/crude, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"tTM" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"tTN" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"tTQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/engine_access, +/obj/machinery/camera/autoname/directional/south{ + dir = 5; + network = list("ss13","engine") + }, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "engine" + }, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tTR" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/directional/west, +/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/command/bridge) +"tTT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"tTV" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tUa" = ( +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tUc" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tUf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/side{ + dir = 8 + }, +/area/station/maintenance/central) +"tUk" = ( +/obj/structure/rack, +/obj/item/clothing/under/misc/mailman, +/obj/item/clothing/under/misc/vice_officer, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small/red/dim/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"tUm" = ( +/obj/structure/cable, +/obj/machinery/light/small/dim/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tUn" = ( +/turf/closed/wall/r_wall, +/area/station/command/gateway) +"tUo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tUq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/candy, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid4" + }, +/area/space/nearstation) +"tUv" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/space/nearstation) +"tUH" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"tUK" = ( +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 4 + }, +/obj/structure/weightmachine/weightlifter, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/textured_corner{ + dir = 8 + }, +/area/station/commons/fitness) +"tUN" = ( +/obj/item/ammo_casing{ + pixel_y = -8; + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = -3; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor6-old" + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"tUW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/interrogation) +"tVd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"tVg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/project) +"tVl" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"tVp" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Law Office"; + name = "Law Office Fax Machine" + }, +/obj/machinery/button/door/directional/west{ + id = "lawyer_shutters"; + name = "Privacy Shutters"; + req_access = list("lawyer") + }, +/obj/machinery/requests_console/directional/north{ + department = "Law Office"; + name = "Lawyer Requests Console" + }, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"tVs" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tVw" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"tVx" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/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/iron/dark, +/area/station/hallway/primary/aft) +"tVO" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/box, +/obj/item/defibrillator/loaded, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay"); + dir = 9 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"tVT" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/mirror/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"tVY" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/item/kirbyplants/organic/plant4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"tWa" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/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/dark, +/area/station/cargo/lower) +"tWk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"tWm" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark/small, +/area/station/commons/storage/primary) +"tWn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) +"tWG" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/space_heater, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"tWI" = ( +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 6 + }, +/obj/structure/sink/kitchen/directional/south, +/obj/structure/mirror/directional/north, +/obj/machinery/button/door/directional/east{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters Control"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/station/service/kitchen) +"tWL" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"tWQ" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"tWS" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"tWW" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen, +/obj/item/toy/figure/borg{ + pixel_x = -13; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tXg" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth/fancy/mechanical{ + name = "Curtains"; + id = "radioroom" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"tXh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/warning, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"tXr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"tXw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"tXx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"tXz" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/structure/fireaxecabinet/directional/west, +/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/command/bridge) +"tXA" = ( +/obj/effect/turf_decal/trimline/dark_blue/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/bridge) +"tXG" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/engineering_all, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"tXH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/item/analyzer, +/obj/structure/closet/radiation, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos/hfr_room) +"tXI" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"tXP" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"tYf" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/side/directional/north, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"tYi" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/machinery/light_switch/directional/south, +/obj/machinery/light/small/directional/south, +/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, +/area/station/construction/mining/aux_base) +"tYl" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/off{ + dir = 1; + name = "O2 To Pure" + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"tYn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/hallway/primary/fore) +"tYq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"tYt" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/hallway/secondary/service) +"tYx" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"tYy" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/neutral/warning, +/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 = 5 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/morgue) +"tYA" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"tYB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/textured_half{ + dir = 1 + }, +/area/station/command) +"tYH" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"tYI" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/mid_joiner{ + dir = 8 + }, +/obj/item/wallframe/apc, +/obj/structure/window/reinforced/unanchored/spawner/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"tYN" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Two"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"tYT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"tZa" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"tZi" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/table, +/obj/item/binoculars{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"tZj" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"tZk" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tZm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"tZr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"tZu" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/sign/clock/directional/east, +/obj/effect/spawner/random/entertainment/toy_figure, +/obj/machinery/camera/autoname/directional/east{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/security/prison/safe) +"tZC" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"tZN" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/light/directional/north{ + color = "#ffcc99" + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"tZQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/wood/glass{ + name = "Theater Backstage" + }, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/turf/open/floor/wood/large, +/area/station/service/theater) +"tZY" = ( +/obj/effect/decal/cleanable/dirt, +/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/fore/lesser) +"uaa" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/glasses/monocle{ + pixel_y = 3 + }, +/obj/item/clothing/mask/fakemoustache, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"uah" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"uaj" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Permabrig Garden" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/garden) +"uak" = ( +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"uam" = ( +/obj/structure/sign/departments/security/directional/south, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"uao" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"uav" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"uaw" = ( +/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 = 10 + }, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"uaz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"uaD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"uaG" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uaH" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"uaM" = ( +/obj/structure/fence/cut/medium{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uba" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 2; + amount = 3; + pixel_x = -2 + }, +/obj/item/book/manual/wiki/grenades{ + pixel_x = 4; + pixel_y = -14 + }, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 4; + pixel_y = -11 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"ubb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"ubh" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/food_or_drink/booze{ + spawn_loot_count = 2; + spawn_random_offset = 1 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"ubp" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/station/maintenance/port/central) +"ubz" = ( +/obj/structure/flora/bush/sparsegrass, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"ubC" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"ubG" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ubM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","medbay") + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"ubQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/fitness/recreation) +"ubR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"ubV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/iron/dark/small, +/area/station/science/lab) +"uca" = ( +/obj/effect/turf_decal/siding/dark, +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/iron/dark, +/area/station/command) +"ucb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/table/wood, +/obj/machinery/microwave, +/obj/structure/sign/poster/official/bless_this_spess/directional/west, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"ucf" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"uco" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/sign/poster/official/there_is_no_gas_giant/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"ucy" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large/style_2, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"ucB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ucH" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"ucL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/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/lower) +"ucQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal/incinerator) +"ucU" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"ucW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"udj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"udm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"udo" = ( +/obj/machinery/door/poddoor/shutters{ + id = "evashutter"; + name = "E.V.A. Storage Shutter" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"udz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/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/dark/side{ + dir = 4 + }, +/area/station/security/execution/education) +"udE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"udF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + 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, +/area/station/hallway/primary/central) +"udR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"ued" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new{ + 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, +/area/station/hallway/primary/central) +"uef" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/aft) +"ueg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half, +/area/station/cargo/warehouse) +"ueu" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"uev" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/spawner/random/trash/graffiti, +/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/fore/lesser) +"uew" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/turf/open/water, +/area/station/maintenance/port/central) +"uey" = ( +/obj/item/wrench, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"ueF" = ( +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/textured_corner, +/area/station/medical/surgery/theatre) +"ueP" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/holosign/barrier/engineering, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/maintenance/starboard/fore) +"ueT" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Dock" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"ueZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"ufi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"ufn" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"ufv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/storage/gas) +"ufx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/table/wood, +/obj/structure/railing{ + dir = 9 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"ufz" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"ufI" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/engineering/break_room) +"ufN" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/storage) +"ufP" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy/lily, +/obj/item/food/grown/poppy/geranium{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"ufT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/clothing/glasses/meson, +/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, +/area/station/engineering/main) +"ufU" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light_switch/directional/east, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"ufX" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/qm) +"ugc" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"ugd" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"ugr" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/holding_cell) +"ugt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"ugF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"ugO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"ugP" = ( +/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, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ugW" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 5 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"uhd" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"uhl" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uhn" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"uhv" = ( +/obj/structure/fence, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uhx" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uhy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"uhI" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/aft/greater) +"uhK" = ( +/turf/closed/wall, +/area/station/medical/patients_rooms) +"uhM" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai) +"uhP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"uhR" = ( +/obj/structure/hedge, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"uhW" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"uia" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uik" = ( +/obj/effect/mapping_helpers/broken_floor, +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"uim" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"uiq" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/button/door/directional/west{ + id = "arrivalclothes"; + name = "Clothes Shop Shutters Control" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"uiw" = ( +/turf/closed/wall/r_wall, +/area/station/command/meeting_room) +"uiF" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/camera/autoname/directional/east{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"uiG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"uiH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/engineering/atmos) +"uiI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/interrogation) +"uiJ" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/machinery/newscaster/directional/north, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"uiL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/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/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"uiQ" = ( +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/glass, +/area/station/service/library/upper) +"uiU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/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/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"uiZ" = ( +/turf/open/floor/glass, +/area/station/commons/lounge) +"uja" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"ujc" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/lighter, +/obj/machinery/button/door/directional/west{ + id = "arrivalbar"; + name = "Mini-Bar Shutters Control" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"ujf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ujg" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"ujo" = ( +/obj/structure/table/optable, +/obj/machinery/light/small/directional/north, +/obj/item/surgical_drapes, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/abandoned) +"ujr" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Service Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"ujv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics) +"ujw" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/maintenance/central) +"ujx" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"ujz" = ( +/obj/effect/decal/cleanable/dirt, +/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/dark/small, +/area/station/maintenance/central) +"ujD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"ujE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/textured_edge, +/area/station/engineering/storage) +"ujJ" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ujR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ukb" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uke" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"uki" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"ukm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/maintenance/disposal/incinerator) +"ukD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/cult_turf, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"ukF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ukO" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"ukS" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/service/hydroponics) +"ukX" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"ukY" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"ula" = ( +/obj/structure/cable, +/obj/effect/spawner/random/trash/caution_sign, +/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_dark, +/area/station/maintenance/port/aft) +"ulv" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"ulA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"ulD" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat_interior) +"ulJ" = ( +/obj/structure/cable, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/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_dark, +/area/station/maintenance/port) +"umb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/computer/slot_machine, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"umd" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/science) +"uml" = ( +/obj/structure/chair/plastic{ + 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/plating, +/area/station/maintenance/fore/lesser) +"umn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"ums" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"umC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/plate/small{ + pixel_y = 4 + }, +/obj/structure/table/wood/fancy/black, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"umI" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen/fountain{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/stamp/granted{ + pixel_y = 8; + pixel_x = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"umJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"umN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"umS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison) +"unf" = ( +/obj/structure/bed/medical/emergency{ + dir = 1 + }, +/obj/item/bedsheet/medical, +/obj/machinery/iv_drip, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"unn" = ( +/obj/structure/musician/piano, +/obj/item/reagent_containers/cup/glass/dry_ramen{ + pixel_y = 8; + pixel_x = -7 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"uno" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/bot, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"unq" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B" + }, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"unr" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/machinery/telecomms/message_server/preset, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"unz" = ( +/obj/structure/tank_holder/extinguisher, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","tcomms") + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"unA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/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/hallway/secondary/service) +"unD" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"unG" = ( +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs/left{ + color = "#5d341f" + }, +/area/station/commons/lounge) +"unH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/dresser, +/obj/structure/sign/calendar/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"unP" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"unS" = ( +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uof" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/upper) +"uoq" = ( +/obj/structure/cable, +/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/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"uor" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/fore) +"uoA" = ( +/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 = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"uoB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/airlock/mining{ + name = "Cargo Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"uoE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/department/science) +"uoF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/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/dark/small, +/area/station/engineering/main) +"uoH" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"uoQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"uoS" = ( +/obj/effect/turf_decal/trimline/green/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"uoV" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"upa" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/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/iron/stairs/right{ + dir = 1; + color = "#3d3e42" + }, +/area/station/maintenance/aft/lesser) +"upc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"upu" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"upv" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"upC" = ( +/obj/effect/turf_decal/tile/purple, +/obj/item/banner/science/mundane, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"upM" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"upO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"upQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"upS" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"uqa" = ( +/obj/effect/turf_decal/trimline/blue/line, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"uqc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"uqd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uqi" = ( +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/toy/seashell{ + icon_state = "shell3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"uqq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/storage/primary) +"uqz" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Commissary Maintenance" + }, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"uqH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig/lower) +"uqK" = ( +/turf/open/openspace, +/area/station/security/brig) +"uqM" = ( +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) +"uqO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"uqU" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 8 + }, +/obj/item/lighter{ + pixel_y = -15; + pixel_x = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"urf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"uri" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/port/aft) +"urq" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/item/banner/engineering/mundane, +/obj/structure/noticeboard/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/engineering/break_room) +"urx" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/hedge, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"urz" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"urH" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"urK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"urL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + dir = 8 + }, +/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 = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"urR" = ( +/obj/structure/sign/poster/official/here_for_your_safety/directional/north, +/obj/machinery/computer/security, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"urZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"use" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/port) +"usf" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"usi" = ( +/obj/structure/sign/poster/contraband/c20r/directional/west, +/obj/structure/hedge, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"usp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"usu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/landmark/start/station_engineer, +/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/side{ + dir = 1 + }, +/area/station/engineering/main) +"usv" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"usw" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/starboard/central) +"usz" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/sign/departments/aiupload/directional/east, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"usD" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/command/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"usH" = ( +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"usJ" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/always_floorplane/directional/north, +/obj/effect/spawner/random/maintenance, +/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/central) +"usK" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/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/textured, +/area/station/hallway/primary/port) +"usN" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"usO" = ( +/obj/machinery/light/small/red/dim/directional/west, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"usR" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"usT" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"utd" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"utg" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"utv" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/side{ + dir = 4 + }, +/area/station/security/processing) +"uty" = ( +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"utz" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal/incinerator) +"utB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/dresser, +/obj/item/clothing/glasses/regular{ + pixel_y = 9 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"utF" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"utH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 18; + pixel_x = 5 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"utK" = ( +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"utQ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/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 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"utR" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"utS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/flora/bush/jungle, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/service/chapel/funeral) +"utV" = ( +/obj/structure/bed/medical/emergency{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"utW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uua" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_interior"; + name = "Xenobiology Lab Internal Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/effect/mapping_helpers/airlock/locked, +/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, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology/hallway) +"uuc" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uue" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/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/hallway/secondary/exit/departure_lounge) +"uui" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uuk" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/east{ + req_access = list("science"); + name = "Research Lab Desk" + }, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -7 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"uun" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"uur" = ( +/obj/machinery/holopad, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"uus" = ( +/obj/effect/decal/cleanable/dirt, +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"uut" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uux" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"uuA" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library) +"uuC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uuD" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"uuG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/aicard, +/obj/item/ai_module/reset, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"uuH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"uuJ" = ( +/obj/effect/turf_decal/weather/snow, +/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/weather/snow/corner{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"uuK" = ( +/obj/item/clothing/mask/cigarette/pipe, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"uuL" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Fuel Pipe to Filter" + }, +/obj/effect/turf_decal/trimline/red, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uuP" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"uuR" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uuS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/hedge, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"uve" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/holosign_creator/atmos{ + pixel_y = 6 + }, +/obj/item/holosign_creator/atmos{ + pixel_y = -2 + }, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"uvg" = ( +/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 = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"uvE" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/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/lower) +"uvH" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant1, +/turf/open/floor/iron/white/diagonal, +/area/station/cargo/breakroom) +"uvO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron, +/area/station/commons/dorms) +"uvR" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/storage/bag/xeno, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uvU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"uvW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Elevator"; + elevator_mode = 1; + transport_linked_id = "SecElevator" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/security/brig/lower) +"uwg" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"uwq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"uwy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"uwC" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutters" + }, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Primary AI Core Access"; + req_access = list("ai_upload") + }, +/obj/machinery/flasher/directional/north{ + pixel_x = 26; + id = "AI" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/mapping_helpers/apc/cell_5k, +/obj/machinery/light_switch/directional/east, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"uwF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/coffee, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"uwJ" = ( +/obj/structure/table/wood/fancy/green, +/obj/item/reagent_containers/cup/soda_cans/pwr_game{ + pixel_y = 15; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/soda_cans/sol_dry{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/soda_cans/starkist{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/closet/mini_fridge{ + pixel_y = 4 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"uwK" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"uwN" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uwS" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"uwV" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/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/iron/dark, +/area/station/hallway/primary/starboard) +"uxe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"uxm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uxn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uxE" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/security/prison/workout) +"uxF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/atmos/storage) +"uxI" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"uxK" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"uxN" = ( +/obj/machinery/computer/security/labor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/processing) +"uxU" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uyc" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/machinery/door/firedoor, +/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/dark, +/area/station/hallway/primary/port) +"uye" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uyn" = ( +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"uyp" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"uyr" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/obj/structure/sign/calendar/directional/west, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"uys" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 4; + pixel_x = -15 + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"uyx" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/light/floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"uyy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/processing) +"uyB" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/security/courtroom) +"uyR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"uyY" = ( +/obj/structure/transit_tube/crossing, +/obj/structure/railing/corner{ + color = "#4874A2" + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"uyZ" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"uzb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/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/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/aft/lesser) +"uzq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"uzt" = ( +/obj/machinery/door/airlock/glass{ + name = "Escape Pods" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"uzy" = ( +/turf/closed/wall, +/area/station/science/robotics/storage) +"uzC" = ( +/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/dark/small, +/area/station/maintenance/central) +"uzD" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/restaurant_portal/restaurant, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"uzE" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"uzJ" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/flora/bush/jungle/c/style_2, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"uzQ" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + 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_switch/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"uzU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uzV" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uzX" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"uzZ" = ( +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 0 + }, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"uAb" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #4"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio4"; + name = "Xenobio Pen 4 Blast Door" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"uAd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Cell 4"; + id_tag = "Cell4" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"uAg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"uAh" = ( +/obj/item/chair/plastic, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"uAt" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"uAu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"uAA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/plating, +/area/station/science/lab) +"uAF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"uAI" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"uAJ" = ( +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"uAK" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/book/manual/wiki/engineering_construction, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/engineering/break_room) +"uAP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/door_assembly/door_assembly_research, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"uAY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/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/side{ + dir = 8 + }, +/area/station/maintenance/department/science) +"uBa" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"uBc" = ( +/turf/closed/wall, +/area/station/service/boutique) +"uBd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"uBi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"uBm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/construction/mining/aux_base) +"uBn" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/hos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/hos) +"uBq" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"uBs" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"uBw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"uBH" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"uBJ" = ( +/obj/docking_port/stationary/escape_pod{ + dir = 4 + }, +/turf/open/space/openspace, +/area/space) +"uBK" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"uBO" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cell 4"; + id_tag = "Cell4" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison/safe) +"uBQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uCc" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"uCd" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"uCk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uCl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"uCs" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uCt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uCx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/grass, +/area/station/commons/lounge) +"uCC" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_2, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"uCR" = ( +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"uCS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"uCV" = ( +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"uCW" = ( +/obj/structure/hedge, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"uDc" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/sign/painting/library_private{ + pixel_y = 32 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"uDk" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"uDp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"uDx" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uDB" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"uDG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uDQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/storage/gas) +"uEb" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/landmark/navigate_destination, +/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/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"uEd" = ( +/obj/effect/spawner/random/entertainment/money_small, +/obj/structure/table, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uEm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Air to Ports" + }, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uEv" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"uED" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"uEE" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/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/textured_edge{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"uEJ" = ( +/obj/structure/chair/office, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/security/execution/education) +"uEK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uEL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/security/courtroom) +"uEM" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/crate/bin, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"uEU" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/genetics) +"uEW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"uEY" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/sign/clock/directional/west, +/obj/item/toy/cards/deck, +/obj/machinery/camera/autoname/directional/west{ + network = list("prison") + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/prison/safe) +"uFj" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/item/storage/bag/tray, +/obj/item/kitchen/rollingpin, +/obj/item/knife/kitchen, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"uFk" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"uFv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"uFD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/iron/smooth, +/area/station/cargo/drone_bay) +"uFJ" = ( +/obj/structure/closet/secure_closet/injection, +/obj/item/soap/nanotrasen, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = -24 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/education) +"uFK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"uFM" = ( +/obj/machinery/computer/slot_machine, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/central) +"uFU" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"uGc" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Holodeck - Fore 2"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"uGd" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + name = "Robotics Junction" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uGe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22{ + pixel_y = -6; + pixel_x = 16 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"uGf" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"uGm" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"uGn" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 to Airmix" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uGr" = ( +/obj/effect/turf_decal/weather/dirt, +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"uGy" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"uGA" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers{ + pixel_y = 7 + }, +/obj/effect/turf_decal/trimline/yellow/end, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"uGM" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"uGT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/machinery/autolathe, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/storage) +"uHm" = ( +/obj/structure/flora/grass/brown/style_random, +/obj/structure/flora/bush/snow/style_2, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/rock/pile/icy, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"uHp" = ( +/obj/structure/table, +/obj/item/toy/ammo/gun, +/obj/item/toy/gun, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"uHq" = ( +/obj/structure/lattice, +/obj/structure/chair/stool/directional/south, +/turf/open/space/basic, +/area/space/nearstation) +"uHu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/no_nightlight/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"uHw" = ( +/obj/structure/closet, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"uHC" = ( +/obj/machinery/sparker/directional/north{ + id = "executionburn" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/red/warning, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"uHD" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/glass, +/obj/item/rack_parts, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"uHF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"uHI" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/sign/warning/directional/north, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/science) +"uHV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/aquarium/prefilled, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) +"uIg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"uIh" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/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/iron/white, +/area/station/security/medical) +"uIt" = ( +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/obj/effect/turf_decal/siding/end{ + dir = 4 + }, +/obj/structure/flora/grass/jungle/b/style_4, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation/pool) +"uIA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 2 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"uID" = ( +/turf/open/floor/iron/stairs/left{ + dir = 4; + color = "#3d3e42" + }, +/area/station/service/theater) +"uIH" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/trimline/dark_red/corner, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/light/floor/broken, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"uIJ" = ( +/obj/effect/turf_decal/trimline/blue/line, +/obj/structure/closet/lasertag/blue, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"uIM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"uIQ" = ( +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/structure/rack, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"uIS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"uIV" = ( +/turf/closed/wall, +/area/station/commons/storage/primary) +"uJb" = ( +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"uJc" = ( +/obj/structure/fluff/iced_abductor, +/turf/open/misc/asteroid/snow/airless, +/area/space/nearstation) +"uJf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"uJk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uJt" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/destructible/cult/item_dispenser/archives/library, +/obj/item/book/codex_gigas, +/obj/structure/sign/painting/large/library_private{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"uJA" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/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/iron/dark/diagonal, +/area/station/engineering/break_room) +"uJD" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/engineering/break_room) +"uJN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"uJS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"uJU" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/fore) +"uKb" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/brig) +"uKc" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/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/commons/fitness/recreation/pool) +"uKq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uKx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"uKy" = ( +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"uKz" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"uKA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_y = 6 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"uKG" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"uKI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/hedge/opaque, +/turf/open/floor/grass, +/area/station/maintenance/starboard/fore) +"uKJ" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"uKL" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/telescreen/minisat/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"uKT" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uKZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"uLf" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/commons/dorms) +"uLg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"uLs" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/command/teleporter) +"uLz" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uLA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/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/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/security/checkpoint/supply) +"uLF" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/south, +/obj/machinery/firealarm/directional/west, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance, +/obj/item/paperwork/cargo, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"uLH" = ( +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/obj/effect/landmark/navigate_destination, +/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, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"uLI" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"uLK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"uLL" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/central) +"uLN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"uLP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"uLW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"uLX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 1 + }, +/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/ordnance) +"uLZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet, +/area/station/service/chapel/office) +"uMa" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"uMb" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Boutique" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/boutique) +"uMd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/warning, +/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/iron/dark, +/area/station/science/lower) +"uMe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft/greater) +"uMn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uMD" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"uMK" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/prison) +"uMN" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","rd") + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) +"uMP" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/structure/toilet{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/plunger{ + pixel_y = 16; + pixel_x = -9 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"uMX" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"uNa" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"uNd" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"uNi" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/item/cigbutt{ + pixel_y = -2; + pixel_x = 2 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/port/central) +"uNr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/service/library) +"uNz" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/bookcase/random, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"uNC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"uNI" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"uNP" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"uNU" = ( +/obj/structure/sign/departments/lawyer/directional/north, +/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/hallway/primary/starboard) +"uNV" = ( +/turf/closed/wall, +/area/station/security/checkpoint/medical) +"uNY" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"uOl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/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/wood/large, +/area/station/hallway/primary/port) +"uOy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/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/dark, +/area/station/engineering/main) +"uOD" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"uOF" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"uOM" = ( +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"uOP" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uOX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/office) +"uOZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/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, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"uPd" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads to the morgue."; + name = "corpse disposal" + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white/textured_large, +/area/station/medical/surgery/theatre) +"uPe" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#9FED58" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"uPf" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"uPi" = ( +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sign/departments/telecomms/directional/north, +/obj/structure/cable, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"uPl" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"uPn" = ( +/turf/open/floor/glass/reinforced, +/area/station/medical/medbay/central) +"uPo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"uPq" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uPw" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"uPC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"uPF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark_blue/warning, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"uPG" = ( +/obj/machinery/netpod, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"uPH" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"uPK" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"uPL" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"uPS" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/station/security/checkpoint/escape) +"uPX" = ( +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/bridge) +"uQa" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"uQi" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/service/barber) +"uQk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/food/grown/harebell{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/harebell{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/food/grown/harebell{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"uQl" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/blood_geometer/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"uQm" = ( +/obj/structure/mop_bucket, +/obj/item/mop/cyborg, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"uQr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uQw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"uQG" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/clock/directional/west, +/obj/machinery/microwave, +/obj/item/storage/box/coffeepack{ + pixel_x = -6; + pixel_y = -12 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"uQI" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/starboard/fore) +"uQP" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port) +"uQR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"uQV" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"uRb" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerUp"; + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay"; + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"uRf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"uRq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/yellow/corner, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos) +"uRu" = ( +/obj/effect/turf_decal/tile/dark_blue, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"uRy" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/folder/white, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uRN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"uRO" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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, +/area/station/hallway/primary/port) +"uRT" = ( +/obj/structure/sign/poster/random/directional/east, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"uRZ" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"uSc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/sign/warning/yes_smoking/circle/directional/south, +/turf/open/floor/grass, +/area/station/service/bar) +"uSf" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/delivery, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage) +"uSg" = ( +/obj/structure/railing/corner, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"uSh" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"uSl" = ( +/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/cable, +/obj/machinery/camera/autoname/motion/directional/south{ + network = list("minisat") + }, +/turf/open/misc/asteroid/airless, +/area/station/ai_monitored/aisat/exterior) +"uSn" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/starboard) +"uSp" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"uSv" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"uSy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"uSF" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"uSG" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + 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/dark, +/area/station/engineering/supermatter/room/upper) +"uTb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"uTf" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/maintenance, +/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/starboard/central) +"uTm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"uTo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"uTp" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"uTq" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"uTt" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/security/prison) +"uTx" = ( +/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 = 10 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"uTF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"uTL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uTM" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"uTP" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/warden) +"uTQ" = ( +/obj/effect/turf_decal/siding/dark_green, +/obj/structure/flora/rock/pile/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/stone, +/area/station/ai_monitored/aisat/exterior) +"uTS" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"uTX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"uTZ" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/west{ + broadcasting = 1; + frequency = 1447; + name = "Private Channel" + }, +/obj/machinery/camera/autoname/motion/directional/west{ + network = list("aiupload") + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"uUa" = ( +/obj/structure/holosign/barrier/engineering, +/obj/effect/decal/cleanable/fuel_pool, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"uUc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/sign/poster/official/jim_nortons/directional/east, +/obj/item/toy/figure/cmo{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/microwave, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"uUg" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"uUi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/structure/chair/stool/bar/directional/west, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/commons/fitness/recreation) +"uUl" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uUo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/command) +"uUr" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/east, +/obj/structure/closet/crate/trashcart/laundry, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 8 + }, +/obj/item/clothing/under/rank/prisoner{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/knife/shiv, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"uUt" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/no_erp/directional/west, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/plastic, +/area/station/commons/dorms/laundry) +"uUF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"uUI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office) +"uUO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/newspaper, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uUP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/secondary/service) +"uUS" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"uUT" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/miningoffice) +"uUV" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd","xeno") + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"uUX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"uVa" = ( +/turf/closed/wall, +/area/station/medical/medbay/central) +"uVb" = ( +/obj/structure/railing/corner/end/flip, +/obj/structure/railing/corner/end, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"uVd" = ( +/turf/closed/wall, +/area/station/medical/medbay/lobby) +"uVi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + 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, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"uVp" = ( +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/corner, +/turf/open/floor/iron/white/diagonal, +/area/station/engineering/break_room) +"uVr" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_corner{ + dir = 4 + }, +/area/station/commons/fitness) +"uVs" = ( +/obj/structure/stairs/west{ + color = "#3d3e42" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"uVu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"uVy" = ( +/obj/machinery/photocopier{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"uVB" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"uVC" = ( +/obj/structure/railing, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"uVF" = ( +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/item/radio/intercom/directional/south{ + pixel_y = -28 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"uVH" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development Lab" + }, +/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, +/area/station/science/lower) +"uVN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/tile/purple/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/breakroom) +"uVW" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"uVY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/cup/watering_can, +/obj/item/radio/intercom/prison/directional/north, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"uWg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + 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/dark, +/area/station/science/xenobiology) +"uWh" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uWi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"uWn" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple/end{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"uWo" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"uWt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/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, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"uWy" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) +"uWz" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uWE" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/structure/chair/stool/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/sorting) +"uWI" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uWQ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uWR" = ( +/obj/item/banner/command/mundane, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"uWV" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/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/command) +"uWW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"uWZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/aft/lesser) +"uXd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electric_shock, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/storage/tech) +"uXh" = ( +/obj/item/stack/cable_coil/cut, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"uXl" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/ai_monitored/turret_protected/aisat/service) +"uXm" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uXn" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/starboard/fore) +"uXp" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/break_room) +"uXE" = ( +/obj/machinery/vending/hydronutrients, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"uXK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/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/dark/small, +/area/station/engineering/atmos) +"uXL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"uXN" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/box/monkeycubes{ + pixel_y = 0; + pixel_x = 0 + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"uXR" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + 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/carpet/red, +/area/station/service/library) +"uXT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uXY" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/service/cafeteria) +"uYf" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/sorting) +"uYh" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 3; + pixel_x = -8 + }, +/obj/item/restraints/legcuffs/beartrap{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/item/restraints/legcuffs/beartrap{ + pixel_y = 7; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"uYj" = ( +/obj/structure/cable, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f" + }, +/area/station/cargo/mining_breakroom) +"uYm" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/machinery/duct, +/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/central) +"uYr" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"uYw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"uYI" = ( +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 9 + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"uYL" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"uYT" = ( +/obj/machinery/mecha_part_fabricator{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"uYZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"uZi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uZk" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"uZl" = ( +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/structure/closet/athletic_mixed, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_large, +/area/station/security/prison/workout) +"uZo" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"uZr" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/warden) +"uZv" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"uZE" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/marker_beacon/lime, +/obj/structure/cable, +/turf/open/floor/grass, +/area/station/ai_monitored/turret_protected/aisat/service) +"uZJ" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/box, +/obj/machinery/status_display/ai/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/janitor) +"uZL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/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/wood/large, +/area/station/command/heads_quarters/hop) +"uZQ" = ( +/obj/structure/curtain/cloth/fancy/mechanical{ + name = "Psychologist's Office Curtains"; + id = "psychpriv" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/psychology) +"uZT" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"uZV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vaa" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_y = 4 + }, +/obj/item/paper/pamphlet/gateway{ + pixel_y = 3 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"vab" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"vae" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"vaj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"vaq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"vat" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/locker) +"vaw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet/neon/simple/lime, +/area/station/ai_monitored/turret_protected/ai) +"vaz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"vaE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/medical/patients_rooms) +"vaG" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"vaK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"vaL" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#5971a6"; + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"vaU" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"vaX" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/item/clothing/head/cone{ + pixel_x = -6 + }, +/turf/open/floor/grass, +/area/station/maintenance/department/bridge) +"vba" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"vbb" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/bridge) +"vbc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/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/dark/textured, +/area/station/commons/fitness/recreation) +"vbe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/sign/warning/doors/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"vbf" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"vbh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"vbi" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/confetti, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"vbj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/wood/tile, +/area/station/service/library/upper) +"vbl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/department/bridge) +"vbm" = ( +/obj/effect/turf_decal/siding/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + name = "Medbay Lower Doors Control"; + id = "MedbayFoyerDown"; + normaldoorcontrol = 1; + pixel_y = -6; + req_access = list("medical") + }, +/obj/machinery/button/door/directional/east{ + name = "Medbay Upper Doors Control"; + id = "MedbayFoyerUp"; + normaldoorcontrol = 1; + pixel_y = 6; + req_access = list("medical") + }, +/obj/structure/rack, +/obj/item/storage/medkit{ + pixel_y = 6; + pixel_x = -3 + }, +/obj/item/emergency_bed{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/hypospray/medipen{ + pixel_y = 11; + pixel_x = 6 + }, +/obj/item/reagent_containers/hypospray/medipen{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/bottle/diethylamine{ + pixel_x = 3 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 9 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/office) +"vbp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/south, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"vbA" = ( +/obj/structure/sign/departments/court/directional/north, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/primary/starboard) +"vbB" = ( +/obj/structure/water_source/puddle, +/obj/structure/flora/bush/reed/style_3{ + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/misc/dirt/dark/station, +/area/station/ai_monitored/aisat/exterior) +"vbG" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/service/library) +"vbK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/engineering/atmos) +"vbL" = ( +/obj/structure/flora/rock/pile/jungle/large/style_3, +/obj/structure/flora/tree/jungle/small/style_6{ + pixel_y = -16 + }, +/obj/structure/marker_beacon/lime, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"vbM" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig Visitation" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/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/dark, +/area/station/security/brig) +"vbO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/solars/starboard/fore) +"vbT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"vbW" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"vcd" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vcg" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) +"vcl" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/end{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"vcv" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/primary/port) +"vcy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/hedge, +/obj/structure/sign/directions/security/directional/south{ + pixel_y = -24; + dir = 4 + }, +/obj/structure/sign/directions/command/directional/south{ + dir = 4 + }, +/obj/structure/sign/directions/upload/directional/south{ + pixel_y = -40; + 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/hallway/primary/central) +"vcF" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"vcG" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"vcJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"vcL" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/structure/kitchenspike, +/obj/effect/turf_decal/weather/snow, +/obj/structure/sign/poster/contraband/rip_badger/directional/south, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"vcM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/south, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"vcN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/red, +/area/station/security/brig) +"vcR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"vcY" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vdb" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/sign/poster/official/periodic_table/directional/east, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/medical/pharmacy) +"vdf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/flag/nanotrasen/directional/south, +/obj/item/assembly/mousetrap/armed, +/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/plating, +/area/station/maintenance/port/aft) +"vdg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/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, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"vdi" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/newscaster/directional/west, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"vdk" = ( +/obj/machinery/status_display/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = 32 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/dark/side{ + dir = 1 + }, +/area/station/security/brig) +"vdm" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vdw" = ( +/obj/item/radio/intercom/directional/east{ + name = "Private Channel"; + frequency = 1447; + broadcasting = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/computer/security/telescreen/aiupload/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"vdA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/solars/starboard/fore) +"vdF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/engineering/atmos/pumproom) +"vdJ" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"vdN" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"vdS" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"vdT" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"veh" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north, +/obj/machinery/door/poddoor/shutters{ + id = "visitation"; + name = "Visitation Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/visit) +"vej" = ( +/obj/structure/closet/crate/grave, +/obj/structure/flora/bush/flowers_yw/style_2, +/obj/item/dog_bone, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vel" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"veq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/atmos/storage) +"vex" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + id_tag = "outerbridge" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-left" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/command/bridge) +"vey" = ( +/obj/machinery/recharge_station, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"vez" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"veC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/pipe_dispenser, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"veF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/atmos/storage) +"veG" = ( +/obj/structure/sign/departments/evac, +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"veI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + 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/dark, +/area/station/hallway/primary/port) +"veJ" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid8" + }, +/area/space/nearstation) +"veP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"veR" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/open/water, +/area/station/maintenance/port/central) +"veS" = ( +/obj/structure/rack, +/obj/effect/spawner/random/armory/bulletproof_armor, +/obj/effect/spawner/random/armory/bulletproof_helmet, +/obj/effect/turf_decal/bot/left, +/obj/machinery/button/door/directional/south{ + id = "armouryaccess"; + name = "Armoury Access"; + req_access = list("armory") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"veT" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"veU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"veW" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"veX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"vfd" = ( +/obj/structure/railing, +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vfh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/smooth_half{ + dir = 1 + }, +/area/station/security/execution/education) +"vfi" = ( +/mob/living/basic/pet/dog/corgi/puppy/void{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"vfl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"vfp" = ( +/obj/item/kirbyplants/random, +/obj/machinery/digital_clock/directional/east, +/obj/machinery/camera/autoname/directional/north{ + network = list("prison") + }, +/turf/open/floor/iron/white/textured_large, +/area/station/security/prison/workout) +"vfr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/effect/landmark/navigate_destination{ + location = "Escape" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"vfF" = ( +/obj/effect/turf_decal/arrows/red, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/smooth_edge, +/area/station/commons/fitness) +"vfV" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vfZ" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vgh" = ( +/obj/effect/turf_decal/trimline/white/warning{ + 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/edge{ + dir = 4 + }, +/area/station/security/prison) +"vgm" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vgr" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"vgv" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/science/genetics) +"vgC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"vgD" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner, +/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/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/breakroom) +"vgE" = ( +/obj/effect/turf_decal/bot_red, +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/ordnance/storage) +"vgI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"vgL" = ( +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port/central) +"vgM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/bamboo/tatami/black, +/area/station/maintenance/starboard/central) +"vgN" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"vgU" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"vgV" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/green{ + dir = 10 + }, +/obj/item/plant_analyzer, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/item/reagent_containers/cup/watering_can, +/turf/open/floor/iron/dark/small, +/area/station/service/hydroponics/garden) +"vgW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vgX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"vgY" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"vha" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/janitor) +"vhd" = ( +/obj/structure/flora/rock/pile/jungle, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/style_2, +/turf/open/misc/sandy_dirt, +/area/station/security/brig) +"vhe" = ( +/obj/structure/table/glass, +/obj/item/food/grown/poppy/geranium, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"vhm" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = 6 + }, +/obj/item/folder{ + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -7 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/east{ + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"vho" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/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, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"vhB" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/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/iron/dark, +/area/station/hallway/secondary/command) +"vhG" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vhO" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"vhP" = ( +/obj/structure/hedge/opaque, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"vhR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/central) +"vhT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vib" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"vig" = ( +/obj/effect/turf_decal/siding/brown, +/obj/structure/table/reinforced, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"vii" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vil" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/west{ + name = "Security Requests Console"; + department = "Security" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/computer/records/security/laptop{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"vip" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + space_dir = 4 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"vir" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/grass, +/area/station/medical/virology) +"viu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"viw" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"viA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"viD" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"viF" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"viG" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/plate/small{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"viI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/research/glass{ + name = "Research Division Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/textured, +/area/station/science/lobby) +"viL" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Closet" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/project) +"viM" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/line, +/obj/structure/table/reinforced/rglass, +/obj/machinery/photocopier{ + pixel_y = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) +"viP" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/security/brig) +"viQ" = ( +/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, +/area/station/maintenance/fore/lesser) +"viX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"vjc" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"vjj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"vjk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"vjn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"vjr" = ( +/obj/machinery/digital_clock/directional/north, +/obj/structure/chair/sofa/corp/right, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) +"vjs" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"vjD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/broken_canister_frame, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"vjF" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"vjG" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/hedge, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"vjH" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/sign/poster/official/moth_delam/directional/north, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vjI" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/closet/secure_closet/brig{ + id = "scicell"; + name = "Science Cell Locker" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"vjJ" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/edge{ + dir = 8 + }, +/area/station/security/prison) +"vjK" = ( +/obj/effect/spawner/random/trash/box, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"vjM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/structure/crate_abandoned, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"vjO" = ( +/turf/closed/wall, +/area/station/science/lower) +"vjR" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/commons/fitness) +"vjS" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/rec) +"vjW" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Research Director" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/effect/landmark/navigate_destination, +/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, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) +"vjX" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vjZ" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"vka" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"vkh" = ( +/obj/machinery/telecomms/processor/preset_one, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"vki" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible{ + dir = 8 + }, +/obj/structure/sign/warning/secure_area/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vkq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vky" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"vkz" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/carbine/practice{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/gun/energy/laser/practice{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/gun/energy/laser/practice{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/range) +"vkB" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vkH" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/glass/reinforced/airless, +/area/space/nearstation) +"vkK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"vkN" = ( +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vkP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"vkR" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"vkS" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/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/central) +"vkW" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/stone, +/area/station/command/meeting_room) +"vkX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office) +"vlb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Outlet Pump" + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vll" = ( +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"vln" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/warning/no_smoking/circle/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/port/aft) +"vlo" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"vlq" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"vlr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/food/melonfruitbowl{ + pixel_y = 9; + pixel_x = -1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"vlt" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"vlu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/engineering/atmos/pumproom) +"vlw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/aft) +"vlE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"vlI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + 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, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"vlM" = ( +/obj/machinery/ai_slipper{ + uses = 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/dark/small, +/area/station/ai_monitored/turret_protected/ai_upload) +"vlP" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/port) +"vlQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_corner{ + dir = 4 + }, +/area/station/medical/surgery/theatre) +"vlY" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/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, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"vmc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_half, +/area/station/engineering/atmos) +"vme" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"vmi" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/cult_turf, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"vmp" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/effect/landmark/navigate_destination, +/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/psychology) +"vmt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/maintenance/central) +"vmv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/radshelter/civil) +"vmB" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/machinery/shower/directional/north, +/obj/item/bikehorn/rubberducky, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/left/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/curtain, +/turf/open/floor/iron/white/textured_large, +/area/station/commons/toilet/restrooms) +"vmS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/steam_vent, +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vmX" = ( +/obj/item/shovel, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"vnc" = ( +/obj/structure/marker_beacon/lime, +/obj/effect/landmark/event_spawn, +/obj/structure/flora/rock/pile/jungle/large/style_random, +/obj/structure/flora/rock/style_4, +/turf/open/floor/grass, +/area/station/medical/lower) +"vnj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/commons/dorms) +"vnl" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_y = 27; + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 11; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 11; + pixel_x = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"vnq" = ( +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"vnt" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vnw" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"vnA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible/layer1{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"vnD" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"vnE" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"vnG" = ( +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 1 + }, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/iron/white/textured_edge, +/area/station/maintenance/fore/lesser) +"vnJ" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/vending/coffee, +/obj/structure/sign/clock/directional/east, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"vnM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"vnP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner, +/area/station/commons/fitness/recreation) +"vnS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"vnU" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/folder/white{ + pixel_y = 3; + pixel_x = -2 + }, +/obj/item/computer_disk/ordnance{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/item/stamp/head/rd, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"vnV" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/lockers) +"vnZ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/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/wood/large, +/area/station/hallway/primary/port) +"vod" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"vot" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/pen/fountain{ + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"vox" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/weather/snow, +/obj/structure/noticeboard/directional/north, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/station/service/kitchen/coldroom) +"voz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"voG" = ( +/obj/machinery/light/directional/north{ + color = "#ffcc99" + }, +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/structure/window/spawner/directional/south, +/obj/item/paint_palette{ + pixel_y = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"voS" = ( +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/primary/port) +"voU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"voV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/reagent_containers/dropper{ + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 3 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -6 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/medical/pharmacy) +"voZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/port/central) +"vpc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"vph" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"vpi" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"vpp" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/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/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"vpu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/poddoor/preopen{ + id = "engielock"; + name = "Engineering Lockdown Blast Door" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"vpy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"vpA" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vpB" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/station/medical/medbay/lobby) +"vpX" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"vqa" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/structure/flora/tree/jungle/small/style_5{ + pixel_y = -16 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/misc/grass, +/area/station/hallway/primary/port) +"vqc" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"vqf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"vqm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"vqu" = ( +/obj/structure/railing, +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vqz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/chemistry) +"vqE" = ( +/obj/structure/holosign/barrier, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vqI" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"vqJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/server) +"vqQ" = ( +/obj/structure/disposaloutlet{ + dir = 8; + name = "Cargo Deliveries" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/medbay/central) +"vqT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"vqW" = ( +/obj/item/robot_suit, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/science/robotics/lab) +"vqY" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/light/small/directional/east, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"vqZ" = ( +/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/central) +"vre" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"vrl" = ( +/obj/machinery/door/airlock/research{ + name = "Mech Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/iron/white, +/area/station/science/robotics/mechbay) +"vrq" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/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/port/aft) +"vru" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"vrK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/spacevine{ + can_spread = 0; + pixel_x = -32 + }, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"vrO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"vrR" = ( +/obj/effect/turf_decal/siding/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vrT" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/hangover, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"vrU" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/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/cafeteria, +/area/station/commons/dorms/laundry) +"vrZ" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"vsa" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8; + name = "Medical Deliveries" + }, +/obj/structure/sign/departments/exam_room/directional/east{ + color = "#52B4E9" + }, +/obj/structure/plasticflaps{ + name = "Medical Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/sorting) +"vsh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"vsi" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"vsj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/structure/sign/poster/random/directional/south, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"vsk" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"vso" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/port/aft) +"vsz" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/large/style_random{ + pixel_y = 0 + }, +/obj/structure/water_source/puddle, +/obj/machinery/light/directional/west, +/turf/open/floor/grass, +/area/station/medical/virology) +"vsA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/book/manual/wiki/engineering_guide, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"vsB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/obj/item/newspaper, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/department/science) +"vsC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vsI" = ( +/obj/structure/cable, +/turf/open/floor/carpet/black, +/area/station/commons/vacant_room/office) +"vsK" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"vsO" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"vtc" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vtd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"vtk" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/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, +/area/station/science/research) +"vtm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"vtp" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"vtu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/cargo/office) +"vtD" = ( +/obj/structure/cable, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/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/plating, +/area/station/maintenance/port/aft) +"vtJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"vtP" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"vtW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vtZ" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8; + pixel_x = -6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"vug" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/chemistry) +"vui" = ( +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"vuk" = ( +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"vum" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"vup" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"vuB" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vuE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/fitness/recreation) +"vuF" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vuR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vvi" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/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/dark/small, +/area/station/engineering/atmos) +"vvj" = ( +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/chemistry) +"vvn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vvp" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/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/iv_drip, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light_switch/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_a) +"vvu" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"vvv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/commons/locker) +"vvy" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/white/textured_corner{ + dir = 4 + }, +/area/station/security/prison/workout) +"vvz" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/processing) +"vvD" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/bookcase/random/reference, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses"; + pixel_y = 15 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"vvF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"vvH" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"vvI" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/openspace, +/area/station/science/research) +"vvK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) +"vvL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple, +/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, +/area/station/science/lower) +"vvM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"vvQ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"vvT" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"vvU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/command) +"vvX" = ( +/obj/machinery/fax{ + fax_name = "Research Division"; + name = "Research Division Fax Machine"; + pixel_x = 1 + }, +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"vvZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"vwb" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/ordnance) +"vwd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vwi" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) +"vwm" = ( +/obj/structure/window/spawner/directional/south, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"vwn" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_y = 17; + pixel_x = -3 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 12 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"vwx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled, +/obj/machinery/light/floor, +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"vwB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/chemistry) +"vwE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/item/storage/photo_album/library{ + pixel_y = 16 + }, +/obj/item/camera{ + pixel_x = 8 + }, +/obj/item/storage/fancy/candle_box{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/carpet/green, +/area/station/service/library/printer) +"vwF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/maintenance/port) +"vwK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vwR" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"vwX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/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/dark, +/area/station/maintenance/department/science) +"vxa" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"vxf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/sign/poster/official/work_for_a_future/directional/west, +/turf/open/floor/grass, +/area/station/command/heads_quarters/qm) +"vxl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"vxq" = ( +/obj/structure/closet/secure_closet/brig{ + name = "Prisoner Locker" + }, +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) +"vxr" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/landmark/start/botanist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vxt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vxx" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/server) +"vxF" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple/corner, +/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/yjunction, +/turf/open/floor/iron/white, +/area/station/science/lower) +"vxL" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation) +"vxO" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/laptop{ + pixel_y = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"vxQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vxT" = ( +/obj/effect/spawner/random/structure/shipping_container, +/obj/structure/railing, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vxZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"vyb" = ( +/obj/machinery/duct, +/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/dark/textured, +/area/station/medical/cryo) +"vyl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"vym" = ( +/obj/effect/turf_decal/siding/wood/corner, +/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/large, +/area/station/command/heads_quarters/qm) +"vyo" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"vyp" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/folder/white{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/pen/red{ + pixel_y = 7; + pixel_x = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"vyr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/storage) +"vyw" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"vyE" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"vyM" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"vyN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"vyX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + 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/white, +/area/station/medical/lower) +"vyZ" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/stone, +/area/station/commons/dorms) +"vzj" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"vzo" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark/textured, +/area/station/medical/cryo) +"vzp" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/hedge/opaque, +/turf/open/floor/iron/dark, +/area/station/security/prison/shower) +"vzq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vzv" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/turf_decal/trimline/dark/warning, +/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/command/bridge) +"vzC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) +"vzP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"vzQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"vzX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"vzY" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/lobby) +"vzZ" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"vAi" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vAj" = ( +/obj/machinery/door/poddoor/preopen{ + id = "projectlock"; + name = "Atmospherics Project Room Lockdown Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/project) +"vAk" = ( +/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, +/obj/machinery/door/airlock/maintenance/glass{ + name = "Smoking Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vAl" = ( +/obj/machinery/door/poddoor/preopen{ + id = "queue_hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"vAu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"vAz" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/medical/storage) +"vAE" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"vAG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"vAQ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"vAT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"vAX" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/disposal/bin{ + pixel_x = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"vBf" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vBi" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"vBk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/small/directional/north, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/central) +"vBu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vBz" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"vBA" = ( +/obj/machinery/button/door/directional/east{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + req_access = list("cargo"); + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/storage) +"vBL" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"vBS" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "SapMaster XP" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/service/hydroponics) +"vBW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"vCa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vCd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"vCf" = ( +/obj/effect/turf_decal/box/white, +/obj/effect/turf_decal/trimline/white, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/security/range) +"vCh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"vCm" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/lower) +"vCn" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"vCv" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/structure/filingcabinet, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"vCx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos) +"vCy" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vCA" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/clothing/gloves/latex{ + pixel_x = 1; + pixel_y = 16 + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 4; + pixel_x = 0 + }, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"vCC" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid5" + }, +/area/space/nearstation) +"vCE" = ( +/obj/structure/billboard/fortune_telling, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vCN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "Security Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"vCR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"vCS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vCV" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/prison) +"vCY" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/item/stack/sheet/mineral/sandstone, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vDd" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"vDf" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) +"vDk" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"vDq" = ( +/obj/structure/cable, +/obj/structure/sign/poster/contraband/random/directional/north, +/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/starboard/fore) +"vDr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/ianbirthday, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"vDt" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/chem_heater/withbuffer, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"vDz" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vDC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8; + color = "#4874A2" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"vDE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/crate/bin, +/turf/open/floor/iron/white, +/area/station/science/lower) +"vDF" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"vDK" = ( +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"vDS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/port/aft) +"vDY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"vEg" = ( +/obj/structure/chair/pew{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"vEh" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vEj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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 = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vEn" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"vEr" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/jungle/a/style_3, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"vEu" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/wood, +/obj/machinery/nuclearbomb/beer{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"vEv" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lobby) +"vEB" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/toilet/restrooms) +"vEG" = ( +/obj/machinery/door/airlock/wood/glass{ + name = "Small Garden Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vEJ" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"vEK" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"vFa" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/east, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"vFf" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"vFn" = ( +/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/central) +"vFt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"vFA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"vFD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/filingcabinet/security, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"vFI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/pile/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"vFN" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/textured, +/area/station/security/prison/shower) +"vFQ" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/decal/cleanable/ash{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/cigbutt{ + pixel_y = 11; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/west, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vFV" = ( +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue/corner, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"vFX" = ( +/obj/structure/table/glass, +/obj/item/food/grown/rose{ + pixel_y = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"vGe" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + name = "Bar Requests Console"; + department = "Bar" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/cable, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"vGi" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vGl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/medical/chem_storage) +"vGm" = ( +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) +"vGr" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"vGu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"vGw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/effect/turf_decal/trimline/brown/warning, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/service/library) +"vGF" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/cargo/sorting) +"vGH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vGO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vGR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/air_sensor/incinerator_tank, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"vGS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = 0 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/cmo) +"vGT" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vHm" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"vHs" = ( +/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/iron/dark, +/area/station/hallway/primary/aft) +"vHv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/engine_smes) +"vHx" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/maintenance/central) +"vHy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"vHB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"vHD" = ( +/obj/machinery/modular_computer/preset/cargochat/engineering{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"vHF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"vHR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vHX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"vIf" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/sign/calendar/directional/south, +/obj/item/storage/photo_album, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"vIi" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"vIn" = ( +/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/door/airlock/maintenance{ + name = "Research Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"vIr" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Sanitarium" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + 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/white, +/area/station/security/execution/transfer) +"vIt" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"vIv" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow, +/obj/structure/cable, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/construction/mining/aux_base) +"vIx" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vIE" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vIF" = ( +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vIJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Storage" + }, +/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, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"vIM" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"vIS" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/flare/candle{ + pixel_y = 5; + pixel_x = 16 + }, +/obj/item/plate/small{ + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"vIU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/preopen, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"vIY" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"vJd" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/microwave, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"vJm" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/dorms) +"vJn" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/security/breakroom) +"vJr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/filled, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vJu" = ( +/obj/machinery/disposal/bin{ + desc = "A pneumatic waste disposal unit. This one leads into space!"; + name = "deathsposal unit" + }, +/obj/structure/sign/warning/deathsposal/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"vJz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/flare/candle{ + pixel_y = 3 + }, +/obj/item/flashlight/flare/candle{ + pixel_x = -7 + }, +/obj/item/sticker/heart{ + pixel_y = -4; + pixel_x = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/central) +"vJF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vJG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/commons/fitness/recreation) +"vJL" = ( +/obj/effect/decal/cleanable/wrapping/pinata/syndie, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vJP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vKc" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"vKd" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/prison/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/warden) +"vKe" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"vKf" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"vKl" = ( +/obj/machinery/holopad, +/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 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/library) +"vKs" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vKu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/sign/directions/evac/directional/north{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"vKB" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"vKE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/stool/bar/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vKL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/under/rank/medical/scrubs/blue{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/purple{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/green{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/station/science/genetics) +"vKM" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vKP" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/rag{ + pixel_y = -6; + pixel_x = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"vKV" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"vLi" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vLs" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vLw" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/cargo/lower) +"vLy" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/medical/morgue) +"vLE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/suture, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"vLS" = ( +/turf/closed/wall, +/area/station/maintenance/aft/lesser) +"vLX" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/departments/science/directional/north, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vMd" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/station/security/interrogation) +"vMg" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"vMr" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"vMB" = ( +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vMC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/pumproom) +"vMG" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vML" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance/glass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"vMO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/modular_computer/preset/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/structure/noticeboard/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vMQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"vMV" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"vNa" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vNk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vNl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"vNo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/textured_corner, +/area/station/science/ordnance) +"vNv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/engineering/engine_smes) +"vNF" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"vNN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"vNO" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"vNR" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/aft/lesser) +"vNS" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vNT" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot_white, +/obj/machinery/mineral/processing_unit_console{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"vNZ" = ( +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/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, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"vOa" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/explab) +"vOb" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vOc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vOg" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/light/floor, +/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/diagonal, +/area/station/service/kitchen) +"vOl" = ( +/obj/effect/mapping_helpers/broken_floor, +/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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/fore/greater) +"vOn" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vOs" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"vOu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/recharge_station, +/obj/machinery/computer/security/telescreen/minisat/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"vOB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/cerulean, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/space/openspace, +/area/space/nearstation) +"vOE" = ( +/obj/effect/spawner/structure/window, +/obj/effect/mapping_helpers/damaged_window, +/obj/structure/barricade/wooden/crude, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vOP" = ( +/obj/machinery/telecomms/server/presets/engineering, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"vOZ" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"vPe" = ( +/obj/machinery/computer/mechpad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"vPg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/commons/dorms) +"vPj" = ( +/obj/structure/rack, +/obj/effect/spawner/random/armory/disablers, +/obj/effect/turf_decal/bot/left, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/security/armory) +"vPm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/main) +"vPt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/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/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"vPB" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/central) +"vPF" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"vPG" = ( +/obj/effect/turf_decal/siding/white/corner, +/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, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"vPH" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat_interior) +"vPU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/newscaster/directional/north, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vPZ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/dark/side{ + dir = 5 + }, +/area/station/maintenance/aft/lesser) +"vQa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vQb" = ( +/obj/structure/cable, +/obj/structure/railing, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"vQl" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"vQw" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + req_access = list("aux_base") + }, +/obj/machinery/light/small/directional/north, +/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/construction/mining/aux_base) +"vQy" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/banner/command/mundane, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"vQE" = ( +/obj/structure/cable, +/obj/machinery/requests_console/directional/east{ + department = "Genetics"; + name = "Genetics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/science/genetics) +"vQF" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"vQP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/central) +"vQQ" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock"; + space_dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"vQT" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage) +"vQU" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vQW" = ( +/obj/item/tank/internals/oxygen/red{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/tank/internals/oxygen/red{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = 2 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/structure/closet/crate/preopen, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"vRe" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/jungle/c, +/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/grass, +/area/station/medical/virology) +"vRi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"vRp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"vRt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/departments/custodian/directional/south, +/obj/effect/turf_decal/siding/white/corner, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"vRx" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/machinery/light/directional/south{ + color = "#ffcc99" + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library/lounge) +"vRA" = ( +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/engineering/storage) +"vRG" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor/right/directional/north{ + name = "Head of Personnel's Desk"; + req_access = list("hop") + }, +/obj/machinery/door/poddoor/preopen{ + id = "queue_hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"vRO" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development Lab" + }, +/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, +/area/station/science/lower) +"vRQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) +"vRX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"vRY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/engineering/atmos) +"vSf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"vSh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/service/kitchen) +"vSi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"vSo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/arrow_cw, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"vSy" = ( +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"vSC" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"vSF" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vSH" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/command) +"vSI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/interrogation) +"vSJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/noticeboard/captain{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"vSM" = ( +/obj/machinery/vending/tool, +/obj/structure/sign/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"vSN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vSR" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"vSW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vTa" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/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, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) +"vTe" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/newspaper, +/obj/machinery/button/door/directional/east{ + id = "arrivalbarber"; + name = "Barber Shop Shutters Control" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"vTf" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"vTj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + location = "F3-Medbay"; + codes_txt = "patrol;next_patrol=F4-Medbay" + }, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vTk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/station/hallway/primary/fore) +"vTr" = ( +/obj/structure/sign/warning/gas_mask/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/item/toy/figure/chef{ + pixel_y = 17; + pixel_x = -2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"vTA" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) +"vTC" = ( +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"vTG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"vTK" = ( +/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/starboard/central) +"vTS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/jade, +/turf/open/space/openspace, +/area/space/nearstation) +"vTY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/secure, +/obj/item/taperecorder, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"vTZ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/lobby) +"vUj" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vUq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"vUr" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/plumbing/growing_vat, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"vUu" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"vUz" = ( +/obj/effect/turf_decal/trimline/dark_green, +/turf/open/floor/plating, +/area/station/maintenance/port) +"vUB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/dirt/station, +/area/station/maintenance/port/central) +"vUE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"vUG" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"vUI" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"vUQ" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"vUV" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#993333" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"vUY" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/table/glass, +/obj/structure/desk_bell, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"vVm" = ( +/obj/effect/turf_decal/trimline/green/line, +/turf/open/floor/iron/checker, +/area/station/hallway/primary/port) +"vVp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip, +/turf/open/floor/iron/white, +/area/station/science/lab) +"vVq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/obj/structure/sign/poster/random/directional/east, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vVr" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/primary/aft) +"vVs" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vVy" = ( +/obj/effect/turf_decal/siding/end{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/clothing/head/costume/ushanka, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/hallway/primary/fore) +"vVC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"vVG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/stairs/left{ + color = "#5d341f"; + dir = 1 + }, +/area/station/service/library/upper) +"vVO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Security Delivery"; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"vWa" = ( +/obj/machinery/computer/robotics, +/obj/effect/turf_decal/bot, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/command/heads_quarters/rd) +"vWg" = ( +/obj/structure/rack, +/obj/structure/rack, +/obj/effect/spawner/random/bureaucracy/briefcase, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"vWi" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"vWm" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"vWo" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"vWp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"vWq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"vWs" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/security/interrogation) +"vWt" = ( +/obj/structure/table/wood/fancy, +/obj/item/instrument/piano_synth, +/obj/item/instrument/saxophone, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"vWw" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"vWy" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"vWN" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/stairs/right{ + color = "#5d341f"; + dir = 1 + }, +/area/station/cargo/mining_breakroom) +"vWV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"vWW" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/leavy/style_3, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"vWZ" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/glass, +/obj/structure/safe/floor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"vXe" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vXm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"vXn" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"vXo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"vXs" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"vXv" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"vXB" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"vXC" = ( +/obj/machinery/button/door/directional/south{ + id = "evashutter"; + name = "E.V.A. Storage Shutter Control"; + req_access = list("eva") + }, +/obj/item/kirbyplants/organic/plant10, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"vXL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"vXN" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"vXQ" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"vXR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/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 = 6 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"vXT" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"vXX" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"vXY" = ( +/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/medium{ + color = "#3d3e42" + }, +/area/station/service/theater) +"vYb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/flora/rock, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vYd" = ( +/obj/effect/spawner/random/structure/grille, +/obj/effect/spawner/random/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"vYf" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/central) +"vYl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"vYr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/starboard/central) +"vYv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"vYy" = ( +/obj/structure/flora/rock/style_3, +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/obj/effect/decal/cleanable/food/flour, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vYz" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/station/cargo/storage) +"vYC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"vYE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/commons/locker) +"vYG" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/exit/departure_lounge) +"vYK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vYS" = ( +/obj/item/chair/plastic, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"vYT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"vYY" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"vZa" = ( +/obj/machinery/smartfridge/organ, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/science/robotics/augments) +"vZb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"vZj" = ( +/obj/machinery/modular_computer/preset/id, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"vZs" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"vZu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"vZy" = ( +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"vZD" = ( +/obj/structure/table, +/obj/item/clothing/head/cone{ + pixel_x = -6 + }, +/obj/item/clothing/head/cone{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/clothing/head/cone{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stack/rods/ten{ + pixel_y = 3; + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"vZF" = ( +/obj/structure/sign/poster/random/directional/south, +/obj/structure/sink/kitchen/directional/east, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/mirror/directional/west, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/aft) +"vZM" = ( +/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/dark/small, +/area/station/maintenance/central) +"vZT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"vZX" = ( +/obj/structure/hedge, +/obj/item/food/grown/cannabis{ + pixel_y = -13 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/marker_beacon/fuchsia, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vZY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"vZZ" = ( +/obj/structure/mirror/directional/west, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/chair/stool/directional/south{ + pixel_y = 21 + }, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 34 + }, +/obj/structure/sign/poster/official/ue_no/directional/south, +/obj/machinery/light/small/dim/directional/north{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/service/theater_dressing) +"wal" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/delivery/white{ + color = "#ff6600" + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"waE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"waF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"waG" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"waI" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "Xenobio Pen 7 Blast Door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #7"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"waK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"waN" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"waT" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"wba" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/command/bridge) +"wbf" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"wbg" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"wbh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wbn" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"wbr" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wbt" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Arena Balcony Access" + }, +/turf/open/floor/iron/stairs{ + color = "#3d3e42"; + dir = 8 + }, +/area/station/maintenance/starboard/fore) +"wby" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/red/filled, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door/directional/north{ + pixel_x = -6; + name = "Engineering Lockdown"; + id = "engielock"; + req_access = list("engineering") + }, +/obj/machinery/button/door/directional/north{ + pixel_x = 6; + name = "Atmospherics Lockdown"; + id = "atmoslock"; + req_access = list("atmospherics") + }, +/obj/structure/cable, +/obj/machinery/button/door/directional/north{ + name = "Privacy Shutters"; + id = "engielock"; + pixel_y = 34; + req_access = list("security") + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"wbA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"wbI" = ( +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"wbM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/aft/greater) +"wbP" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wbY" = ( +/obj/structure/flora/bush/fullgrass, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"wbZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"wce" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"wcf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"wcg" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/security/processing) +"wcm" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/structure/flora/bush/sparsegrass/style_3, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"wcq" = ( +/obj/structure/chair/sofa/corp, +/obj/machinery/incident_display/delam/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"wcr" = ( +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/effect/landmark/navigate_destination, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/science/server) +"wcv" = ( +/obj/item/storage/basket, +/obj/structure/rack, +/obj/item/clothing/head/costume/rabbitears, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wcw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/warning{ + dir = 4 + }, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"wcx" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner, +/obj/structure/flora/grass/jungle/b/style_3, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"wcD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"wcQ" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"wcX" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/prison) +"wcZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"wde" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/structure/railing{ + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"wdh" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/bounty/start_closed, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"wdk" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/station/service/library) +"wdu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"wdw" = ( +/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 = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"wdz" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"wdH" = ( +/obj/item/food/meat/rawbacon, +/obj/item/food/meat/rawbacon, +/obj/item/food/meat/rawcutlet, +/obj/item/food/meat/rawcutlet, +/obj/item/food/meat/slab/rawcrab, +/obj/item/food/meat/slab/rawcrab, +/obj/structure/closet/secure_closet/freezer/empty, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"wdK" = ( +/obj/structure/flora/bush/large/style_3, +/obj/structure/window/spawner/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/security/prison) +"wdQ" = ( +/turf/closed/wall, +/area/station/medical/lower) +"wdU" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"wed" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/department/science) +"weg" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"wej" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"wer" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"wes" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + 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/carpet/red, +/area/station/service/library/lounge) +"wew" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/bush/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wey" = ( +/obj/effect/turf_decal/trimline/blue/filled/shrink_cw{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F4-Medbay"; + codes_txt = "patrol;next_patrol=F5-Medbay-Lobby" + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"wez" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"weH" = ( +/obj/structure/sign/departments/morgue/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"weI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/storage/gas) +"weJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"weW" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/construction/mining/aux_base) +"weX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/turf/open/floor/grass, +/area/station/commons/locker) +"weY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/holding_cell) +"wfo" = ( +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/end{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"wfq" = ( +/obj/structure/flora/bush/lavendergrass/style_4, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/medical/treatment_center) +"wfr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"wfx" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wfy" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wfE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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/iron/white, +/area/station/science/lower) +"wfG" = ( +/obj/structure/flora/bush/fullgrass, +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"wfJ" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"wfN" = ( +/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"wfV" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"wfW" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"wgg" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/white/smooth_corner{ + dir = 1 + }, +/area/station/security/prison/workout) +"wgh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"wgp" = ( +/obj/structure/flora/tree/jungle/small/style_random{ + pixel_x = -18; + pixel_y = -18 + }, +/obj/structure/marker_beacon/lime, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/flora/rock/pile/jungle/large/style_3{ + pixel_x = 0; + pixel_y = -32 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/maintenance/department/bridge) +"wgE" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 1 + }, +/obj/structure/cable/multilayer/multiz, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wgJ" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/iron/dark/small, +/area/station/command) +"wgO" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port/aft) +"wgT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"wgY" = ( +/obj/structure/table/reinforced, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/south{ + dir = 5; + network = list("prison") + }, +/obj/machinery/processor, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"who" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"whp" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 4 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"wht" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"why" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/commons/dorms) +"whR" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"whW" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wib" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wif" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wih" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/medical) +"wik" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"win" = ( +/obj/structure/cable, +/obj/structure/sign/poster/official/cleanliness/directional/north, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port/aft) +"wio" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"wix" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/hedge, +/obj/machinery/light_switch/directional/west, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"wiB" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"wiE" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wiG" = ( +/obj/machinery/computer/slot_machine, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/barsign/all_access/directional/south, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/central) +"wiH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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, +/area/station/engineering/main) +"wiI" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-left" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + id_tag = "outerbridge" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "Bridge Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"wiO" = ( +/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/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"wiS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"wiT" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/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/smooth_edge{ + dir = 4 + }, +/area/station/command/corporate_suite) +"wiX" = ( +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/door/airlock/medical/glass{ + name = "Patient Room A" + }, +/obj/structure/curtain/cloth, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_a) +"wjb" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"wjd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"wje" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/tipper_cream_soda/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"wjf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"wjg" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"wjk" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"wjr" = ( +/obj/machinery/destructive_scanner, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/textured_large, +/area/station/science/lab) +"wjx" = ( +/obj/structure/hedge, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wjK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "chaplainshutters"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/service/chapel/office) +"wjN" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"wjO" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wjR" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/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/dark/textured_edge{ + dir = 8 + }, +/area/station/security/mechbay) +"wkb" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"wke" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"wkl" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wko" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory Maintenance" + }, +/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 + }, +/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) +"wks" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/department/security) +"wkA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"wkC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/brig/lower) +"wkD" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/command) +"wkG" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/central) +"wkK" = ( +/obj/machinery/status_display/ai/directional/north, +/turf/open/openspace, +/area/station/engineering/supermatter/room/upper) +"wkN" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"wkO" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/railing{ + dir = 1; + color = "#683d21" + }, +/turf/open/floor/carpet, +/area/station/service/theater) +"wkP" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"wkR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/central) +"wkV" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"wkW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wkX" = ( +/obj/item/crowbar/hammer, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"wlk" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/station/service/chapel) +"wll" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"wlu" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/engineering/storage) +"wlz" = ( +/obj/structure/sink/kitchen/directional/west, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/diagonal, +/area/station/security/prison/mess) +"wlB" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/pdapainter/medbay, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/cmo) +"wlC" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"wlE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel) +"wlI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock/style_2, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wlJ" = ( +/obj/structure/chair/sofa/bench, +/obj/machinery/light/directional/north, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/hallway/secondary/entry) +"wlL" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark/small, +/area/station/science/ordnance) +"wlQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/obj/effect/landmark/navigate_destination/det, +/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/security/detectives_office) +"wlT" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/central) +"wlU" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"wlY" = ( +/obj/effect/turf_decal/trimline/dark_red, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 8 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wmf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/airlock/research/glass{ + name = "Research and Development Lab" + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"wmj" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/structure/noticeboard/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/central) +"wmq" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_y = 4; + pixel_x = -5 + }, +/obj/item/hand_labeler, +/obj/machinery/button/door/directional/south{ + name = "Virology Privacy Shutters"; + id = "viroprivacy"; + req_access = list("virology") + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"wmA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/engine, +/area/station/science/genetics) +"wmF" = ( +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"wmK" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"wmO" = ( +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"wmQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"wmR" = ( +/turf/closed/wall, +/area/station/security/prison/rec) +"wmS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/textured_corner, +/area/station/engineering/engine_smes) +"wmV" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + 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/side{ + dir = 8 + }, +/area/station/maintenance/central) +"wmY" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/minibar) +"wnh" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/chapel/office) +"wnj" = ( +/obj/structure/fence/door, +/turf/open/floor/plating, +/area/station/maintenance/aft/greater) +"wnk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/storage/gas) +"wnm" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wnn" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"wnt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Aft Primary Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/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/textured, +/area/station/hallway/primary/central) +"wnH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"wnI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"wnK" = ( +/obj/structure/closet/emcloset/anchored, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname/motion/directional/north{ + network = list("minisat") + }, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/aisat/exterior) +"wnQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/flasher/directional/south{ + id = "holdingflash" + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/holding_cell) +"wnX" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wod" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"wof" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/medical/cryo) +"wog" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"woh" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_br/style_3, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/maintenance/aft/lesser) +"wor" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"woC" = ( +/obj/structure/hedge, +/obj/machinery/flasher/directional/north{ + id = "AI" + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"woH" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#9FED58" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/virologist, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"woL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"woR" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/maintenance/disposal) +"woT" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"woU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"woY" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"wph" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"wpr" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/stalky, +/obj/structure/flora/bush/style_4, +/obj/structure/flora/bush/flowers_pp/style_2, +/turf/open/floor/grass, +/area/station/service/greenroom) +"wpu" = ( +/obj/effect/spawner/random/engineering/toolbox{ + pixel_y = 10 + }, +/obj/structure/broken_flooring/singular/directional/north, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wpH" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"wpX" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/chair, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/security/brig/lower) +"wqj" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/textured, +/area/station/command/gateway) +"wqn" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/pile/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wqo" = ( +/turf/closed/wall, +/area/station/service/bar/backroom) +"wqr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/maintenance/port/central) +"wqt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"wqA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wqD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "bar_counter"; + name = "Bar Counter Shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/barman_recipes, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"wqO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wqQ" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"wqS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wrb" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/iron, +/area/station/hallway/primary/port) +"wrd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"wrj" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/plaques/kiddie/library{ + pixel_y = -32 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wrl" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "Security Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"wrw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/genetics) +"wrx" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"wrP" = ( +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"wrU" = ( +/obj/structure/hedge, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/glass, +/obj/structure/sign/poster/random/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"wrZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c20, +/obj/structure/safe, +/obj/item/storage/belt/champion, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wsa" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/test_chamber/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wsj" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/fishing{ + pixel_y = 14; + pixel_x = 3 + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"wsm" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/obj/item/clothing/mask/cigarette/pipe, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/fore) +"wsu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"wsI" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wsY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/item/instrument/harmonica, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/prison) +"wtb" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/science) +"wti" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wtm" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"wtq" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Closet" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos/project) +"wtt" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/glass/reinforced, +/area/station/security/lockers) +"wtF" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/landmark/start/bitrunner, +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/bitrunning/den) +"wtK" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"wtO" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"wtR" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/locker) +"wub" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/station/science/lower) +"wuf" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wuj" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"wul" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"wun" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/left/directional/south{ + name = "Jetpack Storage"; + req_access = list("eva") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"wup" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/warning{ + dir = 1 + }, +/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/iron/dark, +/area/station/hallway/secondary/command) +"wux" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/solars/port/aft) +"wuH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Exfiltrate Port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/box/red, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"wuQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"wuX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wve" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"wvg" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/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 = 8 + }, +/obj/machinery/navbeacon{ + location = "S7-Command-Lobby"; + codes_txt = "patrol;next_patrol=S8-Starboard-Hallway" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"wvk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"wvm" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"wvp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/storage) +"wvr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/central) +"wvu" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/plating, +/area/station/maintenance/fore/greater) +"wvv" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/midtown_slice/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"wvB" = ( +/turf/open/floor/glass/reinforced, +/area/station/maintenance/department/science) +"wvD" = ( +/obj/structure/table, +/obj/item/pai_card{ + pixel_x = -14; + pixel_y = 3 + }, +/obj/item/storage/backpack{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "Dormitories Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/dormitories, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"wvE" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + 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/security/checkpoint/customs) +"wvG" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/glass, +/area/station/commons/lounge) +"wvJ" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"wvL" = ( +/obj/structure/sign/clock/directional/east, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wvN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"wvO" = ( +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/right/directional/south{ + name = "Containment Pen #1"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wvP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/service) +"wvS" = ( +/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/dark/small, +/area/station/security/execution/transfer) +"wvV" = ( +/obj/structure/bed/medical/anchored{ + dir = 1 + }, +/obj/item/bedsheet/medical, +/obj/structure/sign/clock/directional/east, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"wvW" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sign/warning/secure_area/directional/east, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"wvY" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"wwa" = ( +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/machinery/button/door/directional/east{ + name = "Security Mech Garage Door Controls"; + id = "secmechbay"; + req_access = list("security") + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/security/mechbay) +"wwi" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/medical/medbay/central) +"wwk" = ( +/obj/structure/cable, +/obj/structure/holosign/barrier/engineering, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/cargo) +"wwm" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/machinery/navbeacon{ + location = "C1-Fore-Central-Fw"; + codes_txt = "patrol;next_patrol=F1-Fore-Hallway" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"wwn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"wwo" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"wwC" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"wwD" = ( +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wwI" = ( +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"wwJ" = ( +/obj/structure/rack, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/clothing/suit/utility/beekeeper_suit, +/obj/item/clothing/head/utility/beekeeper_head, +/obj/item/clothing/suit/hooded/bee_costume, +/obj/item/queen_bee/bought, +/obj/item/melee/flyswatter, +/obj/machinery/requests_console/directional/west, +/obj/structure/sign/poster/random/directional/south, +/obj/item/clothing/head/hooded/bee_hood, +/turf/open/floor/bamboo, +/area/station/service/hydroponics) +"wwN" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"wwQ" = ( +/turf/open/floor/carpet/neon/simple/lime/nodots, +/area/station/cargo/bitrunning/den) +"wwU" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/hedge, +/turf/open/floor/wood, +/area/station/maintenance/port/fore) +"wwX" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/directions/engineering/directional/east{ + dir = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wwY" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/boutique) +"wxd" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/garden) +"wxh" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"wxn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"wxp" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"wxu" = ( +/obj/structure/hedge, +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/break_room) +"wxv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/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/wood/tile, +/area/station/service/cafeteria) +"wxx" = ( +/obj/machinery/light_switch/directional/south, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/obj/item/integrated_circuit/loaded/hello_world, +/obj/item/integrated_circuit/loaded/speech_relay{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/multitool, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"wxC" = ( +/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/cargo) +"wxD" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"wxH" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"wxN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/central) +"wxQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wxR" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/window/spawner, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/grass, +/area/station/commons/dorms) +"wxU" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark, +/area/station/command) +"wye" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"wyh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"wyi" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/medical/surgery/theatre) +"wyl" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/service) +"wyn" = ( +/obj/machinery/door/window/brigdoor/left/directional/west{ + req_access = list("security"); + name = "Engineering Cell"; + id = "engcell" + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"wyp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/cryo) +"wys" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wyv" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wyw" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"wyx" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_br/style_2, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"wyy" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"wyA" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"wyG" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste Gas Output"; + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wyO" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"wyZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"wzc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/hedge, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/dorms) +"wzd" = ( +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/table/glass, +/obj/item/toy/plush/moth, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white/diagonal, +/area/station/medical/patients_rooms/room_b) +"wzh" = ( +/obj/item/kirbyplants/random, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"wzi" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"wzr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/warning, +/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/small, +/area/station/engineering/atmos) +"wzI" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/airalarm/directional/south, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"wzL" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/service/chapel/funeral) +"wzN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"wzO" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"wzR" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"wzU" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/aft/greater) +"wzV" = ( +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/reinforced/rglass, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/command/heads_quarters/hos) +"wAf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wAh" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wAo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/textured, +/area/station/commons/fitness/recreation) +"wAq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/textured, +/area/station/commons/dorms) +"wAs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/filingcabinet/security, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"wAx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"wAz" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/storage) +"wAA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) +"wAB" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"wAN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"wAV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/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, +/area/station/hallway/primary/fore) +"wBe" = ( +/obj/effect/turf_decal/siding/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lower) +"wBf" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Xenobio Pen 1 Blast Doors"; + pixel_y = 1; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wBi" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"wBm" = ( +/obj/effect/mapping_helpers/broken_floor, +/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) +"wBn" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/security/prison/workout) +"wBq" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"wBy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/teal, +/turf/open/space/openspace, +/area/space/nearstation) +"wBB" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/central) +"wBK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"wBL" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/item/clothing/head/cone{ + pixel_x = 0; + pixel_y = -4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wBM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wBP" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"wBX" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wCe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"wCf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/siding/blue/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"wCk" = ( +/obj/machinery/door/airlock/multi_tile/public/glass{ + name = "Barber Shop" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/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/dark/herringbone, +/area/station/service/barber) +"wCn" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant1, +/obj/structure/cable, +/turf/open/floor/iron/white/smooth_corner{ + dir = 8 + }, +/area/station/medical/surgery/theatre) +"wCr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"wCs" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"wCy" = ( +/obj/structure/table/wood/poker, +/obj/effect/turf_decal/siding/wood/end, +/obj/item/toy/cards/deck/syndicate, +/obj/item/stack/spacecash/c1{ + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"wCR" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wCZ" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"wDd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"wDu" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"wDy" = ( +/obj/machinery/door/airlock/wood{ + name = "Abandoned Theater" + }, +/obj/effect/spawner/random/structure/barricade, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/maintenance/port/central) +"wDA" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"wDC" = ( +/turf/open/floor/plating, +/area/station/maintenance/central) +"wDJ" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/trimline/dark, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"wDU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing{ + dir = 9; + color = "#683d21" + }, +/obj/structure/chair/wood/wings{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"wEb" = ( +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"wEh" = ( +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid4" + }, +/area/space/nearstation) +"wEj" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/science/ordnance/storage) +"wEk" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen/fountain/captain{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/figure/captain{ + pixel_y = 3; + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"wEl" = ( +/obj/structure/chair/sofa/right, +/obj/item/newspaper, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"wEp" = ( +/obj/structure/table, +/obj/item/storage/dice, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"wEv" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #1"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wEE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/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/side{ + dir = 4 + }, +/area/station/maintenance/central) +"wEM" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/station/service/chapel/funeral) +"wEN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/chair/office, +/obj/effect/landmark/start/atmospheric_technician, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage) +"wER" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Padded Cell"; + id_tag = "padded" + }, +/turf/open/floor/iron/white/herringbone, +/area/station/medical/patients_rooms) +"wEV" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/bin, +/obj/machinery/light/small/red/dim/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/science) +"wEW" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile/icy/style_3, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/statue/snow/snowman, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/maintenance/port) +"wEX" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/item/kirbyplants/organic/plant22, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"wFd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"wFe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"wFg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wFj" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/gravity_generator) +"wFl" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"wFr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/machinery/light/directional/east{ + color = "#ffcc99" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/service/theater_dressing) +"wFs" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/rack, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"wFC" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"wFD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"wFE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/structure/fluff/paper/stack{ + dir = 1; + pixel_y = -3; + pixel_x = -1 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) +"wFF" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"wFG" = ( +/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/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"wFP" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"wFU" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/medical_all, +/obj/effect/turf_decal/bot_white, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"wFV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/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/iron/dark, +/area/station/engineering/atmos/upper) +"wFW" = ( +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/structure/fluff/paper/stack, +/turf/open/floor/carpet/red, +/area/station/maintenance/port/aft) +"wFX" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"wGa" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wGj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wGr" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/item/multitool, +/obj/item/holosign_creator/engineering, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wGt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"wGy" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"wGz" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wGA" = ( +/obj/structure/chair/office, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) +"wGC" = ( +/obj/docking_port/stationary/random{ + dir = 4; + name = "lavaland"; + shuttle_id = "pod_4_lavaland" + }, +/turf/open/space/openspace, +/area/space) +"wGF" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/dark/side{ + dir = 9 + }, +/area/station/maintenance/aft/greater) +"wGM" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/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, +/area/station/maintenance/port) +"wGO" = ( +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wGP" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/storage) +"wGV" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/grass, +/area/station/security/prison) +"wGW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wHh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"wHn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"wHB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end, +/obj/effect/spawner/random/food_or_drink/seed, +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/maintenance/starboard/aft) +"wHC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"wHK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"wHL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"wHO" = ( +/obj/machinery/recharge_station, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"wHP" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/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/bridge) +"wHR" = ( +/obj/machinery/holopad/secure, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"wHS" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"wHT" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"wIb" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/duct, +/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/dark/small, +/area/station/medical/cryo) +"wIc" = ( +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side, +/area/station/hallway/primary/starboard) +"wIf" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"wIi" = ( +/obj/effect/mist, +/obj/effect/turf_decal/trimline/dark, +/obj/structure/bonfire/prelit, +/turf/open/floor/bamboo, +/area/station/commons/fitness/recreation/sauna) +"wIw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"wIy" = ( +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"wIA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wIF" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/button/door/directional/west{ + id = "Toilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/trimline/white/end, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"wIJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"wIN" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/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/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wIV" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/circuits) +"wJb" = ( +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/window/reinforced/tinted/spawner/directional/west, +/obj/structure/window/reinforced/tinted/spawner/directional/south, +/obj/structure/hedge/opaque, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"wJc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/station/maintenance/starboard/central) +"wJf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter"; + dir = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/fore/lesser) +"wJo" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden/layer1{ + 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/engineering/main) +"wJr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wJt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"wJu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"wJv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/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/dark, +/area/station/command) +"wJx" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"wJF" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 6 + }, +/obj/item/reagent_containers/pill/stimulant, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/starboard/fore) +"wJM" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/steam_vent, +/obj/structure/sign/poster/random/directional/west, +/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/port) +"wJN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 17 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"wJW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wKc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/hallway/secondary/service) +"wKe" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/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/dark/textured_corner, +/area/station/science/genetics) +"wKf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/openspace, +/area/space/nearstation) +"wKs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/obj/structure/hedge, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"wKw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + 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/dark/textured, +/area/station/security/prison) +"wKx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"wKB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"wKM" = ( +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/light_switch/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"wKS" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"wKV" = ( +/obj/structure/cable, +/obj/structure/broken_flooring/singular/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wLa" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"wLd" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/structure/hedge, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wLh" = ( +/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/plating, +/area/station/maintenance/starboard/aft) +"wLk" = ( +/obj/effect/turf_decal/siding/dark, +/obj/machinery/chem_dispenser, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"wLo" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wLq" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wLC" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/radio/intercom/directional, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"wLD" = ( +/obj/effect/spawner/random/structure/crate_loot, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/docking/directional/west, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/light/small/red/directional/west, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/port) +"wLF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wLP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/central) +"wLQ" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wLS" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"wLT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"wLX" = ( +/obj/machinery/dna_scannernew, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) +"wMb" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"wMd" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "rdordnance"; + name = "Ordnance Containment Control"; + req_access = list("ordnance") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/obj/effect/landmark/start/ordnance_tech, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance/testlab) +"wMq" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"wMr" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/iron/dark, +/area/station/command/meeting_room) +"wMt" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/box/white/corners, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"wMx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"wMG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wMM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"wMP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"wMQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"wMY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/door_timer{ + pixel_y = 32; + id = "engcell" + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"wMZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/camera/detective{ + pixel_y = 8; + pixel_x = 14 + }, +/obj/item/paper/crumpled{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/photo_album{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/item/clothing/neck/tie/detective{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/floor/wood/large, +/area/station/maintenance/department/bridge) +"wNc" = ( +/obj/machinery/grill, +/obj/machinery/digital_clock/directional/north, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"wNg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/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/dark/side{ + dir = 8 + }, +/area/station/security/brig/lower) +"wNs" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"wNx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"wNA" = ( +/obj/machinery/door/airlock/external{ + name = "Common Mining Dock" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/plating, +/area/station/maintenance/central) +"wNE" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 10 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"wNF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"wNM" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_corner{ + dir = 4 + }, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"wNP" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/item/clothing/mask/gas, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"wNQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"wNV" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/grass, +/area/station/science/lower) +"wNY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/status_display/door_timer{ + pixel_y = -32; + id = "scicell" + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"wNZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/wood/large, +/area/station/service/library) +"wOb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/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/primary/central) +"wOe" = ( +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/door/window/left/directional/west{ + req_access = list("medical"); + name = "Reception Desk" + }, +/obj/machinery/door/firedoor, +/obj/structure/window/spawner/directional/north, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/turf/open/floor/iron/white, +/area/station/medical/office) +"wOg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/small, +/area/station/hallway/secondary/command) +"wOk" = ( +/obj/effect/turf_decal/stripes/red/end{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/disposal/delivery_chute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/service/janitor) +"wOq" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"wOs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + name = "Cargo Desk"; + req_access = list("shipping") + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/door/firedoor, +/obj/structure/desk_bell{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/folder/yellow{ + pixel_y = 2 + }, +/obj/item/paper, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"wOt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light, +/obj/effect/turf_decal/tile/dark_blue/opposingcorners{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"wOB" = ( +/obj/structure/cable, +/obj/structure/reagent_dispensers/plumbed{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white{ + color = "#52B4E9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"wOF" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Command Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/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/plating, +/area/station/command/corporate_suite) +"wOG" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/chair/sofa/bench/right, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/commons/storage/primary) +"wOL" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/west, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/cargo/lower) +"wOM" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/blue, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"wOS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"wPa" = ( +/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/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"wPe" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/aft/lesser) +"wPk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/official/build/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wPp" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/warning/yes_smoking/circle/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"wPt" = ( +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) +"wPv" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/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/lower) +"wPA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/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/wood/large, +/area/station/hallway/primary/port) +"wPB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"wPE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"wPJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) +"wPP" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"wPS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wQb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/departments/science/directional/south, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/fore/lesser) +"wQd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "justice gas pump" + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) +"wQm" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"wQC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"wQJ" = ( +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"wQL" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/lower) +"wQO" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"wQQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"wQU" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/sign/poster/contraband/mothic_rations/directional/north, +/turf/open/floor/grass, +/area/station/cargo/breakroom) +"wQY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/station/command/teleporter) +"wRi" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"wRj" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"wRk" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wRq" = ( +/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/service/hydroponics/garden) +"wRt" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"wRv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/glass/reinforced, +/area/space/nearstation) +"wRx" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/port) +"wRy" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/item/kirbyplants/organic/plant1, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"wRH" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wRM" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/fore/lesser) +"wRY" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/turf/open/floor/iron/dark/diagonal, +/area/station/tcommsat/computer) +"wSb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"wSc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"wSm" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"wSn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/machinery/door/airlock/external, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"wSz" = ( +/obj/effect/decal/cleanable/plasma, +/obj/item/chair/wood/wings, +/obj/effect/cult_turf, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"wSA" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"wSB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"wSE" = ( +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"wSJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/stairs/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wSV" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/rd) +"wTe" = ( +/obj/structure/aquarium/prefilled, +/obj/structure/marker_beacon/indigo, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/port) +"wTj" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central) +"wTn" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/desk_bell{ + pixel_x = -8 + }, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/door/poddoor/preopen{ + id = "engielock"; + name = "Engineering Lockdown Blast Door" + }, +/obj/structure/cable, +/obj/machinery/door/window/left/directional/west{ + name = "Engineering Desk"; + req_access = list("engineering") + }, +/turf/open/floor/iron, +/area/station/engineering/lobby) +"wTv" = ( +/obj/item/stack/cable_coil/cut, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wTy" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/collectable/hardhat, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wTE" = ( +/obj/structure/table, +/obj/item/toy/foamblade, +/obj/item/toy/sword{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation) +"wTK" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"wTQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"wTS" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wTT" = ( +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/marker_beacon/bronze, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wTV" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/box/corners{ + pixel_y = 4 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/machinery/byteforge, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"wUj" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/bush/flowers_pp/style_3, +/turf/open/floor/grass, +/area/station/maintenance/central) +"wUs" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/work) +"wUy" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"wUz" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"wUD" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"wUF" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile/icy, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/flora/bush/snow/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/maintenance/port) +"wUH" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"wUK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/cargo/office) +"wUL" = ( +/obj/structure/table/glass, +/obj/item/wrench, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"wUO" = ( +/obj/machinery/door/airlock/command{ + name = "Command Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/corporate_suite) +"wUR" = ( +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/carpet/red, +/area/station/maintenance/department/bridge) +"wUS" = ( +/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/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"wUV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"wVa" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/aft/lesser) +"wVb" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"wVg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/green, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Engine Coolant Bypass"; + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wVn" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) +"wVy" = ( +/obj/machinery/vending/boozeomat, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 16; + pixel_x = -10 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/item/reagent_containers/cup/glass/bottle/small{ + pixel_y = 20; + pixel_x = 9 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_y = 18 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"wVQ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/railing/corner/end/flip{ + 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/service/hydroponics/garden) +"wVR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/exit/departure_lounge) +"wVT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Science Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/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/iron/dark, +/area/station/science/breakroom) +"wVV" = ( +/obj/structure/chair/sofa/corp/right, +/turf/open/floor/carpet, +/area/station/service/greenroom) +"wWa" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"wWb" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/storage) +"wWf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/security/prison/visit) +"wWn" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) +"wWt" = ( +/obj/structure/sign/departments/science/directional/north, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + 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/research) +"wWL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"wWM" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wWQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"wWR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"wWS" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/obj/structure/closet/secure_closet/cytology, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"wWT" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wWV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/office, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/engineering/engine_smes) +"wWX" = ( +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/engine, +/area/station/engineering/atmos/hfr_room) +"wXe" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/barsign/directional/south, +/obj/machinery/camera/autoname/directional/south{ + dir = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/bar) +"wXm" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/service) +"wXo" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/bottle/nutrient/ez{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/bottle/nutrient/rh{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics/garden) +"wXu" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"wXF" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation/sauna) +"wXJ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"wXN" = ( +/obj/machinery/computer/atmos_control/mix_tank{ + dir = 1 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"wXR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/spawner/random/structure/crate, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"wXV" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"wXZ" = ( +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/obj/structure/flora/bush/flowers_br, +/turf/open/floor/grass, +/area/station/commons/fitness/recreation) +"wYg" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/dark/textured, +/area/station/command) +"wYi" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/transfer) +"wYk" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/razor{ + pixel_x = -3 + }, +/obj/item/dyespray{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"wYn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"wYD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"wYE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/corporate_suite) +"wYI" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"wYM" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"wYQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"wYS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wZa" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/turf/open/floor/iron/white/small, +/area/station/security/prison/shower) +"wZd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/atmos/storage/gas) +"wZg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible/layer2, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/disposal/incinerator) +"wZi" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/maintenance/aft/lesser) +"wZk" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/black, +/area/station/service/minibar) +"wZy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/spawner/random/structure/crate, +/obj/item/paperwork/cargo, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"wZz" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/starboard/central) +"wZA" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/turf_decal/delivery, +/obj/structure/mecha_wreckage/ripley, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"wZB" = ( +/obj/effect/decal/cleanable/vomit/nebula, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"wZE" = ( +/turf/closed/wall, +/area/station/service/hydroponics/garden) +"wZI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/obj/structure/sign/calendar/directional/east, +/obj/effect/spawner/random/bureaucracy/folder{ + pixel_x = 0; + pixel_y = 8 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"wZL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Barber Shop Shutters"; + id = "arrivalbarber" + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/barber) +"wZS" = ( +/obj/effect/turf_decal/trimline/red, +/obj/effect/turf_decal/trimline/red/mid_joiner, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/mid_joiner{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/execution/education) +"wZT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"xac" = ( +/obj/structure/railing/corner{ + dir = 1; + color = "#4874A2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"xae" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port) +"xaB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xaG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/cytology) +"xaJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/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, +/area/station/cargo/storage) +"xaL" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured, +/area/station/service/theater) +"xaO" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xaQ" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"xba" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xbf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/dorms) +"xbk" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/conveyor{ + dir = 8; + id = "mining" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/mineral/processing_unit{ + dir = 1; + input_dir = 4; + output_dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"xbl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"xbq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/hallway/primary/fore) +"xbv" = ( +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"xby" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xbF" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/bar/backroom) +"xbH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/interrogation) +"xbI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"xbM" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"xbQ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/power/directional/east, +/obj/effect/cult_turf, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xbU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xca" = ( +/obj/structure/cable, +/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{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/aft/lesser) +"xcb" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/brown, +/turf/open/floor/iron/white/textured, +/area/station/science/circuits) +"xco" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"xcq" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/light/small/red/dim/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/herringbone, +/area/station/maintenance/department/science) +"xcw" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/musician/piano, +/obj/item/clothing/mask/cigarette{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/station/maintenance/port/central) +"xcy" = ( +/obj/machinery/computer/quantum_console, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/poster/abductor/ayy/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"xcD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"xcF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair/sofa/bench, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/commons/dorms) +"xcO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/computer/security/telescreen/bar/directional/south{ + name = "Laser Tag Monitor" + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"xcQ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xcT" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 1 + }, +/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/white, +/area/station/medical/medbay/central) +"xdc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xdl" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + pixel_y = -6 + }, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"xdo" = ( +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"xdp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"xdr" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/central) +"xdw" = ( +/obj/structure/flora/bush/snow{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/grass/both/style_2, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rdgene"; + name = "Genetics Lab Shutters" + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/genetics) +"xdx" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"xdD" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark, +/area/station/cargo/miningoffice) +"xdV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/hedge/opaque, +/obj/structure/secure_safe/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"xei" = ( +/obj/effect/spawner/random/trash/grime, +/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/central) +"xel" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/eighties, +/area/station/maintenance/starboard/central) +"xer" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/heat{ + pixel_x = 14; + pixel_y = 2 + }, +/turf/open/floor/iron/white/textured, +/area/station/commons/fitness/recreation/pool) +"xeu" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos) +"xex" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"xeB" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Blue Team" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"xeC" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xeE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + 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/carpet/red, +/area/station/service/library) +"xeF" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass, +/obj/structure/flora/bush/fullgrass/style_3, +/obj/structure/flora/grass/jungle/a/style_2, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/maintenance/central) +"xeK" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"xeP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ + dir = 1 + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"xeQ" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/pile/style_2, +/obj/structure/flora/rock/style_2, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"xeR" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"xeV" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"xeX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/brown, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"xfi" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xfm" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"xfq" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"xfx" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/prison/mess) +"xfA" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/misc/grass, +/area/station/hallway/secondary/command) +"xfD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"xfF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/starboard) +"xfO" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xfU" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xgg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/storage/tech) +"xgj" = ( +/obj/structure/cable, +/obj/machinery/light/small/red/directional/west, +/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/port/central) +"xgp" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"xgq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/range) +"xgs" = ( +/obj/structure/closet/crate/trashcart/filled, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/entertainment/money_small, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xgw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/interrogation) +"xgx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xgP" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"xgT" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"xgV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/public{ + name = "Pool Room" + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 8 + }, +/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/commons/toilet/shower) +"xgW" = ( +/obj/machinery/door/window/brigdoor/left/directional/south, +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/science/ordnance/storage) +"xgY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/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 = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"xhc" = ( +/turf/open/floor/iron/stairs/left{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/service/theater) +"xhd" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/railing/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xhe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"xhg" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/station/service/theater) +"xhj" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/fluorine{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/iodine{ + pixel_x = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/periodic_table/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/chem_storage) +"xhn" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"xho" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + 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/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"xhQ" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/engineering/break_room) +"xhY" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay"; + dir = 1 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerUp"; + name = "Medbay" + }, +/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/lobby) +"xhZ" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/machinery/pdapainter/research, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/rd) +"xik" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xis" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/office, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) +"xiu" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/dark/side{ + dir = 2 + }, +/area/station/maintenance/department/science) +"xiv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/commons/dorms) +"xiD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"xiH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"xiN" = ( +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/poddoor/shutters/window{ + id = "gateshutter"; + name = "Gateway Access Shutter"; + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"xiO" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/station/service/chapel) +"xiZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable/layer3, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"xji" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "rdordnance"; + name = "Ordnance Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance) +"xjj" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xjl" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/marker_beacon/lime, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"xjo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"xjq" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xjr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/laser_pointer{ + pixel_x = 3 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"xjt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/obj/machinery/light/directional/north, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"xjv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/engineering/atmos/storage) +"xjB" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark_blue, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xjE" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/effect/turf_decal/tile/dark_blue, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 9 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xjQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/turf/open/floor/iron/textured, +/area/station/hallway/primary/fore) +"xka" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"xkc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/security/prison) +"xkf" = ( +/obj/effect/turf_decal/trimline/dark/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"xkj" = ( +/obj/machinery/power/supermatter_crystal/engine, +/obj/effect/turf_decal/stripes/red/box, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"xkm" = ( +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42"; + dir = 1 + }, +/area/station/service/chapel) +"xkr" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"xku" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"xkw" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/main) +"xkz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xkB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/security/prison/work) +"xkD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/secondary/exit/departure_lounge) +"xkE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/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/corner, +/area/station/hallway/primary/fore) +"xkG" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/service/library/upper) +"xkM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/security/courtroom/holding) +"xkQ" = ( +/obj/structure/statue/sandstone/venus{ + dir = 8; + anchored = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"xkS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + 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/wood/large, +/area/station/hallway/primary/port) +"xkT" = ( +/obj/machinery/door/airlock/public{ + name = "Restroom" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/security/breakroom) +"xkW" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/turret_protected/aisat/service) +"xla" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"xle" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"xlf" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"xli" = ( +/obj/machinery/computer/monitor{ + name = "bridge power monitoring console"; + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"xlk" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"xln" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"xlq" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"xlt" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/cable, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"xlx" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xlD" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xlF" = ( +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/port) +"xlK" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"xlL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"xlO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/broken_flooring/singular/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xlS" = ( +/obj/machinery/disposal/delivery_chute, +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"xlT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"xlV" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medbay" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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 = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"xlW" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white, +/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/side{ + dir = 1 + }, +/area/station/hallway/primary/port) +"xlX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/plastic, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xlZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/north, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"xmk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/engineering/atmos/project) +"xmr" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xmt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer3, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"xmv" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/warehouse) +"xmx" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"xmH" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/item/stack/cable_coil/cut, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/solars/port/aft) +"xmJ" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 6 + }, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"xmL" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Departure Lounge Security Post"; + req_access = list("security") + }, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/escape) +"xmO" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"xmR" = ( +/obj/effect/decal/cleanable/dirt, +/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, +/obj/effect/landmark/start/hangover, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"xmY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/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/corner{ + dir = 8 + }, +/area/station/engineering/atmos) +"xmZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/obj/effect/turf_decal/siding/blue, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"xnb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/structure/grille, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xnc" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum, +/turf/open/floor/plating, +/area/station/security/processing) +"xnk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled, +/obj/machinery/light/floor, +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/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/dark, +/area/station/security/checkpoint/supply) +"xnq" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/sign/poster/contraband/shamblers_juice/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/maintenance/port/central) +"xnv" = ( +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/carpet/neon/simple/red/nodots, +/area/station/commons/fitness/recreation/lasertag) +"xny" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Plasma to Pure" + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xnA" = ( +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/machinery/shower/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/purple/end, +/obj/structure/curtain, +/obj/structure/fluff/shower_drain, +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/iron/white/textured_large, +/area/station/science/breakroom) +"xnB" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/cargo/warehouse) +"xnE" = ( +/obj/effect/turf_decal/trimline/blue/corner, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark, +/obj/machinery/light/floor{ + color = "#66ccff" + }, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"xnF" = ( +/obj/effect/turf_decal/trimline/brown/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/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 = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/cargo/lower) +"xnN" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/obj/effect/turf_decal/bot, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) +"xnQ" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xoa" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/obj/structure/sign/calendar/directional/east, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"xob" = ( +/turf/open/floor/iron/stairs/right{ + dir = 4; + color = "#3d3e42" + }, +/area/station/service/theater) +"xoe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"xof" = ( +/obj/machinery/holopad, +/turf/open/floor/glass/reinforced, +/area/station/commons/fitness/recreation) +"xoh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xon" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/item/banner/security/mundane, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/security/breakroom) +"xor" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xot" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/clock/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xow" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain/cloth{ + color = "#36373a" + }, +/turf/open/floor/plating, +/area/station/commons/lounge) +"xox" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) +"xoD" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) +"xoF" = ( +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xoJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/box/red, +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/hfr_room) +"xoR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/structure/sign/departments/rndserver/directional/north, +/obj/machinery/telecomms/server{ + icon_state = "blackbox"; + name = "Radio Recorder"; + desc = "A machine used to store radio data." + }, +/obj/item/broadcast_camera{ + camera_networks = list("dj"); + broadcast_name = "Radio Station News"; + pixel_x = 0; + pixel_y = 15 + }, +/turf/open/floor/circuit/green, +/area/station/maintenance/starboard/fore) +"xoU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"xpa" = ( +/obj/machinery/plumbing/synthesizer/beer, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/food/grown/tobacco{ + preserved_food = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"xpl" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"xpm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"xpn" = ( +/obj/structure/railing, +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"xpq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + 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/side{ + dir = 2 + }, +/area/station/commons/fitness/recreation) +"xpt" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + 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/edge{ + dir = 8 + }, +/area/station/security/prison) +"xpC" = ( +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/structure/sign/warning/biohazard/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"xpE" = ( +/obj/structure/hedge, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xpF" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"xpG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xpL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xpO" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/glass, +/area/station/commons/lounge) +"xpV" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/north, +/obj/structure/flora/rock/pile/icy/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/grass/green/style_random, +/obj/structure/flora/bush/snow/style_random, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lobby) +"xpX" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"xpY" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teleportershutters"; + name = "Teleporter Access Shutter"; + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"xqd" = ( +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/maintenance/solars/starboard/fore) +"xqn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/siding/purple, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xqt" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/glass, +/area/station/hallway/secondary/service) +"xqy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"xqz" = ( +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"xqA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark, +/area/station/cargo/office) +"xqN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/window/right/directional/south{ + name = "Containment Pen #3"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xrb" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin/bundlenatural{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper_bin/bundlenatural{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/stack/package_wrap{ + pixel_y = 21 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 + }, +/area/station/cargo/storage) +"xrh" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/aft/lesser) +"xrj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Secure Creature Pen"; + req_access = list("xenobiology") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xrq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/landmark/start/librarian, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/green, +/area/station/service/library/upper) +"xru" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/trimline/neutral, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/clothing/gloves/color/grey, +/obj/structure/cable, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"xrw" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/item/stamp/head/cmo{ + pixel_x = -16; + pixel_y = 6 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) +"xrx" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"xrO" = ( +/obj/structure/table/reinforced/rglass, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/microwave, +/turf/open/floor/iron/white, +/area/station/security/prison/mess) +"xrS" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leavy/style_2, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"xrX" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/rock/pile/style_random, +/turf/open/floor/grass, +/area/station/cargo/lobby) +"xrY" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"xsg" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet/red, +/area/station/service/library) +"xsh" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"xsq" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port/fore) +"xsr" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"xsw" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/table/reinforced/rglass, +/obj/machinery/processor{ + pixel_x = -3 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"xsx" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/toilet/restrooms) +"xsN" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"xsO" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/flora/grass/jungle/b/style_2, +/turf/open/water, +/area/station/ai_monitored/aisat/exterior) +"xsP" = ( +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/light/floor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"xsT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/security/brig) +"xsV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/engineering/atmos/storage) +"xta" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"xte" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + color = "#3d3e42" + }, +/area/station/medical/morgue) +"xtp" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/window/left/directional/east{ + name = "Corpse Arrivals" + }, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"xtz" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xtA" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"xtC" = ( +/obj/effect/turf_decal/trimline/purple/line, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"xtH" = ( +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/obj/structure/broken_flooring/singular/directional/north, +/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/plating, +/area/station/maintenance/port/aft) +"xum" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"xus" = ( +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/cargo/sorting) +"xut" = ( +/turf/open/floor/glass, +/area/station/service/kitchen/diner) +"xuw" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/corner, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xuz" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"xuB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"xuD" = ( +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xuG" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xuH" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/trimline/green/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/item/reagent_containers/cup/coffeepot{ + pixel_y = 19 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/bar/backroom) +"xuN" = ( +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xuS" = ( +/obj/effect/turf_decal/tile/red/fourcorners, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/airalarm/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/lockers) +"xuX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/lockers) +"xuZ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xvc" = ( +/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, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"xvj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + 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/dark/textured, +/area/station/commons/fitness/recreation) +"xvl" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"xvm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/energy_swords/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/maintenance/starboard/central) +"xvq" = ( +/obj/structure/hedge, +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/medical/break_room) +"xvt" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/b, +/obj/structure/marker_beacon/lime, +/turf/open/floor/grass, +/area/station/hallway/secondary/entry) +"xvz" = ( +/obj/structure/table/glass, +/obj/machinery/microwave, +/obj/effect/turf_decal/trimline/dark/end, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"xvA" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xvD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/range) +"xvF" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/marker_beacon/jade, +/turf/open/floor/holofloor/wood, +/area/station/ai_monitored/aisat/exterior) +"xvH" = ( +/obj/item/kirbyplants/organic/plant22{ + pixel_y = 9 + }, +/obj/effect/turf_decal/trimline/brown, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/library/lounge) +"xvJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/maintenance/aft/lesser) +"xvK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/computer/atmos_control/nocontrol/master{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_half, +/area/station/engineering/atmos) +"xvR" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"xvT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/structure/rack, +/obj/item/clothing/suit/utility/radiation, +/obj/item/clothing/head/utility/radiation, +/obj/item/geiger_counter, +/obj/item/clothing/glasses/meson, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) +"xvU" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/machinery/light/floor, +/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/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"xwf" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Cryogenics Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xwg" = ( +/turf/closed/wall, +/area/station/service/greenroom) +"xwm" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_3, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/grass/jungle/a/style_3, +/obj/structure/flora/bush/flowers_br, +/turf/open/floor/grass, +/area/station/maintenance/aft/lesser) +"xwr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/floor{ + color = "#ffcc99" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"xwx" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "HFR Shutters"; + id = "hfr"; + dir = 8 + }, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos/hfr_room) +"xwG" = ( +/obj/machinery/vending/cigarette, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"xwH" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"xwK" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "F6-Medbay"; + codes_txt = "patrol;next_patrol=F7-Medbay" + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"xwP" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"xwW" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "Security Blast Door" + }, +/obj/effect/turf_decal/delivery, +/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) +"xwX" = ( +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"xxd" = ( +/obj/structure/noticeboard/directional/north, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen/fountain{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/command/corporate_suite) +"xxi" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xxk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance{ + name = "Pharmacy Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/pharmacy, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xxx" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"xxB" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xxE" = ( +/obj/structure/railing/corner/end{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"xxR" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xxS" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/table/glass, +/obj/machinery/photocopier{ + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"xxU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"xyb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/commons/dorms) +"xyg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/red, +/area/station/service/library) +"xyh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/commons/locker) +"xyj" = ( +/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 = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/central) +"xyo" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/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/wood/large, +/area/station/command/heads_quarters/hop) +"xyq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xyw" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) +"xyz" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xyA" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/security/brig) +"xyC" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"xyI" = ( +/obj/effect/spawner/random/contraband/cannabis, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/hydroponics/soil, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/grass, +/area/station/security/prison/garden) +"xyJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/north{ + id = "capoffice"; + name = "Privacy Control"; + pixel_y = 26; + req_access = list("captain"); + pixel_x = -7 + }, +/obj/machinery/light/directional/north, +/obj/machinery/camera/autoname/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ + pixel_x = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"xyK" = ( +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xyN" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/port) +"xyR" = ( +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + name = "Red Team"; + id = "laserred" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation/lasertag) +"xyS" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/station/service/kitchen) +"xzb" = ( +/turf/closed/wall/mineral/plastitanium, +/area/station/commons/dorms) +"xzd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xzj" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/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/science/robotics/storage) +"xzq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/library/lounge) +"xzu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"xzC" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/random, +/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 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/obj/machinery/light_switch/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"xzH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"xzI" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"xzP" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/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/iron/checker{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"xzQ" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/maintenance/fore/lesser) +"xzR" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Customs" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/customs) +"xzU" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + 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/security/courtroom/holding) +"xAe" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/railing/corner/end/flip, +/obj/structure/railing/corner/end{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xAh" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + location = "A3-Aft-Hallway"; + codes_txt = "patrol;next_patrol=C3-Aft-Central-B" + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/aft) +"xAE" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/red/directional/north, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/aft) +"xAF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/rock/pile/style_2, +/obj/item/clothing/head/cone, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xAG" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/project) +"xAI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"xAY" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"xBb" = ( +/obj/effect/turf_decal/siding/dark, +/obj/structure/table/glass, +/obj/machinery/digital_clock/directional/north, +/obj/item/toy/cards/deck{ + pixel_y = 7; + pixel_x = -4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/medical/pharmacy) +"xBf" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xBh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/port/fore) +"xBj" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/minibar) +"xBk" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/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/iron/dark, +/area/station/command) +"xBo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/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/white, +/area/station/medical/abandoned) +"xBB" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/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/aft/lesser) +"xBE" = ( +/obj/structure/cable, +/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/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"xBG" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -6 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 6 + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/storage/gas) +"xBI" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron/dark, +/area/station/security/breakroom) +"xBK" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"xBN" = ( +/turf/open/floor/iron/stairs{ + color = "#5d341f"; + dir = 4 + }, +/area/station/commons/lounge) +"xBR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"xBV" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"xBY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/textured_corner{ + dir = 8 + }, +/area/station/engineering/engine_smes) +"xBZ" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","rd") + }, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xCc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/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/iron, +/area/station/hallway/primary/fore) +"xCd" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xCe" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"xCf" = ( +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/structure/rack, +/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/engineering/storage/tech) +"xCj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"xCp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xCr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new, +/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/primary/central) +"xCu" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"xCF" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"xCN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"xCZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xDc" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation/lasertag) +"xDe" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"xDi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + 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/wood/tile, +/area/station/service/cafeteria) +"xDl" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/station/maintenance/department/bridge) +"xDm" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/book/bible{ + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"xDs" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/command) +"xDC" = ( +/obj/effect/turf_decal/trimline/white/arrow_ccw{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"xDH" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_pp/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/grass, +/area/station/engineering/break_room) +"xDI" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/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/lower) +"xDQ" = ( +/obj/structure/flora/rock/style_random, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid0" + }, +/area/space/nearstation) +"xDS" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/greenroom) +"xDU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/east, +/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/plating, +/area/station/maintenance/fore/lesser) +"xDX" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/station/hallway/primary/fore) +"xDY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/station/service/library) +"xEf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/commons/dorms) +"xEi" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"xEk" = ( +/obj/structure/stairs/west, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"xED" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"xEG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"xER" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "Kitchen Junction" + }, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xES" = ( +/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/iron/dark/small, +/area/station/security/brig/lower) +"xFa" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + 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/lower) +"xFe" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/glass/reinforced, +/area/station/maintenance/starboard/central) +"xFk" = ( +/obj/structure/cable, +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/aft/greater) +"xFo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"xFp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/fore/lesser) +"xFv" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/dark_blue{ + 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/command) +"xFw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xFD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/captain) +"xFE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/station/maintenance/starboard/central) +"xFK" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/hallway/primary/fore) +"xFL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xFP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"xFT" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/brig/lower) +"xFX" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/transfer) +"xFY" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/aft/lesser) +"xFZ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/cable, +/obj/effect/spawner/random/trash/garbage{ + spawn_scatter_radius = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) +"xGg" = ( +/obj/structure/hedge, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"xGh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"xGi" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"xGl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"xGn" = ( +/obj/item/stack/rods/ten, +/obj/item/stack/sheet/iron/five, +/obj/structure/table, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xGo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"xGr" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xGw" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4; + pixel_x = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/service/theater) +"xGM" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/fore) +"xGN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"xGT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/right/directional/north{ + req_access = list("security"); + name = "Security Post - Science" + }, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "medsecprivacy"; + name = "Privacy Shutter" + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) +"xGV" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/checkpoint/escape) +"xGX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + 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/engineering/atmos/project) +"xHa" = ( +/obj/machinery/computer/camera_advanced/base_construction/aux{ + dir = 8 + }, +/obj/effect/turf_decal/bot/left, +/turf/open/floor/iron/dark/diagonal, +/area/station/construction/mining/aux_base) +"xHc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/smartfridge/drinks, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"xHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"xHi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/engine_smes) +"xHk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/airalarm/directional/south, +/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/primary/central) +"xHl" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/chem_heater/withbuffer, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/medical/pharmacy) +"xHu" = ( +/obj/structure/chair/plastic, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"xHw" = ( +/obj/item/storage/box/lights/mixed, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/north, +/obj/machinery/status_display/evac/directional/north, +/obj/item/stock_parts/cell/emproof{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/stock_parts/cell/emproof{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/stock_parts/cell/emproof{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/engine_smes) +"xHz" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/obj/machinery/door/window/right/directional/south{ + name = "First Aid Supplies"; + req_access = list("medical") + }, +/obj/machinery/digital_clock/directional/north, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"xHC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/large, +/area/station/service/theater) +"xHE" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/dark, +/area/station/medical/lower) +"xHL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/table_clock{ + pixel_y = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/cargo/mining_breakroom) +"xHM" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/kitchen/diner) +"xHN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + 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/dark, +/area/station/command) +"xHO" = ( +/obj/effect/turf_decal/trimline/dark/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"xIb" = ( +/obj/structure/chair/stool/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/locker) +"xIc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xId" = ( +/obj/structure/cable, +/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/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"xIe" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#EFB341" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) +"xIi" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/janitor) +"xIk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/obj/item/stack/cable_coil/five, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable, +/obj/structure/sign/poster/official/moth_hardhat/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_corner, +/area/station/maintenance/starboard/aft) +"xIm" = ( +/obj/structure/hedge, +/turf/open/floor/iron/dark/textured_large, +/area/station/medical/morgue) +"xIq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/secondary/exit/departure_lounge) +"xIs" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/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/primary/central) +"xIv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/red/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xIA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/explab) +"xIE" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/turf/open/floor/iron/dark/textured_corner, +/area/station/hallway/secondary/command) +"xIP" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"xIQ" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/random/directional/east, +/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/port/aft) +"xIR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/interrogation/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/brig) +"xIW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/medical/pharmacy) +"xJf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/filingcabinet/security, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"xJi" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/commons/lounge) +"xJq" = ( +/obj/structure/cable, +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/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/dark, +/area/station/maintenance/port/aft) +"xJr" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/bluespace_vendor/directional/north, +/obj/item/wallframe/digital_clock{ + pixel_y = 8 + }, +/obj/item/wallframe/digital_clock{ + pixel_y = 4 + }, +/obj/item/wallframe/digital_clock, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) +"xJz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"xJA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"xJC" = ( +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell" + }, +/obj/effect/turf_decal/trimline/red/warning, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/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/dark/side{ + dir = 1 + }, +/area/station/security/holding_cell) +"xJJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xJN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"xJO" = ( +/obj/item/pizzabox, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid11" + }, +/area/space/nearstation) +"xJQ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos) +"xJR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/white/corner{ + dir = 4 + }, +/area/station/hallway/primary/fore) +"xJX" = ( +/obj/effect/turf_decal/trimline/purple/filled/warning, +/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/lobby) +"xKb" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"xKc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"xKe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/red, +/area/station/service/library/upper) +"xKj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xKl" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/machinery/light/floor/broken, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/fore) +"xKn" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) +"xKx" = ( +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"xKy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xKB" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/commons/dorms) +"xKD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"xKE" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/west, +/obj/effect/turf_decal/trimline/dark_red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"xKG" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xKJ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"xKK" = ( +/obj/machinery/computer/teleporter, +/obj/machinery/firealarm/directional/west, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat/teleporter) +"xLb" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/button/door/directional/north{ + name = "Mech Bay Shutters Control"; + id = "mechbay"; + req_access = list("robotics") + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/mechbay) +"xLd" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/disposal/bin{ + pixel_y = -2 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/cargo/miningoffice) +"xLg" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/rock/pile/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xLp" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/closet/secure_closet/chemical, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/medical/pharmacy) +"xLr" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4; + req_access = null + }, +/obj/effect/turf_decal/bot/right, +/turf/open/floor/iron/dark/diagonal, +/area/station/construction/mining/aux_base) +"xLs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xLt" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/rack, +/obj/machinery/light/directional/west, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/miningoffice) +"xLz" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/button/elevator/directional/east{ + id = "Bridge2Elevator" + }, +/obj/machinery/lift_indicator/directional/east{ + pixel_x = 31; + pixel_y = -1; + linked_elevator_id = "Bridge2Elevator" + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + transport_linked_id = "Bridge2Elevator" + }, +/obj/machinery/camera/autoname/directional/west{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/command) +"xLJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/engineering/supermatter/room) +"xLW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/security/armory) +"xLX" = ( +/turf/open/floor/carpet/red, +/area/station/security/detectives_office) +"xMe" = ( +/obj/effect/turf_decal/siding/dark/end{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"xMk" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/computer/warrant{ + dir = 8 + }, +/obj/structure/sign/departments/lawyer/directional/east, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/security/courtroom) +"xMn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/execution/transfer) +"xMo" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command) +"xMp" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xMr" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/steam_vent, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xMt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/structure/tank_holder/extinguisher, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/commons/fitness/recreation) +"xMv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/bookcase/random, +/obj/item/poster/random_contraband{ + pixel_y = 18 + }, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"xMy" = ( +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"xMz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/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/dark/side{ + dir = 10 + }, +/area/station/maintenance/starboard/central) +"xMB" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/trimline/white/filled/corner, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/structure/noticeboard/directional/north{ + pixel_y = 36 + }, +/obj/item/reagent_containers/condiment/vegetable_oil{ + pixel_y = 16; + pixel_x = -6 + }, +/obj/item/reagent_containers/condiment/peanut_butter{ + pixel_y = 4; + pixel_x = -7 + }, +/obj/item/reagent_containers/condiment/cherryjelly{ + pixel_y = 14; + pixel_x = 7 + }, +/obj/item/reagent_containers/condiment/honey{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/station/service/kitchen) +"xME" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/fore) +"xMF" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"xMI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/treatment_center) +"xMQ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/chemistry) +"xMR" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/commons/dorms) +"xMU" = ( +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid12" + }, +/area/space/nearstation) +"xMX" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer1, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/ordnance) +"xNb" = ( +/obj/effect/turf_decal/tile/blue/full, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/white/small, +/area/station/medical/treatment_center) +"xNc" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/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/iron, +/area/station/hallway/primary/aft) +"xNo" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/maintenance/central) +"xNp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xNr" = ( +/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/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/research) +"xNA" = ( +/obj/effect/turf_decal/tile/dark_green/anticorner/contrasted, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"xNC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/tank_holder/extinguisher/advanced, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/engineering/atmos) +"xNE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/north, +/obj/item/reagent_containers/cup/glass/mug/britcup{ + pixel_x = 6; + pixel_y = 0 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_y = 6; + pixel_x = -23 + }, +/obj/item/storage/box/coffeepack{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) +"xNG" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/dark/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) +"xNN" = ( +/obj/effect/spawner/random/trash/box, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xNO" = ( +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_half, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"xNP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/tcomms_all, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"xNW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/fitness/recreation/lasertag) +"xNY" = ( +/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, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos) +"xOa" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/shrink_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark/side{ + dir = 2 + }, +/area/station/maintenance/port) +"xOc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/maintenance/starboard/central) +"xOi" = ( +/obj/machinery/holopad, +/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/smooth_half{ + dir = 4 + }, +/area/station/security/prison) +"xOm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"xOn" = ( +/obj/item/tank/internals/anesthetic{ + pixel_x = 3 + }, +/obj/item/tank/internals/anesthetic, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_y = -3 + }, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical{ + pixel_y = 3 + }, +/obj/structure/rack, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) +"xOD" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/textured, +/area/station/maintenance/port/aft) +"xOK" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 1 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) +"xOP" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"xOV" = ( +/obj/structure/toilet/greyscale{ + pixel_y = 14 + }, +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/obj/machinery/light/small/dim/directional/south, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/white/small, +/area/station/maintenance/starboard/central) +"xOZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/chair/sofa/bench/solo{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xPk" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/storage) +"xPm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Clothes Shop Shutters"; + id = "arrivalclothes" + }, +/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/dark/herringbone, +/area/station/service/boutique) +"xPo" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/mid_joiner{ + dir = 1 + }, +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/treatment_center) +"xPx" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access" + }, +/obj/effect/turf_decal/tile/dark_blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/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, +/area/station/command/gateway) +"xPC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Primary Treatment Centre" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xPD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xPE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"xPK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/red, +/area/station/service/library) +"xPN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"xPS" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line, +/obj/effect/turf_decal/siding/dark, +/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/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/command) +"xPT" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/machinery/coffeemaker/impressa{ + pixel_x = 2 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"xPW" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/toolbox/emergency{ + pixel_y = 9 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/wrench{ + pixel_y = 3 + }, +/obj/item/multitool, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"xPY" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth_piping/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/gravity_generator) +"xQg" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/railing, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xQi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/corner{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + 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/hallway/primary/central) +"xQn" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/poster/random/directional/east, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/aft) +"xQs" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/white/small, +/area/station/commons/toilet/shower) +"xQt" = ( +/obj/structure/closet/emcloset, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"xQv" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"xQB" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/chair, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"xQM" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"xQV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/plating, +/area/station/maintenance/aft/greater) +"xRc" = ( +/obj/structure/table/glass, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/west, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"xRd" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/structure/hedge, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/structure/sign/poster/contraband/red_rum/directional/south, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"xRf" = ( +/obj/machinery/chem_master, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/medical/chemistry) +"xRh" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating, +/area/station/engineering/main) +"xRk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + req_access = list("qm"); + pixel_y = -6 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) +"xRq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/obj/effect/turf_decal/siding/blue, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/lower) +"xRr" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room/upper) +"xRu" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xRB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/carpet/red, +/area/station/service/library) +"xRC" = ( +/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat/atmos) +"xRE" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/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/port/central) +"xRH" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/lab) +"xRQ" = ( +/obj/effect/turf_decal/trimline/dark_blue, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/hallway/secondary/command) +"xRV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/prison/garden) +"xSn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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{ + dir = 1 + }, +/area/station/security/brig) +"xSp" = ( +/obj/structure/closet{ + name = "evidence closet 3" + }, +/obj/effect/turf_decal/trimline/red, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/evidence) +"xSu" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"xSw" = ( +/obj/structure/railing/corner/end/flip, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningoffice) +"xSA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medsecprivacy"; + name = "Privacy Shutter" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"xSD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"xSI" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobiology Lab - Pen #8"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"xSL" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"xSM" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/dog_bone, +/obj/structure/flora/bush/leavy/style_random, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"xSP" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bandages{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/bottle/morphine, +/obj/item/reagent_containers/syringe, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/execution/transfer) +"xSR" = ( +/obj/structure/sign/clock/directional/south, +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"xSY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/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/iron/white, +/area/station/hallway/primary/fore) +"xSZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/directional/west, +/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/dark, +/area/station/command/bridge) +"xTe" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/chair/sofa/bench/right, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/small, +/area/station/security/checkpoint/customs) +"xTg" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xTh" = ( +/obj/structure/table/wood, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 7 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/station/commons/vacant_room/office) +"xTp" = ( +/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/structure/sign/warning/secure_area/directional/north, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/maintenance/starboard/central) +"xTz" = ( +/obj/structure/table/reinforced, +/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/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) +"xTO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs/medium, +/area/station/hallway/primary/fore) +"xTU" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/small, +/area/station/command/gateway) +"xTZ" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"xUa" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/armband/hydro, +/obj/item/wrench, +/obj/item/clothing/suit/apron, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/hydroponics) +"xUj" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/folder/blue{ + pixel_y = 1; + pixel_x = -4 + }, +/obj/item/stamp/head/captain{ + pixel_y = -12; + pixel_x = -6 + }, +/obj/item/pen/fountain/captain{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = -8; + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"xUm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/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/wood/large, +/area/station/command/heads_quarters/cmo) +"xUq" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"xUr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/table/reinforced/rglass, +/obj/machinery/recharger{ + pixel_y = 3 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"xUv" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) +"xUG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"xUO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xUP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"xUR" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"xVe" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/toolcloset, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) +"xVi" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"xVl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/directional/north, +/obj/machinery/camera/autoname/directional/north{ + network = list("minisat") + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/ai_monitored/turret_protected/aisat_interior) +"xVs" = ( +/obj/structure/noticeboard/qm{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/lower) +"xVv" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/jungle/c/style_random, +/obj/structure/flora/bush/leavy/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/commons/vacant_room/office) +"xVy" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/radshelter/civil) +"xVD" = ( +/obj/effect/turf_decal/trimline/green/filled/warning{ + 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/dark, +/area/station/medical/virology) +"xVF" = ( +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xVN" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"xVT" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/janitor) +"xVV" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/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, +/area/station/tcommsat/computer) +"xVX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/main) +"xWb" = ( +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"xWe" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/quantum_server, +/obj/item/clothing/mask/party_horn{ + pixel_y = 14 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/circuit/green, +/area/station/cargo/bitrunning/den) +"xWo" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage_shared) +"xWq" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 9 + }, +/obj/item/lighter{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hop) +"xWD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"xWR" = ( +/obj/effect/turf_decal/trimline/yellow/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/chemistry) +"xWS" = ( +/obj/effect/turf_decal/trimline/red, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/security/brig/lower) +"xWZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"xXc" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/supply) +"xXh" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id = "custodialshutters"; + name = "Custodial Closet Shutters" + }, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/service/janitor) +"xXi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"xXj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/button/door/directional/west{ + id = "radiobolt"; + normaldoorcontrol = 1; + specialfunctions = 4; + name = "Door Bolt Control" + }, +/obj/structure/noticeboard/directional/north, +/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/carpet, +/area/station/maintenance/starboard/fore) +"xXv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"xXD" = ( +/obj/docking_port/stationary{ + dir = 8; + height = 11; + name = "port bay 2"; + shuttle_id = "ferry_home"; + width = 5; + dwidth = 2 + }, +/turf/open/space/basic, +/area/space) +"xXF" = ( +/obj/effect/turf_decal/siding/purple, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/science/breakroom) +"xXH" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"xXM" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/security_all, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/small, +/area/station/engineering/storage/tech) +"xXO" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/radiation, +/obj/item/analyzer, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/disposal/incinerator) +"xXP" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"xXR" = ( +/obj/structure/table/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/storage/photo_album/prison{ + pixel_x = 0; + pixel_y = 3 + }, +/obj/item/camera{ + pixel_x = 0; + pixel_y = 3 + }, +/turf/open/floor/carpet/red, +/area/station/security/prison/rec) +"xXT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/starboard/fore) +"xXX" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"xYr" = ( +/obj/structure/flora/bush/fullgrass, +/obj/structure/flora/grass/jungle/a/style_random, +/obj/structure/flora/bush/leavy/style_2, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/large{ + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/hallway/primary/port) +"xYt" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"xYw" = ( +/obj/structure/table/reinforced, +/obj/item/weldingtool, +/obj/item/wrench, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/atmos) +"xYz" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xYD" = ( +/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/stairs/medium{ + color = "#3d3e42"; + dir = 4 + }, +/area/station/security/prison) +"xYF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office) +"xYK" = ( +/obj/machinery/computer/cargo, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"xYU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) +"xYX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + 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/side{ + dir = 5 + }, +/area/station/engineering/atmos) +"xZg" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/hallway/primary/port) +"xZr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "atmos-entrance" + }, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/machinery/door/poddoor/preopen{ + id = "atmoslock"; + name = "Atmospherics Lockdown Blast Door" + }, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"xZv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/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/airlock/access/all/security/brig, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"xZx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"xZB" = ( +/obj/effect/spawner/random/structure/table_or_rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"xZG" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xZI" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"xZJ" = ( +/obj/effect/spawner/random/trash/caution_sign, +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"xZL" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/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/cargo) +"xZP" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"xZQ" = ( +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/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/iron/white/small, +/area/station/commons/fitness/recreation/pool) +"xZZ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/broken_flooring/pile/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"yad" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/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, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/main) +"yai" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/upper) +"yaj" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"yal" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"yan" = ( +/obj/structure/flora/grass/green/style_3, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/lavendergrass/style_3, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light{ + dir = 8 + }, +/turf/open/misc/asteroid/snow/standard_air, +/area/station/science/lab) +"yas" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/engineering/atmos/pumproom) +"yaC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/banner/command/mundane, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command) +"yaH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/dorms) +"yaQ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/solo, +/turf/open/floor/iron/dark/herringbone, +/area/station/ai_monitored/aisat/exterior) +"yaR" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/brown, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/cargo/miningoffice) +"yaX" = ( +/obj/effect/turf_decal/trimline/yellow/corner, +/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/iron/dark, +/area/station/hallway/primary/aft) +"ybd" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/science/xenobiology) +"ybp" = ( +/turf/closed/wall, +/area/station/maintenance/fore/greater) +"ybr" = ( +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/under/rank/prisoner, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/clothing/shoes/sneakers/orange, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/structure/rack, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/security/holding_cell) +"ybx" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ybI" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/random/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/central) +"ybK" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_3{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/station/command/heads_quarters/ce) +"ybM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ybQ" = ( +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/command/corporate_suite) +"ybS" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/bot_white, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/commons/vacant_room/commissary) +"ybX" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Break Room" + }, +/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/general, +/turf/open/floor/iron/dark, +/area/station/engineering/break_room) +"ybZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ycc" = ( +/obj/effect/turf_decal/siding/brown/corner, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/construction/mining/aux_base) +"ycd" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/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 + }, +/obj/machinery/navbeacon{ + location = "P4-Service-Hallway"; + codes_txt = "patrol;next_patrol=P5-Bar" + }, +/turf/open/floor/wood/large, +/area/station/hallway/primary/port) +"yck" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/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/primary/central) +"ycn" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/window/left/directional/east{ + name = "Kitchen Desk"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/paper/paperslip{ + pixel_x = 4; + pixel_y = 0 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 0 + }, +/turf/open/floor/stone, +/area/station/service/hydroponics) +"ycp" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/corporate_suite) +"ycq" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 8; + listening = 0; + name = "Station Intercom (Court)" + }, +/obj/structure/railing{ + dir = 10; + color = "#683d21" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/station/security/courtroom) +"ycr" = ( +/obj/effect/turf_decal/trimline/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ycu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet/red, +/area/station/service/library) +"ycv" = ( +/obj/effect/turf_decal/trimline/green/filled/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/service/hydroponics/garden) +"ycD" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/modular_computer/preset/id{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"ycE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/structure/noticeboard/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/dark, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/breakroom) +"ycG" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ycQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem_lockdown"; + name = "Chemistry Shutters"; + dir = 4 + }, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"ycT" = ( +/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/iron/dark, +/area/station/science/robotics/storage) +"ycU" = ( +/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 = 10 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/department/science) +"ycV" = ( +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"ydb" = ( +/obj/machinery/telecomms/processor/preset_three, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"ydc" = ( +/obj/item/clothing/mask/party_horn, +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless{ + icon_state = "asteroid6" + }, +/area/space/nearstation) +"yde" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/kirbyplants/synthetic/plant28, +/turf/open/floor/mineral/plastitanium/airless, +/area/space/nearstation) +"ydh" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron, +/area/station/maintenance/fore/lesser) +"ydj" = ( +/obj/structure/stairs/south, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/breakroom) +"ydm" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) +"ydo" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"ydp" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/tile/neutral{ + 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 = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"ydq" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ydt" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ydB" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) +"ydK" = ( +/obj/effect/turf_decal/trimline/dark/end{ + dir = 8 + }, +/obj/machinery/blackbox_recorder, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"ydP" = ( +/obj/machinery/griddle, +/obj/machinery/digital_clock/directional/north, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"ydV" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/lounge) +"yec" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/lasertag) +"yee" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"yeg" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark/textured, +/area/station/science/circuits) +"yei" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/purple/end{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"yel" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = -5 + }, +/obj/effect/turf_decal/trimline/dark/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/tcommsat/computer) +"yen" = ( +/obj/structure/curtain/cloth{ + color = "#666666" + }, +/obj/structure/broken_flooring/singular/directional/east{ + color = "#73737a" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"yet" = ( +/obj/structure/cable, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) +"yeu" = ( +/obj/machinery/air_sensor/mix_tank, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"yez" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/cytology) +"yeA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant2, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) +"yeB" = ( +/obj/effect/turf_decal/trimline/yellow, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/port) +"yeC" = ( +/obj/effect/turf_decal/trimline/red/filled/warning, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/herringbone, +/area/station/security/checkpoint/escape) +"yeH" = ( +/obj/effect/landmark/start/captain, +/obj/structure/cable, +/obj/structure/chair/comfy{ + color = "#514e58"; + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) +"yeO" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"yeU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"yfa" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/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/wood/large, +/area/station/service/chapel/office) +"yfe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"yfi" = ( +/obj/structure/hedge, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"yfj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"yft" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"yfx" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) +"yfE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark/line, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/prison) +"yfO" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) +"yfU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/small, +/area/station/engineering/lobby) +"yfV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/commons/dorms) +"yfZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"ygb" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/clothing/head/cone{ + pixel_x = -6 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/turf/open/floor/grass, +/area/station/maintenance/port/central) +"ygg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/station/medical/office) +"ygj" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/filled/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/service/chapel/funeral) +"ygk" = ( +/obj/structure/broken_flooring/singular/directional/north{ + color = "#73737a" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/bamboo/left{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/west, +/obj/structure/marker_beacon/lime, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"ygm" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/storage/box/disks{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/storage/box/gloves{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/structure/rack, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) +"ygo" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/camera/autoname/directional/north{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/supermatter/room) +"ygp" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/security/prison) +"ygU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured, +/area/station/commons/fitness/recreation) +"ygV" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/command/storage/eva) +"ygY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/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/primary/starboard) +"yhb" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/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/plating, +/area/station/maintenance/port) +"yhe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/engineering/atmos) +"yhi" = ( +/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) +"yhl" = ( +/turf/closed/wall, +/area/station/service/chapel/office) +"yhx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/filingcabinet, +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/large, +/area/station/maintenance/starboard/fore) +"yhy" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/storage/gas) +"yhB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/iron/stairs/medium{ + color = "#3d3e42" + }, +/area/station/engineering/atmos) +"yhC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/catwalk_floor/iron, +/area/station/maintenance/port/aft) +"yhF" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"yhH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/maintenance/central) +"yhI" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/station/hallway/primary/port) +"yhJ" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple/half/contrasted, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/landmark/start/xenobiologist, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"yhK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/comfy{ + color = "#514e58" + }, +/turf/open/floor/wood/large, +/area/station/service/library/upper) +"yhV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white/corner, +/obj/effect/turf_decal/trimline/brown/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"yic" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown/diagonal_edge, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/cargo/breakroom) +"yif" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"yig" = ( +/obj/effect/turf_decal/trimline/purple, +/obj/machinery/light/floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/diagonal, +/area/station/science/xenobiology) +"yin" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_green/corner, +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_green, +/obj/structure/chair/sofa/bench/solo{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/textured, +/area/station/commons/dorms) +"yiq" = ( +/obj/effect/turf_decal/siding/dark_green{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/ai_monitored/aisat/exterior) +"yiu" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/command) +"yiz" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/starboard/aft) +"yiJ" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + name = "Warehouse Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/maintenance/fore/greater) +"yiM" = ( +/obj/structure/rack, +/obj/item/clothing/under/misc/mailman, +/obj/item/clothing/under/misc/vice_officer, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"yiS" = ( +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/siding/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/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/white/diagonal, +/area/station/medical/patients_rooms/room_a) +"yiV" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"yja" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/trimline/dark_blue/warning{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/railing, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/medical/surgery/theatre) +"yjc" = ( +/obj/structure/toilet/greyscale{ + pixel_y = 14 + }, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/dark_blue/diagonal_edge, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/obj/effect/turf_decal/tile/blue/diagonal_centre, +/turf/open/floor/iron/white/diagonal, +/area/station/service/minibar) +"yjf" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/closet/secure_closet/hos, +/obj/item/flashlight/seclite, +/turf/open/floor/iron/dark/textured_large, +/area/station/command/heads_quarters/hos) +"yjh" = ( +/obj/machinery/door/airlock{ + name = "Unit B"; + id_tag = "ToiletB" + }, +/obj/effect/turf_decal/tile/dark/diagonal_edge, +/turf/open/floor/iron/dark/diagonal, +/area/station/commons/toilet/restrooms) +"yjn" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Inner Pipe Access"; + req_access = list("atmospherics") + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos) +"yjp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"yjq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/tile, +/area/station/service/barber) +"yjt" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/window/spawner/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/turf/open/floor/iron/white, +/area/station/medical/office) +"yjJ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"yjK" = ( +/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, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"yjN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/command) +"yjQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/smooth_large, +/area/station/medical/lower) +"yjT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"yjW" = ( +/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, +/turf/open/floor/iron/dark/small, +/area/station/security/brig) +"yjX" = ( +/obj/machinery/modular_computer/preset/command{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"yjY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/wood/large, +/area/station/service/kitchen/diner) +"yjZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/newspaper, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ykc" = ( +/obj/structure/table/wood/poker, +/obj/structure/sign/poster/contraband/shamblers_juice/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/radio/entertainment/speakers/physical{ + pixel_x = 0; + pixel_y = -7 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 12; + pixel_x = 8 + }, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) +"ykh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/holopad, +/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/iron/dark/textured_half{ + dir = 1 + }, +/area/station/engineering/atmos) +"ykn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/siding/yellow/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ykp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/boutique) +"ykr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8; + color = "#683d21" + }, +/obj/structure/railing{ + dir = 4; + color = "#683d21" + }, +/turf/open/floor/iron/stairs{ + color = "#5d341f" + }, +/area/station/security/courtroom) +"yks" = ( +/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_dark, +/area/station/maintenance/starboard/central) +"ykt" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/cargo/warehouse) +"ykv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos) +"ykw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) +"ykA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/interrogation) +"ykB" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/hallway/primary/port) +"ykF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/exit/departure_lounge) +"ykJ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/station/maintenance/starboard/central) +"ykN" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/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, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/command) +"ykO" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_y = 11; + pixel_x = -3 + }, +/obj/effect/spawner/random/clothing/gloves, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/corner, +/turf/open/floor/iron/white, +/area/station/medical/abandoned) +"ykP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/yellow, +/turf/open/space/basic, +/area/space/nearstation) +"ykQ" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) +"ykS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/station/engineering/atmos/project) +"ykW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/bed/pod{ + dir = 8 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/item/pillow/random, +/obj/item/bedsheet/random, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood/large, +/area/station/commons/dorms) +"ykX" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/obj/effect/turf_decal/weather/dirt, +/turf/open/water, +/area/station/maintenance/port/central) +"ylg" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/structure/railing/corner, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/checkpoint/medical) +"yli" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"ylj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/large, +/area/station/command/meeting_room) +"ylk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/central) +"ylw" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line, +/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/side{ + dir = 1 + }, +/area/station/security/brig) +"ylC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ylG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/style_3, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) +"ylM" = ( +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/south, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=S3-Starboard-Hallway"; + location = "S2-Courtroom" + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ylO" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/all_access, +/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/firealarm/directional/south, +/obj/item/storage/fancy/egg_box/fertile, +/turf/open/floor/glass/reinforced, +/area/station/security/prison/mess) +"ylT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/hedge, +/obj/machinery/airalarm/directional/south, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/small, +/area/station/ai_monitored/turret_protected/ai) +"ylW" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = -5 + }, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Research Director's Desk"; + name = "Research Director's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) +"ylX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "ordnancefreezer" + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"ylY" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/railing, +/obj/structure/reagent_dispensers/plumbed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) +"ymd" = ( +/obj/structure/table/reinforced/rglass, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/obj/structure/secure_safe/caps_spare, +/turf/open/floor/iron/dark, +/area/station/command/bridge) + +(1,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(2,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(3,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(4,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(5,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(6,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(7,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(8,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(9,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(10,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(11,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(12,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(13,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(14,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(15,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(16,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(17,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(18,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(19,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(20,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(21,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(22,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(23,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(24,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(25,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(26,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(27,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(28,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(29,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(30,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(31,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(32,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(33,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(34,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(35,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(36,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(37,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(38,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(39,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(40,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(41,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(42,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(43,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(44,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(45,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(46,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ajk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(47,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +spU +spU +spU +gqO +gym +gym +gym +gym +gym +gym +cZB +sev +cZB +xgP +cZB +gym +gym +gym +cZB +vfr +cZB +flc +cZB +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(48,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gJT +gqO +thS +ekr +fdi +gqO +gJT +fsQ +gym +gym +gym +fsQ +cZB +pUi +cZB +pUi +cZB +gJT +fsQ +gJT +cZB +pUi +cZB +pUi +cZB +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(49,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +gqO +gqO +fis +bZO +iRI +gqO +gqO +gqO +gym +gym +gym +gJT +cZB +qwg +cZB +vYG +cZB +gym +gJT +gym +cZB +vYG +cZB +ryQ +cZB +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(50,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +gqO +lhA +dUW +odd +mTr +odd +lMe +xiO +gqO +gym +gym +gym +fsQ +cZB +pUi +cZB +pUi +cZB +gJT +fsQ +gJT +cZB +pUi +cZB +pUi +cZB +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(51,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +ezJ +qTl +bmA +sHD +dLQ +fcg +fyM +tGn +gqO +spU +spU +spU +fdz +fdz +vip +fdz +vip +cZB +cZB +fdz +cZB +cZB +vip +fdz +xGh +fdz +fdz +fdz +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(52,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +spU +gqO +nbX +dNW +aZo +dlG +xDm +aJf +kYS +onB +gqO +nbd +gFp +gjU +fdz +aBG +mKk +tsz +wbZ +kDh +wbZ +vbe +wbZ +wbZ +jiO +lXP +kYC +oZj +eBn +fdz +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(53,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +spU +uTo +jQB +bsy +kPB +eru +vEg +uke +vEg +wlk +arO +nbX +fFD +fpt +bXp +fdz +kTD +xGo +vum +uBH +viA +nsO +viA +uBH +vum +aDT +oHS +oXM +lOQ +dxq +fdz +fdz +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(54,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +uQk +vRQ +oaI +tqf +dTR +tuH +ixB +lzI +ixB +lkZ +qFM +nzI +drf +oqq +aEo +oLf +rMz +dLK +uBH +bzA +ghM +qse +aXN +cuZ +hCc +gYq +cZB +dMo +nhj +drU +jDp +fdz +fdz +fdz +fdz +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(55,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +vNN +eGU +dPF +oJn +sNE +omY +cjp +nGn +bFC +lFb +gXy +xkm +kqi +eGU +wlE +nQD +uBH +uBH +elN +qgY +wvm +qpI +qgY +wvm +mIO +luS +uue +dLj +inw +pJj +pHF +cZB +bpt +yee +fdz +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(56,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +bpZ +jjS +deE +fUz +rDi +jWE +wjN +sLD +wjN +cOv +vPt +fvi +lTL +oqq +gOc +oLf +jvd +uMn +ykF +twB +bvt +eKb +waE +aDc +luS +rjh +cZB +xJA +pjd +uBH +drU +gga +qCt +fvI +fdz +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(57,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +spU +ere +ixr +bsy +gDJ +pLA +bnE +lUx +bnE +mXc +suX +jPq +kzn +hYF +bMv +fdz +mxs +tKx +aAp +nWG +viA +vYG +wHn +hJY +tHJ +oLi +pAn +bdp +nWG +ssQ +bKQ +cZB +aqH +tVl +fdz +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(58,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +spU +spU +gqO +nbX +dNW +fcg +lEG +eis +lot +sHD +qwv +rPv +rPv +rPv +rPv +rPv +nqc +tKx +woL +bzA +fPs +rKp +aXN +cuZ +uBH +oLi +cZB +rjD +vyM +jrS +pus +ffS +ffS +ffS +ffS +ffS +fKZ +fKZ +fKZ +ffS +ffS +ffS +ffS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(59,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gqO +ezJ +gaB +edV +kYS +rSp +qcb +lid +fho +rPv +dPz +rob +euQ +rPv +lwc +tKx +vdJ +qgY +wvm +qpI +qgY +wvm +uYI +vFA +vlt +cZB +qSw +cZB +ffS +ffS +tLR +gCl +mHe +wje +cYk +pyO +oaJ +hMS +qtb +wdH +ffS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(60,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +bso +eyd +aHy +ebE +hnq +tBs +iRP +rPv +ltH +hNP +jDJ +rPv +fbb +tKx +woL +oIX +dop +qye +xIq +vfl +hCc +oLi +rHw +kxt +uBH +aGh +ffS +koc +gyM +kIf +kIf +sot +bMT +sKx +oFl +jKS +kJw +dqx +ffS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(61,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +bLu +bLu +sxf +bLu +bLu +bLu +bLu +pXc +bLu +bLu +bLu +rPv +rPv +euB +rPv +rPv +oTL +rAJ +kiz +lOQ +viA +vYG +viA +dTf +vum +oLi +wcx +kxt +uBH +sPh +ffS +wOt +kIf +kIf +rLa +kIf +kZA +uIt +dGT +iBU +lny +btj +ffS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(62,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +szt +eUV +nPL +qPS +mti +doa +fHw +ida +doa +hgW +doa +oBW +eUV +lmS +sgU +sgU +txH +nRE +gdQ +iOw +ykF +qSz +sKJ +iFi +ieT +bZa +uBH +oLi +sgL +kxt +uBH +udR +ffS +oUH +sot +kIf +kIf +kIf +oUL +jUz +tPS +tVY +aWD +vLS +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(63,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +czs +syc +see +fLT +bLu +bLu +bLu +bLu +bLu +bLu +bLu +bLu +bLu +bLu +bLu +bLu +rPv +gcC +erq +lwA +rPv +cga +uQR +elN +qgY +wvm +qpI +qgY +wvm +dgN +oLi +veG +hBF +hCc +uCt +ffS +uwg +skZ +kIf +sot +kIf +coE +uKc +ejm +esm +xZQ +dAH +qPd +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(64,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +oru +aIr +bLu +jME +eRW +utB +oPS +xdV +ejn +bgp +nGS +idR +tDK +nNC +rPv +rPv +kuu +asQ +rPv +juH +fPp +hCc +oIX +ihA +qye +poC +vfl +uBH +cIz +bLJ +uCk +uBH +rBV +ffS +iId +kIf +dVi +kIf +kIf +mUi +xer +vdT +lAK +vLS +vLS +wVa +vLS +vLS +vLS +vLS +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(65,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +czs +wDd +gbz +wiO +swD +bLu +olj +qGi +jDN +rEF +mVI +ejn +xHc +qol +luV +ptp +cAo +rPv +sWM +vmv +xVy +rPv +iaJ +wvN +vum +uBH +viA +nsO +viA +uBH +vum +hCc +uBH +uBH +uBH +kFi +ffS +hWx +kIf +sot +kIf +kIf +xIP +pcx +nuS +mGm +vLS +mQJ +rgI +kGh +obe +nCv +kGh +wdw +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(66,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +onn +aIr +qJS +bLu +bLu +sCs +sli +dBt +boz +utH +ejn +aer +aLk +lfe +hps +vyZ +rPv +vXX +vmv +uEv +rPv +cgQ +fRv +rfe +vDY +nyp +jVU +cnz +qIQ +rfe +lUl +lMQ +xkD +wuQ +cJY +ffS +aOa +pdF +cBm +onm +uqi +cer +peM +peM +xgV +vLS +vLS +vLS +vLS +vLS +vLS +vLS +foA +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(67,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +czs +syc +rDG +vKB +lIY +cuu +bLu +aoj +ljt +lWb +gNK +kmZ +ejn +sMd +ruh +wZI +ljt +sJl +rPv +rPv +bQp +rPv +rPv +fdz +qlN +aFm +qlN +fdz +fdz +fdz +fdz +fdz +bnR +rOG +bnR +fdz +fdz +ffS +ffS +onF +onF +onF +onF +ffS +peM +nWT +cuI +iot +wNE +wXF +oto +fwi +rAK +vLS +iMp +vLS +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(68,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +jcx +bLu +bLu +wko +bLu +bLu +ejn +qIp +ejn +icR +icR +ejn +bzU +bzU +ejn +ezj +ejn +ejn +yfV +ifH +kkR +ejn +wix +oyp +wkA +qaF +vFD +iLA +bZT +uBq +hYL +pzE +omK +seU +kjb +iuw +cUq +mhj +rkT +owS +twX +rkT +vwi +peM +muy +mrr +mrr +bfP +nUx +oay +wIi +aFp +vLS +waT +lnr +wdw +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(69,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nea +gJT +xzb +ejn +ejn +ejn +bLu +bLu +bLu +xlZ +xEf +ejn +kzb +eZl +tmT +lXW +rbB +lkm +jaK +lkm +mlK +lGd +tmT +fVa +rOb +why +dBb +vPg +ods +otw +agk +nlq +saR +kpY +dFw +hGi +qCP +ozE +caY +ciU +hgI +nQG +gFs +cUq +jUU +qyy +qyy +qyy +qyy +rai +qUv +lkM +mrr +gjX +hjo +wXF +eky +tvV +kTi +vLS +dzs +ndp +wVa +sZT +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(70,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +lzM +ejn +fvJ +ccq +tCP +uzt +iLD +ccq +duF +ccq +hEZ +ccq +xhn +ccq +ajE +ccq +duF +ccq +hZV +ccq +pig +vRX +lyz +lUA +odZ +pLp +xGV +bcv +yeC +sKr +lQQ +qqS +rCZ +eaw +wVR +sfs +cHu +dgQ +qHz +oOT +oOT +uGy +lVJ +kNV +peM +mCc +gjX +mrr +bWd +sao +sao +sao +sao +vLS +vLS +vLS +iMp +fYO +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(71,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +jOS +gym +gym +gym +lpr +fDk +jBT +tAS +dmV +pig +dka +ejn +hol +cIP +nbh +toJ +xbf +hRC +nbh +bAo +qDG +jpW +nbh +eHQ +ecW +cIB +ccq +hmc +ods +iMP +hLb +pfg +pfg +cqz +hqT +hGi +aYe +qUX +cao +rWW +ryU +pxZ +obv +cUq +txu +oVK +uVr +jtR +bPE +cGv +peM +qWB +nXE +xQs +tly +sao +usi +pZQ +gSp +gfA +fsA +vLS +rgI +gmV +xFY +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(72,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +nTm +cvP +xyb +hZV +nWw +ejn +ejn +ejn +mIa +ejn +ejn +ejn +jbf +ejn +ejn +ejn +oWc +ejn +ejn +hOP +ccq +khK +ejn +mDv +hHU +ddR +ocd +pvi +ntO +bZT +vru +nuz +lNs +fUL +kCl +oQE +pMS +cUq +oBb +scI +ikz +kbm +eEZ +nbA +sao +sao +sao +sao +sao +sao +dnh +gQa +qKb +wvJ +hUq +vLS +vLS +oQL +suA +wsu +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(73,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nea +gJT +xzb +ejn +ejn +ejn +ejn +ejn +rlA +vNl +ejw +qik +ejn +dtA +dSA +nJy +ejn +dtA +dSA +lAB +ejn +dtA +dSA +mhc +ejn +chn +ptU +fem +ejn +uPS +iWM +kwY +ldl +amo +rRe +bZT +fdz +oLf +oGA +kXE +kXE +oLf +fdz +cUq +tUK +vjR +cZl +jxZ +fuK +hqh +sao +ebS +mOm +ohh +sao +pVf +kjm +rgF +jeh +aSJ +waN +kjm +vLS +thE +gvS +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(74,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +lzM +ejn +cPz +ccq +uKZ +kyy +ejn +rMn +aZd +fsS +ejn +dAT +lpE +wJN +ejn +dAT +pHC +vbp +ejn +sGe +ccq +khK +raj +hGi +jsz +ddR +lRc +ofI +bZT +bZT +uCl +vtm +uzq +qCX +mUy +qLb +mbA +cUq +cUq +rew +lbw +kpE +iCo +npZ +sao +gVR +bMP +eZv +orn +rfr +rOc +iQr +oXi +wlU +qfd +rfr +aHK +pEU +enE +vLS +gJT +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(75,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +jOS +gym +gym +gym +lpr +hHN +jBT +oyQ +dmV +qpw +uKZ +edw +ejn +jeU +lft +mCD +ejn +rpn +hZg +wjd +ejn +xMv +gnM +ipK +ejn +xcF +qpw +khK +heJ +xmL +fzw +ddR +rLw +oQc +bZT +afN +twL +otV +muj +muj +gOa +otV +tGe +fJU +cUq +cDM +etF +sBw +vfF +tlX +sao +kqz +tTM +eDp +sao +kjm +waN +kjm +pXS +kjm +kjm +kjm +vLS +pYq +gvS +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(76,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +nTm +cvP +tjX +ccq +uKZ +rCc +ejn +pTB +ykW +unH +ejn +pfe +pgk +unH +ejn +pTB +ykW +unH +ejn +aIG +ccq +khK +kcY +hGi +aIO +xKx +ldl +neP +bZT +bxc +eRi +cki +oGY +ljE +oGY +hbk +muj +vbT +cUq +bfc +cbN +gkj +nNE +pFZ +sao +sao +pnQ +sao +sao +sao +bYJ +rpv +xyR +rpv +bYJ +sao +vLS +nLA +vPZ +wsu +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(77,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nea +gJT +xzb +ejn +ejn +ejn +ejn +ejn +hRr +jGi +uKZ +bfe +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +ejn +oPJ +mhs +khK +ejn +ejn +hGi +mST +hGi +bZT +bZT +crT +fNC +eMP +ejn +ejn +ejn +eEx +gOa +tcM +cUq +hqa +cUq +qBU +cUq +hqa +sao +lLY +qGD +lGB +xDc +wUy +rfr +kjm +pXS +kjm +rfr +pQS +vLS +vLS +eci +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(78,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +lzM +ejn +pYw +ccq +rqh +ejn +ejn +nJq +gej +dVh +iCa +tlD +ejn +uLf +tvM +qow +bDJ +uLf +ejn +dQw +ccq +gBV +ejn +nIA +alF +czk +koj +bod +ejn +jFt +dCA +nda +oQq +scV +wxR +blD +otV +hGQ +ejn +nIA +alF +hsn +koj +iaR +sao +oMY +lFh +sLK +xDc +dsh +vXn +lKM +iLx +bGw +pNS +bcV +vLS +oyk +eMN +vLS +vLS +rWS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(79,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +jOS +gym +gym +gym +lpr +xMR +jBT +hLh +dmV +pig +eIu +ejn +mVK +bJK +jIm +vqT +kRj +bJK +bFl +bJK +jIm +wdu +jjw +bJK +tIt +sCJ +ccq +hdN +pfp +oWL +xCe +jId +pLi +koj +jjT +mLv +eRi +kzD +mJq +rAw +baS +hWi +muj +hKL +tfh +eFf +mRU +uIA +bwq +fre +toF +dRW +cDQ +bJX +xDc +mlA +dBc +tuZ +lrM +tuZ +grN +xnv +vLS +cYH +ipE +vNR +vLS +wsu +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(80,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ejn +nTm +cvP +ixm +ccq +bHW +cua +eoU +mKm +mKm +uDk +mKm +wYQ +hSX +mKm +mKm +eBJ +eEP +wYQ +mKm +mZW +vSy +iZf +tXh +oTk +yin +eLN +rrs +xiv +jjT +bdM +oXS +taO +wAq +sLs +orD +hfX +ser +jYY +jjT +gAs +hmu +qrd +ejS +ePU +dfL +xNW +sVB +lhc +xDc +cgs +vlq +mWn +eSU +sYZ +fjO +bKz +ngX +kxk +gFr +ieN +bnU +gTG +kXL +bvO +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(81,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nea +gJT +xzb +ejn +ejn +ejn +ejn +ejn +ejn +kEI +fvc +ejn +tyO +nCR +tyO +bdr +cgi +pzn +oKL +fER +izb +snt +sNi +uiL +sNi +sNi +sNi +sNi +mwW +vBW +kUm +akp +cih +spa +qRb +tug +eRi +olJ +skm +gcr +xfD +iHA +gOa +llj +lNm +wcD +kJW +nfY +tza +gFY +iHw +uux +sdf +qkU +xDc +pvh +aWF +qxh +jAP +qxh +wmF +noQ +vLS +bOS +ita +bWj +vLS +wsu +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(82,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +bLu +ebQ +bLu +ndG +ndG +ndG +aup +ndG +vEB +ndG +ndG +ndG +ndG +ugd +mOZ +mOZ +nAk +ejn +mDA +kqV +pnN +hzA +cTF +ejn +fsL +dCA +uvO +glb +gLk +oSH +oTx +otV +vnj +ejn +kGg +jEl +tFI +gFY +xKB +sao +vYl +obB +eok +xDc +rZi +qhg +akV +hSt +mOe +koT +oGh +vLS +kbs +xca +vLS +vLS +rWS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(83,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +rXx +vUz +cZL +bLu +rWX +hxC +xsx +vZy +dzU +htR +hdB +dXM +fDK +ndG +dYN +yaH +ujD +afe +ejn +ltW +jOv +wtR +oZB +ltW +ltW +cCA +eRi +tda +ejn +ejn +ejn +vKu +gOa +oCL +bKj +bKj +diH +kAY +kAY +bKj +sao +cnV +qGD +kuq +xDc +qVd +oRX +cLJ +uqa +crB +oRX +ifI +vLS +vLS +eci +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(84,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bVp +aYu +bLu +ndG +ndG +aai +bHT +cax +cAd +hLM +ndG +ndG +ndG +giF +giF +hRy +vJm +ejn +iVA +mah +elL +ovq +nQj +ltW +wHC +fNC +cki +uVs +lri +uVs +hbk +muj +hnc +bKj +hhl +lJB +cly +dSt +hfs +sao +sao +xeB +sao +sao +sao +tQB +gGB +gPz +gGB +tQB +sao +vLS +nLA +suA +wsu +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(85,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bLu +bLu +bLu +bLu +wIF +frK +qbL +pel +eKC +agQ +uNP +yjh +oxo +ndG +prx +prx +prx +prx +ltW +fmQ +mah +qIe +ovq +cwv +ltW +aKK +xbl +eCa +pmO +pmO +pmO +eCa +iyr +wzc +bKj +gpu +dQQ +ovy +htu +awp +sao +cla +yec +oOt +sao +cLJ +cLJ +cLJ +uqa +cLJ +cLJ +cLJ +vLS +pYq +gvS +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(86,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +ndG +ndG +gNF +buh +luu +gfl +bbf +ndG +ndG +ndG +uUt +ekb +hyj +prx +ltW +lYy +mah +qOL +ovq +hIc +ltW +ltW +crS +mkQ +dby +wWL +gKM +dis +pEW +bKj +bKj +qNc +aWz +wXZ +yfZ +dUR +sao +uIJ +nIG +tDW +nUP +oRX +rZW +eYW +dqy +nQO +eza +oRX +aHK +pEU +enE +vLS +gJT +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(87,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +rOu +hhK +bjx +jfw +mKG +jlV +pWd +ndG +bDk +vFV +trR +tBk +gsJ +kwW +vat +mzp +pSP +oJY +hxx +oeI +tEL +tEL +jaY +tMj +ojs +oSy +jaY +tEL +tEL +uhR +vuE +qvL +giJ +bBx +mAF +sao +eso +wht +qhx +sao +pUp +cLJ +tiq +gex +mud +cLJ +cLJ +vLS +thE +gvS +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(88,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +ndG +fZK +mYq +pQu +ojD +meA +htf +pfH +ndG +hPq +ggb +lPq +vrU +lXR +qpf +qpf +kjd +oLE +xIb +ovq +xru +tEL +ivq +qRt +bEI +nbY +dFb +gkk +uEM +tEL +uHp +vuE +vbc +kDY +kBv +piN +sao +sao +sao +sao +sao +sao +bsE +nJJ +kPY +mMD +dKb +vLS +vLS +oQL +vPZ +wsu +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(89,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +nEd +vqY +eKC +ayH +fle +aNV +lUM +ndG +uHw +ggb +dyt +jCD +ioh +eSd +crx +qTY +wvD +sAp +nqy +jXL +tEL +eJT +vHX +wes +lJg +lMO +xzq +eRq +tEL +wTE +gHb +kEt +ogW +kBv +ubQ +sfW +pnL +lmF +tmt +vJG +sao +dGi +sFC +ttI +mNx +jWT +vLS +ssM +lnr +gzp +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(90,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +pae +ndG +ndG +xlf +ndG +ajC +ajC +ajC +vEJ +paq +cQJ +pDY +gsJ +mQY +eOo +xyh +pZk +xyh +oMO +snZ +tEL +voG +juk +pGf +iWm +cJp +gZA +vRx +tEL +sxz +vuE +hMH +iYC +gkl +uUX +uUX +scL +ihz +htu +lXs +sao +sao +sao +vLS +vLS +vLS +vLS +faX +igN +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(91,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +cqH +ndG +gnT +kwT +vmB +ajC +kEA +ajC +ajC +uUr +nKG +cAL +prx +ltW +alS +edz +dwk +aDj +oZN +ltW +tEL +kcW +nup +piC +xvH +glF +tvL +iOl +tEL +wEp +bxw +gsE +vxL +giW +oEn +feS +fRD +bki +yfZ +dLe +jfX +plD +sEZ +kqw +eDr +xAI +xBB +cFe +mCr +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(92,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ndG +sZL +ndG +nWl +shQ +qTo +ajC +frS +qJR +ajC +ajC +hip +ajC +ajC +wbY +pkf +lSU +cfg +sJu +dBp +iHh +tEL +jLJ +qRt +rSt +hmB +oFB +qRt +qeM +tEL +hRk +iFt +hvn +xvj +wAo +qDa +qon +hHa +xvj +gIn +xpq +gLz +xof +fjk +vLS +aGB +wVa +fDZ +vLS +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(93,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cJz +mAr +wlI +rFt +cJz +gym +gym +gym +gym +gym +gym +gym +ndG +ndG +ndG +pOC +nyt +pps +ajC +hgm +xuw +kLh +xgs +cYB +rFy +ajC +mkg +vYE +tYx +biQ +eng +weX +vvv +tEL +tEL +tEL +rvZ +oSy +oSy +tEL +tEL +tEL +nmK +xMt +sUW +sdN +wxH +hdX +nKJ +oKJ +vnP +bIX +eYc +rnz +puX +uUi +vLS +vLS +sMf +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(94,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +njb +lxT +lxT +lxT +njb +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +ndG +ndG +ajC +ajC +ajC +oDb +bYZ +azk +fmO +wxN +kDg +ajC +ajC +hhW +krt +krt +krt +hhW +hhW +hhW +rFK +nAv +uXR +uYw +wdk +eqm +hQo +hhW +bKj +bKj +vXL +vXL +jdl +vXL +vXL +jdl +vXL +vXL +bKj +vLS +vLS +vLS +vLS +rJf +cQu +baf +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(95,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +vkP +vYb +ksW +rFt +cJz +njb +lxT +njb +kZe +cTM +ciR +njb +lxT +njb +cJz +onc +rkx +hZS +cJz +gym +gym +gym +gJT +ajC +ixb +wKV +ktF +ajC +ajC +ajC +ajC +qLS +dYy +fiD +rlr +nLU +lee +nLU +ppw +oXu +gLK +czb +mYr +hVw +rfo +cPL +pFy +gHm +iaC +bKj +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +bnk +upa +pDV +uzb +xrh +kRg +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(96,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +kzQ +lxT +lxT +lxT +njb +njb +qZY +vsz +knG +vRe +cAc +cYE +hZb +njb +njb +lxT +lxT +lxT +njb +gJT +gym +gym +lfy +sUj +lmE +vsC +ajC +ajC +ucb +cDS +ajC +ajC +ajC +ajC +mYs +mNS +ckV +rPE +suD +vGw +hwZ +eYl +sKi +lsz +rfo +qfU +oMn +ccT +aWr +bKj +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +rgp +pNE +vLS +sAV +jLR +wZi +wsu +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(97,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +oCi +wEb +eTJ +wmq +njb +pZh +rnA +vgN +vir +nTX +iDk +txw +bVs +nLD +njb +rcG +mHL +qiG +njb +gJT +gym +gym +gJT +ajC +fXn +vsC +ajC +uJt +meI +vre +ewN +nNe +adV +feF +jTp +lWa +jsM +nBH +moU +hhW +hhW +lBt +faC +uRN +kji +dBm +lwt +jAb +hhW +bKj +mQu +dfZ +pkj +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +ihn +vLS +mZN +gPc +vLS +ozQ +nKe +vLS +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(98,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +njb +njb +iGn +jrb +vJu +njb +epF +epF +epF +njb +jVx +njb +epF +epF +epF +njb +ggH +lIu +jjC +njb +njb +gym +gym +ajC +ajC +ajC +tyk +ajC +eyj +awe +vre +eTp +nNe +maY +jsa +mNS +xsg +kYH +prU +pFy +rfo +dzh +gXs +aoq +wHS +rfo +gCc +ijY +jjv +kMo +vXL +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +sqH +oZK +vLS +woh +xwm +vLS +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(99,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +njb +eqd +dZV +oCB +fkS +njb +muq +ltX +aTT +yeO +xVD +aFB +ltX +aTT +hEu +njb +rAc +iDS +tcy +vyp +njb +gym +ieI +ajC +xNp +ajC +afU +ajC +nhG +oVn +jYo +esO +cvj +abf +hwB +xPK +pLf +fKM +iuv +gfr +lXL +aTG +upu +jBm +jxV +mwm +tZj +aKB +oiS +crz +vXL +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +hcU +vLS +vLS +ePc +rHb +vLS +gym +gJT +xqy +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(100,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gkr +bDP +flg +njb +cxO +lIu +woH +qCA +qKh +mJY +lIu +aZY +lIu +hkE +lIu +fJO +lIu +lKG +iPX +utg +uPe +lIu +ljl +njb +gym +egQ +fQq +tmh +tYN +aMS +ajC +cqB +sRJ +vre +gdR +nNe +fhn +ndK +lOM +tna +pnE +fpb +ycu +rfo +lVd +kYW +xeE +wHS +rfo +oux +eQo +bYs +kMo +vXL +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +fiS +vLS +inY +xvJ +pXK +vLS +xkw +xkw +sHB +xkw +xkw +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(101,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rGm +rGm +qUF +qUF +qUF +rGm +rGm +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +siR +stT +stT +siR +qHy +oMF +bcu +teW +njb +oLx +akg +bcJ +fax +gMf +iGd +qHa +mRg +njP +njb +bnt +bcu +xuz +qtG +njb +gym +sXq +ajC +xcQ +ajC +qrH +ajC +mAy +pJM +vre +rKQ +nNe +rEX +wNZ +hez +lWa +oiQ +jdM +moU +hhW +hhW +wbI +faC +tKX +wHL +pZP +oMn +fqz +hhW +bKj +uGc +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +pkj +dfZ +sps +vLS +hYH +cRw +fLs +wPe +uWZ +nkw +xkw +gQv +kme +jnm +xkw +xkw +tAr +tAr +xkw +xkw +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(102,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rGm +rGm +phN +fbB +xHL +vvF +klY +rGm +rGm +cSL +gym +gym +gym +gZV +gym +gym +gym +gkr +siR +siR +siR +pgi +mdJ +siR +siR +hwz +lIu +jLW +njb +fTR +lFA +njb +njb +iue +njb +njb +unq +fTR +njb +oct +lIu +mID +njb +njb +jJr +gym +ajC +ajC +ajC +iOg +ajC +ajC +slM +vwE +ajC +ajC +ajC +ajC +lea +xyg +qwb +tKO +uNr +vbG +pAh +hrD +sKi +cYK +rfo +bFX +lwt +naR +gQt +bKj +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +vLS +pqC +vLS +cAk +fjI +bIg +ccF +xkw +xkw +xRh +xkw +xkw +gBD +teY +iXj +xpE +xkw +gJT +gJT +sBu +guD +sBu +guD +sBu +guD +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(103,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +los +dbh +los +los +hkX +eGd +jmM +fmF +fkl +sIr +kAP +qUF +pni +gJT +gJT +gJT +gJT +gJT +gJT +gJT +dMw +stT +xEk +fAB +jYb +ppF +kdn +siR +evT +cpb +nvd +njb +cnH +fTt +njb +xpC +gwJ +cCq +njb +dJI +wGy +njb +gIg +oLq +vPF +njb +wTT +kDb +vCY +gJT +ajC +sBQ +rsN +cka +ajC +ajC +ajC +ajC +seB +seB +dma +sto +ajQ +eEe +ajQ +tYq +eKy +rra +khr +mZB +mVa +rfo +oiT +xDY +lge +kpW +bKj +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +dfZ +ajC +wIN +uLL +vQT +hZk +vQT +vQT +gZz +oYP +uAu +bgZ +tAr +wIA +vPm +wMG +ocp +tAr +sQr +jng +kbF +tQb +kbF +tQb +kbF +gQn +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(104,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +xWe +wwQ +tua +los +cyo +rrz +ldH +ovB +ikI +mRM +aSR +qUF +aFA +fDY +gym +gJT +gym +gJT +gym +gkr +cko +stT +ktC +igW +mZm +nVO +tBK +siR +siR +njb +njb +njb +jKc +hsp +njb +aUS +rzW +sXG +njb +tVT +ite +njb +njb +njb +njb +njb +lLB +nMh +uVC +lfy +sUj +jTc +nWy +prn +hVM +trq +jJX +bHP +seB +ajC +ajC +ajC +nQI +nQI +nQI +ajC +ajC +ajC +noW +oBJ +nMF +vXR +tMc +aAU +amE +hhW +bKj +bKj +bKj +vXL +jdl +vXL +vXL +jdl +vXL +ajC +ajC +ajC +cKo +uLL +rlW +iJL +ckZ +vQT +ogR +lZW +lbN +bXG +yad +cvY +qNs +kfv +cxs +tAr +cUT +opY +gcQ +nJb +gcQ +nJb +gcQ +guD +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(105,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +xcy +eEu +tqo +los +kDy +huL +vWN +kVl +uYj +uSy +ngR +qUF +ocH +gJT +gJT +gJT +gJT +gJT +gJT +gJT +oZy +stT +krG +dAl +hHl +deI +dEc +qMo +siR +qRY +oIU +njb +xQv +wvV +njb +bgm +gBR +eRn +njb +lsn +boE +njb +qRY +oIU +lam +jdd +igQ +kIL +kDb +hpp +ajC +mWY +bfm +gtW +gLB +xkz +giQ +pDG +rod +ajC +qVo +qOR +sOT +jtd +rZu +mHG +qOR +ajC +hhW +hhW +hhW +kVi +hhW +hhW +hhW +ajC +bvr +eZP +ajC +ort +pmv +lAL +kBw +pmv +rba +ajC +sls +cLX +oYY +uLL +cIC +gho +nCy +mDr +uOy +iTJ +fbl +kLF +tAr +hhq +nds +wMG +kVY +tAr +sQr +jng +kbF +tQb +kbF +tQb +kbF +gQn +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(106,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +los +cTr +bNU +uPG +los +los +los +rGm +fpk +rGm +rGm +rGm +rGm +cSL +gym +gym +gym +ijt +gym +gym +gym +gkr +siR +siR +siR +azK +qXg +knw +kLj +siR +iYe +vsi +njb +njb +njb +njb +njb +kov +njb +njb +njb +njb +njb +iYe +vsi +lam +gua +gua +ycQ +gua +gua +uLL +uLL +uLL +bSX +uLL +uLL +uLL +dYy +qIF +ajC +idj +aLS +nIW +oWE +nLV +tMm +jtd +ajC +quU +cHW +dae +qww +xRB +hqY +nOY +ajC +rkM +pSV +kgU +lBY +ozJ +gYt +fFK +ygU +pBM +ajC +ajC +bZC +fiW +uLL +jGh +wlu +ujE +aIL +akr +fbl +ayQ +jQf +xkw +wGr +cHI +izv +xpE +xkw +lvD +gJT +lvD +cyK +iJp +cyK +iJp +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(107,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +hEW +vYC +eVb +wtF +mgW +oOr +eaA +kHD +wSm +dVG +cGO +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +siR +siR +siR +pBB +bpb +qNC +hmZ +qFE +pYl +lGp +qgf +dYi +bfR +rCP +tiM +dYi +qgf +aJK +gcH +mLz +nGH +iwU +iwR +uBK +neN +qNA +neN +hkH +fnM +hKD +xKD +eWG +ykQ +uLL +ayj +ovl +ajC +ajC +wyx +nxN +hmT +vUB +rkl +ajC +ajC +khh +iuR +cpC +vKl +uuA +sdr +sfS +ajC +mLj +cmP +ajC +ajC +nXo +jqT +eaN +sGx +ajC +ajC +rYz +iAY +mwH +uLL +vRA +gho +gXM +mDr +cuJ +iTJ +kfv +qfb +ukX +tOw +uxe +tOw +ukX +ukX +fwe +tOw +fwe +ukX +ukX +ukX +ukX +gym +ykP +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(108,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +wTV +uPo +vYC +iZQ +sfk +fDV +hiw +hAv +lgQ +oxL +cGO +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +siR +siR +siR +siR +anV +cZe +ayi +fRu +qzE +ayi +gUt +npX +fQF +aUC +jFs +fQF +aUC +yjQ +szH +tAO +hWE +vwB +rTt +rTt +agD +rTt +rTt +rTt +rTt +vqz +idE +uLL +dYy +ujx +dYy +ucW +qDY +myr +ykX +vmX +hmT +owE +ajC +lJf +uaH +oRi +atJ +bYs +bNj +qch +ajC +rAm +vqZ +ixb +ajC +ajC +ajC +ajC +ajC +ajC +fuQ +dOK +kYa +oLB +uLL +ecQ +hOf +rxi +vQT +hDW +eZB +kfv +ukX +ukX +ebX +awl +tAU +eOi +bYO +fbM +mdb +aQY +vgX +mdb +lfG +ukX +ukX +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +nck +lkc +nck +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(109,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +los +los +jbO +uwJ +fIU +eLM +oOr +aua +hwD +kkW +vnJ +cGO +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gkr +gJT +eof +lcq +aeq +gIv +leM +nVH +fEm +uUS +qph +pwY +kBT +xfm +kYI +fzg +dZu +esG +qPU +iYP +nGH +iwU +fSR +rTt +rTt +rTt +mVP +agD +rTt +rTt +rTt +rTt +aMX +uLL +uLL +otN +dYy +mzc +fUv +myG +uew +veR +ygb +aqi +ajC +ajC +ajC +neh +tPc +bvN +ajC +ajC +ajC +kqb +xei +mLe +ajC +nfw +mqN +onX +rHq +xRE +yjK +nqb +xId +uLL +uLL +rdK +reJ +rdK +rdK +wiH +far +mxV +ukX +ppr +oJp +lWv +wLF +ddr +ddr +rTD +ddr +wGj +ddr +ddr +bpJ +imb +ukX +ukX +ukX +ukX +ukX +ukX +gym +gym +gym +gym +gym +gym +nck +rRr +nck +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(110,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +los +los +los +los +los +los +bPw +ckL +bPw +bPw +bPw +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +fGC +fGC +fGC +eof +ilC +kEs +lnD +pAa +cLY +urx +wdQ +wdQ +wdQ +eFn +wdQ +eCm +wdQ +wdQ +wdQ +fUj +kYI +jPw +iwU +fSR +rTt +lkE +rTt +lzr +lqr +bcf +xlk +uBd +rTt +mqV +qHo +uLL +xPN +tub +ajC +rYC +brK +ttF +pND +tGX +mzc +xQM +fiU +ajC +ajC +ggG +ajC +ajC +fnS +mfk +dYy +vFn +brl +ajC +jqJ +kEY +vgL +fsw +jqW +bqW +ajC +uuS +uLL +rJr +ngk +vNv +fVj +dNf +usu +jkx +kfv +tOw +crD +lcj +sUh +btt +wys +lXK +fSm +sdi +tOn +vpy +auH +gNj +fEn +tOw +gcR +iCB +ljh +kkV +ukX +ukX +gym +gym +nck +nck +aHT +nck +jjz +nck +aHT +nck +nck +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(111,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +bPw +bPw +aBP +xLt +mIJ +gkQ +bPw +gJY +lhu +pKt +cGO +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gkr +fGC +fGC +jWh +oYA +eof +vGS +nEH +eof +eof +eof +eof +wdQ +tec +sFs +vyX +dZb +lCq +viD +hNv +wdQ +lam +pkL +cgJ +lam +mIP +nFj +rRE +rTt +rTt +bqI +vka +dsZ +bSs +uBd +vvj +pDs +uLL +vOn +dYy +ajC +ajC +dSC +fyC +xZJ +mzc +mzc +acU +dYy +ozZ +mzc +hYq +giQ +nza +mDe +hnV +pLn +jTn +kQK +pzL +rrY +tBY +jQA +uLL +uLL +uLL +uLL +uLL +uLL +xHw +vHv +bBI +eGi +dNf +rBi +jkx +kfv +tOw +dlK +wqS +bCK +uey +ulv +kAw +lVf +jWj +lVf +kAw +lxu +gQk +bnb +hnX +xLJ +fFM +cfN +gmi +kDf +ukX +gJT +nck +nck +rCH +qex +lkN +lkN +lkN +leO +btr +nck +nck +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(112,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +cGO +eqT +hhP +phR +dRl +bPw +bPw +cYe +yaR +bXZ +bPw +csI +csI +jHj +jHj +gym +gym +gym +gym +gym +gym +vYb +fGC +bWc +mxY +xrw +ubM +djm +vCR +cMg +kVg +uyr +eof +wwN +wNF +loe +fTL +lFZ +ucL +nBv +npC +gCB +gua +gxJ +rGN +rbL +fSR +pEZ +cKv +dNI +dNI +rTt +dsZ +dsZ +dsZ +cKv +vug +bMc +uLL +poR +dYy +diX +ajC +ajC +dYy +wmQ +cGj +mOw +ddq +pSX +iLb +qbQ +aCm +ajC +ajC +ajC +ajC +ajC +ajC +sOv +mhX +fUt +uLL +nwF +uLL +qDk +djI +tpZ +fYj +rdK +pMp +oWk +atz +fVj +dNf +hUM +jkx +kfv +tOw +cph +lcj +wYS +hgl +qsg +bdQ +rPe +jhk +eFE +bdQ +sEh +gpv +fEn +tOw +ogf +ijT +azw +nZh +oUR +ukX +ykP +nck +eTE +qex +enb +wph +wph +wph +ddL +leO +okR +nck +ykP +gJT +gJT +gJT +ykP +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(113,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +gJT +cGO +eqT +jHx +oJw +jsF +bPw +jJm +bps +cqy +ufn +nnW +csI +dck +uFD +jHj +jHj +gym +gym +gym +gym +gym +qaB +fGC +pTg +ivD +jNZ +nrX +kLw +gKG +cTs +iwA +vgU +fGC +eTv +eih +mhy +vLE +rEl +rEc +nae +kHL +xFa +gua +sNI +gni +iFC +fSR +rTt +cEh +xlk +xlk +rTt +dsZ +dsZ +dsZ +cKv +xMQ +bum +uLL +sPx +dOK +htk +eYX +ajC +bdb +ajC +ajC +jxD +qOK +ajC +ajC +ruF +dqO +osQ +wrd +ajC +fPv +rAY +ajC +yiM +iAY +uLL +uLL +wFj +cKQ +uki +nlm +ifM +ydo +rdK +rdK +llM +cIW +rdK +rdK +ufT +iMt +biK +ukX +lxu +lcj +enK +jCi +bdQ +iHt +rAE +mFh +rAE +bdQ +qEg +vAT +fEn +ukX +hCs +nTF +gYa +gwz +tVd +tOw +gJT +cdm +kES +enb +bvI +igL +sIc +igL +awC +qLi +qzL +bOX +gxP +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(114,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cGO +bPw +cGO +cGO +lnZ +wSA +dAy +sXu +bPw +kOx +rnC +oXF +mNK +byk +csI +rXP +egM +iqM +jHj +fDY +gym +gym +gym +gym +ewj +fGC +wlB +iMc +iUv +lnJ +tOB +pFx +rIE +iol +llK +fGC +aIl +rRT +xmZ +aGQ +cyc +lkk +cug +rRT +cFw +gua +vaq +tLo +nfm +dfi +aIe +hqd +rTt +rTt +pcB +anR +dsZ +dDn +bfb +xWR +bgl +uLL +bDN +mzc +jEj +dcp +ajC +fMw +ajC +rWM +wQm +lQR +diR +ajC +hFa +tHK +djp +bvF +wkW +viX +oXV +ajC +bvr +iAY +uLL +wRi +ydm +lKA +hBh +fOd +jCb +ydo +rpD +oHo +gfM +pCF +rMk +dNf +qHe +aeH +bgZ +tOw +cQB +lcj +tTQ +iHt +rxz +pfk +cxS +cLu +rtW +hrB +bWZ +eHc +tRi +hGa +rBR +xEG +ddr +boi +uoQ +tOw +gJT +cdm +nDk +efX +igL +rQy +nFB +fnk +igL +qWu +opE +jrE +gxP +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(115,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cGO +dbT +lPG +bPw +jNh +lGU +lGU +fCP +ueT +tqs +eYS +kEU +bqO +dOM +mKS +cyg +dVD +rFg +csI +gJT +gym +gym +gym +gym +gkr +fGC +fGC +esn +ppt +eof +lni +bwj +xUm +bEN +vho +uLH +hRi +rRT +xRq +lkk +vnc +spK +oft +qAe +etX +khI +rFX +rzE +cEc +qOa +rTt +rTt +rTt +lzr +rNl +dfs +dNI +fWa +rTt +lye +vUu +uLL +nVh +lLN +qfW +qyU +sjI +lRE +qRC +dnK +voZ +ljk +qOD +ajC +mLj +exP +ajC +ajC +ajC +ajC +qOK +ajC +ajC +puD +uLL +wxh +oum +hXh +iXu +tgF +pgS +tRc +dRq +lTZ +rZf +klq +qap +sgS +iTP +prP +uoF +waK +aAr +fXN +wVg +mxI +mHv +kig +qpa +xkj +pVJ +ffx +ygo +iua +bVi +tOw +rTK +ouq +ddr +xex +snV +ukX +ykP +nck +mBl +iNR +fOW +reA +mQp +nIf +qQV +vWp +xoJ +nck +ykP +gJT +gJT +gJT +gJT +gJT +ykP +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(116,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fgx +rrv +jgz +jqa +nDj +kiC +ptk +lCa +xLd +ail +twl +dnX +lpK +fHW +wKM +csI +gtA +gVj +aOe +csI +plc +gym +gym +gym +gym +gym +gJT +fGC +fGC +fGC +eof +uUc +dTi +cRF +pJE +vlr +eof +sZK +rRT +sMa +nNN +aGQ +rEl +pqJ +rRT +wOM +gua +sgn +kMM +thM +gdV +rTt +rTt +rTt +rcn +iwd +rTt +rTt +rTt +rTt +sCH +uLL +uLL +diI +foG +ssh +fKR +dOK +dZj +pyM +qqh +qFv +ljk +wZA +ajC +jOF +exP +xgj +ejI +aCm +suM +mVG +ajC +muP +kYa +uLL +fSn +ydm +sOE +dLb +tcF +kOX +ydo +sSi +vAu +bHp +cmm +cwz +dNf +cuJ +eZB +kLF +tOw +jAZ +lcj +cOW +kur +wyA +hzX +bCW +rtn +kqL +cfF +rmP +xUP +wxQ +hGa +pfr +xEG +ddr +uav +uoQ +tOw +gJT +cdm +cUC +mJA +igL +fnk +wWX +rQy +igL +qdy +dCE +bdu +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(117,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cGO +uUT +mAH +bPw +cKa +kKb +pCq +dhW +hpG +lYT +isu +fXQ +guM +wpH +aNj +fbL +lEP +fNG +csI +gJT +gym +gym +gym +gym +gym +gym +gJT +gkr +gJT +eof +eof +eof +cKJ +eof +eof +eof +ext +hVf +nSg +bDi +spK +azm +ncj +hVf +vab +gua +xRf +kSw +plp +fSR +ntM +qIn +qun +nIk +rTt +rTt +rTt +rTt +mvt +jJp +uLL +lxm +oqm +qbQ +ajC +ajC +qOK +qOK +ajC +ajC +qlO +sSD +fVR +ajC +jiy +jLi +dgu +ssh +ajC +exP +lXF +ajC +tLE +tus +uLL +uLL +dRs +lqH +qdF +bZu +pJz +ydo +rdK +rdK +kfz +oqF +rdK +rdK +fvH +far +qZM +ukX +pZH +lcj +ndZ +bdQ +cfF +kur +vaU +dws +vaU +bdQ +rmd +vAT +fEn +ukX +iZA +xBR +etq +nSG +nFm +tOw +gJT +cdm +prT +gIU +pZs +igL +uys +igL +lqX +hDd +pGn +bdu +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(118,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cGO +bPw +cGO +cGO +eiM +iwN +eAs +gnK +bPw +kMH +sam +ivH +cvk +hQJ +csI +gUK +rRm +dUD +jHj +fDY +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +tAD +yfx +saz +iqZ +tAD +lMz +qmK +hsf +lmO +lfE +doi +wPv +iMd +ecO +gua +oLK +dvG +vDt +akm +tMe +pdl +tzq +aCa +ojj +pAl +fkN +pdl +eeA +lVe +uLL +nMR +kma +kCh +ajC +mOt +vJz +dYy +gST +pmV +pmV +sAc +pmV +pmV +pmV +pmV +pmV +pmV +pmV +juY +pmV +pmV +sBQ +iAY +odu +uLL +ubp +uLL +jzx +nJB +xPY +fYj +rdK +xzI +wmS +aUK +rZz +dNf +eUC +jkx +wMG +tOw +cGI +lcj +wJr +lMi +sHI +bdQ +uja +uPH +rSs +bdQ +sFX +xlL +fEn +tOw +ayg +ugc +azw +ugc +oUR +ukX +ykP +nck +tXH +ooN +cpL +jOj +jOj +jOj +uFv +kFI +qJJ +nck +ykP +gJT +gJT +gJT +ykP +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(119,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +gJT +cGO +juB +lhE +xeX +jzQ +bPw +xdD +ejC +enl +eLB +eEv +csI +gdL +pWk +jHj +jHj +gym +gym +gym +gym +gym +gym +gym +gym +tAD +tAD +tAD +tAD +tAD +xlO +tAD +tAD +tAD +wdQ +tYA +kTC +hfR +rQQ +xDI +fhr +bPV +gsi +cPZ +cPZ +cPZ +cPZ +cPZ +cPZ +cPZ +cPZ +lWq +cPZ +fkI +mSL +fkI +fkI +uLL +uLL +qar +iyJ +vMB +ajC +gTY +ccp +plC +pmV +pmV +qFS +tUf +dOv +smp +fCR +pmV +qwd +wkR +ntL +lND +yhH +pmV +pmV +uAI +fqj +owy +xZB +uLL +uLL +iyZ +uLL +uLL +uLL +cYI +gYy +wWV +jcd +dNf +wUV +jkx +wMG +tOw +fJo +cPK +tez +fEO +bqa +dSJ +pXt +lDF +pXt +dSJ +efA +nYT +bxm +mAz +vjk +nYc +uhP +gRc +ree +ukX +gJT +nck +nck +gab +sxT +gYD +qeN +sts +kFI +gjr +nck +nck +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(120,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +cGO +vNT +xSw +lCS +xbk +bPw +bPw +rIY +yaR +hST +bPw +csI +csI +jHj +jHj +gym +gym +gym +gym +gym +gym +gym +gym +gJT +tAD +gDY +lXu +xFp +eGu +fCj +tAD +iFu +cqq +pUf +pUf +wdQ +vvT +lam +isw +wdQ +gsi +gsi +aat +ovT +rgd +xIm +gsi +lML +lug +xtp +eMs +gsi +hfa +mhm +pJu +uGA +ajC +hNa +dYy +iyJ +obO +eIU +mbZ +dTJ +pmV +pmV +kgr +shC +aVq +xmR +vlI +vQl +rZU +lhT +irZ +iXy +tvl +cfd +nWj +pmV +pmV +vOc +wqn +lWc +lUQ +cQD +fgs +hMV +biS +fxz +xzI +wYn +inC +ork +dNf +xVX +jkx +wMG +tOw +kFZ +lcj +qlC +cHP +bTC +qqM +eax +pSg +ohl +ylC +gcj +wyG +fEn +tOw +apv +bhs +vHm +fRE +ukX +ukX +gym +gym +nck +nck +xwx +xwx +klT +xwx +xwx +nck +nck +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(121,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +bPw +bPw +mFl +pOD +mOI +gkQ +bPw +wRy +hwD +aqs +cGO +gJT +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +tAD +piJ +tAD +tAD +xyK +tAD +tAD +fAD +mBA +dNg +pUf +rsG +wCf +aLD +ppZ +weH +gsi +xIm +hdz +dzu +dNw +twY +tEk +wIf +jYc +uOF +gsi +gsi +fKB +iWq +nsu +vGl +ats +lWc +gxp +owM +gJB +ajC +ajC +ajC +pmV +kgr +shC +kVE +gVE +idK +kcL +kcL +iXJ +kcL +kcL +cmM +rcE +nIr +cfd +nWj +pmV +lit +aED +qbQ +pNc +phV +hiF +tes +uLL +uLL +rdK +cJZ +rdK +rdK +rdK +hsS +iMt +xIc +ukX +rAu +iVx +eAW +wLF +ddr +ddr +hVu +ddr +orE +ddr +ddr +kpS +oqb +ukX +ukX +ukX +ukX +ukX +ukX +gym +gym +gym +gJT +jvZ +bFk +svW +vbK +svW +wAB +jvZ +ykP +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(122,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +bPw +bPw +kFj +kFj +kFj +kFj +kFj +kJe +kFj +kFj +kFj +kFj +kFj +cSL +gym +gym +gym +gym +gym +gym +gJT +gkr +gym +tAD +aQS +tAD +rMq +rlC +oqy +pUf +lpQ +phC +jMS +kiT +qRZ +aji +rRT +lRd +xHE +vLy +qcJ +cJP +fwW +fwW +bzx +gsi +nOl +bjn +tbY +mRQ +gsi +fZl +jQw +xhj +toq +ajC +sCp +dYy +pPs +qbQ +acU +dYy +vOb +pmV +auh +ixQ +gVE +grL +nty +jaT +lhq +vnE +cRR +jaT +mjR +vmt +mlN +tvl +aBa +pmV +lpH +bHe +dOK +rhU +fUt +rfH +fUt +uLL +lKP +lKP +xHi +lLt +lTw +rdK +fZn +aeH +wMG +ukX +ukX +gZq +cCs +jdf +hGh +qCn +tbc +trM +tbc +mio +mio +dSp +avf +ukX +gJT +gJT +gym +gJT +gym +gym +gym +gym +gJT +iwh +mEv +eXe +kau +fyn +mdm +wYI +wYI +wYI +wYI +ykP +gJT +lfy +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(123,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ihJ +gJT +kFj +grQ +dsJ +dec +qvk +aFN +qfI +nJG +khu +jjE +aot +pni +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +tAD +cIN +tAD +cKG +kjq +uFU +rhu +bVC +egn +rDh +ijU +fNp +nxa +rRT +oNq +cwk +pNn +tYy +bjn +dzB +bjn +jFD +aKN +xte +apE +khw +sXS +gsi +ajC +ajC +ajC +ajC +ajC +ajC +oPR +jCc +dOK +oSm +sYc +pmV +pmV +rFA +wFG +grL +vYf +wTj +pOz +xeF +pmV +hMC +cHF +wTj +iSP +vmt +kPb +fxU +pmV +pmV +usJ +nIs +fUt +bxN +juN +uNi +uLL +dsq +dsq +nro +bmV +fCf +cJZ +lmI +iTJ +bgZ +eMS +ukX +tOw +ild +tOw +ukX +tOw +vky +ukX +vky +tOw +ukX +puF +avf +gkc +ykP +gym +gym +gJT +gym +gym +gym +gym +iwh +iwh +aTf +gbH +lfw +sKj +xYw +wYI +utz +ucQ +wYI +wYI +wYI +wYI +lEl +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(124,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ihJ +rnW +kFj +tqY +xsP +nZL +otm +tWa +otm +sVX +bfM +vLw +aot +aFA +gym +gym +gym +cGP +tAD +rLy +rLy +tAD +tAD +tAD +pgL +tAD +xvq +gPr +bFI +eYb +npA +fnb +fXw +kiT +pnm +kaS +rRT +hOc +isT +vLy +aff +dyz +dyz +dyz +kct +gsi +jsJ +bjn +tbY +fEc +gsi +sws +sQY +wpu +uDB +dgu +ajC +aHN +gYh +lfb +jLQ +rfY +pmV +cXY +bGC +wFG +qgn +wTj +wTj +gym +gJT +gkr +gJT +gym +wTj +wTj +vBk +wFG +xdr +cXY +pmV +hSJ +uVb +lzx +wqr +pOS +xnq +uLL +sXa +sXa +xBY +aKX +lqd +cJZ +lmI +iTJ +iTJ +bgZ +kNG +uPC +nNy +pwG +ukX +eOM +hMo +ggI +hMo +vjn +ukX +jfI +tOw +gJT +gym +gym +gym +gJT +gym +gym +iwh +iwh +iwh +wKs +eLW +dRR +hIb +kpA +lqn +eeO +gOW +lcF +rKY +fvx +vnD +aMT +oHh +lfy +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(125,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ihJ +gJT +kFj +ttj +qwk +xlT +pjt +jQK +qXS +vpp +sul +pQM +aot +ocH +gym +gym +tAD +wSn +tAD +xGn +epg +iRJ +fAT +bvG +gNU +tAD +oon +kjq +kVV +sGg +khz +sTX +jsH +pUf +xAY +hoB +rRx +cqU +eIA +gsi +xIm +lMq +gfs +tGW +gwl +tEk +jBX +bPN +kmm +gsi +gsi +eOc +yjK +osi +nEU +cDD +exS +uus +kRt +qIM +ikN +kQZ +pmV +jZe +ltz +wFG +xdr +ryH +gJT +gym +gym +gym +gym +gym +gJT +wUj +bGC +sTl +cfd +jal +pmV +aED +jxG +fUt +kij +ePb +gdm +uLL +vYY +oje +ekC +wal +wal +rdK +glj +loi +uNY +cdN +cdN +cdN +jAi +wib +ukX +usR +hMo +hMo +hMo +lBA +ukX +ukX +ukX +gym +gym +gym +gJT +gJT +gJT +ykP +iwh +iQp +eHB +nXS +aNq +dmF +jEq +uXK +bnQ +lhK +wnI +nFI +sCi +gZY +ucU +gZY +ptD +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(126,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +fDY +gJT +oZM +oZM +oZM +oZM +oZM +oZM +pTD +otm +cWe +rPF +rPF +rPF +dIj +rPF +rPF +cSL +gym +gym +rLy +gjZ +tAD +dKK +osT +vnG +pRC +kMF +iHp +tAD +eRP +hia +wRj +bYc +eBs +ssE +lpf +pUf +wdQ +oSe +mvP +xlV +wdQ +gsi +gsi +eOW +xaQ +utR +xIm +gsi +jwT +rvy +utV +bhM +gsi +iAY +fyt +mLj +wXR +nId +rfY +cFA +tkm +gnc +msF +taJ +pmV +bGC +aVq +gVE +sOI +luF +gkr +gym +gym +gym +gym +gym +gkr +ntH +qHO +mlN +tvl +xdr +pmV +sAc +pmV +wTj +wTj +wTj +wTj +wTj +wTj +wTj +rdK +rdK +rdK +rdK +gZz +mzE +dQV +cHI +pOM +poA +qJO +hKb +ukX +jTJ +jUb +jUb +jUb +eVT +ukX +gym +gJT +gym +gym +gJT +gJT +gym +gym +qKi +jvZ +iMA +hHt +bUn +qnc +sMS +mlT +vvi +vKM +waF +mKy +qhF +keB +wYI +fNL +wYI +wYI +wYI +wYI +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(127,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +nnP +nnP +nnP +oZM +vxf +rEU +iPh +bqN +oZM +bct +hie +avd +rPF +wQU +kAF +lUV +iEv +rPF +rPF +rPF +rPF +tAD +evQ +tAD +tYI +coL +kIb +bIf +gyU +tAD +tAD +pUf +roF +rCK +rCK +rCK +srl +rCK +pUf +nmw +mYy +wAx +psi +dnt +wdQ +ajC +ajC +ajC +ajC +ajC +ajC +ajC +ajC +ajC +ajC +ajC +iAY +ajC +ajC +ajC +ajC +ajC +rfY +aah +sYj +pRq +amy +pmV +bGC +cDu +grL +agm +hpS +gJT +gym +gym +gym +gym +gym +gJT +ujw +lvy +vmt +wFG +cQw +bzT +wmV +qLX +hQz +wDC +wDC +wDC +wDC +wDC +wTj +jjY +loU +tHW +xxx +xxx +xDH +qZc +xxx +xkw +xkw +agX +xkw +ukX +ukX +qWR +gKl +ldu +ukX +ukX +gJT +gJT +gJT +gJT +gJT +gym +gym +gym +cgl +jvZ +veC +cQs +iDe +uEK +nNY +gDR +haa +rzg +rOY +srs +qhF +wZg +fmP +pwQ +lDT +vGR +gLd +maR +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(128,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +nnP +nnP +quR +lNi +oZM +gPe +tDu +uxK +fLD +oZM +tgO +ibj +nHa +rPF +rPF +hYY +llE +oLI +lIE +iFv +sPc +lyn +tAD +cBn +oVP +iqj +bdk +fxF +ooC +gNU +tAD +fPE +soK +uXp +rCK +rEh +qZQ +cEF +rCK +dWV +ejQ +uPf +nOq +kup +ojN +niy +pPh +gLB +gLy +qkO +krm +dqv +xnb +ljO +xjq +gLB +tUm +vTC +wDy +hCh +cJj +qwU +dJs +taJ +ewo +lfb +mOw +sGN +pmV +bGC +kPb +cQw +nBt +wTj +gym +gym +gym +gym +gym +gym +gym +wTj +sRM +bGC +wFG +cfd +trd +tRV +pQe +iyI +wDC +wDC +wDC +wDC +wDC +wTj +uMP +uVp +mPp +xxx +iVg +sUe +jzE +xxx +pUI +aeC +akl +wPk +cfx +ukX +ukX +ukX +ukX +ukX +gym +gym +gJT +gym +gym +gJT +gym +gym +gym +sJy +jvZ +czK +dHe +iDe +kSX +dmF +bKL +uXK +rzg +iep +srs +pll +snL +wYI +dZl +wYI +rLc +qaL +wYI +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(129,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hfS +nnP +gMH +bwh +asM +mPA +wSB +vkR +uxK +lnm +oZM +xVs +sVX +dUr +mRd +iJn +jjj +psG +heP +lls +kSl +kTb +boA +tAD +sCd +xWb +uRT +qmf +wQb +tAD +uBa +tAD +aiK +ked +upv +rCK +mvO +skq +qbN +rCK +fPt +jSO +hPd +aQo +sFQ +bIo +dxY +ajC +seB +grt +mLj +urz +qbQ +blK +aEd +cwL +tKy +mLj +lQU +ajC +uCS +sQy +fll +ajC +ceA +pnT +xcw +jvA +rxS +pmV +tnj +vZM +dPQ +iyI +iyI +iyI +gym +gym +gym +gym +gym +iyI +iyI +iyI +iGe +qGE +dDv +fMa +tRV +oRP +iyI +wDC +wDC +wDC +wDC +wDC +wTj +xxx +mxp +xxx +xxx +lZk +jwO +uJD +xxx +nwU +mJT +iDN +lgn +egu +wqt +eYH +ola +dbe +diw +diw +uHq +ykP +gJT +gym +gJT +gym +gym +gym +ouk +jvZ +baD +rxL +bOi +qnc +sMS +mlT +vvi +dTP +cGK +hqy +qhF +ezv +wYI +brO +wYI +wYI +pAc +wYI +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(130,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hSx +nnP +xYK +ddw +aiH +mRB +dBH +vym +mfi +tRK +jXC +rgx +qEO +dYI +wUD +pTb +ptn +psG +mAx +rPF +bJU +bqZ +slL +tAD +tAD +rUa +tAD +fAT +fAT +tAD +oWD +sge +wJb +avT +wJb +tAV +oiG +eJe +mpN +tAV +rQj +szF +rHH +tKf +jgm +aMO +sTh +uLL +cRP +uLL +uLL +uLL +uLL +uLL +uLL +uLL +uLL +uLL +iAY +ajC +gTZ +pQJ +kCL +eyQ +ceO +pIh +jnt +bnT +uNd +pdE +aSM +xyj +aqZ +lTt +reO +mSl +gym +gym +gym +gym +gym +lTt +reO +mSl +hfZ +jhL +pFd +oYz +iJX +cXW +wNA +iiZ +wDC +wDC +wDC +wDC +wTj +uGm +hZN +kZq +xxx +urq +jwO +nUA +kRL +uPC +wJo +tNu +dhw +jcK +wqt +tXr +nRm +oHX +oeQ +diw +wqt +wqt +wqt +gJT +gJT +gym +gym +gJT +ykP +iwh +vaz +ghO +uJS +aNq +nNY +bUf +mDt +nTZ +eeO +okx +eYt +rTV +rgX +rIn +ald +cpk +jmk +tch +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(131,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hXm +nnP +olR +hbb +jaV +xRk +mYv +oDI +vwn +vsk +pEc +jKF +kEW +iBS +ydj +iJn +fQY +caw +cKt +uoB +yic +kTb +vig +tAD +tMW +xWb +dmn +fQE +cUZ +xGl +pjP +mdT +xnA +pQW +hAK +rCK +bym +pPe +hPc +rCK +gmT +jIO +acb +gac +sGD +rUH +jyJ +gIQ +wFC +cxB +cWw +ubb +xIA +lgA +ejt +kbN +jUo +uLL +kdQ +uLL +uLL +uLL +uLL +uLL +uLL +tHl +iWG +iaD +rCE +pmV +tzD +uzC +upQ +iyI +iyI +iyI +gym +gym +gym +gym +gym +iyI +iyI +iyI +tdr +uzC +dyW +atu +bgQ +rMe +iyI +wDC +wDC +wDC +wDC +wDC +wTj +sXz +qRi +mVq +ybX +rIP +fVb +qjC +pqT +sXg +exI +nFH +hmK +dMi +hFG +bPX +jdW +eKd +oce +diw +aBL +qTx +wqt +wqt +ykP +gym +gJT +gJT +gym +iwh +iwh +iwh +oMR +hes +vxt +tzf +ciM +wif +ukm +bBQ +pOv +qhz +puO +qPT +cMz +mKr +dHM +wYI +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(132,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +nnP +nnP +mBN +ufX +oZM +gIo +skL +brW +flO +nnP +pnK +gRD +kWF +rPF +rPF +ohT +frt +jTe +rPF +bMm +sfL +xPT +tAD +nQd +xWb +wJt +lTU +uUa +ejl +hTO +xHh +cOk +iTX +lRZ +rCK +hYX +lSt +tmE +rCK +vDE +laG +bLh +tdl +ctQ +twp +hWp +gIQ +alH +qVW +dHs +tTs +hks +lgA +fUZ +mEo +tSJ +wWS +ftA +nZO +ntz +ijn +hud +ckn +uLL +fpj +uhn +fWh +avC +pmV +bGC +uaz +xdr +jKm +wTj +gym +gym +gym +gym +gym +gym +gym +wTj +oTF +bGC +nlv +grL +gJn +bgQ +bzZ +iyI +wDC +wDC +wDC +wDC +wDC +wTj +wxu +kOc +sPe +xxx +hnJ +onZ +apa +kRL +poA +sSj +lZq +daN +aLT +diw +gJX +oYN +njw +ocQ +hDw +qbn +nmq +ccR +wqt +pDy +gJT +gJT +gym +gym +gym +gym +iwh +iwh +ekf +gbH +lfw +nsc +hMu +aQf +xXO +qXG +wYI +wYI +tch +tch +wYI +bTi +wYI +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(133,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +nnP +nnP +nnP +oZM +pcf +jEy +sGT +neW +oZM +egA +hie +qxq +rPF +jzd +lih +ojz +lSj +rPF +rPF +grC +rPF +tAD +qhH +bNX +aGe +qVN +tAD +tAD +hlu +tAD +tAD +rCK +sEL +rCK +rCK +rCK +hab +rCK +rCK +xCZ +oSq +dKS +gKQ +mvg +sMC +gIQ +xWD +qVW +jjH +bVx +wzR +lgA +ipk +xVN +jtW +yez +fXz +hzZ +hkK +iir +vUr +bdA +uLL +ajC +ajC +cRt +ajC +pmV +bGC +nlv +cfd +nWj +gii +gJT +gym +gym +gym +gym +gym +gJT +kud +kgr +shC +qEF +xdr +dWI +wEE +soN +hQz +wDC +wDC +wDC +wDC +wDC +wTj +qLo +qRi +qCs +mLg +ufI +onZ +uAK +xxx +jlI +ndD +jSv +abK +jtJ +diw +wcq +hfI +trN +qmE +fBY +wLC +uAJ +xOK +wqt +nQp +gJT +gym +gym +gym +gym +gym +gJT +iwh +lch +flA +igl +oxi +fwb +wYI +wYI +wYI +wYI +ykP +gJT +gJT +gJT +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(134,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +fDY +gJT +oZM +nnP +mHs +nnP +oZM +oZM +pTD +otm +nnc +rPF +rPF +rPF +pxb +rPF +rPF +cSY +bVJ +uvH +tAD +uIS +vFI +tuQ +iYU +bbb +ooA +jGW +xsN +tAD +dpR +cfa +rIf +gzR +taT +rMy +swT +rCK +vjO +eQL +occ +sKd +vjO +gIQ +bVe +ncv +xQB +aNP +qGN +lzE +lgA +jWg +apH +dod +kTX +uaw +cjI +taG +xaG +pSz +pmj +suG +agv +rwZ +syJ +lZu +pmV +bGC +uzC +uzC +mKi +pZt +gkr +gym +gym +gym +gym +gym +gkr +iiC +rOd +ujz +uzC +xdr +pmV +iLL +pmV +wTj +wTj +wTj +wTj +wTj +wTj +wTj +mpD +uJA +pvq +gKZ +hqq +xhQ +jjy +xxx +rQw +loi +kCw +kLF +agH +diw +iNt +dhG +njw +tbm +xis +qXK +pEj +oSl +wqt +xAF +gJT +gJT +gym +gym +gym +gym +gJT +jvZ +qfR +keU +hue +keU +dUe +jvZ +ykP +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(135,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oZM +qpL +bkF +foX +oZM +jaM +gWU +otm +qJL +gRD +wOL +gRD +mIT +nos +rPF +hiM +dFc +kKm +tAD +olz +voU +wJt +puQ +tAD +ncX +eSk +wfN +tAD +rhS +ngS +qgp +xNE +tQo +iiQ +rjA +rCK +lFe +hoZ +tDh +nSu +dXB +gIQ +xXX +hUG +sqx +mZp +jZr +dPx +dPx +dPx +dPx +dPx +dPx +fgg +dPx +dPx +dPx +dPx +dPx +suG +ykc +wCy +dqR +tmU +pmV +wvr +vmt +nlv +xdr +nep +gJT +gym +gym +xXD +gym +gym +gJT +lsy +aAf +nlv +grL +rNZ +pmV +cUR +bcm +rEI +pSH +rCn +rsv +xvm +fSV +suG +suG +uXm +suG +suG +suG +suG +suG +suG +suG +xkw +buC +xkw +xkw +diw +rqr +mIi +lnO +mkr +diw +aHQ +cXo +wqt +wqt +ykP +gym +gJT +gJT +gym +gym +iwh +iwh +iwh +jvZ +jvZ +nJa +jvZ +tcI +iwh +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(136,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oZM +gEJ +fEF +cRV +oZM +tqY +xsP +ope +pgq +mwM +xOm +nZL +mYk +veU +tAD +tAD +tAD +tAD +tAD +tAD +tAD +dOi +pkx +tAD +heK +viQ +ktH +tAD +uCW +dWd +sae +rCK +qnK +ouj +xXF +mac +bEL +wbA +vCm +tep +hMz +gIQ +gIS +hUG +nhX +oZb +nFi +dPx +bDj +aww +pFk +viw +gmA +uWg +awW +eNF +vyw +aww +pcR +suG +tpn +gvX +fjF +aGv +pmV +cXY +bGC +nlv +rVf +wTj +wTj +gym +gJT +gkr +gJT +gym +wTj +wTj +adj +nlv +xdr +cXY +pmV +sKF +gTK +crs +xel +bsq +lIJ +pBW +dEV +bcm +pJQ +sco +eLT +nCp +poM +jix +aTF +qAI +suG +bGE +qJG +feH +kvl +diw +mkJ +ftW +sBb +ybK +diw +wqt +wqt +wqt +gJT +gym +gym +gym +gJT +ykP +iwh +iwh +iSi +nAi +noe +kJG +gih +emX +upO +mSY +xKJ +trC +trC +trC +trC +trC +rQa +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(137,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oZM +oZM +oZM +oZM +oZM +mqG +pMe +gXY +osL +xnF +sDB +mlw +eYG +hLN +eVS +pYO +pYO +fFn +stD +tAD +bNl +wJt +tEQ +tAD +nMm +viQ +hvi +tAD +evu +ngS +uVN +cuP +bDg +mfN +oGi +wVT +bCr +hTN +vCm +wfE +uMd +rgR +mvJ +mdD +qHl +aZI +prD +dPx +fSy +fOm +wEv +wvO +dmv +rdS +sUS +foo +dym +rWr +xSI +suG +suu +lFO +vYr +thZ +pmV +pmV +rFA +nlv +cfd +kyA +wTj +xNo +tRL +pmV +vHx +mUn +wTj +oZw +shC +nlv +fxU +pmV +pmV +cUR +nIP +fhh +aqX +eNN +bZJ +puY +vDF +bcm +akH +kYR +omP +cLQ +cDl +bfX +vqm +gHa +suG +cRX +tbP +dmH +ktl +diw +diw +diw +diw +diw +diw +hYd +dRI +gJT +gym +gym +gym +gym +gym +gym +iwh +qgZ +uye +pjO +uuL +dmH +xyz +mYR +cKX +aVG +vzP +tbk +qGg +oxC +oxC +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(138,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +kFj +kFj +kFj +jsi +ciG +sho +ciG +jsi +tAD +tAD +tAD +eCH +uoV +xDU +tCV +tAD +bNl +fMY +puQ +wRM +wRM +rNj +wRM +wRM +cTP +gil +dqm +rCK +ycE +eBu +kxF +mac +mSM +xqn +vCm +elB +dsE +gIQ +gFS +hUG +aPh +vOa +mtF +dPx +lYs +aww +abQ +wBf +ccA +cCc +cxa +irD +veP +aww +qpC +suG +dYB +mBg +qBX +wlT +wiG +pmV +auh +uzC +pQt +cfd +gem +jaT +wBB +cnE +jJP +jaT +oqk +shC +uzC +uzC +aBa +pmV +xyC +imR +obj +oaX +tNT +kQp +vbi +qRf +qSu +bcm +aUB +rMY +mKJ +jHB +poM +kFR +tyS +qAI +suG +acP +nZj +nlE +mAI +oTs +lDU +rrU +hTo +bUj +iwh +iwh +pbP +pbP +iwh +iwh +iwh +pbP +pbP +iwh +iwh +uLg +bHo +pjO +jXd +tUo +jVY +bSb +jct +jvZ +rQa +cYz +eBC +sof +wDA +trC +rQa +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(139,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +bJT +qha +bBl +pxG +lPs +tAD +fgm +saz +lYh +uJb +fuW +dAL +dAL +pfi +lku +viQ +wRM +aRr +gmc +aca +lnQ +rCK +kyr +rCK +rCK +mmw +iup +riG +rCK +rpw +gtp +tmb +jya +sVF +gIQ +ePw +wzi +hzL +dPx +dPx +dPx +ird +ird +ird +ird +ccA +pBK +cxa +ird +ird +ird +ird +suG +suG +suG +uWi +qjr +uFM +pmV +lvy +ktk +nlv +uzC +rhh +iub +iub +iub +iub +iub +wLP +uzC +fag +grL +mDh +pmV +xwX +hRd +gTK +vrT +tRa +teS +iNX +bcm +rLu +bcm +fht +iJW +iEm +kjt +suG +suG +bWx +suG +suG +dJV +mNQ +iLF +oTA +qBb +qBb +ieg +qBb +uqc +ayt +aYy +aWv +tQW +xJQ +xvK +vgI +vRY +guG +aYy +gEf +fOL +tko +skW +xlD +sLc +uia +kLK +uGn +gWV +oJs +hsB +mHk +qOc +oxC +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(140,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cSL +gJT +chW +chW +vQw +vIv +fPZ +pQa +tYi +tAD +tAD +tAD +tAD +wdh +tuK +wdh +tAD +tAD +aPu +iEt +wRM +vxx +peB +jbL +wcr +mNp +aeU +eEc +rCK +ebc +reL +rCK +rCK +vjO +ahp +sMC +uVH +vjO +gIQ +gIQ +bsl +pKv +dPx +bDj +aww +pFk +hcd +hKz +ecV +utW +cCc +wMM +kPG +xco +rCx +vyw +aww +pcR +suG +iKq +bcm +bcm +pmV +pmV +lvy +vmt +uzC +nlv +afJ +awI +kki +jsw +aPb +nlv +uzC +grL +agm +pmV +pmV +pVZ +jAD +bcm +rZY +igj +fIK +wSJ +bcm +xOV +bcm +poM +knC +poM +suG +suG +rLf +svJ +yas +gYZ +gYZ +xYX +iHg +kCd +exe +yhe +jvZ +iHg +iwP +eoI +pbP +dNh +fvd +xBV +qZz +nzm +iek +evk +pbP +qTF +hVS +aMv +pjO +xlD +oBL +aYL +cWS +oUY +kpN +rQa +trC +trC +trC +trC +trC +ykP +vYd +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(141,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +pGt +ijV +weW +xHa +lUo +tzZ +poh +tAD +hIK +oEX +wmO +uml +ydh +xWb +hFb +cWB +hrq +wRM +kCp +oQa +pzy +pzy +bEv +psY +guo +tAD +tAD +tAD +vjO +xoF +hsI +jMu +qte +kEg +uaG +tkw +gIQ +gIQ +gIQ +dPx +gdF +rWr +cYv +gQs +qVp +nqg +wti +yig +puT +dqS +yhF +waI +lqV +fOm +lRO +suG +rhf +eID +tUk +rZm +pmV +pmV +nIa +mfF +rLH +smp +fCR +pmV +qwd +wkR +aBc +ooG +rdb +pmV +pmV +cAr +nXi +ciw +bcm +gTK +gTK +nWA +bcm +bcm +bcm +bcm +ybI +iJW +wJc +suG +teP +sgI +bVk +hpy +gfy +mJd +xho +bjr +vcJ +jWF +vcl +iwh +jfF +cza +jCo +iwh +xNC +pRP +dEh +vmc +sIs +ssw +mvW +iwh +xum +aOh +xmY +ibz +xlD +oBL +ykv +bKG +iKr +aVG +vzP +tbk +mrN +fsx +fsx +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(142,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cSL +gJT +gJT +chW +jQc +asR +eRT +lQk +duD +rXe +hrb +cVk +aEn +oUO +sJN +pYO +uAh +hZx +eKp +eKp +efj +wRM +sWz +aXk +rPV +pzy +nLn +swK +opJ +tAD +ksp +tAD +sCN +uXT +jmf +tCw +rYM +uvE +kMz +jXE +eAz +pym +jin +dPx +lYs +aww +abQ +iFh +cZm +aDq +iHX +wll +hTd +uZi +jvO +qyJ +veP +aww +qpC +suG +fUn +bSA +bSA +dlC +dFM +pmV +pmV +npj +pmV +pmV +pmV +pmV +pmV +pmV +pmV +hoA +pmV +pmV +ybM +peX +hSa +cHN +vTK +uTf +eaS +nYK +jpu +ohH +xMz +tQx +lAF +fAx +bCR +suG +dzK +qYs +lGD +rdV +ftI +nbK +iui +fOL +jse +jWF +cKH +qvl +eOF +wMx +egh +nXf +wwI +jcX +rEu +gOi +xzH +rtO +wwI +nXf +xeu +pvo +fMs +vpc +xlD +oBL +jSo +eMn +dmH +jvZ +rQa +cYz +nrh +wJx +paH +trC +rQa +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(143,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +mdr +nNB +kVn +xLr +uBm +ycc +gYk +tAD +xzQ +xWb +xWb +rnY +hAN +fyr +rJQ +ggO +ukD +wRM +lji +dlx +eNG +pzy +qgG +kdD +oob +wRM +wRM +wRM +mcr +gsY +krn +pHv +acW +oAA +rRn +gsY +oor +pym +fep +dPx +dPx +dPx +ird +ird +mGd +anN +jKW +kqn +puv +xrx +cii +ird +ird +dPx +dPx +suG +suG +suG +rvu +vgM +cbY +gaA +cLs +dyP +dpw +hFz +tiV +bEG +owv +tvx +pPu +hNd +dNO +gaA +mmD +puh +suG +okE +suG +okE +suG +pqf +cGm +rdO +tGx +bcm +rvD +rWJ +jwr +mLL +aaD +fpS +aCj +fLm +gmg +mJd +knY +nYX +gbf +geO +tto +iwh +prO +juP +mNi +qhk +sYa +xvU +eyY +tNQ +ykh +xvU +eXR +gCI +xNY +cLo +dUk +bWi +wWT +qkl +wWM +uCs +rgl +gWV +oJs +hsB +eNX +bLG +fsx +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(144,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +cSL +gJT +chW +chW +ieK +rOt +tBl +nhw +sqi +tAD +tAD +nQh +xWb +svu +hPD +foL +xfU +vRi +fuw +pQA +wRM +wRM +wRM +xFP +wSV +hje +fIe +lYX +mAi +nAg +wSV +sVo +vCm +dyN +tde +nTS +pUM +eRO +vCm +kZj +pym +tjG +kON +cjx +dPx +rhl +jdZ +eND +miA +xdx +oMj +aiL +fvr +kEX +ozf +dMg +bUL +dnd +alP +vvK +suG +piI +iZN +hFE +bcm +npe +usw +atL +vrZ +gEe +wZz +aXn +quJ +pCr +usw +bLA +bcm +sxy +suG +suG +gqw +mQc +dwM +suG +suG +xTp +mIo +vhR +aCJ +tSM +jlQ +bCR +suG +raN +kMD +vMC +lcb +qfC +rMp +pWy +mHz +bts +oCs +piO +qvl +aje +juI +egh +nXf +wwI +bRT +wzr +gOi +pdH +cnC +wwI +nXf +fAu +pvo +knY +vpc +xlD +oBL +uLW +tYl +oUY +kpN +rQa +trC +trC +trC +trC +trC +ykP +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(145,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +vjG +bif +ioI +lxr +xRd +tAD +gis +xWb +foL +ydh +uev +tZY +fXv +bLd +ovP +jQx +cQl +wJf +wRM +cZw +iJd +rBC +tNR +vZs +qLu +cWd +vjW +rcm +vCm +niE +sKS +hcZ +iDa +ech +hYs +khR +kDW +iTm +sYY +aaF +uua +dqI +pay +vui +uUV +aOt +lqM +vWW +iIS +hDC +rdS +kLD +pTs +mWe +aVa +sFf +suG +eYs +lMh +oCO +nkL +sXe +xFe +hXE +sNK +uTq +xFe +oNW +sko +jCW +tLb +mpF +aQT +rgL +suG +oSs +rhw +wjR +jxi +aGw +suG +rTR +fxQ +gTK +bcm +qyk +yks +wJc +suG +fDU +lun +iNO +pgM +mQT +fQv +fBN +iHg +vUq +oCs +weg +iwh +cVg +uTm +pZm +iwh +wjf +kAi +hyz +nfO +gvY +uRq +lAr +iwh +tcW +uTm +vCx +dDQ +xlD +drw +dxX +stp +xzd +cvt +pgI +sdW +gGE +uCR +uCR +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(146,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +chW +chW +pif +pif +raG +pif +pif +tAD +tAD +tAD +sie +ukD +dPP +dDw +kCF +cmD +jpB +xWb +eZA +dOf +wRM +vWa +cZX +fzz +pFM +lpd +sxY +vWm +xFP +thH +vCm +fMk +iOF +hCH +jMG +tNn +vCm +bzV +pym +tCB +hfG +hBE +dPx +jiN +oJI +lGE +izc +gKc +xrS +jnW +mmh +xlq +khQ +kgb +bUL +beY +flH +nSh +suG +afn +oza +gLD +bcm +mek +wZz +wiS +rcD +xmO +usw +wiS +cNj +wcZ +wZz +mxB +bcm +sna +suG +eAq +wwa +kVz +gTR +mLK +suG +nuR +qWH +njv +bcm +poM +rkO +poM +suG +suG +vdF +dOl +vlu +gYZ +gYZ +kIg +bjr +wwI +rIO +hOq +jvZ +bjr +qqa +dQO +pbP +jXA +fvd +wwI +eeH +wwI +iek +usv +pbP +qQn +wxn +ckB +pjO +xlD +dmH +rZX +aab +dmH +jvZ +rQa +cYz +fEq +kOH +acG +trC +rQa +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(147,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +njl +njl +njl +njl +lvT +njl +njl +njl +njl +tAD +jsN +pQA +seN +nWI +vmi +bZA +vjD +piB +oWP +ctM +wRM +gWm +enD +oDB +jhA +lpd +jRr +mVj +xFP +bBO +iGT +fUY +nvX +dst +aDU +dsN +iGT +dbm +pym +fep +dPx +dPx +dPx +ird +ird +oPF +djB +fhd +gKD +lop +xrx +bwJ +ird +ird +dPx +dPx +suG +suG +suG +skG +vgM +lTC +gaA +qjW +jhS +wmj +qYz +rHf +gmW +cvr +qYz +raT +cQG +nAd +gaA +gvz +suG +hPa +hUr +bKK +hUr +hPa +suG +sQI +trp +eWv +bcm +fgw +sco +vtJ +sFb +suG +suG +suG +suG +suG +koF +uiH +bbT +kBf +kBf +kBf +goo +kBf +kBf +omB +lEC +swv +jja +mLR +sfi +mLR +vnA +fJv +dkz +pHa +uKx +sMA +pjO +xlD +dmH +dAh +maN +lQm +cvt +pgI +gim +ocT +gKt +uCR +trC +rQa +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(148,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +tAD +tAD +tAD +tAD +xbQ +wSz +tNA +tAD +tAD +tAD +tAD +wRM +jCe +cZX +oDB +pFM +lpd +cpn +xoa +wSV +mxM +fgM +wtK +hWL +vvL +sBT +bbB +sat +ohv +pym +kLN +dPx +bDj +aww +pFk +bLi +iMY +amO +pCo +qjt +aHX +sGz +wjO +nkA +vyw +aww +pcR +suG +eRk +neS +tin +ylk +elf +bcm +bcm +bcm +bcm +bcm +cWr +nLP +fFW +bcm +bcm +huQ +bgN +bcm +suG +suG +lhn +soc +ptM +dRN +cDk +suG +suG +wFE +wCZ +bcm +qfr +jQm +ryh +mIN +mSW +uoA +xlx +vFf +suG +bGE +liP +iKe +iKe +wPB +vsK +jvZ +axk +lrI +kVG +kVG +vAj +vAj +kVG +aaC +kVG +vAj +aSx +kVG +kVG +tEE +lOk +pjO +xlD +dmH +cDb +sBP +vki +iwh +rQa +trC +trC +trC +trC +trC +rQa +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(149,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gym +gym +tAD +tAD +tAD +tAD +tAD +gym +gym +gym +wSV +wSV +wSV +laa +gnb +hMs +wSV +wSV +wSV +sMC +bFt +wQL +aMg +loY +rLx +rpV +aCO +sMC +sMC +sMC +dPx +ntG +fOm +xqN +mbu +qVp +kcG +tLq +qrr +aFh +qLU +yhJ +dGu +nxQ +rWr +nNt +suG +otn +eID +eKQ +seJ +bcm +bcm +gJT +gJT +gJT +bcm +ogz +oVq +tOs +bcm +vqE +wrl +qtU +oqX +atm +oet +qaE +rzd +rzd +rzd +atR +med +suG +szc +suG +suG +suG +suG +suG +gEI +nXi +aWI +gnQ +oQJ +suG +iQB +pQr +dmH +wAh +suG +suG +suG +suG +iwh +kVG +jQN +lrF +aft +kpu +bRy +xjo +xmk +goa +qeW +kVG +mxN +iXo +drV +mTY +oZI +lmu +yjn +caH +iwh +rQa +ykP +rQa +gJT +rQa +ykP +gJT +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(150,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +xFP +ylW +vnU +skf +jWz +gBM +xFP +gJT +sMC +sMC +sMC +rrk +sMC +vRO +sMC +sMC +sMC +shg +nPA +dPx +lYs +aww +abQ +uvR +kAd +vCn +gtg +cCc +cve +rtR +coW +saS +veP +aww +qpC +suG +dPW +bcm +bcm +bcm +bcm +gym +gym +gym +gym +bcm +bcm +bcm +bcm +bcm +oZz +pvM +jKu +suG +suG +qrX +xYU +kuU +wej +crV +syK +uOX +suG +suG +suG +iFH +idS +hbV +suG +suG +cdx +sco +iby +bKq +suG +jAQ +pQr +dmH +pwd +suG +egs +lQM +nTz +kVG +oWp +bBP +tMz +uyn +usp +vCd +bUg +uyn +hCV +pkJ +dhX +pQr +jnX +dmH +dtO +dmH +cDb +sBP +sXQ +iwh +gJT +trC +trC +trC +trC +trC +gJT +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(151,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +chW +njl +njl +njl +njl +dQL +njl +njl +njl +njl +chW +fDY +gym +gym +gym +gym +gym +gym +gym +gym +gym +dCk +xFP +cqG +jNP +eNJ +aPZ +bdh +xFP +dCk +sMC +iYc +oyn +mLr +jkp +seD +uuc +mwq +sMC +upM +mTx +dPx +dPx +dPx +ird +ird +ird +ird +ccA +pBK +cxa +ird +ird +ird +ird +suG +suG +suG +gHD +bcm +gym +gJT +gJT +gym +gym +gym +gym +gJT +gym +bcm +iJJ +hwh +fWi +frJ +nVS +suG +etg +oej +qLD +tAq +fJh +rtM +xYF +eSN +hDB +nVK +cbv +iYE +uZr +fbR +deR +suG +gTK +fVx +gTK +suG +suG +suG +jQo +suG +suG +suG +bdB +reR +nTz +kVG +mDW +mbN +ykS +pmE +hMJ +ntD +pTz +dda +pOE +mEq +riQ +mYe +ykn +nvT +fBo +vdm +aFX +sGp +dhr +eEs +sXb +moJ +xeP +lLX +lLX +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(152,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +xFP +xFP +ohp +bNm +xhZ +xFP +xFP +gJT +sMC +eUX +wBe +eVo +xuZ +xot +pBv +jYZ +sMC +sXN +mbY +mMd +vfi +dPx +bDj +aww +pFk +haZ +ccA +cCc +cxa +ePN +vyw +aww +pcR +suG +hkR +rVi +qoj +bcm +gJT +gJT +gym +gym +gym +gym +gym +isy +isy +suG +ofq +suG +suG +tvw +suG +suG +rNU +uqO +plL +vTY +qXj +rJV +vIY +dId +eSN +lbg +snD +nWz +nsd +txl +vKd +suG +rty +yks +ipi +gTK +jPD +kAT +eEj +ykJ +aIF +rfu +oqE +xLs +suG +kVG +kVG +gqu +uyn +okp +mdp +utd +wXu +fJB +uyn +qFL +tGP +pzj +hzQ +qST +pPV +wul +ezF +szp +tPy +jvZ +gJT +cYz +sCm +tFh +hjS +trC +gJT +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(153,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +xFP +xFP +xFP +xFP +xFP +gJT +gym +sMC +kyo +rKH +sMC +cIl +sMC +vTf +rqT +ljc +sXN +mTx +maX +mBn +dPx +mmG +fOm +jEa +uAb +dmv +rdS +sUS +tHq +bNk +fOm +mFE +suG +gHD +nXi +bcm +bcm +gJT +gym +gym +gym +gym +gym +gym +isy +fEe +oAO +rTl +cad +bLM +qHn +cTa +cad +roG +iQc +vqc +aLU +bcE +lYc +rsx +wkV +nTJ +cAS +isY +eKZ +rpU +jFL +bXU +suG +dYb +txf +xvc +vML +xvc +oqn +pyv +xOc +kHt +xFE +pkO +lkQ +suG +rXs +kVG +sDX +jeN +dVF +qGO +kvg +dvN +pTz +bUg +tHT +fuD +duq +hFV +pdW +vAG +xGi +uLW +hMT +jjU +dEt +pZG +rFc +roN +lVK +lLX +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(154,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dCk +hqX +ylG +ocH +dCk +gym +gym +sMC +cas +rjK +orS +orS +orS +xxR +vxF +nKh +nbV +mTx +dfa +jQM +dPx +lYs +aww +abQ +gPk +dNd +has +oxj +wLd +veP +aww +qpC +suG +jUB +bcm +bcm +gym +gym +gym +gym +gJT +imu +gJT +isy +isy +hRx +nou +wzV +cad +gEO +sOz +qHn +uvW +ggU +pfY +kJc +ePD +cCH +ePD +xoD +ptF +eDh +lbg +hKN +cvx +nsd +tRY +fPJ +suG +cxG +yks +fyD +gTK +xoh +uTx +xvc +sjU +buD +hKJ +xvc +xvc +doR +qUk +nNc +lCP +uwy +oYx +adN +rbS +cAu +tdd +loF +tHT +fqi +duq +veT +pdW +pPV +xGi +cDb +lzw +tPy +jvZ +gJT +trC +trC +trC +trC +trC +ykP +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(155,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +njl +njl +njl +njl +njl +njl +njl +njl +njl +chW +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +sMC +kFU +fWP +qmg +vaj +bjB +mCw +jzZ +sMC +bmB +wub +wNV +qiw +dPx +dPx +dPx +dPx +dPx +dPx +oia +dPx +dPx +dPx +dPx +dPx +suG +rIv +bcm +gym +gym +gym +gym +gJT +iUM +iUM +iUM +isy +bAC +ffu +srf +rVN +cad +ngi +qHn +fyJ +cad +coB +ggU +mjA +hKI +dfe +uUI +vkX +gDP +fxy +nVK +ahU +uTP +kfh +gkf +eAK +suG +suG +tic +suG +suG +myU +nPn +oGN +bUm +sib +vPB +mJH +byx +suG +mCk +kVG +kxc +nPP +fXK +lHw +gzy +ggS +tzP +heU +tHT +fFt +duq +hFV +pdW +pPV +xGi +pFY +slX +dhr +eEs +sXb +moJ +ayS +vuk +vuk +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(156,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +chW +chW +chW +chW +chW +chW +chW +chW +chW +chW +chW +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +sMC +esy +uwN +lOP +wfJ +nuP +lwf +han +rVD +msa +owm +rVD +rVD +rVD +erg +aLW +nBd +wLo +iCF +quV +anU +jJH +nBd +aLW +hMU +suG +gHD +bcm +gJT +gJT +gJT +imu +iUM +iUM +gAJ +mus +isy +srt +gBS +pCG +mzH +cad +cad +paJ +cad +cad +hUr +jiQ +lUD +jiQ +hUr +jiQ +fhL +jiQ +hUr +nVK +nVK +lbg +sgp +lbg +nVK +nEQ +ovQ +dKQ +qnH +suG +ydt +eMW +vJr +bcm +bcm +bcm +poM +poM +suG +kVG +kVG +eUS +uyn +dOa +lwY +xAG +auV +btQ +uyn +kyc +tVg +ahk +gwu +wUL +lsb +bBr +saq +kNa +tPy +jvZ +gJT +cYz +ksH +fHe +eVc +trC +gJT +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(157,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fDY +gJT +gJT +gym +gJT +gJT +fDY +gJT +gJT +gym +gJT +gJT +fDY +gym +gym +gym +gJT +dCk +buJ +pdX +pkT +dCk +gJT +gym +gJT +gym +gym +gym +gJT +gym +gym +sMC +tiO +tiO +wWb +tiO +iEb +tiO +tiO +rVD +nWK +rJg +wrU +mYh +rVD +fGd +vEn +wsa +mnW +bBc +vSC +kVy +fUx +ast +fHs +eGx +suG +fDX +bcm +gym +gym +gym +exr +iUM +eqi +kjg +kVo +fGD +xpF +hjH +hsE +jGe +isy +cvH +rTw +xFT +tYT +urK +fZU +saw +nzf +nhD +oEd +ina +fdf +jpI +wNg +htZ +oEd +lrL +xFT +urK +ama +auj +hqF +mCI +suG +suG +hqZ +suG +suG +gJT +gym +gym +gym +gym +kVG +nOX +ibs +vXm +duE +fXK +ogx +tzP +bBN +hgR +oal +tzW +oEU +nFJ +jwf +fBo +tqG +dIe +xny +jjU +dEt +pZG +rFc +rZj +jnP +vuk +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(158,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +rzA +dYU +dYU +fuL +rzA +rzA +gJT +gJT +gJT +dCk +gJT +gJT +rzA +rzA +rzA +mZJ +mZJ +jYP +gvO +lSc +gnr +npV +nnw +tOb +nzN +uAY +bGt +rVD +rpt +gKO +rQb +bPI +dCj +psM +dCj +qFZ +tZa +oUv +rtg +suG +gHD +bcm +gym +gym +gym +bmS +iUM +iPf +uqM +dyd +lpR +lho +hyQ +iGG +ecY +xyw +lAx +qhQ +mgF +mgF +mgF +mgF +sjW +mgF +mgF +bqw +qSi +nei +nei +nei +nei +nei +mIB +alL +xES +coT +uIh +tSt +mxe +cVs +gCL +jEY +nCK +sLA +oib +gym +gym +gym +gym +kVG +bNE +dvw +pmW +uyn +nPP +ckC +heU +uyn +jlH +tpy +sUb +lvr +uEm +qvn +jsm +aAI +cDb +iAw +tPy +jvZ +gJT +trC +trC +trC +trC +trC +ykP +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(159,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +gFe +quX +vDk +vDk +sjk +rzA +bXu +bXu +bXu +bXu +xji +xji +rzA +aux +rzA +eGq +mZJ +wgh +aTk +hIg +oWT +rqi +rVD +rVD +xxE +dra +nTH +rVD +rVD +vjc +hcF +hjg +hjg +xrj +hjg +ybZ +hcF +pbz +suG +suG +jUB +bcm +gym +gym +gym +bAO +iUM +ipX +aSK +aSK +lmR +mFu +xIe +gIt +szU +iUM +wpX +mgF +koI +jmG +jmG +fsj +ina +koI +jmG +qId +cVX +jmG +mPx +jmG +ufi +jmG +fsj +jfH +bxP +ama +vUQ +rTf +wih +bnN +nEQ +ciQ +rQP +sLA +sEr +gym +gym +gym +gym +kVG +kVG +hwA +pNg +mvZ +knd +knd +dnx +ncB +sud +umn +kVG +lKl +tPs +xSL +bRe +qwD +cDb +cIR +dhr +eEs +sXb +moJ +twV +hyh +hyh +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(160,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +pRY +pOK +rqZ +vba +dbD +rzA +eec +bnD +mTd +bXu +gmj +tTw +rzA +eQY +rzA +mZJ +qke +wgh +aTk +wdz +xgW +vgE +eDs +nnw +vsB +dwF +aJF +khZ +rVD +rVD +dPx +rIL +azZ +fCx +azZ +eeu +dPx +suG +suG +tSA +otn +poM +gJT +gJT +gJT +imu +iUM +iUM +uBn +yjf +isy +wAs +vnw +gIt +ggd +iUM +hzH +wkC +fvQ +ngp +nsy +oQs +ina +uqH +krC +laR +iCd +xuX +iCd +xuX +iCd +cad +neY +gbM +rtK +qld +unf +kBp +fHP +rUg +gCL +mpm +odE +sLA +cxC +gym +gym +gym +gym +gym +kVG +kVG +kVG +kVG +kVG +viL +kVG +kVG +kVG +bBZ +kVG +dKW +bbn +fBo +bJA +qwD +rZX +fpK +tPy +jvZ +gJT +cYz +tFo +jKj +bZj +trC +gJT +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(161,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +krF +iIp +lfo +lel +tdk +rzA +cWi +mpB +acM +tIq +jdV +iGB +rzA +jZc +rzA +lpM +tgm +wgh +aTk +wFP +pjg +vgE +eDs +nnw +umd +oEj +aRg +vhO +eVd +rVD +tyF +iee +ybd +riE +ybd +qYN +wqO +suG +nHy +awh +gkA +poM +gym +gym +gym +gym +gJT +iUM +iUM +iUM +isy +bAC +fDa +kwZ +qdl +isy +jcT +cdf +oeG +eFd +eFd +fAM +mbk +fAM +eFd +eFd +iCd +pzp +sEQ +pzp +xuX +eOx +nFs +jfH +rEy +iXk +iXk +fsl +iXk +iXk +iXk +hVo +iXk +iXk +gJT +gym +gym +gym +gym +gym +gym +gym +kVG +pYQ +qwM +pBm +rVn +kPV +vAj +jFN +yhB +rTS +nrn +fBo +yfj +uqd +oQB +nGV +jjU +dEt +pZG +rFc +irE +lfs +hyh +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(162,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +rzA +rzA +hJT +rzA +rzA +rzA +brG +bXu +brG +bXu +koC +sqo +qDS +oxv +rzA +lPv +pxv +wgh +aTk +hIg +lXJ +mQd +rVD +rVD +tYf +oXv +bXt +fUu +nJR +rVD +ixC +ril +pLG +ijW +ril +ril +tzB +suG +etx +gUI +bcm +bcm +gym +gym +gym +gym +gym +gJT +imu +gJT +isy +isy +isy +isy +isy +eFd +eFd +dFs +eFd +eFd +bDU +ocC +epY +bmk +gzz +eFd +jpF +aym +aVA +spI +sjs +fXc +fXc +xWS +dUz +iXk +sPP +oWu +xBI +bdG +cnx +alo +cnL +iXk +gym +gym +gym +gym +gym +gym +gym +gym +kVG +gQJ +pWS +xGX +aaH +kwR +wtq +dmH +kck +iqp +oBL +aBd +qwD +qwD +qBJ +emv +tPy +jvZ +gJT +trC +trC +trC +trC +trC +ykP +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(163,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +vNo +gpA +tbq +eMg +fpM +rzA +euH +ylX +wve +wuH +fdH +vNO +ftw +rmW +dfh +iNh +nVE +hLU +fKA +gLI +pSx +mwF +nnw +wvB +eaq +srN +uoE +oTH +tcL +rVD +cyk +oCE +ybd +ril +ybd +crc +iVp +suG +eBo +agR +poM +qRL +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +eFd +vhP +hkW +pPa +eFd +vPj +wLT +qKN +qNo +veS +eFd +riV +hgn +lyF +jQE +xuX +opF +cTU +jfH +gcI +iXk +oJS +dRC +lzR +bvi +hxK +hQD +oDe +iXk +gym +gym +gym +gym +gym +gym +gym +gym +kVG +uco +kCO +dEF +aVL +vXN +vAj +vNS +fAu +spj +lYN +cXn +xzd +gCv +bmn +meJ +npR +eEs +sXb +moJ +ahl +mlu +mlu +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(164,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +sQt +vwb +tbq +ugW +wlL +yei +sqf +hVs +tiN +qmm +iKB +nzp +kPz +xzC +iBc +bPZ +aih +wEj +pTW +afI +tiO +tiO +rVD +hss +wTQ +rlj +xSu +sPU +jpi +rVD +rVD +iwo +sdR +rQL +sdR +bhf +suG +suG +duT +fQx +poM +ocH +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +eFd +htp +npG +tDQ +fAM +kzf +ihR +eUN +wcf +bxz +jFy +mNJ +tbI +wtt +jQE +rCU +rYU +pVH +jfH +fdf +qkc +asC +rXh +eKY +iXk +kmx +tiI +tuM +iXk +gym +gym +gym +gym +gym +gym +gym +gym +kVG +kVG +kVG +kVG +kVG +kVG +kVG +iwh +iwh +pvN +oBL +aBd +qwD +qwD +amD +wXN +tPy +jvZ +gJT +cYz +yeu +mlu +xvl +trC +gJT +ihJ +ykP +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(165,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +hLp +szW +mnR +qIu +lRi +sBr +kZa +fMp +uLX +uyR +uve +umN +rbf +agP +rzA +tiO +tiO +ekX +dSH +tlg +tiO +gym +jpi +jpi +jpi +ntT +vIn +owm +jpi +tLG +rVD +rVD +rVD +rVD +rVD +rVD +suG +nTz +bNN +mQn +bcm +bcm +bcm +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +eFd +hsF +xLW +pAd +mih +kEN +oil +jTi +rpo +iBl +qwR +blp +jCR +jAc +aba +hrf +oQA +tDX +mzz +qnr +wZT +hro +mij +vgD +jNY +oIg +hQD +cUD +iXk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +mEv +oBL +uKq +kgj +hXl +cvL +vlb +drc +vsh +neJ +ums +vyN +atl +mlu +trC +gJT +dew +gJT +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(166,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +eBj +jLb +xMX +cHZ +bPk +uWn +lar +aKA +oRZ +aIo +hnk +bNI +iKB +oGG +rzA +gJT +tiO +bdS +tiO +bdS +tiO +gJT +gJT +jpi +wed +bgo +dra +pHh +gfe +lwe +wwC +kEE +kKq +aAE +bjv +wwC +rSF +qbJ +qbJ +rot +bcm +tPF +bcm +die +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +eFd +mKK +bBf +uXL +fAM +oyK +vSo +pNK +koW +obc +jFy +vnV +sxX +pAf +jQE +tAv +nqM +pVH +mgF +bxP +qkc +xon +oSc +dBu +iXk +dlv +mkP +oPU +iXk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +mEv +drw +xzd +xzd +klu +tjs +qJt +iKH +iwh +gJT +trC +trC +trC +trC +trC +gJT +ihJ +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(167,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +rzA +lsL +hgw +xMX +eqN +jiX +rzA +mgC +wFd +fBP +qyC +mmL +vjF +cyT +ilu +rzA +gym +gJT +gJT +gym +gym +gym +gym +gym +jpi +uHI +lrD +ycU +xiu +pyt +vwX +hwe +ran +bEM +iqk +iqk +taM +xBE +bqq +aYX +wke +vWo +mri +rvS +egQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +eFd +ixl +egd +hrA +eFd +qGI +dWK +rYP +sVR +qAO +eFd +ivB +hgn +fNy +jQE +xuX +lbk +chw +mgF +dUz +iXk +ikV +lgT +sPO +iXk +iXk +xkT +iXk +iXk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +iwh +oSW +vWi +oTb +xbU +mxS +gSd +mHB +mSY +acT +gJT +gJT +gJT +gJT +gJT +gJT +gJT +gym +dew +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(168,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dfy +dfy +dfy +dfy +usf +dfy +dfy +dfy +xED +ecj +mzh +kFx +rzA +rzA +sSg +sSg +rzA +gJT +gJT +gym +gym +gym +gym +gym +gym +jpi +hAQ +exx +qIs +oUB +gfe +emZ +wwC +wEV +jsn +kHa +rDe +wwC +cAG +bGb +oBM +oJZ +bcm +aqT +bcm +kDB +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +eFd +eFd +eFd +eFd +eFd +aIC +guF +uUF +jAd +erT +eFd +iSn +gMR +iJe +hUX +dhI +xPE +xPE +lso +hyc +iXk +sTA +dUd +vJn +iXk +oZP +kTf +jxE +iXk +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +iwh +iwh +sNY +iwh +iwh +iwh +iwh +iwh +gym +ihJ +dew +ihJ +dew +ihJ +gJT +ihJ +gJT +dew +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(169,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dfy +iNl +dFG +mwp +riU +wMd +bQY +ltn +jzv +jGQ +lxl +wIw +rbP +gJT +gym +dCk +gJT +gym +gym +gym +gym +gym +gym +gym +gym +jpi +jpi +owm +kna +owm +jpi +xcq +lGf +lGf +lGf +lGf +lGf +lGf +lBS +kCR +lBS +lGf +bcm +bcm +bcm +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +eFd +eFd +iqU +mup +qyn +eFd +eFd +iCd +pzp +xuS +pzp +xuX +ouf +rZl +ina +ebe +iXk +qkc +qkc +qkc +iXk +kbE +nPe +fYu +iXk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +pzH +lzP +sjx +iwh +gym +gym +gym +gym +gym +gJT +ykP +gJT +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(170,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dfy +goM +dfy +tCN +sGY +cId +kII +dfy +xED +hjG +aor +kFx +gJT +dCk +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +jpi +eSb +evC +tQM +jpi +jpi +lGf +tLz +kBA +bip +ewa +caT +fnl +lHs +dSq +afP +gll +lGf +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +eFd +eFd +eFd +eFd +eFd +gym +iCd +xuX +iCd +xuX +iCd +pvl +alf +kyX +pvl +pvl +ylG +nDm +lHj +iXk +iXk +iXk +iXk +iXk +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +iwh +iwh +hei +iwh +iwh +gym +gym +gym +gym +gym +dew +ihJ +dew +gJT +ihJ +ihJ +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(171,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dfy +eZQ +vXo +tZi +kmP +gor +aes +dfy +lRU +tMl +qNZ +kFx +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +jpi +jpi +rMC +jpi +jpi +gJT +lGf +dZr +tUN +bGf +iSy +kFe +fNv +ftJ +iUp +hEB +tBN +oSM +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +pvl +gbe +xvD +kRb +sSq +dtt +rmx +ptB +vkz +pvl +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +xqy +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(172,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +dfy +lzm +dfy +jBy +jBy +jBy +jBy +dfy +kIl +dmz +kIl +kFx +dCk +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +xqy +gJT +gym +gym +lGf +pPM +kDL +sWb +qFj +rcA +tlk +nAy +vbl +hxM +mpz +oSM +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +pvl +gjb +ohG +rdY +teV +rAC +fOo +vCf +sHL +pvl +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(173,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lfy +gym +lfy +gym +gym +gym +gym +dfy +iZb +iZb +iZb +kFx +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +mAU +hAA +gWO +aCr +vUV +sjc +lHs +cxN +qrT +eDA +lGf +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +pvl +qvD +lDI +xgq +rfT +dpN +gyN +eHo +cYg +pvl +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(174,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +vUV +caT +lGf +lGf +lGf +lBS +kCR +lBS +lGf +lGf +lGf +lGf +lGf +lGf +gym +gym +gym +gym +gym +gJT +oPt +iPG +fsQ +bDP +jTu +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +pvl +pYy +pvl +pYy +pvl +pvl +pvl +pvl +pvl +pvl +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(175,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +lGf +hiV +ltt +lGf +wgp +vaX +aui +bzq +vsO +xDl +lGf +cux +hXC +ovA +lGf +gym +gym +gym +gym +fsQ +sIZ +sIZ +sIZ +sIZ +sIZ +sIZ +sIZ +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(176,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +iIt +mlX +wUR +lGf +aJE +dzk +qum +mjg +rTM +jpD +mBM +iBR +hsT +hpY +lGf +lGf +gym +gym +gJT +sIZ +sIZ +kfr +wMq +fdp +stu +kIS +sIZ +sIZ +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(177,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +dCk +gJT +gJT +gJT +dCk +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oSM +eym +iOz +jzu +nGR +oHF +bIQ +mQz +gRj +dun +gPR +lGf +gqf +sOf +ntt +oxd +lGf +gym +gym +fsQ +sIZ +meS +pdD +aLt +yeH +aLt +pdD +kWO +sIZ +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(178,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oSM +fKw +cFC +iGQ +oOS +dQY +eTP +aeM +aeM +aeM +wOF +aeM +aeM +kgO +dBT +oeu +lGf +gym +gym +gJT +sIZ +hkO +kNu +xUj +doo +wEk +vNk +hkD +sIZ +gJT +gym +gym +gym +gym +gym +gym +gym +gJT +egQ +gJT +egQ +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(179,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +oSM +gZP +ikf +uuK +nGR +dVR +rRd +aeM +iik +tzG +sZD +kKR +aeM +aeM +aeM +aeM +aeM +gym +wBq +wBq +wBq +wBq +xyJ +szi +isA +szi +eOq +wBq +wBq +wBq +wBq +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(180,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +oYg +hSA +bWa +lGf +imc +aeM +aeM +epa +ybQ +wiT +ahu +aeM +tmd +vEu +tmd +aeM +wBq +wBq +uQG +mpQ +rKa +usT +kfA +qRh +kfA +ngm +rKa +bdU +aHq +wBq +wBq +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(181,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lfy +gJT +lfy +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +lGf +sqI +ezG +lGf +wHP +aeM +vvD +vjj +rye +hBv +wYE +tiv +eDF +eDF +mCn +sWH +wBq +pem +baE +kfA +sir +rjQ +uqU +sxZ +nRL +qCb +kZT +iok +bUG +pem +wBq +gym +gym +gym +gym +gJT +tNV +gJT +tNV +gJT +tNV +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(182,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +caT +vUV +lGf +gQX +aeM +kGn +tsJ +reX +lWj +kYJ +wUO +pFU +fQA +ycp +lnv +wBq +ipg +aLt +aLt +vDz +xFD +wTK +cvc +uzX +elI +cmI +aLt +axc +hOj +wBq +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gJT +kCq +kCq +kCq +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(183,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +bIM +aef +lGf +aDk +aeM +arn +pxA +vot +ptg +kKC +aeM +uWR +oQI +rdW +hVx +wBq +iFQ +aLt +aLt +kNu +eEQ +wAN +anT +sdY +sNe +vNk +aLt +axc +fZT +wBq +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(184,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +ibr +wMZ +mkN +iFz +aeM +sDO +poy +quD +fpy +vMQ +dfC +kyk +xSD +npE +jvQ +wBq +pem +xta +iht +jcJ +aUG +kWn +kzw +oCQ +rzi +oKP +uVi +esC +pem +wBq +gym +gym +gym +gym +gym +gJT +fsQ +gJT +fsQ +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +tGr +tGr +tGr +tGr +tGr +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(185,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +dCk +gJT +gJT +gJT +dCk +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +iLK +cMe +lGf +tFH +aeM +rkb +jzL +saI +qHX +bEY +tiv +lGo +eZs +pVP +sZr +wBq +wBq +oVl +qYH +wBq +wBq +doI +fhm +vcg +wBq +wBq +vOu +tte +lAs +lAs +lAs +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bNG +bNG +bNG +bNG +tGr +hfp +xRC +apx +tGr +tip +tip +tip +tip +gym +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(186,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +ehp +gym +gym +gym +gym +gym +gym +gym +lGf +lGf +lGf +lGf +sRf +aeM +aeM +xxd +rda +fpT +lNe +aeM +pOi +eZs +hiB +lAs +lAs +lAs +lAs +lAs +lAs +eIS +xMo +rzH +fxH +vSJ +lAs +lAs +pIV +lAs +tTN +lAs +gym +gym +gym +gym +gym +gJT +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +bNG +bNG +aAt +rRY +bNG +vOZ +eAc +xNO +xle +wzI +tip +wsI +eRX +tip +tip +tip +tip +tip +gym +gym +gym +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(187,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +fOQ +kZD +rMK +aeM +dZU +ozG +omI +qvv +aeM +tiv +phk +tiv +lAs +jlS +jzP +cus +qDA +lAs +uca +cRE +eVz +hym +qyd +lAs +vbb +jlS +cuQ +bUs +lAs +mqK +mqK +mqK +mqK +gym +gJT +gym +gJT +gym +gym +gym +hSu +qbx +tHu +gym +gym +gym +hSu +qbx +tHu +gym +gym +bNG +xKK +qPR +ics +iPF +kLz +bui +exV +joB +dXP +xXP +vvM +hDf +dSN +lIG +goO +goO +tip +gym +gJT +gJT +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(188,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +pEY +dQY +pDQ +aeM +aeM +aeM +aeM +aeM +aeM +cjK +dDz +afz +lAs +dEJ +lAs +lAs +jlS +dEJ +jcL +drN +gcc +qnn +noa +lAs +jYm +lAs +lAs +dEJ +lAs +ttO +ddP +cOG +mqK +mqK +fyL +mqK +fyL +mqK +gym +gym +lNr +igk +qvZ +hSu +aGa +tHu +lNr +igk +qvZ +gym +gym +bNG +jKN +pbb +jUM +bNG +kQP +xpn +owD +adg +uKy +tip +xwP +bXh +tip +tip +tip +tip +tip +uhM +uhM +gym +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(189,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lfy +gJT +lfy +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lGf +aCg +kZD +dQY +oHF +mqK +hdx +hwS +xHN +xHN +mfR +sXt +xBk +ykN +hdm +bBV +lAs +fDH +lAs +mqK +fTz +tCY +fyL +mqK +lAs +qec +lAs +phX +pIl +bYW +hHK +hHK +hHK +hHK +vvQ +vQy +tgM +ovI +fyL +hSu +aGa +hdY +fsQ +csb +hdY +fsQ +csb +hdY +fsQ +csb +sPf +tHu +bNG +rxr +pCm +kzM +bNG +uuD +tGr +epe +tGr +uuD +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +gJT +gJT +gJT +gJT +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(190,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +gwv +gwv +gwv +gwv +kZD +mqK +qJs +kwb +kwb +fYl +mxG +uUo +mxG +fYl +eUD +eXS +lAs +jYe +lAs +pPk +oZR +sVf +jxh +bma +lAs +jqy +lAs +eXS +wkD +hLv +aSX +mxG +vgr +mxG +aSX +fnJ +aSX +tjD +mqK +dwc +fsQ +htJ +hWD +tFb +fsQ +igk +fsQ +htJ +hWD +tFb +fsQ +mHj +bNG +bNG +sZM +bNG +bNG +dKr +tGr +qCG +tGr +dKr +uhM +uhM +uhM +uhM +sRX +uhM +qAg +uhM +sRX +uhM +uhM +uhM +gym +gJT +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(191,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +bYK +cmg +qAl +gwv +dQY +pHL +rDy +kwb +vup +fgj +yjN +axv +vIi +aYs +kQJ +wxU +lAs +lAs +lAs +vUG +qDf +fRK +huR +sLi +lAs +lAs +lAs +gEV +oQj +qJZ +vtd +axv +twj +nlI +cWu +tGZ +viF +lpp +fyL +jYS +cJA +dif +fsQ +qin +dif +fsQ +qin +dif +fsQ +qin +hfr +fYT +emU +gRd +uYZ +bnC +emU +kxn +kxn +qPZ +kxn +kxn +kxn +gAC +vaw +vWq +uCV +kkX +reZ +fTC +uCV +qOm +uhM +uhM +uhM +gJT +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(192,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +gwv +bNF +wmK +hVv +gwv +gwv +mqK +lTM +fnY +fFC +mqK +mqK +mqK +mqK +fyL +dZf +fyL +mqK +gBU +oTQ +iRu +cQH +ehw +fnu +uRf +wFX +lff +mqK +fyL +qEH +fyL +mqK +mqK +mqK +mqK +ozR +qqg +pii +oit +mqK +mqK +gym +lNr +igk +qvZ +jYS +cJA +xac +lNr +igk +qvZ +gym +emU +jft +fCS +mBd +oIr +wNM +vPH +oZg +aUa +sHR +dlR +vPH +sCu +tvt +per +iWi +dUg +lME +dUg +lPx +qXZ +uhM +uhM +uhM +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(193,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +dCk +gJT +gJT +gJT +dCk +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +bRW +eJN +mMZ +pZo +lMc +iHK +dbg +mfR +mxG +jyN +mqK +mSJ +dOy +mqK +lQe +dHo +rrS +mjZ +iVe +iVe +iVe +vez +mkF +rwV +tOx +qTD +qoI +pGs +qkb +fRV +rGQ +mqK +iIr +eSQ +mqK +glR +psK +aAO +geR +jUR +dIf +jCX +kEV +mOH +sRa +jCX +jCX +jCX +kEV +mOH +sRa +jCX +lEI +eas +tZk +hIo +qVz +lNB +kxn +aCE +lRA +wQO +coN +kxn +hcy +wKB +uCV +qig +uhM +uhM +uhM +eJb +jRq +ylT +uhM +uhM +uhM +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(194,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +efQ +lWG +nKQ +tHv +msS +kQe +igS +rsJ +sZz +svc +ndX +hrR +tfR +iPR +ika +hCf +gmY +mxG +kPx +mxG +hLv +bKg +xDs +vaL +hLv +mxG +kPx +mxG +gmY +vaL +dLg +qoN +svD +hrR +cZG +dKA +apz +tYB +sur +fjz +vvU +tFz +adn +fbi +adn +kAO +hFI +sIh +adn +fbi +adn +tFz +lZs +gRM +kEi +hWJ +fXP +btz +kDl +eGr +wHR +nDN +ulD +oQe +geg +xmt +eCJ +gpH +uhM +dbJ +uwC +fZk +jbp +tdc +uhM +uhM +uhM +gJT +gJT +gJT +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(195,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +mhI +vDC +dEs +uUg +tgh +gwv +tak +tkL +mxG +pmg +mqK +hhf +eGW +mqK +bil +eld +qJZ +tlW +fby +fby +fby +xFv +qax +lEj +fby +fby +iIl +pok +wyy +oQj +jbW +mqK +hNs +eGW +mqK +vXs +grY +cEV +gRR +rUy +dIf +jCX +uyY +fFy +dMD +jCX +jCX +jCX +uyY +fFy +dMD +jCX +lEI +eTd +hqI +kjS +iPA +eeg +kxn +xVl +uiU +pzO +owZ +kxn +qfB +pqi +uCV +guc +uhM +uhM +uhM +lPF +fqA +hxO +uhM +uhM +uhM +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(196,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +gwv +tSr +pLE +uVF +gwv +gwv +mqK +xPS +huM +fFC +mqK +mqK +mqK +mqK +fyL +qEH +fyL +mqK +cNk +ozF +oKU +pHV +ehw +fnu +fzv +jLP +brL +mqK +fyL +qEH +fyL +mqK +mqK +mqK +mqK +avp +esU +twI +bFH +mqK +mqK +gym +lNr +igk +qvZ +hSu +aGa +tHu +lNr +igk +qvZ +gym +emU +hWM +hSs +jbw +tWW +hyb +vPH +qfy +cEO +auJ +uKL +vPH +krr +tvt +gBy +sbE +gCf +aYA +gCf +jhD +xzu +uhM +uhM +uhM +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(197,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lfy +gJT +lfy +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +tpS +cmg +xGg +gwv +gym +mqK +rDy +kwb +sGQ +elZ +mXO +pQT +rme +lAy +qjl +uLI +uak +uak +uak +dWH +igZ +ocN +kBH +caj +uak +uak +uak +leq +uLP +wMP +rhL +yjp +vjs +ctp +pir +tMP +lTT +jZK +fyL +hSu +aGa +hdY +fsQ +csb +hdY +fsQ +csb +hdY +fsQ +csb +sPf +pYp +emU +hFC +xiZ +ugF +emU +kxn +kxn +brk +kxn +kxn +kxn +ttK +eIQ +nAc +uCV +hiE +efH +mBm +uCV +qay +uhM +uhM +uhM +gJT +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(198,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gwv +gwv +gwv +gwv +gwv +gJT +mqK +qJs +kwb +kwb +fYl +mxG +ghg +mxG +fYl +auE +eXS +uak +fZW +uak +pcS +wgJ +gqH +wgJ +rmG +uak +qga +uak +eXS +wkD +oIq +aSX +mxG +vgr +mxG +aSX +ldg +aSX +tjD +mqK +dwc +fsQ +htJ +hWD +tFb +fsQ +igk +fsQ +htJ +hWD +tFb +fsQ +mHj +nXA +nXA +aoK +nXA +nXA +uXl +fjo +cPR +wXm +uZE +uhM +uhM +uhM +uhM +sRX +uhM +msQ +uhM +sRX +uhM +uhM +uhM +gym +gJT +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(199,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +mqK +stl +fEC +iar +uWV +tkL +rsJ +pJi +iCG +oIN +bQu +uak +vMO +uak +uak +vex +szN +wiI +uak +uak +ehb +uak +azP +jNr +fva +wJv +lZf +lZf +lZf +luy +yaC +gep +cIp +fyL +jYS +cJA +dif +fsQ +qin +dif +fsQ +qin +dif +fsQ +qin +hfr +xac +nXA +aXs +atM +ooz +nXA +jmY +fjo +dbt +fjo +fyK +tip +tip +tip +tip +uhM +uhM +uhM +uhM +uhM +uhM +uhM +uhM +gJT +gJT +gJT +gJT +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(200,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +irx +irx +irx +irx +irx +irx +lRg +ncW +usz +lAs +dEJ +lAs +lAs +esF +tgu +uak +vzv +tXA +aub +jXm +baH +usD +lAs +lAs +dEJ +lAs +wYg +gom +iXK +mqK +mqK +fyL +mqK +fyL +mqK +gym +gym +lNr +igk +qvZ +jYS +cJA +xac +lNr +igk +qvZ +gym +gym +nXA +cci +ixd +iom +nXA +wvP +bus +epc +thO +oMK +tip +xwP +oIO +tip +tip +tip +tip +tip +uhM +uhM +gym +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(201,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +dCk +gJT +gJT +gJT +dCk +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +yfi +uTZ +gpL +rRA +gQu +irx +ccC +uEb +ccC +lAs +soU +jlS +fXC +lAi +sVa +uak +gUi +fci +roc +gIe +eWA +hmd +dEJ +jlS +meR +lAs +mqK +mqK +mqK +mqK +gym +gym +gym +gym +gym +gym +gym +jYS +fug +xac +gym +gym +gym +jYS +fug +xac +gym +gym +nXA +ckG +hWT +oEt +oYX +iTj +dCs +xkW +cSD +iDd +joL +doN +doN +kzJ +rBm +goO +goO +tip +gym +gJT +gJT +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(202,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +irx +krS +lJd +kLP +czQ +krS +rKA +njf +gCx +qqi +lAs +lAs +lAs +lAs +bQT +pmZ +uak +vzv +gKk +obV +jXm +uiF +gdv +lAs +lAs +lAs +lAs +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nXA +nXA +qEL +jqQ +nXA +lXz +wyl +tLx +rCf +agS +tip +hRt +mSd +tip +tip +tip +tip +tip +gym +gym +gym +gJT +gym +gym +gym +kCq +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(203,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +woC +fNa +uKJ +jke +iTr +oOX +irx +rEV +exU +oMh +uak +ofE +dzE +uak +rmS +uak +uak +iEO +jXm +tHj +uak +uak +kMN +uak +uOD +luC +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +nXA +nXA +nXA +nXA +fjo +oxS +plo +hLt +fjo +tip +tip +tip +tip +gym +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +gJT +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(204,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +grJ +nhl +rbI +gnZ +vlM +gNE +pTC +dsB +prl +kWZ +uak +xPW +jnN +iLH +slP +xSZ +kOZ +riP +riP +riP +tXz +tTR +maL +wIy +fPy +keP +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +fjo +fjo +fjo +fjo +fjo +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(205,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +lfy +gJT +lfy +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +woC +fNa +tgE +rop +hNt +jUX +irx +kpm +kSy +hAH +uak +vjH +iPp +xli +pBH +iiS +bJg +qZj +gml +rVg +bJg +sTG +jGo +bVR +dqT +iKT +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +gym +gym +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(206,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +irx +amU +kBX +dFl +cte +amU +rKA +gAY +vdw +ewE +uak +uak +rwF +fxZ +qYL +wFF +nhT +sou +fAX +umI +icM +lBP +ycV +amj +tdQ +uak +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gJT +kCq +kCq +kCq +gJT +kCq +kCq +kCq +kCq +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(207,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +gym +gym +gym +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +tEn +jPI +pWA +egi +nYF +irx +ccC +ccC +ccC +uak +uak +llQ +pHI +tsk +nUp +lKW +jgs +qBL +dhj +aBf +djh +ajx +icu +jgO +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gJT +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(208,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gJT +hJX +ucf +hJX +gJT +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +irx +irx +irx +irx +irx +irx +irx +gym +gym +gym +gym +uak +azY +pNr +aoh +vNa +bJg +puI +dON +wba +bJg +lTG +pTX +tpf +haF +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(209,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +kNp +hJX +faj +hJX +kNp +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +uak +uak +vJP +xJf +qYL +hNY +mHO +sbo +mHO +hNY +ycV +gtL +iIx +uak +uak +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(210,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +eoO +qSf +nJA +hOV +eoO +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +kJC +xUr +rNB +fpG +shW +lre +bUW +aJO +shW +jsP +cUj +kvB +uPX +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(211,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +hJX +bEJ +ebZ +kSP +abz +wez +hJX +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +kJC +mZl +rfV +nVq +kJC +ymd +nGk +jqY +kJC +hwj +ycD +kCI +kJC +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(212,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +kkf +ouR +hLG +gjh +ajU +aGz +ioC +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +kJC +kJC +kJC +kJC +kJC +yjX +wyw +nkU +kJC +kJC +kJC +kJC +kJC +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(213,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +hJX +oJd +plr +vcR +kEf +cLw +hJX +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +fsQ +gJT +kJC +kJC +kJC +kJC +kJC +gJT +fsQ +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(214,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +eoO +nML +bkI +nHk +eoO +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gJT +gJT +fsQ +gJT +gJT +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(215,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +kNp +hJX +kvJ +hJX +kNp +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(216,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +hJX +eoO +hJX +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gJT +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(217,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gJT +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(218,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +fsQ +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(219,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(220,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(221,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(222,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(223,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(224,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(225,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(226,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(227,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(228,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(229,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(230,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(231,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(232,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(233,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(234,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(235,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(236,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(237,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(238,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(239,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(240,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(241,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(242,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(243,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(244,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(245,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(246,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(247,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(248,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(249,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(250,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(251,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(252,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(253,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(254,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} +(255,1,1) = {" +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +gym +"} + +(1,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(2,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(3,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(4,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(5,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(6,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(7,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(8,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(9,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(10,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(11,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(12,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(13,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(14,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(15,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(16,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(17,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(18,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(19,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(20,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(21,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(22,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(23,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(24,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(25,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(26,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(27,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(28,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yhl +yhl +yhl +yhl +yhl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(29,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yhl +aUu +cfV +byG +yhl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(30,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yhl +liQ +nsA +eeL +yhl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(31,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pPx +veJ +nnG +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +oNf +pCa +yhl +yhl +fxx +yhl +yhl +pCa +oNf +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(32,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +igh +hyw +xqz +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yhl +yhl +yhl +yhl +yhl +aUx +srH +qHj +yhl +wjK +wjK +wjK +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(33,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +vej +qdw +ted +nPV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pyZ +nln +ghb +yhl +wnh +gNm +fGo +hyU +yhl +lCt +thf +wjK +wjK +oNf +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(34,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +igh +oKM +ooJ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +yhl +yhl +kBI +dOw +dBF +tlb +wio +fGo +kaT +jIo +eLb +bMt +ffC +wjK +ewF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(35,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +igh +gtZ +nnG +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +poI +kHq +ulA +uwq +rPl +yfa +fGo +dHm +fGo +rZS +oNT +bvV +dHU +wjK +mPw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(36,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mcq +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +igh +igh +oHy +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +pCa +pCa +poI +nSZ +sgz +odj +dBF +cpl +tSN +fGo +cyu +icw +ufP +ogB +mJl +wjK +bKX +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(37,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +gtn +nPV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +poI +sfQ +bKA +pEt +yhl +wnh +oRh +fGo +xox +yhl +uLZ +hQb +wjK +wjK +oNf +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(38,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +nnG +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +yhl +yhl +yhl +yhl +yhl +yhl +iWC +fGo +aZE +yhl +wjK +wjK +wjK +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(39,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yhl +rgO +dBF +sWB +eVf +czH +xgY +klD +yhl +pCa +oNf +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(40,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +xka +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gTL +gTL +gTL +pLl +gTL +gTL +yhl +yhl +trg +yhl +yhl +gTL +gTL +gTL +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(41,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gTL +nog +qbE +njr +qKs +xWZ +jps +rDU +ogr +bOw +aHc +qQa +qQa +dXn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(42,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gTL +dac +nZu +pDZ +nZu +ruD +jRD +dHw +bdn +qET +oGq +qQa +qQa +dXn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(43,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gTL +iBD +qMu +qMu +qMu +wOS +jps +ieo +tIu +hux +jps +qQa +qQa +dXn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(44,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +gTL +gTL +gTL +jVm +aII +eKi +gTL +gTL +gTL +bXa +gTL +gTL +gTL +bLu +bLu +bLu +nlZ +nlZ +bLu +bLu +bLu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(45,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dXn +dZQ +ygj +pCM +lrr +owf +kuP +kQs +gTL +qiJ +nHe +mFr +tgW +bLu +ltq +mZd +qDv +tDJ +pOR +lry +bLu +bLu +bLu +bLu +bLu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(46,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +pCa +pCa +dXn +gXd +nZu +fDc +fPj +tPN +nZu +rta +bVO +ajd +tvK +eTo +kcz +bLu +khN +vwF +jVr +mOS +caZ +qZT +bLu +jCp +wLD +wGt +bLu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +pCa +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(47,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +nPV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dXn +hgi +syT +fUN +scf +fUN +jAM +fQQ +wEM +gBI +oqu +dvo +tgW +bLu +bLu +vOE +qAa +ryL +lzi +bLu +bLu +ovj +ibp +ovj +bLu +bLu +bLu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(48,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +gtn +csV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oNf +pCa +gTL +gTL +gTL +wzL +rym +elv +bLu +fEG +bLu +fXS +fuh +kAk +bLu +bLu +wGM +xyN +xae +eol +flF +auI +xae +xyN +eol +xyN +dgM +euX +bLu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +pCa +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(49,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +xMU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +oOb +igQ +gTL +afC +iSZ +tPX +bLu +eqs +bLu +bLu +kmv +bLu +bLu +gRX +nva +gUP +bLu +bLu +bLu +bLu +bLu +bLu +lAw +dgG +aIr +iMo +bLu +bLu +bLu +bLu +txW +txW +txW +txW +txW +txW +bLu +nlZ +bLu +nlZ +bLu +nlZ +pih +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(50,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +nPV +xka +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +igh +igh +igh +txW +txW +txW +txW +lHF +aVX +nPV +gTL +tmZ +utS +leB +kxV +qCc +ojw +wGM +uoq +wJM +xae +eol +spf +bLu +bLu +mgn +bNq +nsa +taK +bLu +bLu +fHx +vKB +ojB +bLu +rFu +fsg +bLu +bLu +nlZ +bLu +bLu +bLu +bLu +bLu +bnu +gwS +aoQ +vFQ +hcv +pih +pih +pih +pih +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(51,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +igh +pkl +txW +txW +txW +txW +txW +txW +txW +igh +gtn +txW +txW +txW +txW +txW +txW +txW +txW +nPV +gtn +igh +igh +gtn +igh +txW +txW +txW +txW +txW +oOb +nPV +igQ +gTL +gTL +gTL +gTL +bLu +bLu +hOL +mNv +jVC +psl +vKE +vfd +jmJ +bLu +eFw +fvP +xqt +xqt +fvP +kzF +bLu +iKn +bLu +bJM +bLu +wEW +wUF +bLu +qBc +sBO +uQP +bLu +sgZ +nBZ +vAk +wHT +jga +pcI +aEb +uik +nEG +ptc +cFW +pih +pih +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(52,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +veJ +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +vCC +gtn +gtn +gtn +igh +txW +txW +txW +wFg +lAM +fZZ +qvg +vSN +qvg +kiX +vLs +joK +vLs +bLu +bLu +lng +bLu +bLu +wTe +bLu +ujr +bLu +jFf +gQC +fvP +fvP +jPz +xCu +bLu +eBW +bLu +qcm +xyN +aQG +jXc +ulJ +mrb +lkt +hoE +ulJ +rmu +yhb +bLu +bLu +bLu +bLu +bLu +rOz +pih +msr +cxJ +kWU +pih +pih +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(53,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +nPV +gtn +gtn +igh +txW +txW +txW +txW +txW +txW +txW +nPV +xka +igh +igh +txW +txW +txW +tLm +ome +uty +wyv +cRl +vSN +igQ +kiX +mCQ +fYS +heA +qbj +vwm +pSE +wwJ +bLu +bLu +bLu +rof +naY +oKm +tYt +jQq +nuQ +rAM +lLa +jKL +klt +bLu +bLu +lat +cOl +lat +bLu +dmR +gDT +use +bLu +pEG +dWn +dmW +tfn +bLu +vZZ +bLu +bLu +pih +pih +aEw +ptc +cFW +pih +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(54,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ett +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +xMU +txW +txW +txW +sXU +uty +uty +uty +uiG +xKy +vSN +kiX +nLJ +gxC +pPC +ocg +tNj +pSE +cfL +nnR +pBn +gBe +unA +tWn +tqa +cmj +llo +wKc +fOC +ajW +lgw +wQC +pcq +bLu +uun +sDH +nJT +bLu +bLu +vIF +bLu +bLu +dUK +fHJ +sNa +bLu +bLu +vll +kuF +jII +sQo +pih +pih +etT +cxJ +chy +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(55,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +pCa +pCa +nnZ +uty +hzt +uty +dya +dtb +agJ +kiX +iuL +atG +vEr +czU +pdg +pSE +rHZ +oFO +nvN +gqE +aWa +jvW +fvP +lOA +fen +ruM +dsd +fvP +jvW +hbN +rCi +bLu +egy +eYE +bLu +bLu +fbu +dgj +fPV +bLu +bLu +aRy +bLu +bLu +fvM +bVM +veX +fjG +gRH +eEq +pih +pih +mNy +pih +pCa +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(56,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +sXU +uty +uty +uty +dya +dtb +dtb +kiX +kiX +qdI +qdI +kiX +kiX +jAf +noR +kKe +aOZ +viM +vHB +sDr +tqa +rQo +uGe +uUP +ify +ajW +gGl +hbN +eGv +bLu +mDH +xOa +bLu +hLl +gqq +pLQ +bxK +cox +ctH +bSN +nyM +cxt +qMF +dHj +naJ +uaa +coF +imQ +oAX +pih +pZF +chy +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +lGA +lGA +lGA +lGA +lGA +lGA +lGA +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(57,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +qYX +vjX +uty +dUu +ndj +xKy +dtb +kiX +eQu +sKf +enq +emp +kiX +keE +kiX +kiX +kiX +itj +uVu +fHp +ddh +qyM +vFt +mjI +fHQ +qkq +syw +kfq +itj +bLu +nXt +eQn +bLu +uQl +ajR +cGz +uxI +wQJ +qHd +pzm +hox +rav +pnv +hqL +fAo +bwZ +oNc +uvU +ttv +pih +fNd +chy +pCa +pCa +pCa +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +pCa +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(58,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +txW +gBQ +ewt +eCE +dtb +xKy +agJ +hVc +vFX +kOI +dmT +sTp +jjJ +eny +qkY +hHk +kiX +vaK +ppB +vaK +auW +auW +fsY +ogc +auW +auW +vaK +qUZ +vaK +bLu +bLu +eOb +bLu +tsp +eMU +rtA +xbM +rUZ +ctH +flv +psQ +rDD +qMF +dHO +vWt +iQM +uDp +djG +hPu +pih +jge +chy +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +pCa +txW +txW +bUo +ccy +bUo +txW +txW +pCa +txW +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(59,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +csV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +oOb +dtb +xKy +nPV +hVc +qlJ +hUj +jqK +jCV +oyT +sai +ijk +kiX +kiX +smO +esg +iRW +tIJ +kHc +kHc +kHc +kHc +tAw +wNQ +tXw +krX +tAw +bLu +bLu +bLu +ctH +wSc +pZM +oaq +ctH +ctH +ctH +ctH +ctH +fCy +eBX +wFr +wnH +ubR +hVy +pih +pih +bHl +pih +pCa +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +lGA +txW +eBg +ccy +eBg +txW +bUo +ccy +bUo +txW +eBg +ccy +eBg +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(60,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +igh +igh +xMU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +ewt +gxe +xKy +igQ +nPV +hVc +vhe +dNG +fTW +iHJ +ukS +cMY +sTp +fYn +iLB +opR +dGy +aWc +sXk +kHc +gZn +apS +rkK +kuX +skd +mKa +nPO +maM +axS +mes +gZn +ctH +lQy +lQy +lQy +ctH +dzc +fnL +vdi +ctH +ctH +ctH +ctH +rGB +gRq +pih +pih +kmo +xQV +chy +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +pCa +txW +txW +txW +txW +eBg +ccy +eBg +pCa +bUo +ccy +bUo +pCa +eBg +ccy +eBg +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(61,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +xJO +wZB +pCa +txW +ohU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lAM +aqt +aqt +aqt +cyB +ukF +dtb +dtb +qvg +kiX +kmf +pwV +fMT +hsZ +qyW +cpx +ijm +dYz +tfD +voS +aug +bfO +dcL +lVP +hUF +gqP +yeB +ksP +skd +sdb +nPO +pkG +ogE +gyz +tBt +jMd +pqA +jpj +gYI +ipl +cmA +wkO +glL +jqE +fDu +vdi +ctH +ctH +tZQ +pih +ira +rck +mKH +pih +pCa +txW +txW +txW +txW +pCa +pCa +pCa +pCa +txW +txW +txW +txW +txW +txW +pCa +eBg +ccy +eBg +pCa +bUo +ccy +bUo +pCa +eBg +ccy +eBg +pCa +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(62,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +igh +lsP +odU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xka +sVP +veJ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lHF +wBM +owu +dtb +ukF +ukF +ukF +dtb +kiX +kiX +hVc +kiX +kiX +lPf +cCg +chA +sUO +nQe +cCg +fYn +pHM +bDR +gro +llu +tlz +lVP +aqd +ipa +kBg +rgE +tPW +cBb +pWc +nOz +dJJ +xkr +nAM +jMd +rFa +hSd +vtZ +ilw +avG +wkO +glL +hbX +fVI +cHd +cyn +acm +tKZ +pih +pih +vOs +hDY +jer +gRm +gRm +gRm +pCa +pCa +pCa +txW +txW +txW +txW +txW +rQU +txW +txW +txW +txW +eBg +ccy +eBg +txW +bUo +ccy +bUo +txW +eBg +ccy +eBg +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(63,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +nPV +igh +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +gtn +igh +igM +ydc +txW +txW +txW +txW +txW +pCa +wZB +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vCC +igh +igh +nPV +nPV +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +jbJ +jjf +jjf +dtn +dtb +dtb +kiX +kiX +qns +jDe +gjA +kiX +kiX +oVa +chA +dkl +ujv +dQa +kiX +kiX +sxx +srA +gOB +gSc +joJ +cXK +wfV +rgE +xXv +eVY +xYr +jJo +sKZ +cXK +wfV +gGG +xaL +pzN +hee +hFB +cQZ +avG +wkO +glL +ndP +fVI +cHd +tDY +wDU +cMc +awZ +pih +sLE +dkK +jer +mKt +qBI +gRm +gRm +rQU +txW +txW +txW +rQU +txW +txW +pCa +txW +txW +rQU +txW +eBg +ccy +eBg +txW +txW +uri +txW +txW +eBg +ccy +eBg +txW +txW +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(64,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +pyi +nqD +odU +dYK +txW +txW +txW +txW +txW +pCa +jyf +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +igh +sVP +veJ +txW +txW +txW +txW +kaB +pCa +pCa +mGv +gxe +pIn +uty +uty +dya +ukF +nPV +hVc +nyU +tjE +abI +rbT +iad +hVc +eUa +chA +aEC +jwN +sTp +crH +fGc +hyV +jfd +krM +lPT +mUh +wNQ +dxB +dxB +fHg +tyE +vqa +hfk +iwC +dxB +dxB +krX +xhc +qsQ +xhg +mkq +hoO +xUG +cZk +tpk +ewV +fVI +cHd +bjc +syU +nct +hRY +pih +kWY +jge +chy +kRH +aYC +wux +vzQ +vzQ +vzQ +txW +txW +pCa +txW +txW +pCa +txW +txW +pCa +txW +txW +uri +txW +txW +txW +uri +txW +txW +txW +uri +txW +txW +txW +pCa +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(65,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +csV +xCd +igh +odU +txW +pDm +txW +txW +txW +odU +mMU +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +igh +nPV +txW +txW +txW +txW +txW +txW +txW +yjT +sTL +iwl +bKM +nKs +ndj +rJW +igQ +kiX +xjt +gZB +dzZ +mSp +skB +sgX +fOk +hpA +sUO +qPl +jxg +ibC +nko +tKI +kTz +opw +wbf +aYS +xdp +nkV +hgL +dcW +coY +vbL +mZe +kgm +rwS +iLg +pEX +lrX +pta +bCO +kjT +vXY +hji +mkM +bwu +mkM +lnt +iZV +elj +nAX +nHv +swh +pih +sFM +glG +lVD +dqs +bCo +dVI +gqs +vDf +gyR +riM +twZ +xmH +pvf +riM +wjk +vaG +pvf +ccy +nbL +nbL +nbL +rDP +bQi +rDP +nbL +bQi +rDP +bQi +nbL +nbL +ccy +ccy +tzY +pCa +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(66,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +vYS +odU +hDa +etK +pCa +txW +txW +txW +txW +txW +wZB +igh +gtn +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +lHF +cyB +pIn +uty +uty +dya +ukF +mog +rKr +hVc +kpH +ybx +leP +vxr +cnc +hVc +nPN +chA +aEC +jwN +sTp +crH +rbe +had +lDN +hvR +qcN +pHU +toh +dJu +lID +vBL +cAp +mRw +kZf +sKL +lID +dQP +tSS +hBb +hMj +xhg +eqO +sub +bUX +swY +qjS +lYZ +fVI +cHd +bjc +syU +kSJ +sGy +pih +aaP +pZF +chy +klm +mqb +gmD +vzQ +vzQ +vzQ +txW +txW +pCa +txW +txW +pCa +txW +txW +pCa +txW +txW +uri +txW +txW +txW +uri +txW +txW +txW +uri +txW +txW +txW +pCa +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(67,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +igh +ujJ +oIM +txW +txW +vJL +pCa +txW +txW +txW +txW +pCa +bGe +gtn +igh +gtn +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +jbJ +iwl +bKM +nKs +vvn +rJW +rJW +dtb +kiX +kiX +lOJ +shy +sAt +kiX +kiX +mmi +chA +dkl +jwN +oTg +kiX +kiX +oOa +rAz +ykB +eVI +vlP +qgQ +jxQ +eDI +kdF +kEj +wRx +bac +agA +gWz +veI +xBK +dJf +pzN +hee +hFB +ejN +avG +wkO +glL +fwU +fVI +cHd +tDY +eIo +nKS +xHC +pih +aMa +sjY +jer +ejs +tvk +gRm +gRm +rQU +txW +txW +txW +rQU +txW +txW +pCa +txW +txW +rQU +txW +bUo +ccy +bUo +txW +txW +uri +txW +txW +bUo +ccy +bUo +txW +txW +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(68,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +nPV +okj +xMU +pCa +txW +txW +txW +txW +txW +txW +pCa +nPV +roh +dnr +igh +igh +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lAM +pIn +uty +uty +dya +ukF +ukF +dtb +dtb +dtb +kiX +kiX +hVc +kiX +kiX +gTc +cCg +chA +sUO +pXE +cCg +fYn +iLB +aWc +ntK +aWc +puG +lVP +gAU +jpM +oGo +kJF +kpo +icp +xkS +jzn +klU +iuU +dgy +jMd +nYQ +dNk +xGw +ilw +avG +wkO +glL +mAb +fVI +cHd +dbs +caJ +qXf +pih +pih +vOs +eqZ +jer +gRm +gRm +gRm +pCa +pCa +pCa +txW +txW +txW +txW +txW +rQU +txW +txW +txW +txW +bUo +ccy +bUo +txW +eBg +ccy +eBg +txW +bUo +ccy +bUo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(69,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nFx +txW +pCa +wZB +txW +txW +txW +txW +txW +txW +txW +txW +csV +qUj +odU +gtn +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mGv +grZ +jyx +pSJ +cig +asY +dRG +lJr +awX +ukF +lHR +xKy +dtb +dtb +qvg +kan +kiX +kmf +eFy +cAv +opu +vBS +skB +vgW +unS +rSk +rRu +eHA +khG +dcL +lVP +iGj +bAs +xkr +ksP +wPA +qOE +nPO +rHM +ipa +wOq +xmJ +jMd +xob +mmq +uID +qvF +cmA +wkO +glL +peC +fIz +oKV +ctH +ctH +ivT +pih +mBP +rAZ +fef +pih +dAp +txW +txW +txW +txW +pCa +pCa +pCa +pCa +txW +txW +txW +txW +txW +txW +pCa +bUo +ccy +bUo +pCa +eBg +ccy +eBg +pCa +bUo +ccy +bUo +pCa +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(70,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +pDm +txW +txW +pDm +txW +txW +txW +pCa +kce +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +oOb +pIn +uty +tWL +nQc +uty +jBa +cRl +wCR +rJW +xKy +igQ +ukF +ukF +igQ +hVc +ilH +gvF +cXE +oKC +aEC +jwN +sTp +fYn +pHM +bDR +kbw +bDR +mlF +kHc +gZn +dek +oRm +kGO +wPA +vcv +nPO +mvf +uHu +poS +gZn +sRw +qGY +qGY +qGY +sRw +jtN +jLY +oKV +ctH +ctH +ctH +ctH +cqM +xDS +pih +pih +bSu +pih +pih +lTu +rVV +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +pCa +txW +txW +txW +txW +bUo +ccy +bUo +pCa +eBg +ccy +eBg +pCa +bUo +ccy +bUo +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(71,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +aRz +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +kaB +pCa +oOb +qFQ +mKY +khs +uty +uty +uty +dya +awX +mqY +kan +dtb +rJW +ukF +rKr +hVc +soi +deP +nXY +gvt +lZc +bco +snd +kiX +kiX +rhg +lnV +eCS +uXE +kHc +kHc +kHc +kHc +qfu +pYn +urZ +gwQ +pcM +kHc +kHc +sRw +sRw +muM +caE +sbs +sRw +sRw +ctH +ctH +ctH +jEd +frm +cdJ +wVV +nFP +vIf +pih +cxJ +pih +iMs +oQT +fvL +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +lGA +txW +bUo +ccy +bUo +txW +eBg +ccy +eBg +txW +bUo +ccy +bUo +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(72,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pDm +txW +txW +txW +txW +txW +txW +txW +txW +pCa +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +oOb +dPm +uty +kBS +uty +hzt +uty +dya +qOf +awX +raw +xKy +dtb +awX +qip +hVc +xUa +nNf +wFe +sTp +lxd +sTp +bKb +hHk +dMW +dMW +dMW +dMW +dMW +dMW +dMW +bSz +kHc +kHc +vnZ +eTZ +lsO +kHc +kHc +gMt +sRw +tlp +wKS +dDs +iHr +qIC +sRw +rjZ +rsQ +wpr +qVt +cQF +xwg +giZ +cOt +nrA +pih +pcg +pih +pIn +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +pCa +txW +txW +eBg +ccy +eBg +txW +txW +pCa +txW +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(73,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pDm +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +tzy +oEa +akj +tyg +uty +uty +uty +dya +rJW +hug +nov +ukF +dtb +dtb +qvg +kiX +tMF +ewH +uoS +ryu +kiX +lxq +dMW +dMW +dMW +aXu +idB +cjg +cXD +aXu +dMW +dMW +kHc +xMe +chN +xJN +lfV +teD +kHc +sRw +sRw +gmn +nrs +uTp +wce +fuZ +sRw +xwg +frm +pwq +kWd +rTd +cdJ +iuO +qMg +lrJ +pih +syx +pih +pIn +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +pCa +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(74,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +oOb +pIn +uty +xQg +mKY +uty +uty +dya +nWh +rKr +dCz +ukF +dtb +aet +kiX +kiX +dyV +ycn +igU +kiX +kiX +lBa +eOt +dMW +yjY +jUZ +ksT +mnG +uTS +fkb +bqf +dMW +oVb +mkT +dNX +kik +vdg +amT +wuj +sRw +hFc +xBN +oSZ +unn +oLd +xBN +uCx +ngL +tNL +ngL +tNL +ngL +xwg +fpB +uzQ +pih +pih +guV +pih +pih +vkH +xGr +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +lGA +lGA +lGA +lGA +lGA +lGA +lGA +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(75,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +kaB +pCa +yjT +gds +uty +aqk +lQo +bxg +lQo +qJg +nPV +xKy +ukF +dtb +aet +aet +ohw +sWX +oEJ +wjg +lLe +aet +itO +sMh +pOI +pAP +guL +jUn +qxo +viG +msZ +qrx +mkO +phb +ryJ +mwa +tbR +tbR +tbR +jbQ +pBq +xow +gFa +rfB +eXj +uTF +gZE +eYM +rVX +ngL +hTW +vGe +lnW +ngL +pih +pih +hOD +pih +wPp +lTn +ecf +chy +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(76,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +yjT +iFP +mKY +kBS +uty +uty +mKY +dya +dtb +dtb +dtb +dtb +aet +eXx +qOu +xyS +bYt +vSh +tmk +asT +hdM +nWX +kBj +jAa +umC +deT +rxF +lzb +rdh +nNn +dVJ +phb +kOW +bfk +tbR +tbR +tbR +aBn +xZg +xow +kBe +wkN +jEb +rrF +jEb +hMf +bIi +lRN +wvY +hWq +wPP +hxm +pih +anq +nyA +pih +kWS +csK +jMm +chy +mKY +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(77,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +pCa +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +tzy +nSi +ujR +qxP +uty +uty +uty +dya +xKy +xKy +dtb +aet +aet +fBb +pbZ +sfV +nbz +uFj +cMN +aet +pve +tmj +rSd +pAP +kae +mec +xHM +wrx +wSE +rRw +fyS +phb +aod +vQF +fNZ +sFc +wWR +bCn +xrY +xow +byo +kia +dHT +bda +dHT +kaG +ydV +ngL +sry +vKP +vnl +eVJ +pih +pih +nkt +pih +pih +rbw +pih +pih +pih +aLd +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(78,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +pCa +aLg +pCa +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +oOb +pIn +mKY +xQg +uty +hzt +uty +dya +igQ +xKy +dtb +aet +xMB +pwi +drB +fGT +vOg +vvu +jOI +inE +aAJ +aon +jUn +dMW +fcV +aMk +vlE +cKN +nHR +vZT +jIX +dMW +mOJ +gmq +aTS +eHd +iqQ +uOl +gfZ +sRw +eDV +luk +dDE +hrm +okV +anI +rha +lMl +oep +cNs +wwo +cAR +sLM +pih +oKs +pzT +oJm +rDt +jfr +iZx +pih +pih +bJQ +pCa +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(79,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +bsn +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +kaB +pCa +oOb +gds +uty +khs +uty +tzp +uty +dya +dtb +uSp +dtb +aet +oTJ +eCl +hPt +scx +cKl +qrg +eCl +lWE +aAJ +ngr +wCs +gla +fdR +pDf +xut +opd +xut +nNK +qhL +qle +lID +koq +ehZ +ehZ +ehZ +dAa +lID +unG +mOA +cdy +uiZ +xpO +uiZ +eqr +xdl +nho +xUR +jdQ +xUR +xUR +try +pih +icQ +rZn +xFk +wGF +qEr +aHZ +ipr +chy +aXK +tLt +tyH +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(80,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +txW +txW +pCa +txW +txW +txW +bsn +txW +txW +txW +pCa +txW +txW +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +yjT +iFP +uty +obk +oPN +uty +hRv +ndj +nWh +xKy +dtb +aet +xsw +uyx +fBk +nuC +lFs +mRk +eCl +mqZ +iqS +rer +cjB +dnV +nXU +dGY +lII +glX +dfH +ePF +xHM +sTe +pbF +nWO +ehZ +yhI +ehZ +mRI +ipP +lxV +pZJ +wBi +wvG +jQT +sSQ +nHd +pXY +wqD +xUR +wVy +cDP +xUR +uSc +pih +icQ +pih +hZv +duv +wbM +uhI +blQ +chy +gds +uty +iau +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(81,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +rQU +lGA +txW +olu +olu +olu +olu +olu +txW +cGq +txW +olu +olu +olu +olu +olu +txW +lGA +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mGv +ghV +oOw +vLi +ndj +sJF +bXn +ndj +jkW +vSN +dtb +dtb +aet +wNc +eCl +sKq +scx +cKl +xUv +eCl +jcf +aAJ +osM +wXV +pUn +uQw +pcw +xut +tNh +xut +nrJ +cww +hmG +crh +gLw +ehZ +ehZ +ehZ +ycd +crh +pvr +lza +xJi +uiZ +jJM +uiZ +eqr +hRo +apN +xUR +fOs +aUf +xUR +gLW +pih +icQ +rZn +wMt +bsK +wzU +pJl +gQM +chy +teH +cyJ +jzD +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(82,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +pCa +bsn +bsn +bsn +bsn +bsn +bsn +cGq +bsn +bsn +bsn +bsn +bsn +bsn +pCa +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +fic +fic +lBk +dtb +qvg +dtb +igQ +dtb +aet +tPK +ktX +oRl +vvu +vOg +fGT +jSI +aVs +aAJ +ncq +eYA +dMW +fcV +vTG +oCI +rXt +bbr +dhB +tLT +dMW +eAb +mrW +byU +kCs +jdv +fqM +kSU +sRw +xxU +pXF +rQZ +cRJ +jwc +wye +rha +kVJ +dTS +pZO +bho +aDZ +hSU +pih +eiA +lib +sui +iEp +fhz +dUV +pih +pih +ibl +pCa +pCa +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(83,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +txW +olu +olu +olu +olu +olu +txW +qqt +txW +olu +olu +olu +olu +olu +txW +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +oOb +dtb +dtb +xKy +dtb +dtb +aet +aet +kvD +jJn +sfV +bSi +aWX +dZN +aet +tZN +sMh +pOI +pAP +bAW +dJU +nXU +izJ +nXU +dPS +wFl +phb +hxc +ttf +xuB +wwn +xpm +qpT +bBo +xow +hTB +dca +abU +ihi +vqf +vbh +xcO +ngL +sry +hws +qCE +wXe +pih +pih +cxJ +pih +pih +iYr +pih +pih +pih +hiY +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(84,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +txW +pCa +pCa +txW +txW +txW +xBh +txW +txW +txW +pCa +pCa +txW +txW +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +thP +akB +dtb +dtb +xKy +xKy +dtb +aet +tWI +aEj +fYy +dvT +nAK +kDI +bdf +hdM +nWX +kBj +jAa +umC +iQC +rXo +lzb +rdh +sPD +dVJ +phb +ryJ +tQd +tbR +tbR +tbR +oBm +pBq +xow +kBe +lOn +lPw +caW +rov +gxx +bIi +rPR +iWv +ogS +ekB +mkA +pih +aBw +dtX +pih +ttW +aaw +cFh +chy +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(85,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vTS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +olu +olu +olu +olu +olu +txW +pCa +qqt +pCa +txW +olu +olu +olu +olu +olu +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +txW +txW +nnZ +kLH +kLH +akB +dtb +dtb +aet +aet +fUF +tFd +tKF +vTr +mwA +aet +uzD +tmj +rSd +pAP +qnq +jUn +tLH +vIS +gKS +qrx +pIz +phb +kOW +kHA +tbR +tbR +tbR +tvF +xZg +xow +hcW +gXA +sEi +aNm +exj +mKD +psu +ngL +vJd +rVK +kqZ +pih +pih +xQV +rSj +pih +pzR +uMe +xdo +chy +mKY +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(86,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +rQU +lGA +pCa +bsn +bsn +bsn +bsn +bsn +bsn +bsn +cGq +bsn +bsn +bsn +bsn +bsn +bsn +bsn +pCa +lGA +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +pCa +txW +txW +ewt +akB +dnl +aKY +rcu +rcu +rcu +dMb +rcu +rcu +rcu +dMW +fJp +mAu +dMW +kwp +wXJ +avm +mnG +uTS +bLL +czc +dMW +oqp +mkS +iLR +dGR +uOZ +rep +erJ +sRw +hFc +rpc +oSZ +myL +vrO +rpc +uCx +ngL +ngL +bUU +ngL +pih +cHf +cxJ +pih +pih +pih +feZ +pih +pih +aEz +xGr +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(87,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +olu +olu +olu +olu +olu +txW +pCa +xBh +pCa +txW +olu +olu +olu +olu +olu +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +oOb +eIT +qhw +rcu +hCu +qmH +sbL +jQz +ntQ +hCZ +hCZ +ojS +hCZ +hCZ +hCZ +aXu +cUG +rrG +lvv +aXu +hCZ +hCZ +hCZ +bJm +jVj +hAL +ifj +mNm +naa +naa +naa +bBR +wKS +uTp +yfO +gEv +sRw +wqo +xbF +qkC +mRA +pih +pih +kga +mBh +ndi +pih +pih +pih +slD +mKY +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(88,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +vTS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +txW +pCa +pCa +txW +txW +txW +qqt +txW +txW +txW +pCa +pCa +txW +txW +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +txW +txW +oOb +jqr +kPD +rcu +auO +jsG +uuJ +edD +geF +hCZ +cyz +aTv +qIc +wuX +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +iVh +hCZ +hCZ +uyc +caq +ihs +naa +naa +rbJ +naa +cRZ +ljz +dDs +bri +qjD +sRw +xuH +axl +afx +fCr +xpa +pih +cxJ +wnj +lsX +pih +kan +qvg +pIn +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(89,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +pCa +txW +pCa +txW +txW +csV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +txW +olu +olu +olu +olu +olu +txW +xBh +txW +olu +olu +olu +olu +olu +txW +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hCZ +hCZ +hCZ +hCZ +jSf +jNH +gge +kla +cCk +hCZ +owc +lDn +eEg +tio +fUB +moK +moK +eNo +moK +moK +sUy +moK +hHd +qAF +qtF +iBN +ixt +mtj +bkh +fSj +naa +naa +umb +ejb +nxu +sRw +sRw +eAy +jDl +ayG +qpk +fXH +pih +imm +pih +pih +pih +qvg +aUq +vGO +vwd +vfV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(90,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +feY +txW +txW +vDK +igh +cFQ +pCa +txW +txW +igh +xMU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +pCa +bsn +bsn +bsn +bsn +bsn +bsn +cGq +bsn +bsn +bsn +bsn +bsn +bsn +pCa +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hCZ +hCZ +jLI +ppv +hCZ +hCZ +vox +byz +vcL +hCZ +hCZ +tuR +moK +moK +nMM +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +cik +hCZ +hCZ +cbH +kke +ixt +naa +sxN +kaM +gdS +naa +naa +naa +naa +naa +naa +odl +iXF +lqb +vZY +hnZ +naa +pwk +naa +kan +igQ +rKr +kan +dtb +mAq +hDT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(91,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +tPh +igh +txW +txW +pCa +sAH +igh +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +rQU +lGA +txW +olu +olu +olu +olu +olu +txW +cGq +txW +olu +olu +olu +olu +olu +txW +lGA +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hCZ +sWQ +mFe +bWm +thK +hCZ +gkY +bVQ +eDK +hCZ +xnQ +iRe +sTT +hCZ +hCZ +hCZ +iPr +ooi +ryG +ofT +mAn +hCZ +hCZ +hCZ +evZ +dEw +riB +vVm +naa +fqC +dmB +ewW +vln +aJZ +pdz +mKX +npr +naa +naa +kjp +nlG +pyQ +naa +naa +mZs +naa +igQ +rKr +dtb +dtb +kan +dAp +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(92,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +tUq +krK +igh +igh +cFQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +txW +txW +pCa +txW +txW +txW +cGq +txW +txW +txW +pCa +txW +txW +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xFw +wwU +xxi +lkr +ubh +hCZ +eMY +pCn +jDg +hCZ +fDP +cgN +hCZ +hCZ +wjx +nic +bJn +mjW +tDR +stk +bJn +nic +jDu +bwC +vdN +odr +hYK +bBW +naa +naa +sax +bkh +pNT +gRx +xor +ocP +fgG +azX +naa +pRJ +nlG +blI +naa +fQl +oth +naa +ato +ato +ato +htw +emW +hDT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(93,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +uGr +cKi +vYy +igh +igh +pCa +pCa +pCa +pCa +vTS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +txW +txW +txW +rQU +pCa +bsn +pCa +rQU +txW +txW +txW +lGA +lGA +lGA +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +wBy +onc +dBe +hZS +wBy +txW +txW +txW +txW +txW +txW +xFw +aRb +cwM +qXt +xRu +hCZ +hCZ +iAU +hCZ +hCZ +hdF +cqV +hCZ +syB +isi +yhK +iye +bJn +ofh +bJn +ufx +hnx +fFe +bwC +kHc +qlp +mnY +stP +wLa +naa +ieO +ieO +naL +buT +aLv +rCQ +wFW +ogl +naa +gCM +pRn +qMJ +naa +iJI +naa +naa +xlS +eQG +lcs +htw +htw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(94,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +sAS +pCa +qMU +igh +gGD +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +eYF +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +rVd +rVd +rVd +rVd +rVd +pCa +pCa +txW +txW +txW +txW +xFw +oFR +nli +ykw +bfF +sti +elz +xER +ugP +ugP +jyh +kGK +hCZ +bxv +xbv +cho +kpP +eIB +bFr +eTG +wiE +hMB +gMe +pyu +bwC +cai +dfK +aVk +bcd +naa +naa +naa +naa +naa +eEr +fzq +mfz +ePY +naa +naa +mtb +naa +naa +qNk +tiT +iiE +iwW +iHi +olD +ePk +ato +rQU +pCa +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(95,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +jtH +wEh +igh +igh +cFQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +lAC +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rVd +rVd +rVd +jRp +aGI +fGi +rVd +rVd +rVd +pCa +txW +txW +txW +hCZ +bWm +nxv +iGi +fAG +ejT +asq +lPn +wcv +hCZ +hCZ +hCZ +hCZ +lSX +vzj +iUX +rqz +qbP +xwr +fVu +uVW +kaO +oDu +mrp +vbj +uRO +hYK +pXh +idI +idI +ani +jHo +iEi +naa +naa +ipm +qLd +kaM +naa +mRi +tQL +vrq +xJq +pYZ +naa +cYZ +hUH +qYA +lMI +qwV +htw +ato +htw +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(96,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +tFc +igh +igh +igh +igh +pCa +pCa +pCa +pCa +vTS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +txW +rQU +pCa +pCa +nDD +pCa +pCa +rQU +txW +pCa +pCa +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +gBg +anE +rVd +kGk +nUY +uVB +emn +dkq +hqp +ofj +rVd +anE +exW +dtb +dtb +hCZ +gBO +nBm +hCZ +nDR +hCZ +ryz +ktw +hCZ +hCZ +pat +xjr +bwC +bwC +svL +dvp +lBb +gqt +rnu +hHg +gbW +jRc +pVA +jYJ +miM +bEE +tZr +lZa +tfS +fcY +nGK +sYi +gOF +rZV +naa +naa +naa +knH +naa +ejY +ifn +cmx +naa +mCK +fjx +hCP +woR +kfK +rFH +bFu +mHY +kRB +svQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(97,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kIc +jVA +aML +npx +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +npN +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +cLn +cLn +cLn +lmv +nHB +nHB +yfe +rrW +wfq +rrW +kqh +rrW +dcC +nHB +nHB +vKs +cLn +cLn +hCZ +vjZ +hCZ +hCZ +nxz +fZq +cEo +ktw +hCZ +qKT +vae +bkn +qEa +uhW +kjF +kfU +lBb +gqt +izM +hHg +gbW +ezU +wqA +wor +bwC +iRT +dfK +dvR +iyq +lLJ +rqs +pnB +iHF +ljK +uZJ +naa +nVx +kaM +naa +nQC +aMd +cNv +naa +fhu +naa +eWg +khC +rrg +khy +akT +htw +ato +htw +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(98,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +rKr +pCa +oHp +ikg +igh +jgM +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +pCa +txW +txW +txW +txW +iaZ +txW +txW +txW +txW +pCa +txW +txW +kLa +otP +kLa +bIZ +bIZ +bIZ +bIZ +bIZ +bIZ +nHB +hbF +hSM +rEt +uRy +xdc +mMc +fAA +ghu +bEW +nHB +sgm +sgm +sgm +hCZ +hCZ +hCZ +qlr +fcH +nxv +hYO +onh +hCZ +wwD +bsr +cuf +iyM +ils +oQy +aTs +uTX +xku +aRj +ciK +iGE +eVP +dWo +dWo +bOg +iRT +dfK +sAD +idI +nRd +myM +mxc +dgZ +fBX +eCc +naa +qCS +wvL +kBW +vcG +gNx +wgO +hKe +qQh +ibV +roz +lKm +tHw +cWm +ePk +ato +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(99,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +juO +svi +hFr +ist +igh +igh +igh +pCa +pCa +vTS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +pCa +pCa +txW +rQU +pCa +mIF +pCa +rQU +txW +pCa +pCa +txW +txW +kLa +niR +ihf +kdm +nkZ +bXO +axH +rXn +pPJ +nHB +rwI +aqQ +vrR +feR +rfC +lpq +dCf +aqQ +gyf +nHB +dCZ +lAq +tMT +lAq +fjZ +gIR +bsL +bsL +xuD +dVq +wOB +hCZ +tTb +xrq +oJR +dWL +dKD +jeI +iNA +xKe +nDY +tFQ +jDw +raL +dvc +dWo +dWo +bOg +iRT +jAS +ydp +eao +qrB +xlt +pVg +xKc +eNE +hOM +naa +naa +naa +teG +bYb +diF +kff +naa +vtD +naa +naa +ell +kUG +hFA +htw +htw +txW +txW +txW +txW +txW +txW +txW +nzu +vYb +sEn +iUA +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(100,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xCj +iKY +igh +igh +igh +igh +cFQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +txW +txW +txW +pCa +txW +txW +pCa +txW +txW +txW +gXo +txW +txW +txW +pCa +txW +txW +txW +kLa +eKK +kLa +bIZ +obp +gRg +itD +jsO +fHm +xMI +vgm +nsl +lap +eKV +pXi +eKV +gQR +kOp +nru +xMI +qJA +vzo +vdS +mQV +fgn +hCZ +hCZ +kzV +oOf +mOq +hCZ +hCZ +bWn +exb +cuf +ewn +fDn +sgK +hiS +lLd +fVu +oqS +qbP +vHF +vHy +dWo +dWo +bOg +aLK +dfK +uHF +idI +cfH +uKz +aQI +xVT +faa +atW +naa +mBc +nxr +naa +aPs +nEg +kec +fWU +nfn +puA +naa +ato +ato +ato +htw +dtb +dtb +dtb +dtb +txW +txW +txW +hrd +hrd +dZF +dZF +dZF +hrd +hrd +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(101,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +txW +txW +txW +qcL +igh +igh +igh +igh +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +lAM +aqt +aqt +mGv +aec +aec +lAM +pCa +txW +txW +xsq +txW +txW +txW +pCa +txW +kLa +otP +kLa +kuv +kLa +nQT +rHz +vAz +oZp +ocO +isI +hEm +stH +myd +erL +rZy +kvF +knc +tjx +wzO +qTK +byH +oAs +hgh +sZJ +hgh +wIb +wof +hCZ +bHa +fcH +xBf +xnQ +hCZ +uDc +tCW +bkn +oxJ +pQK +kjF +wfy +mJn +gqt +knL +hHg +cXZ +rur +ehz +wbr +bwC +iRT +dfK +kGR +xXh +toT +aSu +uYh +bBE +vha +wOk +cWs +txO +rvb +naa +teG +naa +teG +naa +win +mqR +naa +rKr +jkW +dtb +dtb +kan +dtb +dtb +naa +naa +bFB +hrd +hrd +lkp +pxm +kUd +naT +mNN +hrd +hrd +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(102,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +txW +txW +txW +nvD +pCa +txW +txW +pCa +txW +txW +nPV +xka +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +itE +gxe +aNh +jjf +sLa +sLa +dtn +xKy +dtb +txW +lmh +cFb +lmh +txW +pCa +pCa +txW +kLa +fhH +ioq +bHD +kLa +tnz +sHT +jvV +gwN +bQa +dQm +ffj +mFP +fjv +gUW +rmj +kkn +kKi +qih +oyr +vcd +dHB +iPU +qGL +luz +jBH +etG +anu +hCZ +uEd +pMJ +qOe +xBf +hCZ +hCZ +lbt +jay +bwC +bwC +asd +hDo +mJn +gqt +knL +hHg +cXZ +sNU +dBo +vVG +lOj +uRO +dcY +kGR +xXh +iJV +btw +oiM +seF +uwK +naa +naa +jFS +rKg +naa +rNr +kra +qsv +fWU +ula +uQm +naa +jkW +kan +qvg +gkg +dtb +dtb +igQ +naa +gcA +rkw +nSz +ljg +jAJ +ord +qrm +aYO +dOT +kyq +hrd +pCa +pCa +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(103,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +txW +txW +txW +txW +pCa +txW +txW +pCa +txW +txW +gtn +igh +pkl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +keO +vIx +nnZ +gxe +dtb +pIn +mKY +uty +uty +svU +ukF +xKy +rQU +lmh +iDy +lmh +rQU +pCa +txW +txW +kLa +jpA +dNl +wbn +kLa +tVO +aRC +tkQ +ufz +ukO +dSn +lRl +xby +hFq +mcX +cSt +gtI +gpj +oKN +kgv +hkm +xwf +vnS +kym +lbp +iYN +kBR +jAm +hCZ +hCZ +hCZ +hCZ +dZX +xBf +hCZ +bwC +bwC +bwC +qGe +fHo +hoV +dvF +ciK +hIe +xku +uSv +uBw +oDu +oLu +xkG +euF +dfK +vRt +idI +idI +eGN +tHQ +xIi +naa +naa +iWf +vDS +riw +oQi +mWb +naa +naa +naa +vtD +naa +naa +naa +naa +rKr +nPV +qvg +kan +rKr +naa +hSY +bFB +hkv +nuc +cGR +sEk +sEk +sEk +msq +eAC +dZF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(104,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +xMU +txW +txW +txW +txW +bTl +txW +txW +vTS +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +ith +oQT +gEb +ukF +ukF +bwF +uty +uty +mKY +svU +kan +ukF +rAq +lmh +djF +lmh +rAq +pCa +kLa +otP +kLa +pFD +dNl +eYk +kLa +xRc +oeK +tco +pmH +oEQ +enG +xMI +vgm +mHH +hRI +xPo +xNb +cNN +erK +cxW +waG +xMI +wyp +wyp +jGL +lQl +aMZ +vyb +wiX +yiS +qfk +hCZ +qmJ +fGP +hCZ +htH +tTl +bwC +bxv +sbp +cho +lNb +rTP +qqN +faH +sKH +hMB +rQI +dvv +bwC +aAj +dfK +bVW +nRt +naa +naa +naa +naa +naa +qxa +bPT +rwW +dVQ +pcG +pYb +opa +vCS +jWv +oth +wwX +sSt +irB +naa +tiT +naa +igQ +naa +tiT +naa +cry +bFB +nuc +nuc +hDq +kCx +tAp +kyp +gSO +gVA +dZF +pCa +pCa +pCa +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(105,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +bwF +uty +svU +vCa +vSN +eiU +xZG +wPS +hiC +eoi +ukF +rAq +rAq +iFk +iQe +hRc +rAq +gZK +kLa +tFp +ilL +lfg +qDD +nZD +kLa +aiw +nJX +eww +mKj +gBN +gBN +nHB +bxr +ppa +mfZ +jrK +caP +aLy +efr +jMq +krg +nHB +axF +axF +mkk +mqg +aMZ +aAC +mCy +vvp +mIj +kux +rnp +jxJ +hCZ +ujo +pKX +bwC +wNs +dXu +aBt +fFh +bJn +huv +bJn +tEF +sep +wrj +bwC +kHc +lbA +dfK +cLh +vMV +naa +dUM +sEP +oLD +qwZ +klh +bLE +mvc +vWZ +vUY +hRh +naa +jck +naa +jJw +naa +naa +veW +ygk +rxM +naa +tiT +naa +qoU +naa +tBw +bFB +lez +nuc +tbG +sEk +sEk +sEk +msq +eAC +dZF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(106,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +bwF +mKY +wTy +ukF +jjh +lzL +ukF +nPV +dtb +jkW +xKy +rAq +ptE +jlC +mjp +cRr +cNy +gZK +sQD +bpj +kLa +kLa +kLa +kLa +kLa +xHz +nJX +eww +tJb +gBN +gBN +nHB +ckO +iTb +toO +kRr +nqp +clv +toO +fdM +lAm +nHB +axF +axF +nzK +tsf +aMZ +fJj +pDl +pDl +pDl +hCZ +xlX +uxU +iWJ +ykO +cMW +bwC +bwC +kef +uiQ +bJn +ofB +oAV +iRj +bJn +uiQ +jGH +bwC +rXZ +toX +lPA +lcT +naa +naa +aYi +nVw +bJc +naa +nOw +sBy +tFJ +qIh +uyp +pwP +dkh +qMz +eSD +mLb +oaE +uut +rum +dxM +ddj +yen +irB +sSt +veW +qLk +irB +tSW +oVj +jnv +tIK +fSW +hZD +nOZ +wWa +sDR +hrd +pCa +pCa +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(107,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +pIn +uty +eJn +jvP +gEb +ukF +jbJ +sLa +jjf +vBu +dtb +rAq +bTY +mHy +tKv +qVC +jYq +gZK +ouZ +iqV +kLa +wxD +oRD +oNx +uNV +pYE +tCC +cav +gwF +bIZ +bIZ +nHB +nHB +nHB +xMI +niJ +uBs +xPC +xMI +nHB +nHB +nHB +sgm +sgm +edF +gvb +iEY +fxm +bnA +dVW +oEB +hCZ +jki +fGP +hCZ +xBo +pAo +lET +bwC +bwC +bwC +iPr +gTy +eBd +qQC +mAn +hCZ +hCZ +hCZ +tpb +oRQ +dfK +ecE +naa +kKl +wsj +xnE +xOD +hyi +gRF +gPu +gYK +mfD +vso +bAQ +naa +vdf +naa +naa +naa +naa +irB +vZX +iMQ +naa +ojl +qvj +tpz +bFB +bFB +bFB +hrd +pAe +hrd +cZy +hrd +rmX +hrd +pAe +hrd +hrd +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(108,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +tij +pIn +uty +mKY +uty +rwl +sQl +gds +uty +uty +rwl +kLa +gZK +gZK +qFJ +ldL +qFJ +gZK +gZK +kLa +bDq +kLa +apU +aUQ +wFs +uNV +uVa +dnb +uVa +uVa +uVa +sVv +qhv +goc +wuf +pzM +kkq +kyF +olb +iCn +mVt +api +kdL +jwB +uVa +uVa +uVa +vAi +uVa +pDl +gpF +wzd +kux +rnp +pkS +hCZ +gGN +hCZ +rXF +hCZ +cik +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +pNz +hCZ +hCZ +iZM +dfK +ofO +naa +naa +ejY +ovR +pPX +naa +naa +naa +iZm +mez +txX +naa +naa +qMz +dnB +xXH +naa +uef +irB +veW +dqq +irB +irB +foK +bFB +bFB +nuc +nuc +vpi +nuc +nuc +jBU +kqm +cbb +nuc +nuc +vpi +hrd +gKy +gKy +gKy +gKy +gKy +txW +txW +txW +txW +txW +nzu +txW +nPJ +fBx +tod +txW +nzu +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(109,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +pCa +pCa +nnZ +sJF +wPS +wPS +wPS +ndj +xKy +mGK +wPS +xZG +jXs +qFJ +rbZ +iRa +bXj +mPK +qhK +ncT +wwk +bpj +dxI +kLa +dqK +rOl +dqK +uNV +dKh +jKZ +mgX +uVa +vPU +rzI +ksa +goc +uPn +uPn +uPn +qhj +uPn +uPn +uPn +api +sJZ +whW +iho +uVa +eCM +enJ +mBX +gTW +gTW +gTW +hCZ +hCZ +uxU +xBf +hmj +iWJ +gWg +hCZ +dEf +fSK +dVo +gBE +xFZ +nkl +nhW +rGC +ndx +nFC +bfg +wrb +tSl +jUg +mqu +qHi +hKx +jvm +xIQ +qVx +gfo +sqc +qHi +lyR +hah +heW +tMI +xtH +lBc +gBZ +naa +tDa +bFB +bFB +bFB +bFB +bFB +jpc +bFB +vpi +nuc +nuc +vpi +nuc +nuc +jBU +vpi +cbb +nuc +nuc +vpi +nuc +gKy +lmY +fYN +eqC +gKy +dtb +txW +txW +txW +txW +pCa +txW +gxa +omy +hsh +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(110,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +xKy +vCa +ukF +dtb +dtb +igQ +dtb +ukF +qOf +awX +qFJ +jeQ +gSs +gFN +iZG +gzE +jFG +fDx +xZL +kLa +kLa +jUv +fUS +gPD +uNV +tNP +xVF +yjJ +iMx +yjZ +knQ +wkG +goc +lLg +xjj +hfO +bcR +gdW +ioB +vQU +api +lkU +ycr +blu +iMx +vVs +tfm +tuw +oAc +kEn +oAN +rZr +hCZ +hCZ +hCZ +hmj +hCZ +hCZ +hCZ +suN +qFx +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +hCZ +usK +aPm +kor +naa +naa +naa +naa +naa +naa +naa +naa +naa +peU +ffz +tgA +tgA +asl +apJ +wNP +bFB +bFB +bFB +brZ +kJk +qdg +bFB +bFB +bFB +rLj +nuc +nuc +vpi +nuc +nuc +jBU +nuc +cbb +nuc +nuc +vpi +nuc +gKy +daQ +adl +oKi +gKy +dtb +dtb +txW +pCa +nuy +aqt +jyx +fVG +fyd +dIx +lDa +aqt +aXd +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(111,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +dtb +xKy +eiG +tGE +dtb +dtb +vkB +lRC +kye +qip +qFJ +jeQ +kGd +qXA +kTa +gZM +vVq +esT +bpj +kLa +rIt +mGW +gTO +wVn +xSA +tLj +elF +yjJ +uVa +mAA +aan +iPk +uVa +icj +icj +jLx +icj +daE +icj +icj +uVa +gsx +aan +vkq +uVa +vVs +fqG +uuR +oAc +vlQ +mkK +oVs +nyK +lfL +hCZ +kdV +ioj +uIM +uWz +dpe +hCZ +hCZ +uKA +eWh +icr +lGR +tPp +tsN +qTR +kiJ +xlW +xlF +hfU +pnu +vKc +oDW +pDP +nzo +gXv +kgz +kXW +naa +naa +adb +naa +naa +naa +kuD +naa +bFB +iTM +kOo +dNp +lAH +fvl +eUE +aTy +rYR +eav +vpi +vpi +tDS +vpi +vxa +uPl +qLC +pxO +ioQ +vpi +tDS +vpi +gKy +gpe +wyn +gpe +gKy +dtb +dtb +txW +sEF +iVN +vSW +gAD +omy +cXz +cXz +uJk +okv +uDx +sEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(112,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +opN +pCa +pCa +pCa +opN +pCa +pCa +pCa +opN +pCa +vuR +ukF +ukF +tFN +hLR +aUM +ukF +dVZ +oOZ +lRC +qOf +kLa +kLa +kLa +pCk +gJu +qFJ +kLa +kLa +trS +kLa +biA +cYr +hpV +ink +uNV +mnh +wfx +yjJ +uKT +sGo +rOK +oBt +nCQ +icj +plJ +sWo +hlR +usH +dGx +eKx +mCb +qMH +rOK +aHR +hjP +vVs +aRE +aln +pju +knv +rjP +ueF +tyt +isM +hCZ +bHr +wGz +hCZ +hCZ +hCZ +hCZ +iLn +hhS +iyl +rhQ +fFr +bvW +bvW +wvE +xTe +lpF +xlF +nVi +gfg +mPT +pEF +peG +vsI +nym +ffG +nAA +ogq +naa +kXm +qwZ +nrG +pYu +vlw +kSG +bFB +dXE +unP +whp +wBP +whp +qOs +vOP +rYR +vpi +nuc +nuc +nuc +nuc +mSv +pRr +cyW +pRr +dIs +nuc +nuc +nuc +gKy +wMY +llB +sTZ +gKy +gKy +dtb +pCa +oOb +uQr +cXz +wbP +bJY +bJY +bJY +rhF +cXz +sdV +vMG +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(113,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +dtb +eri +eri +eri +dtb +eri +txW +txW +dtb +txW +nPC +ukF +lRC +ukF +iNg +dtb +ukF +rKr +lRC +qip +rHg +kLa +fgt +gCJ +kCt +vfZ +tHt +rhZ +iCi +oOu +kLa +fTi +mqX +mOC +cVR +ovc +xcT +utQ +uWQ +bzv +sOB +jed +oBt +tvH +icj +mzf +ygg +axM +goi +cSq +jfT +mCb +qMH +pUB +msm +wwi +eFK +jig +cTv +flC +lvf +wyi +axW +lEY +uPd +hCZ +qJE +vjK +hCZ +fOi +iPn +hCZ +vZj +lFV +kpp +wWn +oDN +pDH +bvW +mbK +qqR +lpF +xlF +nVi +tBI +mPT +qoo +nKM +kpC +aEV +ezk +kpC +tkO +naa +pJx +naa +naa +naa +kQa +bFB +bFB +oJb +vkh +aWd +vWy +pZe +iMj +hLg +rYR +rYR +wkK +nuc +cfX +nsB +xRr +vsA +okb +jsr +uSG +jNn +ekt +nuc +euZ +wkb +szM +mJr +obZ +gKy +dtb +txW +lDK +fan +eUt +wnX +cXz +omy +cXz +htl +fVy +qCB +fPa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(114,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +eri +eri +eri +eri +eri +eri +mGv +tGj +tGj +vcY +dtb +hqw +ukF +xKy +ukF +agJ +qUp +qUp +qUp +qUp +kLa +bTa +vxT +oGL +vxT +hcL +vxT +kLa +dri +kLa +urR +ylg +nEz +gpo +uNV +aAq +wLq +cUI +iRL +cxH +hzk +oBt +nCQ +icj +hhs +pbi +seg +pbi +vbm +eeC +vqQ +vEj +vkS +tFY +dxH +eCA +uYm +efF +rCr +ltw +lEq +lzJ +osd +adt +hCZ +scC +dmO +hCZ +gHi +xYt +hCZ +gWR +jSZ +mng +rNA +kYv +eAj +tFk +ieQ +gFP +nNH +xlF +oyR +xVv +kuO +hyf +pOG +fTM +lhb +iac +kpC +prg +naa +cQb +lYY +qwZ +hrH +yhC +bFB +dlT +hLu +aWd +aKQ +ydK +nJe +pZe +sZA +dEI +rYR +sPC +hrd +uPi +pRr +eTe +kXS +kXS +kXS +aea +pRr +kHK +rBa +ekz +jKh +dtk +tfb +oSD +gKy +dtb +txW +wGa +omy +kBS +cXz +cXz +cXz +cXz +cXz +aPC +omy +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(115,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +eri +eri +eri +eri +eri +eri +vGi +uty +uty +dya +dtb +pCN +jkW +xKy +xKy +qUp +qUp +mnU +vil +qPc +kLa +kLa +vqu +aXa +kPX +ocJ +vqu +tTH +bpj +kLa +kHb +pfv +kyB +oUw +fvs +cix +elF +cUI +uVa +qan +aan +fPb +uVd +icj +icj +oBu +yjt +wOe +icj +icj +uVd +nch +aan +dMp +uVa +qlW +pBa +nkG +oAc +reS +wCn +xOn +jOc +huc +hCZ +htW +gaY +hCZ +eEg +hCZ +hCZ +giy +gye +aTE +bZi +fDJ +fDJ +xzR +fDJ +fDJ +aTh +oJr +tKp +fYi +fYi +aAN +fYi +fYi +naE +lhb +kpC +usN +naa +naa +eUT +naa +naa +idM +bFB +nJc +bAS +gbm +lKQ +jRI +kqP +jQi +jKq +fIN +tAf +fZB +dZR +wFD +cyW +aVm +kXS +kXS +kXS +oOK +cyW +cLM +rJM +gKy +wby +eUJ +szY +iAb +gKy +dtb +pCa +wGa +cXz +kBS +omy +cXz +ryt +cXz +cXz +aPC +cXz +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(116,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +eri +eri +eri +eri +eri +eri +sXU +mKY +uty +svU +ukF +asN +qUp +qUp +qUp +qUp +tzR +xXc +oap +sCf +hgS +kLa +jeQ +fpi +jeQ +fqD +jeQ +kLa +rAv +kLa +kLa +iya +pbu +lPL +uNV +tNP +vUj +cUI +iMx +bon +nox +fVk +uVd +kCn +pRT +jgD +tDe +rft +mDV +pAH +uVd +jxl +ook +uUO +iMx +qlW +oVo +nkG +oAc +olY +yja +eXG +hCZ +hCZ +hCZ +bXQ +dlH +uZk +nEs +hCZ +hRb +bCV +hNK +bCV +iVK +iVK +yck +duV +xIs +czJ +bna +fub +eAL +cSv +ecB +hJl +tIC +kiG +kiG +hZZ +kpC +ial +qvW +naa +pMo +iPw +qwZ +vlw +bFB +cpQ +roW +xsr +lws +unr +rqm +gRW +xkf +mKE +rYR +sPC +hrd +dQq +pRr +eTe +kXS +kXS +kXS +aea +pRr +gKW +rQt +tAu +qEW +hQt +dyb +nmJ +gKy +dtb +txW +rYA +cXz +kBS +cXz +cXz +cXz +cXz +cXz +thj +cXz +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(117,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +eri +eri +eri +eri +eri +eri +sXU +uty +uty +dya +kan +dtb +qUp +xeV +kJO +hSN +fcR +hXt +uLA +qce +bmd +kLa +kLa +kLa +kLa +kLa +kLa +kLa +bpj +iQu +kLa +uNV +uNV +uNV +uNV +rXA +psT +bnM +uVa +iqC +rgy +lXX +uRb +cTV +eIq +uZv +pef +irs +sos +gOq +fTB +iku +gZl +nPY +uVa +tBL +okM +tok +eAi +eAi +dIG +eAi +hCZ +xnQ +fcH +pOZ +mye +pvv +hCZ +hCZ +fDJ +qQi +oih +bCV +iVK +bna +fub +ijB +nbl +ijB +dlm +bJq +saC +ijB +gZT +ijB +qnm +ntj +kiG +kTH +pRz +pHb +fYi +naa +naa +kjA +naa +bFA +bFB +bFB +lhV +ydb +xsr +dBg +gRW +chM +hZr +rYR +rYR +wkK +nuc +lJF +nCH +wbg +sOa +vod +aZj +eCU +eMJ +ert +nuc +euZ +rbg +fYF +cft +tfy +gKy +dtb +txW +izh +vJF +yli +tpQ +omy +cXz +cXz +pNu +aRJ +ooW +sSH +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(118,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +eri +eri +eri +eri +eri +eri +eri +eri +nnZ +sFS +sFS +xpG +ukF +jjh +qUp +tiZ +uGf +fqo +oPI +vzC +xnk +dcI +lfZ +qUp +ebr +iYZ +ggX +bjf +sle +kLa +kSO +nBo +kLa +tDq +chl +hTz +uhK +uhK +fAL +uhK +uhK +uVa +qQq +tet +xhY +gbr +pKh +pTK +hiq +dTX +hhR +txv +pGU +xyq +yeU +uVa +qNb +bHh +ewO +jfq +eAi +pKT +qAi +mRt +hCZ +hCZ +oHO +iMw +hci +pvv +hCZ +yjc +fDJ +iFA +bCV +iVK +iVK +bna +ijB +czt +wvW +jBA +jBA +nTb +jBA +jBA +jxC +ijB +uuH +ntj +kiG +kiG +rfp +xTh +uBc +iPi +naa +kaM +kaM +apJ +ieO +bFB +oxp +hhD +cEA +cUJ +cEA +sfI +xNA +rYR +vpi +nuc +nuc +nuc +nuc +mSv +pRr +cyW +pRr +hne +nuc +nuc +nuc +gKy +xvT +uhd +qVc +gKy +gKy +dtb +pCa +vYK +uQr +cXz +dEM +sUm +vIE +vIE +rMV +omy +sdV +xvA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(119,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eri +eri +dtb +eri +eri +eri +dtb +eri +txW +txW +dtb +txW +doC +ukF +vCa +qUp +otK +fnj +qUp +qUp +jeA +bnn +iMg +qUp +qUp +qUA +dcm +taD +uyZ +hvE +kLa +bIz +kyi +wfW +grk +gaK +nRn +vaE +oyb +hjE +gbV +saO +uhK +uhK +uhK +uVd +lYL +fSF +jjn +nCZ +vpB +jUJ +nOj +uVd +dyD +aPi +qNb +qGo +teN +fiV +bhZ +eAi +mqk +kEP +koa +hCZ +kSE +iMw +iMw +iNK +hCZ +hCZ +qcD +mUP +fDJ +rhN +iVK +bna +fub +ijB +eev +kJl +cIJ +cIJ +nUi +cIJ +cIJ +kJl +eev +vZu +fub +ntj +kiG +beh +fYi +uBc +vlo +naa +naa +iCj +apJ +aKf +bFB +eBT +tyW +qFg +nWu +pKQ +wrP +liw +rYR +oLZ +vpi +vpi +tDS +vpi +iFg +pyW +nwo +who +fgd +vpi +tDS +vpi +gKy +gKy +gKy +gKy +gKy +dtb +dtb +txW +fBx +aeD +eUh +ukb +cXz +omy +cXz +xYz +eUh +qeC +sEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(120,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +opN +pCa +pCa +pCa +opN +pCa +pCa +pCa +opN +pCa +vuR +dtb +xKy +qUp +qUp +qUp +qUp +nxd +wGP +vyr +ufN +qze +nhR +jGU +oCd +wUK +lbm +qJw +pJJ +wxC +kTI +kLa +sdm +sdm +sdm +uhK +vjr +uRZ +gmk +gPo +wER +sjK +kJX +uVd +efm +hAd +eDl +tmY +mTn +hAd +tRp +uVd +pbo +lwR +kwv +csz +qKS +kRJ +mUr +hCZ +hCZ +eyq +hCZ +hCZ +aXm +hCZ +hCZ +mvd +hCZ +ujc +hkp +bzN +mUP +fDJ +fDJ +dmN +xmr +kMn +kJl +kJl +qoM +nIC +glP +gGJ +swP +kJl +kJl +aBQ +vHR +wOb +uBc +uBc +uBc +uiq +ykp +rbO +naa +iET +apJ +ayU +bFB +vqJ +vqJ +vqJ +omE +vqJ +vqJ +vqJ +rYR +pxF +nuc +nuc +vpi +nuc +nuc +jBU +nuc +cbb +nuc +nuc +vpi +nuc +hrd +dtb +dtb +dtb +dtb +dtb +dtb +txW +pCa +aXd +kLH +oOw +uxn +uxn +uxn +pVQ +kLH +nuy +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(121,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lAM +bPY +kLH +aGm +qze +sSU +eZt +umJ +iqr +gTb +buq +gBt +aPF +rHU +eQl +nNr +vtu +ixk +kLa +kLa +uqz +kLa +iCL +kwm +axI +uhK +nPx +tqL +jQI +gKN +uhK +qkd +bAD +hkc +jxa +prq +nvY +jik +xbq +lEm +kue +hkc +lAv +ttq +qNb +mDb +ekH +aWl +oPA +hCZ +iae +ktw +rdE +ktw +wBm +qAG +mzY +lJV +hCZ +gqr +sQi +ocR +xBj +aqS +pQH +fub +blG +bjy +aKm +cvQ +anE +weJ +weJ +weJ +anE +cvQ +uSh +gyo +iro +fub +eYI +uMb +iOS +jiF +ody +faQ +naa +twz +eAZ +ieO +bFB +kDP +kDP +fSq +xHO +fSq +cOO +fBa +ajG +vpi +nuc +nuc +vpi +nuc +nuc +jBU +vpi +cbb +nuc +nuc +vpi +nuc +hrd +dtb +dtb +dtb +dtb +dtb +txW +txW +txW +txW +wlY +dtb +wlY +dtb +wlY +dtb +wlY +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(122,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +dtb +dtb +aGm +xTz +dvu +pTa +cIf +qEm +rIW +pbw +cII +nhR +pJD +msE +qCQ +psU +xqA +nhR +sHt +iIe +iZw +hAW +rQc +kIT +bxI +bxI +bxI +vmp +bxI +bxI +bxI +bxI +hkc +nAQ +dXX +dBU +gkD +xFK +eoL +tLF +hkc +qNb +qNb +qNb +qNb +iox +qNb +qNb +hCZ +hCZ +hCZ +hCZ +hCZ +pPF +orI +cAi +hCZ +hCZ +mQb +hwE +vDd +cMm +rHT +pQH +rXU +kRF +qbe +kaf +cvQ +dtb +uty +uty +uty +dtb +cvQ +mEz +fRd +iro +oCy +eYI +xPm +trf +ttk +igx +spm +naa +naa +apJ +bFB +bFB +hxj +pbs +fSq +uLK +fSq +ojx +rjk +ajG +hrd +nuc +nuc +vpi +vqI +nuc +jBU +rGS +cbb +nuc +vqI +vpi +hrd +hrd +txW +txW +txW +txW +txW +txW +txW +txW +txW +lHF +aqt +eVR +eVR +eVR +aqt +aqt +aqt +aqt +sEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(123,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +pCa +pCa +cqc +hbE +hbE +hbE +eIs +abL +oFY +vjM +igc +bPR +iWr +hKn +nvZ +nhR +jYT +lve +qRg +lve +wOs +nhR +ctL +gOk +eqb +tvq +pxg +pqa +bxI +dKG +mTe +hLY +lMP +pup +kCZ +bxI +otO +qyc +myV +nLC +aez +cpm +myV +suB +fVl +qNb +nLx +ipc +voV +kfu +dcx +xLp +qNb +eJi +fVf +gch +hCZ +qTm +dmt +uxm +hCZ +wlC +qsW +uzZ +fNW +iyB +mUP +fTf +ijB +kRF +nqG +hBp +anE +dtb +dtb +dtb +dtb +dtb +anE +jVb +seO +xUO +ijB +sBZ +uBc +uBc +saa +ody +tEO +lRR +naa +xZI +bFB +oQQ +vEK +fde +xfq +cOB +pXX +vEK +fde +oQQ +gFi +ayo +gFi +ayo +gFi +bti +jYw +gFi +bmE +bti +hrd +puy +hrd +txW +txW +txW +txW +txW +txW +txW +txW +txW +aXd +gxe +dtb +wRk +oQT +aBH +xKy +xKy +xKy +dtb +imX +aqt +aqt +nuy +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(124,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +eUh +eUh +eUh +eUh +aGm +dOc +dvu +pTa +mhG +hNu +oid +cYS +lcm +mPk +gSv +aiM +fZu +aiM +kle +mPk +ybS +hUT +lZA +sgE +gVl +kay +bxI +bBh +tTa +nXX +ias +nDa +pOV +bxI +kUl +qyc +myV +tNv +dUX +iDu +oti +suB +shG +qNb +wLk +xIW +tgR +ceJ +mwN +gVF +qta +swN +qtS +pNU +hCZ +gME +pvv +okP +hCZ +aCX +keA +jQZ +eXK +hQH +gAO +fub +ijB +xaB +mIv +kJl +cNP +rgi +rgi +rgi +rgi +rgi +dOr +kJl +tTV +vGH +ijB +fub +lci +diE +qoS +ody +xiH +git +naa +pIT +bFB +piX +tow +okA +rTQ +nYJ +wyO +okA +okA +unz +gFi +ggN +mOg +mEP +gFi +mYB +yfU +kTT +etc +qtr +hrd +nKF +cAe +cAe +cAe +cAe +txW +txW +txW +txW +sEF +aqt +gxe +dtb +smB +nQc +mKY +jBa +rut +hLo +xKy +rHg +xKy +xKy +dtb +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(125,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +mGv +pCa +pCa +gJT +gJT +dtb +dtb +dtb +dtb +dtb +eIs +tvB +sGi +rdx +klC +mtA +tMY +fdn +aGm +mPk +tBX +maH +esJ +maH +mUJ +mPk +mPk +wvv +cTw +cXO +sAi +vgC +bxI +pOo +bad +wvk +tms +hGl +oVF +bxI +paK +qyc +myV +jqV +tIe +sQR +myV +suB +nvV +qNb +eKB +vWw +uba +ivN +gme +xHl +qNb +hwQ +blb +jvg +hCZ +wKx +cCw +ghv +hCZ +ooj +bNr +tYH +wZk +sEB +xCr +ijB +ijB +wgT +wgT +wgT +rgi +rgi +rgi +rgi +rgi +rgi +rgi +wgT +wgT +tWk +ijB +ijB +tOp +hHz +kxH +bkR +huB +vWg +naa +eGB +bFB +miD +nhe +rCs +hGO +coi +uPK +aSC +wRY +ccE +sQa +kZG +bQd +wPt +kVT +qMa +wUS +iAG +mdt +bmY +cAe +cAe +cAe +okQ +vHD +cAe +txW +txW +txW +txW +oOb +hrG +oQT +aBH +bJR +uty +uty +uty +svU +wRk +oQT +aPW +ukF +qvg +dtb +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(126,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +bmp +aGm +wAz +fiq +yiV +rTA +iAO +ooF +jOJ +osZ +rjC +eLU +tis +sNv +vUI +pME +gZg +mPk +isE +nBq +wLS +tCl +kzh +bxI +dAd +fuU +deF +ivp +aZX +smy +bxI +hkc +sYJ +mpA +xwK +oYr +wey +rlJ +glm +hkc +qNb +dEG +ila +cxF +pqQ +knt +hFx +qNb +xBb +tma +xEi +xxk +ubG +qxk +qvV +hCZ +dqo +keA +kgX +eXK +fCq +xCr +ijB +tGJ +sMq +fGO +vQQ +rgi +rgi +rgi +rgi +rgi +rgi +rgi +sMq +fGO +vQQ +lMy +czt +tOp +kvX +cCr +ody +aYh +kFG +naa +lBc +bFB +eGg +xlK +xGN +kEB +dFa +mnZ +nFU +nFU +rZd +gFi +nNh +nNi +vbW +gFi +pQo +svN +lFj +etc +mYB +cAe +fCB +tmn +iqT +cZU +cAe +txW +txW +txW +txW +wAf +iFP +mKY +uLz +evP +uty +hzt +uty +niX +opA +mKY +dya +rHg +dtb +dtb +rfP +oWn +oWn +xOP +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(127,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +dtb +dtb +eIs +eIs +eIs +vKe +kdJ +rRL +hjc +bKI +bnv +ucB +hej +mOv +qdC +hpR +fTH +vYT +tTt +pkd +mPk +rNL +sdm +ovx +qyA +sdm +bxI +eCC +gox +xKb +cFy +jfz +cWU +bxI +vhG +pIX +dtW +cNO +lFg +lkH +nnA +kqR +mcB +qNb +lzo +sZB +mnv +nwJ +oOO +vdb +qNb +nfT +knB +tcU +hCZ +hCZ +hCZ +fpm +hCZ +nDS +cDx +qla +eXK +tbh +ddU +uYL +nQo +wgT +wgT +wgT +rgi +rgi +rgi +rgi +rgi +rgi +rgi +wgT +wgT +wgT +xMp +mYu +mjF +sCA +isW +cbU +pYP +pNy +naa +apJ +bFB +oQQ +yel +dQk +vyl +xVV +tzx +xgp +xvz +oQQ +gFi +gIb +wTn +gIb +gFi +bti +pzS +gFi +vpu +bti +cAe +fQh +dpj +fNg +kGv +cAe +cAe +txW +txW +txW +wAf +iFP +uty +gDO +pIn +uty +uty +mKY +svU +bwF +uty +dya +uSp +ecw +xKy +iFP +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(128,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +dtb +dtb +dtb +cDh +vYz +ham +nJo +gUe +clD +kdb +xrb +imA +cMj +osZ +sFz +fWv +rFr +ucy +xrX +vSf +geL +mPk +jwC +mjo +qzk +qzk +kNt +bxI +bxI +jDO +bxI +bxI +uZQ +iCr +bxI +rrV +fEu +vxQ +uSg +xkQ +ovC +woU +qmV +jpp +qNb +faK +dLl +liG +qNb +qNb +qNb +qNb +bPD +jwU +pnz +hCZ +qPO +hCZ +nwV +hCZ +qgJ +tEi +wmY +mPS +mUP +qzc +jvI +czV +lro +gjO +cvQ +rgi +rgi +rgi +rgi +rgi +rgi +rgi +cvQ +sXX +jRA +rdQ +bUw +hNz +uBc +mgT +tvU +wwY +dRy +naa +dnk +bFB +ajG +lAY +lAY +ajG +iAH +ajG +lAY +lAY +ajG +eOz +msT +sOy +rpO +gFi +qYk +ggD +agg +npO +tHx +cAe +aKP +iHY +nrq +ekj +gMk +cAe +txW +txW +txW +oOb +iFP +mKY +svU +pIn +mKY +uty +uty +dya +bwF +uty +dya +qip +ukF +dtb +pIn +mKY +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(129,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +uty +uty +uty +dtb +bSF +sBH +rPT +csw +oZS +bwU +gSA +cOi +cOi +soO +eSl +mpZ +qXN +bHH +eLh +oJV +bES +gVb +eeb +cyE +djg +jpJ +jpJ +jpJ +jpJ +peS +mdd +rZD +aXz +fIt +meE +nis +feJ +hfY +kuT +uSg +gXU +srd +mKe +bZM +vTj +nYs +vTk +cBs +uwS +lpV +eIk +fkJ +bqR +bqR +bqR +bqR +bqR +pjm +oPP +bzC +tvz +xjQ +bjQ +uTM +uTM +gIA +dYA +bna +wwm +guQ +hkb +okW +cvQ +anE +rgi +rgi +rgi +rgi +rgi +anE +cvQ +nAq +pRX +tWS +rdf +ntj +nHI +xsh +aVC +aVC +bkO +ddf +qkZ +xAh +gjm +oLT +dIr +jEG +oWX +eWy +gaU +iug +fSG +jwn +eKU +qda +upS +qjk +hqG +sZv +ueZ +dFJ +hqG +qct +mUg +bSH +pJh +kwN +thG +cAe +txW +txW +txW +oOb +iFP +uty +wJW +lZG +uty +hzt +uty +wJW +smW +mKY +dya +dtb +lCd +igQ +oEa +ujR +ujR +csc +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(130,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +uty +uty +uty +dtb +dtb +eIs +eiC +aGm +baM +hDH +iaK +cOi +cOi +kQL +nRx +qsm +elV +qqn +rXz +oRg +gjS +icW +sQE +qIx +fEj +mEs +dgt +ujf +rNp +mEs +toZ +mEs +fut +rEg +tYn +tYn +ngK +xTO +vWV +tEg +rrD +jHn +rxX +pjr +aEI +dQi +hYM +tYn +deW +nsq +jZY +onp +joT +mEs +mEs +mEs +ujf +mEs +mEs +mEs +cYF +koD +bmu +bmu +bmu +bmu +dYA +bCc +tGC +iul +olS +glP +cvQ +cvQ +rgi +rgi +rgi +rgi +rgi +cvQ +cvQ +glP +wlJ +fcZ +kPn +bCc +nHI +oba +oba +oba +oba +ken +fPu +fPu +vbf +fPu +jEP +fPu +dUb +gEx +pCj +pCj +hUa +fpg +jfo +bfp +uvg +mPm +uWt +jMU +cVt +kbj +lzC +cTi +gdX +mOi +sVs +dkj +ucH +cAe +txW +txW +txW +oOb +mGK +vwd +jXs +pIn +uty +uty +uty +dya +lje +vwd +ndj +agJ +rJW +ukF +bwF +uty +mKY +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(131,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +uty +uty +uty +dtb +dtb +sBH +sAG +csw +oZS +bwU +gSA +cOi +cOi +sSe +tlV +pau +rxk +avu +jQD +qCw +aGT +jdi +gYc +tnJ +aDo +xCc +yhV +aYc +aYc +hsv +jmZ +ilr +xkE +aTg +csk +pxJ +gGp +rmr +naK +rQr +lDv +fqy +uNI +okY +gzt +gbE +dWh +exg +iUq +pAu +nnL +xJR +oVD +jmZ +xiD +wAV +jmZ +piW +sTz +prp +vvZ +qpN +bAb +gKT +gKT +dOZ +bzp +jEw +eyE +urH +rOL +eiY +cvQ +anE +rgi +rgi +rgi +rgi +rgi +anE +cvQ +lSF +epf +xVi +aFM +ksn +wnt +vPG +ryV +cSd +gmL +kRe +csR +hec +xNc +cTc +dxc +fiR +ceU +xzP +xzP +qvb +nbU +iuF +vHs +yaX +tVx +qlB +opt +qSA +dCi +qgW +opt +aJj +rwe +dob +eyR +ffp +lZb +cAe +txW +txW +txW +fBx +kLH +uPq +dtb +lje +oPN +mKY +hRv +vvn +dXW +lCd +osS +xKy +dtb +dtb +pIn +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(132,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +dtb +dtb +dtb +mUq +vvH +olL +rGO +wfo +iUL +fHO +uGT +qHV +qfs +osZ +eAo +fkT +fIs +ucy +slZ +bsu +apm +ybp +gHM +ybp +ybp +fTP +xME +clm +xdw +bBq +dJT +clm +rZe +uJU +hkc +ijH +roe +urf +rQr +amQ +okY +gaM +bJf +upC +rlH +fSL +fSL +edt +rlH +rlH +oWa +oWa +sYg +qIl +pQi +oWa +oWa +xGM +bxU +xGM +sQm +pHi +dCI +muG +gOV +qxw +mZk +vSF +hrZ +ahD +cvQ +rgi +rgi +rgi +rgi +rgi +rgi +rgi +cvQ +xvt +lro +iKL +mkx +vcy +nVN +kwd +dre +mlp +uQi +nVN +oVN +qXJ +qHf +pfB +pfB +nWn +jmd +nWn +pfB +pfB +xgT +eKf +aou +xKn +eHT +gFi +eeG +uWW +qKq +iOj +mMr +cAe +uuP +bIS +gJs +rXB +hmW +cAe +txW +txW +txW +txW +kan +aXd +otW +ukF +sJF +vwd +ndj +dtb +qvg +xKy +dtb +iWP +kLH +kLH +oOw +uxn +uxn +cud +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(133,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +dtb +dtb +eIs +eIs +eIs +ajz +mwP +ksJ +xJz +rBD +xaJ +igb +aQN +lIR +eAw +iQh +ati +fJV +pck +okz +ybp +kxu +nMA +ybp +rCV +bRt +clm +vxO +tAb +tDP +clm +cIb +pgm +clm +xjl +ckK +aqb +qvU +xSY +qvU +rbb +bBb +mCE +rlH +xLb +buI +srm +nFq +bCe +oWa +lgk +mOF +sTP +nqW +pxI +uYT +xGM +tag +xGM +iIR +pCx +kuj +tmK +axD +oca +fai +erP +wgT +wgT +wgT +rgi +rgi +rgi +rgi +rgi +rgi +rgi +wgT +wgT +wgT +tDi +cmp +xQi +sWO +iNb +uaD +ogO +sUF +nVN +mXZ +uEE +rKj +pfB +oFC +oJG +fmb +gfO +hIF +pfB +eJI +hsL +vVr +ffT +bRq +gFi +bti +xZr +gFi +mRG +bti +cAe +xnN +voz +luj +iNq +cAe +cAe +txW +txW +txW +txW +txW +vkB +wAf +dtb +dtb +dtb +ukF +ukF +iWP +kLH +kLH +sEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(134,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +dtb +bmp +aGm +hNB +rPj +lMG +npt +qeJ +tIL +fWp +osZ +nbr +vKV +jrq +jbD +cHg +uNa +drE +ybp +kxu +uQV +ybp +vme +boB +red +gnx +poZ +gnx +odt +olA +lJk +tnh +hkc +nMe +iNo +pfA +pbd +nEf +qtj +lFM +hkc +rlH +wHO +wSb +gxD +cCX +nkX +oWa +fmL +xRH +mRW +gyE +nXH +uzE +xGM +gcz +lpB +rMd +nQk +qZk +tmK +maj +jcB +ijB +tGJ +sMq +fGO +vQQ +rgi +rgi +rgi +rgi +rgi +rgi +rgi +sMq +fGO +vQQ +lMy +ijB +ued +utF +eaI +jBk +dqV +kaw +lIM +lIM +pAZ +lIM +pfB +wFU +eSM +dJg +wIJ +xNP +pfB +pfB +soA +qKo +nzM +yhy +yhy +kDS +fDr +kTT +etc +xVe +cAe +dfz +lii +xeR +xWo +cAe +txW +txW +txW +txW +txW +txW +sOu +oOb +dtb +dtb +rJW +ukF +dtb +aXd +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(135,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +mGv +pCa +pCa +gJT +gJT +dtb +dtb +dtb +dtb +dtb +eIs +uOM +hlJ +rdx +klC +lig +mhQ +nEv +aGm +mPk +cMQ +mdg +mdg +qKa +dfA +ybp +ybp +wvu +rpF +ybp +mQH +lLq +ovo +uXN +gBq +wLX +pxd +bNP +dqj +clm +azh +pAz +myV +aLH +vVy +gcb +myV +bfo +xDX +rlH +amP +kFm +vPe +guw +sxd +eak +fEW +jhf +dtG +eov +qwT +xBZ +xGM +psm +xGM +iCV +rIK +czS +uXY +faO +jcB +ijB +ijB +wgT +wgT +wgT +rgi +rgi +rgi +rgi +rgi +rgi +rgi +wgT +wgT +wgT +czt +ijB +ued +rZR +rim +ddM +thJ +owH +lIM +tqW +lvi +lIM +lqJ +jQQ +nDf +xCf +uAg +pIg +tJa +pfB +roQ +auv +oQl +hXY +hbQ +qML +hCI +kjQ +mdt +glI +cAe +cAe +cAe +hZu +mxq +cAe +txW +txW +txW +txW +txW +qvg +aXd +gxe +dtb +dXW +dtb +dtb +dtb +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(136,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xka +nPV +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vSW +vSW +vSW +vSW +aGm +mXF +qWF +mjN +rCX +hNu +kcn +gGM +eIY +mPk +rFD +kkZ +vTZ +ckF +vzY +ybp +qya +nat +kFc +ybp +afT +hYG +nUa +luw +sTf +cWV +vyo +jkO +uEU +clm +bye +pAz +oti +gzO +cdY +mVO +myV +bfo +kfd +rlH +vey +pfD +wxp +gwb +nkX +oWa +mrY +ljL +tPw +wBK +tqy +mck +xGM +hjO +xGM +uwF +nQk +krJ +hfb +hxv +urL +nxE +ijB +xmr +hFM +kJl +cNP +rgi +rgi +rgi +rgi +rgi +dOr +kJl +skU +vHR +ijB +fub +udF +ivJ +tca +jBk +dqV +kaw +lIM +nOB +fni +lIM +mOd +aJp +msb +dWM +ogG +mOK +tXG +pfB +xBG +biF +fZm +swL +yhy +kDS +fDr +lFj +etc +pQo +xPk +uWo +cAe +cAe +cAe +cAe +txW +txW +txW +txW +sEF +aqt +gxe +dtb +smB +bJN +aRm +sLa +gEb +ldo +pCa +maG +oWn +qkf +oWn +tyH +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(137,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ett +igh +igh +igh +igh +veJ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +pCa +pCa +qCf +qCf +qCf +qCf +eIs +cNi +fLe +kOj +ckz +kqo +bdz +ldU +ozs +gag +eNg +tLi +ofk +vAE +wcQ +ybp +req +prK +iuT +ybp +bxb +gFc +peL +wLX +hfN +vCA +aEt +efG +tkP +clm +pha +pAz +myV +vuF +iVZ +hhe +myV +bfo +fQD +rlH +aWP +uao +hoy +nFq +bCe +oWa +sOg +juD +iZk +vqW +jyY +uYT +xGM +mVH +xGM +ouC +vTA +vFa +gFV +gOV +gOV +cVn +ijB +kRF +bjy +bzR +anE +dtb +dtb +dtb +dtb +dtb +anE +fDO +gyo +iro +ijB +mdv +nVN +nVN +lLb +jBk +yjq +wYk +lIM +eLi +rMi +lIM +cxw +oMQ +imM +uIQ +fUe +xgg +aLV +pfB +mlU +wPJ +clK +lrn +yhy +bti +ooc +gFi +nSH +bti +xPk +otc +lGW +fVr +dSE +xPk +xPk +txW +txW +txW +oOb +dtb +dtb +gjQ +pIn +uty +mKY +uty +svU +ldo +txW +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(138,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +psp +sVP +igh +gtn +gtn +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +aGm +eSx +lhh +vMr +iip +jzs +nwd +bdc +fzc +vGF +fMx +buK +cKV +tUH +erh +ybp +bzt +prK +jCN +bLk +wKe +giu +qMN +gkb +gHN +gkb +vQE +tof +qLl +clm +hkc +vLX +jxp +pMB +llF +kRf +amL +gSn +hkc +rlH +vrl +rlH +rlH +rlH +rlH +uzy +xzj +gCd +vZa +fsF +xGM +xGM +xGM +ahG +xGM +xGM +wxv +hSW +xDi +qTE +exD +ixw +cGG +kRF +kME +qZd +cvQ +dtb +uty +lhx +uty +dtb +cvQ +nAl +fRd +iro +ltE +eYI +wCk +vkK +axB +gJD +kWg +lIM +lIM +bGd +wLh +lIM +lIM +axp +ncN +hVd +paG +xXM +pfB +pfB +tWG +lbM +udE +pgg +yhy +bXe +obK +jYB +pHZ +vnM +mnp +etz +uxF +veq +wEN +dsQ +mnp +pni +aqt +aec +gxe +dtb +dtb +ukF +eiF +uty +hzt +uty +nrR +fBx +pCa +hFK +uty +mKY +uty +plT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(139,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xka +igh +gtn +igh +gtn +igh +igh +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +aGm +nxP +lHg +ieY +iwD +tAL +fBL +oiZ +kvc +oRq +oNB +uWE +xus +cEd +jBo +ybp +aTZ +lkD +qab +ybp +vgv +ckf +clm +nac +ygm +ihI +clm +kem +eks +clm +hkc +tVw +ctI +piV +tXP +eMV +jSu +gAm +hkc +rqv +eJZ +uMN +uzy +ojm +pjY +eCh +afb +jrC +smz +koP +xGM +csT +xXi +lyt +suj +xGM +lll +hYN +iQi +mhr +rak +aCl +nxE +kRF +mNn +gxt +cvQ +anE +cLn +kOl +cLn +anE +cvQ +sno +seO +iro +fub +eYI +wZL +bhQ +bZy +jBk +qOA +lIM +hop +xZZ +wLh +dlI +lIM +uuG +rbo +wCe +nNO +mrv +pfB +tRT +gxm +aoa +vph +qKj +vTa +lKT +eyO +mgG +cmy +wFV +vIJ +xsV +dNj +bbP +veF +fsZ +mnp +aFA +xKy +xKy +xKy +dtb +ukF +agJ +sTy +uty +uty +uty +svU +ldo +txW +wGa +mKY +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(140,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nPV +gtn +gtn +nPV +txW +pCa +nnG +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +aGm +aGm +eIs +aGm +qze +vBA +pAj +wvp +nxd +gag +bWt +rKO +kXC +nlV +uYf +hHo +qpc +mut +eel +ybp +huo +tDT +clm +clm +anW +anW +anW +eLo +pyd +dyB +eRh +bPH +vEv +kts +xpV +viI +vEv +bPH +eRh +osO +dFY +sQw +bbE +duM +qUh +tOI +ycT +hsV +lMn +tJt +fvS +uGd +xGM +xGM +vDq +xGM +qft +cKO +lmf +gOV +uIV +uIV +sLg +xaB +nvO +kJl +kJl +ses +uPL +glP +loq +wkP +kJl +kJl +fdu +vGH +xHk +wZE +wZE +nVN +vTe +sHl +ufU +lIM +sCy +dAb +lvi +qXo +lIM +prQ +uXd +cfJ +uXd +kxw +kxw +yhy +qQF +mTK +kGW +gjk +yhy +rrA +cyO +yai +gqV +vib +mnp +iSa +oMi +xjv +pUZ +gdc +mnp +ocH +rJW +ukF +ukF +dtb +nov +smB +fQa +akj +vIE +hvl +jZM +ldo +pCa +gGP +vIE +akj +vIE +jEF +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(141,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +tuB +igh +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +qgL +twQ +twQ +eHv +ykt +sfj +twQ +twQ +lJl +oDZ +aHU +rNJ +eIp +bYy +cDg +vOl +dAJ +knF +aiY +kIy +vKL +edK +dfM +svv +tpq +wQQ +fbx +eVu +eRh +rjU +anh +khL +hvz +lwH +vtp +wiB +eRh +tCd +ajq +bHU +uzy +snn +ddY +ead +hEC +jql +bNT +kFF +xGM +jdS +rIC +kUn +hve +xGM +xGM +cFU +gOV +uIV +kvd +hwm +kmu +nxE +vZu +eev +kJl +cIJ +cIJ +bMx +cIJ +cIJ +kJl +eev +ijB +wPa +ksn +thT +ubz +wZE +nVN +dPU +lIM +lIM +lIM +ycG +drC +laB +odc +prQ +hEH +nxl +wWQ +kxw +cNX +sfJ +qmQ +wnk +ufv +weI +yhy +lur +tqT +krO +uof +fob +xPk +dtu +bcw +bcw +oYW +xPk +xPk +xtz +ciV +pnd +bJW +giI +gLp +pIn +mKY +uty +uty +svU +kan +ldo +txW +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(142,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +pCa +pCa +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +igQ +twQ +miz +idk +iGb +dzI +uLF +twQ +rmk +cEM +jvv +vsa +pFG +ybp +vZD +edR +ogy +iAR +stB +aiy +wmA +edK +dfM +svv +vvI +rgH +xZx +sar +hQT +lEb +dbF +kWH +oER +qRo +slF +xJX +fDp +oCC +liZ +csG +uzy +uzy +uzy +uzy +xGM +xGM +xGM +xGM +xGM +fxi +eCK +qIE +suj +bbJ +xGM +bWJ +uIV +dtr +uqq +hwm +hwm +iYk +vZu +ijB +psN +xCp +xCp +mxU +xCp +xCp +eaQ +ijB +ijB +ksn +thT +thT +hWt +pKw +nVN +eTh +lIM +xIk +fvF +pXz +gxR +iuG +jde +prQ +rpg +oYd +sfX +kxw +hgc +yhy +hwk +uDQ +oaZ +irw +wZd +ing +iqN +mta +qkW +qkW +xPk +bKE +mSB +sZV +ple +mnp +rFt +nml +ons +pdK +miK +iLP +taZ +dBE +uty +uty +mKY +nrR +dtb +ldo +pCa +hFK +uty +hzt +mKY +plT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(143,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ohU +txW +txW +txW +txW +txW +txW +txW +txW +pCa +igh +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +kan +twQ +qYr +ruU +oOc +gMK +ktI +twQ +pil +gag +gag +ybp +ybp +ybp +geD +lNc +uAP +ybp +wrw +fKT +clm +clm +iyS +iyS +iyS +ixf +kKz +xNr +rIl +qxi +irg +ifE +jvE +bXi +daZ +lud +fgR +jgA +liZ +aNG +mWG +dtx +fXt +wxx +xGM +eSj +csT +aPA +cTE +enS +xGM +xGM +xGM +ocV +xGM +xGM +uIV +lyM +qJB +fjp +hwm +kmu +fTp +udm +vtW +nvj +nHJ +tAe +leK +ijB +nwC +ijB +fub +ksn +thT +ahi +wfG +doQ +wZE +lIM +lIM +xAE +lIM +qcI +ssz +lIM +lCX +prQ +prQ +prQ +prQ +prQ +nFV +prQ +cGE +uDQ +oaZ +irw +wZd +kFn +iqN +qrv +qkW +qkW +xPk +uSf +uEW +wAA +kkQ +mnp +lnS +nml +eRS +dsw +iBQ +ahm +sbg +pIn +uty +mKY +uty +ssR +igQ +ldo +txW +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(144,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pDm +txW +txW +txW +txW +txW +txW +txW +qLZ +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +dtb +twQ +jYk +sxO +udj +qDZ +sSz +tbO +cNz +aLX +iKZ +yiJ +rKR +usO +hKg +ahZ +fDg +ybp +ybp +ybp +iyS +nKw +irK +wtm +iyS +xbI +liZ +ecT +eRh +fzG +hXJ +alT +fXl +fvz +hPp +bDs +eRh +oiJ +liZ +pGy +mWG +oxq +mWK +oic +ftB +cti +pqd +xGM +xGM +xGM +xGM +xXj +oln +hve +tJx +xGM +djV +hCg +jAG +fig +hwm +hwm +del +cpq +mBI +arc +jEw +fub +eab +sPt +kOk +jAu +fGj +thT +thT +tPZ +lsj +rfs +cIi +lIM +ylY +fMu +sFv +dvn +cSf +utK +cSf +utK +sYw +bRo +nbQ +nbQ +jaB +prQ +hwk +oeW +oaZ +irw +wZd +nSO +iqN +tNi +qkW +qkW +xPk +uno +bqe +nHf +kkQ +mnp +mSb +nml +wjb +iBQ +iBQ +tvW +hyS +mGK +xhd +ujR +fhx +woT +gEb +ldo +pCa +gGP +vIE +akj +vIE +jEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(145,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +wkX +igh +igh +vSN +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dtb +twQ +mAl +hwp +fIM +ueg +wUz +dER +fcG +sYl +vIU +ybp +iAJ +eED +bzt +dql +nZB +kVd +luq +ybp +iAl +dbo +pRG +jPa +xGT +ehk +dTu +fvO +anW +sjb +uAA +vhm +uAA +uuk +uAA +sjb +anW +wWt +dTu +iuE +cCf +uKG +omo +ltJ +xGM +xGM +pzd +xGM +euO +nSV +biY +hyH +xGM +xGM +kmQ +xGM +xGM +xJr +gYM +mBs +msw +uIV +uIV +nix +uIV +uIV +vQP +vGu +cNH +wZE +wZE +iYf +wZE +wZE +cuG +ejz +qzU +ttH +lIM +lIM +aUh +lIM +lIM +ogh +prQ +prQ +tao +tao +tao +prQ +tao +tao +tao +prQ +yhy +yhy +yhy +yhy +yhy +rUv +aIg +myq +sAk +sAk +xPk +xPk +xPk +xPk +xPk +xPk +dtb +mEf +eRS +bDW +iBQ +gpa +taZ +dtb +pIn +uty +uty +uty +svU +ldo +txW +wGa +uty +uty +mKY +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(146,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ohU +txW +txW +txW +txW +txW +txW +txW +vCE +igh +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +vIx +vIx +twQ +wZy +ehu +kbZ +tSF +rKd +xnB +cmu +xmv +vNF +ybp +geD +wCr +bzt +bzt +iIG +vGr +ueu +ybp +kxl +mmR +jZW +kvC +iyS +rHo +liZ +iMV +cqe +gxf +mWr +tat +aGH +nBw +lZd +sjb +dAM +rxp +liZ +imC +oGH +wIV +tXx +mYT +bie +xGM +xgx +xGM +jqg +uor +fUX +hlD +sXE +xGM +iTT +aVg +xGM +knJ +jVw +odV +aLn +aFa +vzX +byi +aUY +eDo +iSS +rqD +wIc +vBi +wXo +ycv +cGc +cGb +cnY +svK +vgV +wRq +lIM +nSk +jrZ +vZF +lIM +uuC +prQ +jlF +dtb +dtb +dtb +eho +dtb +xKy +dtb +gfd +wBL +rUO +uTL +kHn +iwh +csp +csp +csp +sAk +aid +iDt +dtb +aXL +ukF +jtc +siN +dtb +mEf +jFv +iBQ +moz +tvW +taZ +gjQ +dBE +mKY +hzt +uty +cff +sEF +pCa +hFK +uty +uty +uty +plT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(147,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +pCa +pCa +nPV +igh +gtn +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +rKr +dtb +twQ +twQ +kDN +uQa +mTg +twQ +twQ +cfm +cfm +cfm +ybp +ybp +xMy +bzt +bzt +jkE +nLg +cij +rDY +loK +kCi +nKp +vwx +idN +mhb +liZ +nIu +kah +rAN +bOl +cXR +rSu +xcD +fOJ +sjb +fYd +rxp +liZ +xtC +tce +ppN +kLL +yeg +oOz +xGM +vmS +xGM +xoR +hfe +iVa +isU +fqs +xGM +xGM +kBl +xGM +kjR +tFZ +dvi +pvV +gUh +tJW +kbz +dUt +wOG +iaU +rqD +mpE +baF +gkm +ycv +qBu +bUi +qJr +jEC +lYm +dWu +lIM +bxW +tnR +iGZ +lIM +uuC +tao +dtb +xKy +dtb +rUO +dtb +xKy +dtb +dtb +uQr +wBL +wGO +kiU +ukF +xKj +oZy +raC +wew +ejV +dtb +agJ +ukF +osS +dtb +aXd +gbY +ukF +nml +pOQ +iBQ +iBQ +tZC +hyS +xKy +sTy +uty +uty +uty +svU +ldo +txW +wGa +mKY +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(148,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +igh +sVP +pCa +nnG +pCa +txW +txW +nPV +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +bPd +igQ +dtb +twQ +twQ +twQ +twQ +twQ +bmp +qNl +beF +ttX +opN +ybp +cFp +uHD +giL +pPi +qIG +jDn +ybp +pKk +wtb +iWl +jvM +iyS +fln +liZ +nIu +kah +qMS +sUI +cZn +iTn +bXA +fwo +sjb +gWp +rxp +liZ +ftG +lMX +qlY +hOU +pNC +sjr +xGM +ood +tXg +eVG +stR +hkI +dmo +bLz +dsI +rXi +yet +xGM +vSM +eYY +bNx +gBh +saW +kbz +kbz +ito +tWm +qpE +rqD +mpE +odb +sCe +ycv +wVQ +ihO +rge +qdR +jHb +sJY +lIM +yiz +qGC +vsj +lIM +dPt +tao +dtb +dtb +bZE +wRv +bZE +bZE +bZE +rUO +uQr +wBL +qud +dtb +rUO +dtb +xKy +ukF +dtb +dtb +osS +dtb +rKr +xKy +ukF +uaM +ffs +dtb +nml +yde +cGf +mjJ +fyT +hyS +xKy +mGK +pmu +nSB +hiC +jZM +ldo +pCa +fAl +uxn +mJR +uxn +jzD +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(149,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +xka +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +rKr +jbJ +sLa +sLa +sLa +sLa +sLa +cRl +kan +ldo +txW +txW +txW +ybp +dTN +rDm +tNK +wNx +nJU +vBf +bYy +rqn +wik +jyw +aVo +nHK +vtk +kJa +jDi +sjb +sjb +qaH +pYN +oCm +ubV +mFk +sjb +sjb +crQ +vIM +eGI +cCf +iiR +tpv +mkB +xGM +xGM +vVC +xGM +cqT +bEy +hPG +wsm +azo +abg +xGM +aVg +xGM +xGM +dkw +krN +pvJ +rXO +hNN +mlm +cbf +chq +oVJ +rqD +gMr +bBC +dQv +eUv +rpI +rvl +muf +lqT +pXQ +lIM +lIM +lIM +vEG +lIM +lIM +uhl +tao +dtb +rUO +dtb +dtb +rUO +dtb +dtb +dtb +gfd +wBL +dtb +ukF +dtb +ukF +dtb +dtb +jkW +bMh +xKy +qip +fnp +bYG +dtb +aXd +oIV +dtb +qyj +qMO +unD +unD +omT +gpn +xKy +xKy +dtb +xKy +xKy +dtb +ldo +txW +txW +pCa +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(150,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +jbJ +nQc +uty +uty +uty +uty +uty +jBa +cRl +ldo +txW +txW +txW +qxp +qxp +msy +oeU +msy +qxp +qxp +ybp +iyS +pAx +cKU +wNY +iyS +iso +snf +njn +sjb +wjr +sUI +ecs +rxj +foW +rna +rHF +sjb +jVg +qca +toQ +mWG +gXX +aWH +fLU +xGM +qTk +blV +rXi +mFA +hRp +xCN +bMf +iYz +yhx +tXg +oGO +nDl +xGM +xGM +xGM +xGM +xGM +xGM +xGM +xGM +xGM +tNB +euf +tLu +lIM +lIM +lIM +lIM +lIM +lIM +lIM +lIM +lIM +doJ +wHB +ris +doJ +wHB +uuC +prQ +jlF +dtb +dtb +xKy +dtb +dtb +rIb +dtb +gfd +wBL +fhM +brC +dBe +rFt +fhM +rUO +xKy +ukF +igQ +vSN +kan +xKy +dtb +nlF +xuN +dtb +dtb +dtb +ukF +ukF +igQ +dtb +igQ +lCd +xKy +xKy +nov +dtb +ldo +pCa +maG +oWn +qkf +oWn +tyH +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(151,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nnZ +pIn +uty +mKY +hzt +mKY +hzt +mKY +uty +dya +nnZ +txW +txW +txW +jAz +uQI +eNT +lXv +plK +mqr +jAz +ejG +iyS +eZo +qXs +eZo +iyS +eWL +iso +dAq +ler +pte +iWu +wyh +rSu +smT +lZC +kyu +wmf +fQH +eyr +eRp +mWG +gxn +xcb +jef +xGM +xGM +ilV +xGM +xGM +tXg +xGM +xGM +rXi +xGM +xGM +fbS +vtc +cTE +elx +nDt +dml +npk +hOJ +cBg +xXT +rwc +rWC +iID +fUc +oZx +aFf +pft +uWh +woY +fbA +wMb +vGT +xQn +bUk +aFf +uui +uYr +niA +uhl +prQ +uhv +cGC +gDE +cGC +uhv +cGC +fQG +cGC +uhv +qBD +wYi +pVs +pVs +pVs +wYi +jrA +igQ +wTv +osS +rKr +dXW +osS +ukF +aXd +oIV +igQ +tFe +tFe +wxd +dtJ +wxd +dtJ +wxd +igQ +qip +jEQ +ukF +ukF +ldo +txW +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(152,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +stE +oPN +uty +uty +uty +uty +uty +hRv +ndj +ldo +txW +txW +txW +jAz +xqd +djk +lrx +vbO +kxp +jAz +txW +iyS +asj +roO +eGZ +iyS +vvX +caI +xxS +sjb +vtP +bSI +ezu +nIq +qlu +bDw +eIC +sjb +hOF +sMe +uZT +xGM +xGM +xGM +xGM +xGM +aqL +blV +mrt +jop +maW +cUH +tUa +qzR +vpA +xGM +bNJ +xGM +xGM +xGM +pqv +xGM +xGM +xGM +xGM +xGM +xGM +dkE +iID +frb +prQ +prQ +ehn +prQ +prQ +prQ +prQ +prQ +prQ +prQ +prQ +prQ +prQ +lIM +ntw +prQ +dHZ +xnc +lIr +cGC +dHZ +cGC +lIr +xnc +dHZ +wYi +wYi +xSP +rcJ +eUK +wYi +wYi +roX +tmg +imk +orB +rUO +ukF +ukF +nlF +oKw +dtb +aXY +gvU +wxd +fAd +kaR +gxZ +wxd +dAE +awX +qvg +fma +awX +ldo +pCa +hFK +uty +hzt +mKY +plT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(153,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +igQ +stE +wPS +wPS +pmu +wPS +wPS +vEh +dtb +ldo +txW +txW +txW +jAz +jAz +sTn +vdA +bxM +jAz +jAz +fwv +iyS +wqQ +sms +vjI +iyS +anW +siA +anW +sjb +snr +rXa +wcw +nKP +vVp +roj +plG +sjb +anW +anW +haE +xGM +cZv +xGM +qwC +uGM +mUW +fNA +byt +vRp +lIO +pvg +sAm +tCz +jGK +sAm +mSS +xGM +hHj +dEj +xzU +ixZ +rMh +hiR +dkQ +cta +aCv +gWf +dlO +fUc +oBV +uqK +uqK +uqK +tHn +jUs +wog +coK +vVO +pYc +tgN +vSR +iAX +pIt +vhT +prQ +opo +cGC +gmu +cGC +opo +cGC +qnY +cGC +opo +wYi +omz +tyQ +tga +tXI +bAl +wYi +aVD +dTT +aVD +aVD +vYb +ksW +rFt +aVD +aVD +dTT +aVD +wxd +wxd +aBZ +iBB +gZW +wxd +wxd +mkR +mkR +mkR +mkR +mkR +txW +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(154,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +pCa +vii +bmp +nzz +dtb +igM +dOn +bGe +nzz +dtb +bmp +ldo +pCa +opN +txW +txW +jAz +fgB +akE +fgB +jAz +pCa +txW +iyS +iyS +iyS +iyS +iyS +txW +txW +txW +tHY +oiR +ccj +clB +clB +clB +rTY +uHm +tHY +dtb +xGM +oGW +ctY +eiW +dZa +tym +eiW +kop +gaL +eiW +eEB +tym +bxV +sDD +ueP +jOL +ofC +iBn +xGM +sId +tAK +wod +gZi +qAt +mGT +aID +xkM +jWy +tQR +iID +vSi +tHn +uqK +uqK +uqK +ete +gDa +mnb +viP +prQ +uzJ +frD +ojC +prQ +fpu +bZp +prQ +aEB +bAk +pxD +lVw +opo +xQt +nlQ +bAk +uyy +wYi +dZC +qYy +saU +iaN +aeb +wYi +cXw +nZq +meC +mHT +mHT +lOr +mHT +mHT +dSx +nkk +vUE +cby +uVY +vZb +xRV +pvC +qNw +cby +oKg +wZa +bwp +tMN +mkR +mkR +gGP +vIE +akj +vIE +jEF +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(155,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vii +dtb +dtb +igQ +dtb +igQ +dtb +igQ +dtb +igQ +ldo +txW +txW +txW +txW +txW +fgB +fCH +fgB +txW +pCa +txW +txW +txW +txW +pCa +txW +txW +txW +txW +tHY +aDG +tse +clB +clB +clB +bpK +lxp +tHY +dtb +xGM +xGM +xGM +rJH +xGM +cQk +iHR +uIH +npb +rvc +sBX +xKE +oDQ +bZk +xGM +mrt +ekk +xGM +xGM +pgD +qEP +iFL +jFE +jiB +tJp +jnZ +eea +aCv +gbh +iID +fUc +oBV +uqK +uqK +uqK +tHn +rGr +tSs +viP +lzO +eod +xbH +pRK +prQ +prQ +prQ +prQ +tEp +tvI +qtO +erO +aXV +erO +kmn +tvI +dhy +wYi +bTA +xFX +gwa +qJf +lrG +wYi +hOH +pbR +tye +idq +oNA +eRG +kgS +sVU +pqG +fUy +nHj +uaj +tEI +pMO +sSL +pKJ +dRS +cby +vzp +mkR +vFN +ggt +njO +mkR +wGa +mKY +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(156,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +ewt +kLH +kLH +kLH +kLH +nnZ +kLH +kLH +kLH +kLH +ewt +txW +txW +txW +txW +txW +fgB +psO +fgB +txW +pCa +txW +txW +txW +txW +pCa +txW +txW +txW +txW +tHY +tHY +quT +qHL +fEP +yan +dBd +tHY +tHY +dtb +dtb +xFL +swk +hcQ +iRG +xHu +tqm +gsL +sXp +rgh +hPF +wnm +epE +nUM +uKI +gUE +rJk +fFg +xGM +iRb +gbp +dMM +bGN +doZ +doZ +doZ +doZ +doZ +ygY +iID +mfC +tHn +smX +hmV +cyw +tHn +dLA +tSs +mfA +lzO +sZP +jdo +ykA +mPX +nug +jxY +opo +jdT +oTR +fMC +tId +opo +oYu +tqq +oTR +mpd +wYi +wYi +pVs +vIr +pVs +wYi +wYi +bJb +qJy +qBO +kGV +dhD +gXP +tZu +evz +rcH +qJy +iGr +bGz +iZa +pMO +nrz +pKJ +xyI +cby +pPq +wZa +qCH +nzG +dTY +mkR +hFK +uty +hzt +uty +plT +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(157,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +bLa +txW +txW +pCa +txW +txW +txW +txW +pCa +txW +txW +txW +txW +dtb +tHY +tHY +oNY +sSJ +plG +tHY +tHY +dtb +xKy +xKy +xFL +oSu +pHl +hXB +tiP +doc +gQS +xTZ +qpu +osR +rVA +oyi +icE +bEU +dxf +rtm +hQM +xGM +doZ +cFl +doZ +doZ +doZ +kim +fpe +xwG +doZ +oRE +iID +nRD +oBV +nqz +tkr +bPW +tHn +gDa +tSs +qCd +lzO +tQX +hGd +tUW +mPX +hJA +fFY +opo +uxN +pQE +fMC +oCv +jdC +eRI +tqq +rmz +nSE +wYi +jns +gEt +kNd +cSO +fhR +wYi +sKt +qJy +qPH +kGV +kGV +kGV +kGV +kGV +gyg +qJy +tDc +cby +oFG +shs +ips +pqN +hSG +cby +vzp +mkR +nTe +hBm +wDJ +mkR +wGa +uty +uty +uty +xGr +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(158,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +opN +txW +txW +txW +txW +txW +opN +txW +txW +txW +txW +txW +txW +hwY +dYf +vwR +aqt +aqt +mzt +nnZ +pCa +pCa +pCa +peJ +pCa +pCa +ewt +dtb +dtb +dtb +tHY +tHY +tHY +tHY +tHY +dtb +jjh +rJW +dtb +xFL +sWk +aop +fca +fKL +mVU +bWz +cOp +fgX +wJF +xpl +hlM +gCT +pOY +aiO +pwO +rNc +xGM +uyB +ram +ipO +qFY +qnx +bUK +sxP +bUK +ikS +tsT +iID +nYn +jBO +uAt +tPk +plA +fwJ +iTN +sGL +bhK +lzO +vMd +kbV +vSI +qgy +xgw +vWs +opo +cLR +nTT +fVL +fsu +opo +gWa +pce +nTT +wcg +wYi +lwB +xMn +lJm +cSO +kjn +wYi +hOH +sYK +rXG +geP +ceR +pso +bPm +pzu +dyy +qqv +deK +cby +hUC +hrW +ctx +pSo +hUC +cby +nzv +wZa +aLj +hac +uim +mkR +fAl +uxn +mJR +uxn +jzD +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(159,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +bLa +jbJ +num +oQT +sLa +cxq +wUH +oUk +tLY +oWn +lDa +aqt +aqt +owu +dtb +dtb +dtb +ldo +jbJ +qkf +tUc +oOb +igQ +ukF +rJW +rKr +xGM +xGM +xGM +xGM +xGM +xGM +ipf +gjg +gjg +gjg +hHB +xGM +xGM +xGM +mrt +ekk +xGM +xGM +mVZ +qsf +fWR +tsA +qnx +yft +eOO +amg +ikS +aUO +tSQ +uZV +oBV +cqN +mOx +epD +tHn +lfD +tSs +hTH +lzO +rUT +uiI +bBS +lzO +cjR +czM +opo +vvz +utv +bwX +wzh +jdC +dXK +boO +sVZ +juE +wYi +vxq +xMn +kNd +cSO +kqp +wYi +aeG +gSe +aXP +kGV +dhD +gXP +kxz +evz +oCK +gSe +sbl +dIN +oAe +jCS +tHc +jCS +qjJ +dIN +lna +kam +mty +kam +lna +mkR +dtb +dtb +dtb +dtb +dtb +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(160,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +fFO +pIn +uty +uty +uty +dya +pIn +uty +uty +uty +svU +dtb +dtb +dtb +dtb +dtb +dtb +ldo +gds +uty +ceh +oOb +rKr +vCa +hrw +jbJ +sLa +qkf +sLa +gEb +dtb +xGM +xGM +dIW +uFk +wbt +xGM +xGM +xNN +xGM +cFd +gNX +xGM +qyH +ykr +pjJ +uEL +tPe +jUV +joj +pfE +vxl +ieH +ldS +iID +uam +tHn +cZg +qCu +cZg +tHn +lpX +tSs +iGm +lzO +lzO +frH +lzO +lzO +lzO +jNR +opo +cGC +tKG +jdC +opo +opo +opo +jdC +acK +cGC +wYi +wYi +pGq +kNd +pKf +wYi +wYi +egF +jCB +rml +kGV +kGV +kGV +kGV +kGV +rml +jCB +egF +dIN +hAa +rHO +tcY +rHO +bJw +dIN +iqP +stZ +efZ +stZ +dFi +vjS +vjS +kcA +vjS +vjS +dtb +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(161,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +xmx +sJF +wPS +bld +wPS +ndj +bwF +uty +uty +uty +svU +dtb +dtb +dtb +dtb +dtb +dtb +ldo +oEa +akj +lJr +oOb +kan +rkG +mog +tvT +uty +mKY +uty +svU +ukF +dtb +xGM +vBz +xKl +xeK +xGM +qhu +rVQ +xGM +lTA +iFK +xGM +bxA +ycq +qoX +tIQ +rtB +ihh +auq +wdU +tmz +ikS +tsT +iID +gVg +dTr +hcq +kmD +pUw +pDp +jMt +jSP +jrf +iKD +xIR +bQX +bzG +cvG +bzG +npI +mJt +bzG +cbm +bzG +gPt +gKd +bzG +otJ +eDH +uKb +vCN +pVs +paw +kNd +apI +pVs +nNx +drt +rSQ +rJa +dIN +aRa +wdK +kcg +dIN +inJ +rHc +rqk +sEM +luZ +aSW +rLL +vCV +ikn +sEM +tDE +bzi +npd +oGc +wYD +wmR +mVd +aUI +pMY +vjS +vjS +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(162,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +pCa +txW +xvR +dtb +dtb +omF +dtb +gdA +lje +xZG +bld +hiC +jXs +rNP +jjf +mQv +dtn +dtb +dtb +ldo +gds +uty +ceh +oOb +xKy +lzL +rKr +hFK +mKY +mKY +uty +plT +rJW +dtb +xGM +pdn +wrZ +tIR +xGM +ras +dAi +xGM +xMr +mrt +xGM +qKf +wde +uur +mDT +aXS +ihh +qot +pKy +ylM +doZ +glN +aJV +hIP +oBV +sfn +cdX +siF +gKd +xSn +tbp +iVm +tGf +oxh +dxm +oxh +oxh +oxh +aMt +oxh +gVz +pEE +jNN +yjW +bCS +yjW +yjW +haG +yhi +xwW +cLW +kNd +lJm +wvS +xZv +dHN +cgy +auK +lvH +jNU +bfa +gIX +ixV +rEz +pVK +qJy +pNp +dPE +luZ +cuH +gkM +mdh +ikn +wcX +jBl +soR +vgh +kWs +sWI +wmR +cBK +olT +ruK +yeA +vjS +pCa +pCa +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(163,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +pHK +jbJ +pts +xKG +bJN +wBX +aRW +ith +qkf +sLa +cRl +pIn +uty +uty +dya +dtb +dtb +ldo +cbn +ujR +dQH +oOb +xKy +vkN +hqw +pIn +uty +uty +mKY +svU +rJW +dtb +xGM +xFL +xFL +xFL +xGM +ukF +dtb +xGM +cYs +lKX +xGM +lrA +dct +pTM +ohq +ltR +ihh +nol +eOO +cqi +ikS +tsT +aZQ +xNG +inK +bwz +nET +jgY +otz +hoX +siM +sxs +kZy +jel +gjq +jel +mfK +krq +yhi +eUn +jmo +jmo +hUs +jmo +gKd +ofv +rBk +lBZ +nnM +vCN +pVs +pdm +cRu +iwG +pVs +gyH +auK +auK +auK +dNH +bPt +umS +hSZ +pPQ +bNM +xkc +fFS +nAh +pww +sDn +gqv +bvA +pkz +meK +qWh +xDC +dsx +tos +lDb +rnQ +hOw +vIt +kli +blS +kcA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(164,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +txW +qgr +pIn +uty +uty +uty +dya +dtb +owb +uty +uty +dya +ktZ +uty +uty +dya +dtb +dtb +ldo +pSe +uty +rwl +oOb +fNq +rJW +rJW +mGK +wPS +hCz +hiC +jZM +rJW +ukF +dtb +qNl +beF +ttX +dtb +ukF +meN +xGM +fwc +cpI +xGM +gVd +faf +pCg +uah +iqm +djZ +cbq +vXB +sgx +aEh +luA +iID +mrU +tHn +tHn +tHn +tHn +tHn +lOy +xFo +rrI +edx +aoW +edx +aoW +edx +jOQ +yhi +dHJ +sOJ +sOJ +tHn +tHn +tHn +tHn +gKd +vbM +gKd +tHn +trx +icz +trx +icz +trx +qXU +auK +fAJ +auK +dNH +oZr +hVr +gtk +pPQ +iLU +qJy +npv +kMO +qkQ +xla +xOi +ugt +kqy +sLu +hYy +dXq +mVL +trE +noF +wmR +hbM +xXR +oJL +xSR +vjS +pCa +pCa +pCa +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(165,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +bLa +gds +uty +uty +uty +cff +omF +dBE +uty +uty +cff +lZG +uty +uty +dya +dtb +dtb +ldo +bOW +mJR +ndj +oOb +txW +dtb +ukF +aNW +bJN +qkf +sLa +gEb +rJW +igQ +dtb +xKy +ukF +ukF +ukF +ukF +hIC +xGM +mrt +bzQ +xGM +xGM +ied +uFK +vXT +rLq +qnx +wdU +qhh +tmz +ikS +tsT +dlO +ihl +ehI +gkH +bVU +ofc +gKd +ylw +xFo +dms +aoW +ssZ +ozv +nvE +edx +rfg +yhi +dHJ +uqK +uqK +tHn +vhd +fgK +mAT +gVk +kAG +gVk +gYo +veh +wWf +nNS +cNU +icz +gyH +auK +auK +auK +dNH +fnP +lkL +gPE +pPQ +bNM +qJy +kQf +uTt +lbz +aSW +rLL +vCV +kOb +dui +deb +bNK +xpt +bDn +asy +dXF +fMl +tIr +ieJ +uNz +kcA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(166,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +txW +txW +bLa +pIn +uty +uty +uty +dya +dtb +owb +uty +uty +dya +pIn +uty +uty +dya +mnl +kLH +ewt +aqt +aqt +aqt +lAM +pCa +pCa +dtb +pIn +mKY +uty +uty +dya +rJW +eWP +rJW +wCR +qOf +bit +dtb +agJ +xKy +xGM +riX +ekk +qjo +xGM +uyB +awq +idQ +tLv +qnx +bUK +sxP +bUK +ikS +aUO +iID +ihl +pMQ +gkH +moM +oKc +nQq +mFU +ajA +dms +aoW +ugr +weY +rpH +edx +tjC +gaD +dHJ +uqK +uqK +tHn +fOG +ghT +nrC +vcN +iGL +mbB +xsT +gEQ +tOT +myv +phe +pzD +nUb +tZm +auK +gBP +hIl +frg +ygp +wRt +ikQ +wHK +qJy +pNp +raM +luZ +rJc +obY +hZs +ikn +nRA +wsY +qAv +cna +vjJ +yfE +wmR +oQt +wzN +mTb +izQ +vjS +pCa +pCa +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(167,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +pcz +stE +wPS +bld +wPS +ndj +igQ +stE +mJR +wPS +ndj +ydq +wPS +wPS +ksO +ldo +txW +pCa +pCa +txW +txW +txW +txW +txW +dtb +hFK +uty +hzt +uty +plT +xKy +rJW +wCR +vSN +fnp +yif +kan +xKy +dtb +xGM +mpG +iQZ +xIv +xGM +xGM +iHo +xGM +xGM +xGM +xMk +hPb +fjn +doZ +vbA +iID +ihl +oUh +gkH +etO +mbl +gKd +lhL +eDH +rkE +xJC +fvD +anZ +wnQ +fsP +jkk +wlQ +jkk +fsP +fsP +tHn +dXh +eZk +mZM +jIJ +hPm +jIJ +mOD +crO +abJ +lTc +rgV +icz +hCA +iOf +wKw +tQe +dIN +wGV +kwG +oye +dIN +qwX +pIM +jdn +sEM +luZ +eSO +cds +uMK +ikn +sEM +aLw +qIH +pLM +joz +ose +wmR +qEc +jvN +obU +vjS +vjS +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(168,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +nrr +vQb +dtb +dtb +omF +dtb +gdA +rKr +dtb +pPT +dtb +ewt +kLH +kLH +kLH +kLH +nnZ +pCa +pCa +txW +qyh +txW +txW +txW +txW +dtb +pIn +uty +uty +uty +dya +rKr +kan +igQ +nWh +qzA +nov +rxB +uSp +osS +xGM +xGM +qnV +duA +lIL +viu +rPm +mrt +ipM +xGM +pNP +qTi +pNP +pNP +ktW +iID +ihl +vcM +tHn +bLX +xyA +tHn +nPK +xFo +dms +aoW +ugr +iXs +gLv +fsP +jNd +nuN +cHV +gLi +jMb +tHn +tHn +tHn +tHn +fxB +kJH +fxB +tHn +trx +trx +trx +trx +trx +aVD +euI +iVR +xYD +kGV +kGV +kGV +kGV +kGV +tfH +iVR +hsM +elt +eBM +hNF +fWK +bIq +giG +dIN +flG +ihL +odX +ihL +oIc +vjS +vjS +kcA +vjS +vjS +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(169,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +pCa +vzq +bLa +jbJ +pts +xKG +sLa +cRl +dtb +igQ +omF +dtb +ldo +kaB +pCa +txW +peJ +pCa +txW +txW +txW +txW +txW +txW +txW +txW +dtb +oEa +sUm +akj +vIE +lJr +nzz +nuy +rKr +btY +aXd +tCe +lRC +ltL +kan +igQ +xGM +ayE +okU +ydB +sAm +eSJ +xGM +xGM +xGM +hyo +kbX +biu +pNP +sDT +sgB +ihl +aZb +gkH +srG +ofc +gKd +ylw +xFo +dms +aoW +koS +czA +ybr +fsP +tBy +uTb +hcI +iBs +pSA +oSh +fsP +jkv +czf +jsj +hxD +fid +mHT +fae +jcm +mHT +dEO +ltY +nDp +gVu +mgv +tCA +kGV +aEN +ejP +ffE +evz +nRp +mgv +qWf +aVD +qjJ +jCS +tHc +jCS +qjJ +dIN +doy +fRp +oJW +fRp +doy +lif +txW +txW +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(170,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +adp +isG +pIn +uty +uty +uty +dya +fOX +jjf +xKG +sLa +slS +pCa +peJ +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pIn +uty +uty +mKY +uiG +kan +lWy +mUI +sLa +fvL +igQ +osS +mog +vkB +dtb +xGM +xGM +xGM +xGM +hJv +uBQ +xGM +tVp +gxI +uHV +kMZ +oTz +dFr +csm +eqF +fmA +pMQ +gkH +jSH +oKc +qZZ +mFU +dQJ +ctN +dVp +dVp +dVp +dVp +fsP +dsn +puC +hcI +jRm +xLX +gMy +fsP +dxF +paI +paI +paI +ntk +qkz +pML +fnB +mHT +jdL +aFg +wUs +xoU +pbR +tgX +oCJ +bAI +nmY +rSe +jjI +uIg +fUy +tDc +jMr +rhz +xCF +dXQ +hZX +rhz +jMr +nYG +kYB +kdR +wgg +cRD +lif +txW +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(171,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +pCa +pCa +fEZ +jyK +sJF +wPS +vwd +wPS +ndj +pIn +uty +uty +uty +vnt +txW +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +sJF +wPS +mJR +wPS +ndj +pCa +qSr +mKY +uty +xba +vkB +jTU +awX +ukF +dtb +igQ +osS +kan +xFL +ryk +jfE +xGM +nbo +tJr +pvY +jAq +lYF +dFr +uSn +dAx +qck +pou +gkH +fuk +mbl +gKd +gPj +xFo +qxH +dVp +qpP +sfP +bzz +fsP +bgz +gNB +tfl +ind +uWy +pAK +fsP +tSB +fbE +gNp +udz +cMw +mHT +tNN +dPk +mHT +qFF +ihv +chH +dPn +qJy +cFS +kGV +kGV +kGV +kGV +kGV +wfr +qJy +auc +jMr +mOk +laM +ubC +koi +egr +jMr +jji +gzX +nCP +uxE +vvy +lif +pCa +pCa +pCa +pCa +pCa +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(172,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +pCa +txW +txW +txW +kHR +fev +uXh +bSB +nnZ +kLH +kLH +odY +uty +uty +uty +vnt +peJ +pCa +txW +txW +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vCy +uty +uty +aNF +nWh +dtb +dtb +ukF +dtb +dtb +bit +igQ +xFL +wEl +qKW +xGM +evU +hqA +pvY +tkC +uoH +kvx +bRC +xfF +dpz +vcM +tHn +dWA +qiq +tHn +vdk +xFo +aTa +dVp +ltl +wDu +cSi +fsP +dhA +gNB +tdw +nsE +iGz +mtC +mtC +mtC +mtC +mtC +rCW +mtC +mtC +iEK +mtC +mtC +hij +xkB +rLM +spt +qJy +diz +kGV +aEN +ejP +uEY +evz +mPc +qJy +nHj +ifQ +xfx +gai +jVW +gai +ylO +jMr +wBn +eLJ +fNh +dgh +mze +lif +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(173,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +cur +txW +txW +txW +txW +txW +cRG +bYA +fEl +uhx +pum +pCa +txW +txW +igh +igh +sVP +bIU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mND +uty +mKY +xba +uSp +agJ +ukF +ukF +ukF +qip +dtb +rKr +xFL +ruY +rMt +xGM +jrk +fzR +nrH +rXm +dYp +dFr +lRL +rMw +hCW +dCq +gkH +hcA +ofc +gKd +sWm +ppO +kgo +bYD +vlY +vNZ +wnn +jIQ +loa +cKb +uhy +diV +diV +diV +vQW +wQd +bAz +aar +rVy +epP +uFJ +jqp +kAV +mtC +fgz +pCK +lYk +wHh +sYK +tgX +uBO +bAI +mvl +gAE +uAd +kaV +qqv +iGr +jum +xfx +gai +xrO +gai +fyi +jMr +azE +rNe +mWJ +rNe +soQ +lif +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(174,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +tDx +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +jPK +paF +wPS +grg +ukF +xKy +dtb +xKy +ukF +ukF +xKy +bit +xGM +xGM +ebd +xGM +kcr +eoe +eVi +jGD +trk +dFr +jDj +bYS +nlc +gfH +gkH +moM +oRc +iCx +hXH +sGL +dms +dVp +oyl +uMX +xSp +fsP +kqq +baL +lBw +dKF +pNf +ggl +iQg +ugO +nzT +vfh +oUN +qvO +wZS +uEJ +cbS +mtC +cUz +bhh +oOi +amG +eHx +gDp +mHT +mHT +lOr +mHT +mHT +cCS +lvq +bAd +jMr +fFJ +mfo +saf +wer +prB +jMr +vfp +uZl +iZi +kRc +lif +lif +pCa +pCa +pCa +pCa +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(175,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +txW +txW +txW +rQU +pCa +fXL +pCa +rQU +txW +txW +txW +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +igh +igh +xMU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +sEF +nhJ +sLa +feq +flp +fBx +rJW +rJW +lMp +rJW +ukF +xKy +tjV +xGM +nMd +eYa +xGM +xGM +xGM +hyo +cvm +hMP +pNP +uNU +hmt +hCW +mbf +gkH +dsG +mbl +gKd +aEg +aIZ +eoS +dVp +dxJ +kmV +iiF +fsP +oPY +tCT +lMM +tBC +bRZ +diV +dpi +aRX +sNy +lJZ +kpj +sIK +oPj +gKz +adH +mtC +kGV +jVJ +mHT +aVD +dTT +aVD +aVD +qNl +beF +ttX +aVD +aVD +dTT +aVD +kse +kse +ydP +bfz +wgY +kse +kse +lif +mPt +lif +mPt +lif +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(176,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xka +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +txW +txW +pCa +txW +txW +txW +rSf +txW +txW +txW +pCa +txW +txW +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +kaB +pCa +pCa +pCa +kmU +nQc +uty +mKY +jBa +wBX +ukF +agJ +iXn +sVD +ukF +qBd +rwz +xGM +xGM +djx +gOr +vzZ +xGM +xGM +xGM +pNP +pNP +uwV +rxV +efL +cfZ +tHn +tHn +tHn +tHn +tHn +diV +aBk +diV +diV +diV +diV +diV +diV +hOZ +diV +diV +pim +diV +mtC +mtC +mtC +izI +bRd +izI +mtC +mtC +mtC +mtC +dwl +dXD +mHT +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +txW +kse +sEG +wlz +dXY +kse +txW +pCa +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(177,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bIU +hIM +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +rQU +lGA +txW +gVw +gVw +gVw +gVw +gVw +eKk +fzL +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +qSr +uty +uty +uty +uty +xba +qip +qvg +mgP +ukF +ukF +wbh +wLQ +mLG +xGM +iQV +heg +uXn +qrL +nDt +jxq +wup +nzF +vhB +vhB +nBl +qZB +cyy +vSH +rUp +fSJ +vGm +qQQ +vel +sBF +eum +vel +eum +eLO +agn +lnG +wks +jqe +vel +ndh +pCa +txW +mtC +jZL +mCG +scZ +mtC +txW +pCa +mHT +tfP +cHr +mHT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kse +glC +kse +glC +kse +pCa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(178,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hIM +igh +txW +txW +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +gtn +gtn +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +pCa +uMD +uMD +uMD +uMD +uMD +uMD +fzL +uMD +uMD +uMD +uMD +uMD +uMD +pCa +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +pCa +pCa +pCa +pCa +whR +uty +hzt +hzt +uty +xGr +qip +gkg +kan +awX +ukF +hrX +kED +lrh +jVn +jVn +sHb +jVn +jVn +jVn +jVn +ned +gSC +qtn +mvR +hXa +hml +ned +vSH +uiw +uiw +gMG +diV +diV +diV +bhJ +jTb +iTW +dkp +kCv +lfl +sqO +nqh +iTW +ndh +pCa +pCa +mtC +uHC +azD +sNN +mtC +pCa +pCa +mHT +mHT +mHT +mHT +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +rQU +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(179,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +php +igh +xDQ +igh +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +txW +gVw +gVw +gVw +gVw +gVw +eKk +nam +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mND +uty +uty +uty +uty +kbM +ukF +qvg +qOf +ukF +dtb +wbh +nzj +vuB +exz +mmp +uZL +tqE +jjx +exz +avl +gEX +hqO +abD +nUu +lBh +faw +mjb +kit +uiw +vkW +upc +gxB +iAI +diV +ocW +mpP +tdT +diV +eGm +mSD +eGm +diV +arv +diV +txW +pCa +mtC +gFl +kuC +lno +mtC +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(180,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xMU +igh +gtn +igh +xka +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xoe +gCg +igh +gbo +igh +oLr +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +txW +pCa +pCa +txW +txW +txW +dOV +txW +txW +txW +pCa +pCa +txW +txW +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kaB +pCa +pCa +pCa +uDG +gBk +mKY +uty +hRv +vfV +dtb +qip +xKy +xKy +cvQ +fsc +cvQ +exz +exz +hiU +xyo +xWq +eIH +exz +edN +eNS +xjE +vcF +hQk +ljN +nzi +xjB +bjL +uiw +hQg +mzP +kIV +kni +diV +diV +jVH +kIv +diV +opT +ble +qrP +diV +diV +diV +txW +txW +mtC +jtF +jtF +jtF +mtC +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(181,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +gtn +igh +bFw +bFw +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +iiT +txW +dPu +hIM +xoe +bFw +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +gVw +gVw +gVw +gVw +gVw +txW +pCa +nam +pCa +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +fBx +pHn +gFv +wPS +eaO +sEF +dtb +rJW +xKy +cvQ +oHf +oHf +oHf +exz +jXf +pEp +mXA +bRH +exz +exz +ekD +ino +xUq +uCC +iQD +nZb +jNu +uED +ekD +uiw +uiw +yal +xln +lpa +fAW +diV +diV +diV +diV +eGm +aNz +eGm +diV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(182,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hIM +igh +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +kDi +lrR +txW +iiT +igh +txW +txW +txW +txW +txW +rQU +lGA +pCa +uMD +uMD +uMD +uMD +uMD +tUv +tUv +fzL +tUv +tUv +uMD +uMD +uMD +uMD +uMD +pCa +lGA +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qVg +hic +xik +fvL +dtb +xKy +xKy +fsc +oHf +oHf +kRR +blf +exz +aOs +uAF +psg +ets +vAl +iuP +aaf +oSQ +xUq +bzX +iQJ +hQk +jNu +rBe +eDX +oZV +rLv +mzP +rSE +fKG +gBx +sJm +lrT +uiw +dRZ +txW +uBJ +txW +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(183,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +gtn +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xoe +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +gVw +gVw +gVw +gVw +gVw +txW +pCa +dOV +pCa +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +pCa +txW +txW +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qSr +uty +mKY +xba +ukF +xKy +dtb +hbJ +oHf +nWM +gHw +pxX +hcn +vDr +vnq +wGA +pcN +vAl +iuP +dbO +lmN +dmM +ovk +jAR +nkx +cUk +ceY +fMI +nMJ +rLv +mzP +iWt +bTu +pdM +aQb +oNz +uiw +pCa +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(184,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xMU +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oXh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +txW +txW +pCa +pCa +txW +txW +txW +nam +txW +txW +txW +pCa +pCa +txW +txW +txW +lGA +txW +txW +txW +bFw +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +vCy +uty +uty +aNF +ukF +xKy +dtb +xSM +oHf +ePx +psy +vKf +pIR +vnq +quM +aIc +maZ +vAl +mSn +vSH +dyc +nvz +fzZ +xRQ +tiz +wvg +erp +otd +keD +wMr +hty +tfT +oxB +oSj +ylj +ldY +uiw +pCa +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +lHF +aqt +fBx +wBM +mpS +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(185,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xoe +abE +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +txW +gVw +gVw +gVw +gVw +gVw +txW +dOV +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +lGA +txW +txW +nPV +igh +igh +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qSr +mKY +uty +xba +ukF +ukF +dtb +hUz +oHf +lzn +akU +tfU +qnl +gTS +qpe +aIc +efC +vAl +iuP +rph +amS +vgY +kku +nYM +fYH +mPI +ceY +fMI +tCi +rLv +mzP +jIV +kmF +pdM +mzP +ksS +uiw +pCa +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lHF +aqt +aXd +aqt +cyB +ukF +ukF +ukF +oKZ +aqt +aXd +aec +uzU +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(186,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +xDQ +igh +xoe +txW +iiT +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +pCa +uMD +uMD +uMD +uMD +uMD +uMD +fzL +uMD +uMD +uMD +uMD +uMD +uMD +pCa +lGA +pCa +txW +txW +nPV +igh +gtn +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +txW +txW +nRG +mBp +wPS +vfV +dtb +ukF +ukF +fsc +oHf +oHf +vCv +cDT +exz +rWu +tAi +aIc +wyZ +vRG +kQj +jDK +oSQ +xUq +xeQ +hHw +rQk +fVT +uRu +kIo +bii +rLv +mzP +mAE +bNR +mGG +kZM +lrT +uiw +dRZ +txW +wGC +txW +rQU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lHF +oOA +jjf +sLa +cRl +jbJ +sLa +oQT +sLa +cRl +dtb +vwK +dtb +erl +aqt +fBx +aqt +uzU +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(187,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +veJ +igh +igh +igh +igh +agj +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +rQU +lGA +txW +gVw +gVw +gVw +gVw +gVw +txW +fzL +txW +gVw +gVw +gVw +gVw +gVw +txW +lGA +rQU +txW +txW +nPV +igh +gtn +igh +gtn +txW +txW +txW +txW +txW +txW +txW +txW +txW +csV +gtn +igh +bFw +txW +aXd +igQ +uWI +nuy +igQ +dtb +ukF +dtb +cvQ +oHf +oHf +oHf +exz +qpp +fcw +qpe +pob +exz +exz +ekD +sOG +xUq +xfA +fcQ +wVb +fVT +hVP +ekD +uiw +uiw +iBJ +eep +oDV +gPZ +uiw +uiw +uiw +pCa +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +bwF +uty +uty +wkl +pSe +uty +uty +uty +rwl +dDT +njx +bLg +uOP +wgE +dtb +dtb +ldo +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(188,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +gtn +gtn +igh +tib +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +lGA +txW +txW +txW +pCa +txW +txW +txW +fzL +txW +txW +txW +pCa +txW +txW +txW +lGA +pCa +txW +txW +nPV +igh +gtn +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +pkl +igh +gtn +igh +txW +txW +txW +rKr +nzz +dtb +dtb +ukF +dtb +dtb +cvQ +fsc +cvQ +exz +exz +uVy +ocS +dCb +pUj +exz +eKs +eNS +sFw +ktY +rXN +diU +dxu +lHS +uCd +uiw +oCb +bMY +oMx +mrO +uiw +uiw +qvg +pdG +aqt +oFa +aqt +fBx +kaB +pCa +pCa +pCa +pCa +pCa +kaB +pCa +pCa +pCa +pCa +pCa +dRZ +fBx +pIn +uty +dUu +vvn +mGK +wPS +tVs +wPS +ndj +uSl +kLs +gfC +gfC +gfC +kLs +dtb +imX +aqt +aXd +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(189,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +gtn +gtn +igh +bFw +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +uMD +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +bFw +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +sVP +igh +txW +txW +txW +xxB +igQ +nzz +rKr +dtb +dtb +jbJ +bJN +sLa +sLa +cRl +exz +mmp +lVs +fSw +jMx +exz +iZn +jqo +eBy +cFT +eXC +rDj +lEf +lyy +jwy +uiw +fSi +mzP +jgh +ifR +uiw +jbJ +bJN +sLa +wTS +cRl +oLp +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +pIn +uty +dya +smB +iSN +vBu +eLm +sTL +bJN +nDE +kLs +ftj +ggh +cXs +kLs +omF +igQ +xKy +pdG +aqt +fBx +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(190,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +igh +gtn +gtn +igh +xMU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +pCa +aNx +pCa +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +csV +igh +gtn +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +aXd +vIx +vIx +vIx +nuy +dtb +dtb +gds +uty +uty +uty +rwl +exz +exz +exz +kiY +exz +exz +vSH +ned +gSC +kxq +ePM +eVm +aGp +ned +vSH +uiw +uiw +bfq +uiw +uiw +uiw +gds +mKY +uty +uty +rwl +lzL +uUl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +sJF +wPS +ndj +gds +uty +rwl +hwa +gds +uty +aKr +gfC +qNa +pGG +gKC +kLs +gfC +kLs +omF +kIA +ukF +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(191,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +xMU +gtn +gtn +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +txW +pCa +txW +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +bFw +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +oOb +nLs +sIe +aPW +ldo +awX +qOf +sJF +wPS +gFv +wPS +ndj +dtb +vSH +bNh +lNx +nnQ +nwj +vSH +cyy +fWl +mgc +vAQ +rEA +mIt +cyy +vSH +fya +ehF +bRc +bbk +vSH +dtb +sJF +wPS +hiC +wPS +ndj +igQ +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +nuy +yaj +dtb +omF +ukF +sJF +wPS +jIp +jjf +jOz +vXe +sCI +kLs +bry +eIE +hdD +nQR +dOR +kLs +gfC +kLs +dtb +pdG +nuy +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(192,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hIM +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lGA +lGA +lGA +lGA +lGA +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pkl +bFw +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +lHF +xfO +xPD +uty +vQa +xuG +mpS +tOW +aUV +rEm +oDY +vSH +vSH +vSH +vSH +dut +xIE +oVU +xAe +vSH +vSH +vSH +gsN +gek +sTW +vSH +vSH +vSH +aoX +sXi +ghk +kxQ +vSH +vSH +vSH +vSH +hrj +eRx +xik +cRl +pdG +aXd +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yjT +ukF +jbJ +sLa +tUc +omF +xKy +pIn +uty +dya +qfK +kLs +kLs +kLs +how +vpX +hGv +jWO +vrK +beA +kLs +omF +ukF +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(193,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +veJ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pkl +csV +bFw +txW +txW +txW +txW +txW +txW +txW +vYK +gtR +uty +mKY +uty +tbw +ldo +whR +uty +uty +dya +vSH +mCz +mCz +vSH +wEX +fzZ +tiz +jhE +bRc +mon +oHV +gVo +gVo +yiu +xOZ +mon +bRc +xfi +fzZ +tiz +qSF +vSH +mCz +mCz +vSH +whR +uty +mKY +uiG +xKy +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yjT +igQ +pIn +uty +svU +lrs +smB +nQc +uty +jBa +nDE +kLs +wnK +kLs +jPV +imD +ktJ +msh +dkS +sjD +kLs +kLs +ukF +oKZ +uzU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(194,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +bFw +hIM +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pkl +igh +igh +veJ +txW +txW +txW +txW +txW +txW +fBx +eiF +uty +hzt +mKY +cff +sEF +jHP +uty +uty +hpC +mon +mCz +mCz +xLz +wMQ +fdG +tzF +lSD +qzF +uPF +wOg +gAd +gAd +gAd +qoC +dYr +aYb +wYM +dZk +eOK +pmQ +rpj +mCz +mCz +mon +uzV +mKY +uty +xJJ +rKr +ldo +kaB +pCa +pCa +kaB +pCa +pCa +pCa +pCa +kaB +pCa +pCa +yjT +kan +gds +uty +rwl +ukF +gds +uty +uty +uty +aKr +dit +sDY +pdQ +uTQ +ujg +hsK +yaQ +wcm +xDe +cPU +gfC +omF +ukF +sEF +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(195,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +gtn +gtn +igh +txW +txW +txW +txW +txW +txW +yjT +bwF +mKY +uty +uty +dya +ldo +pIn +uty +uty +wRH +vSH +mCz +mCz +vSH +aJD +rGg +jpa +mPs +uJN +mon +rCz +jAh +bee +eVZ +jAY +mon +vMg +rGg +rZw +rGg +lGt +vSH +mCz +mCz +vSH +pIn +uty +uty +dya +lzL +keb +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yjT +dtb +iFP +uty +dya +omF +sJF +oPN +uty +hRv +ndj +kLs +nwu +kLs +tqn +kMi +aKj +vxZ +mZc +qQu +kLs +kLs +kan +jBn +nMg +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(196,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +gtn +gtn +igh +igh +bIU +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +xMU +bFw +igh +hQx +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +igh +txW +txW +txW +txW +txW +txW +thP +bys +nMv +uty +hRv +sIT +jBQ +cBM +paF +wPS +noc +vSH +vSH +vSH +iJc +iJc +aKq +sha +aKq +iJc +iJc +vSH +wPE +mon +vYv +vSH +eDa +eDa +xpY +rYZ +xpY +eDa +eDa +vSH +vSH +vSH +qlQ +wGW +sDa +ndj +sAF +nuy +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +dtb +bOW +hiC +ndj +omF +ukF +bwF +uty +svU +ukF +kLs +kLs +kLs +rrC +yiq +fgC +juv +oSP +lfz +kLs +omF +dtb +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(197,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +vYK +lje +rTx +lGS +ldo +txW +xLg +jbJ +bJN +sLa +lts +uBi +dtb +fhU +wun +tTT +sKE +ecG +hxh +sha +vXv +kdr +pRp +mgk +aZf +rYZ +xwH +uJf +deZ +dig +pDL +jWn +qVy +jbJ +bJN +bJN +cTe +cRl +fNq +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +aXd +uPq +dtb +omF +sPH +jbJ +sLa +cwK +xZG +apQ +sLa +cRl +kLs +lix +aOB +uZo +tOX +dOR +kLs +gfC +kLs +ukF +jBn +aXd +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(198,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +gtn +gtn +gtn +igh +veJ +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nuy +kLH +kLH +kLH +aXd +pCa +dtb +gds +uty +uty +uty +rwl +igQ +iJc +bpf +aZM +xMF +caQ +sss +sTF +ans +fKQ +aiq +ijx +xeC +tJq +ehH +dwL +prj +dmx +dzp +eDa +fNq +gds +uty +uty +mKY +rwl +dtb +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +yjT +sTL +kJQ +vBu +gds +uty +rwl +eHY +gds +uty +rwl +gfC +xsO +xvF +rLF +kLs +gfC +kLs +omF +fuV +ukF +tbl +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(199,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +nFx +igh +gtn +pkl +csV +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +dtb +lje +wPS +wPS +wPS +ofd +kan +iJc +uiJ +ygV +ygV +jBz +vXC +iJc +mTI +fey +dFq +orQ +dBL +eDa +gIz +ggR +cAJ +nYi +eDa +eDa +dtb +sJF +wPS +wPS +hiC +lGS +rxB +ldo +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +bwF +uty +sDN +mGK +hiC +vvn +omF +sJF +wPS +ndj +kLs +vbB +oDc +mrP +kLs +omF +dtb +dtb +sAF +fic +fBx +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(200,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +bFw +igh +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nuy +aqt +oFa +wBM +wBM +aqt +nuy +jkW +jdd +iJc +pUb +nxR +aZM +hTv +eEA +scr +oiB +hRq +bcU +qrV +dht +tHb +fxK +msg +kfV +qYM +eDa +xKy +dtb +osS +qpJ +ecL +kLH +nHW +kLH +sEF +kaB +pCa +pCa +pCa +pCa +pCa +kaB +pCa +pCa +pCa +pCa +pCa +dRZ +sEF +bwF +uty +gvK +vBu +jbJ +bJN +oQT +sLa +cRl +qZb +kLs +gfC +gfC +gfC +kLs +kan +jBn +kLH +aXd +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(201,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +bFw +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +lBr +wRk +oQT +hGS +lBr +uUl +kan +qvg +iJc +kZU +ukY +eTU +kQN +eEA +udo +oiB +jHI +bcU +dGk +dht +dAO +fxK +ikr +haW +jxM +eDa +ecL +kLH +nHW +nuy +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +bwF +uty +uty +dya +gds +uty +uty +uty +rwl +nPV +gTz +igQ +omF +dtb +ukF +ukF +jit +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(202,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +jZz +yaj +sTL +nQc +mKY +jBa +cRl +pdG +uzU +rKr +iJc +pUb +nxR +aZM +hTv +eEA +scr +oiB +kOh +bcU +gnP +oWS +tHb +fxK +msg +kfV +jSc +eDa +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +thP +qQH +wPS +wPS +jXs +sJF +wPS +vwd +wPS +ndj +ukF +cWI +ukF +iLt +kLH +sEF +kLH +nMg +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(203,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +igh +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +nov +pIn +uty +uty +mKY +bmF +dtb +uUl +kan +iJc +jAA +oGt +oGt +uNC +pUY +iJc +djL +hQf +fcT +iOb +xpL +eDa +pdZ +uLN +dTE +dnz +eDa +eDa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +thP +kLH +nuy +kLH +qnv +ukF +ukF +ukF +iWP +fic +nuy +kLH +nMg +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(204,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +sEF +omF +eiF +uty +hzt +uty +cff +eLm +fBx +qvg +iJc +eZi +aZM +bAt +dVu +lBi +dvA +cvK +lYI +nuK +rPD +xaO +myW +oSf +iWL +onN +dmx +rza +eDa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +thP +kLH +sEF +kLH +nMg +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(205,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +jkW +slD +uty +uty +uty +rsZ +bYG +ldo +igQ +fhU +cBA +mFj +fsT +dfd +wtO +sha +lAk +hhC +kEF +lNq +fDN +rYZ +kon +vAX +oqi +uLs +rTn +jWn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(206,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +thP +uPq +sJF +oPN +mKY +nfB +ndj +jBn +nMg +qvg +iJc +iJc +ttx +ndy +iJc +iJc +iJc +tUn +wqj +xiN +xPx +tUn +eDa +eDa +eDa +eDa +jxc +eDa +eDa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(207,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +oOb +cIv +lje +rTx +ndj +wlY +xTg +nCI +kan +igQ +iJc +lKa +kod +tUn +miT +nia +mDc +mgN +mgN +lju +dkJ +gnB +uMa +tUn +wQY +kTG +eDa +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(208,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +nuy +fit +bSB +aJC +aJC +bSB +aXd +txW +txW +txW +iJc +nST +tUn +tUn +xhe +tRB +jEi +plh +fYw +oPH +hAe +vyE +oQo +tUn +tUn +lWu +eDa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(209,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +anv +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +fzT +tUn +tws +dqM +kaD +laN +asv +fWO +egg +kai +mLn +oaf +uPw +tUn +wKf +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(210,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +hXd +qfa +jMX +tGI +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +glz +tUn +vXQ +ksd +hzJ +azF +vCh +vaa +uSF +jkh +xTU +xZP +rwj +tUn +vOB +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(211,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hXd +gtn +hXd +hXd +hXn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +tUn +qlL +dqM +kMe +cLe +asv +cOL +jdr +sNb +hwC +bBz +cOT +tUn +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(212,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +hXd +igh +tWQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +tUn +tUn +pSL +nYL +myt +goU +gJa +mQG +bqJ +eKI +sCX +tUn +tUn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(213,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +hXd +uJc +hXd +igh +aax +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +tUn +xtA +pge +wJu +eEf +bCg +oBq +xpX +hJq +jXB +tUn +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(214,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +igh +qvK +hXd +igh +igh +iBQ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +tUn +tgc +tUn +tgc +tUn +tUn +tUn +tgc +tUn +tgc +tUn +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(215,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +hXd +txW +txW +tMq +hXd +uCc +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +dRZ +pCa +pCa +dRZ +pCa +pCa +dRZ +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(216,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +mkL +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +pCa +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(217,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +pCa +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(218,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +pCa +txW +txW +pCa +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(219,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +txW +pCa +txW +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(220,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +pCa +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(221,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +dRZ +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(222,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(223,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(224,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(225,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(226,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(227,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(228,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +qyh +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(229,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(230,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(231,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(232,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(233,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(234,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(235,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(236,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(237,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(238,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(239,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(240,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(241,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(242,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(243,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(244,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(245,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(246,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(247,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(248,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(249,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(250,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(251,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(252,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(253,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(254,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} +(255,1,2) = {" +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +txW +"} diff --git a/_maps/map_files/NorthStar/north_star.dmm b/_maps/map_files/NorthStar/north_star.dmm index 2d60a7bb346a..5efadb756b5f 100644 --- a/_maps/map_files/NorthStar/north_star.dmm +++ b/_maps/map_files/NorthStar/north_star.dmm @@ -480,11 +480,19 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port) +"afy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/side, +/area/station/hallway/floor2/aft) "afz" = ( /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 8 }, /obj/machinery/computer/rdconsole, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) "afD" = ( @@ -554,13 +562,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port/fore) -"agJ" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/science/circuits) "agK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -855,7 +856,7 @@ id = "captain_privacy"; name = "Privacy Shutters" }, -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law, /obj/item/hand_tele, @@ -1347,6 +1348,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/medical/virology/isolation) +"ara" = ( +/obj/effect/turf_decal/trimline/blue/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/floor2/fore) "arq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sink/kitchen/directional/east, @@ -2092,6 +2102,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/floor2/port/fore) +"aBG" = ( +/obj/structure/bed/double, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) "aBK" = ( /turf/closed/wall/r_wall, /area/station/medical/virology) @@ -2398,14 +2416,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/lab) -"aFI" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/light/cold/directional/south, -/obj/machinery/modular_computer/preset/cargochat/medical{ - dir = 1 - }, -/turf/open/floor/iron/white/textured, -/area/station/medical/break_room) "aFJ" = ( /obj/machinery/button/door/directional/north{ id = "sm_bolt"; @@ -2427,13 +2437,6 @@ }, /turf/open/floor/pod, /area/station/maintenance/floor4/port/fore) -"aGj" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/component_printer, -/turf/open/floor/iron/dark, -/area/station/science/circuits) "aGm" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -2479,12 +2482,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/floor2/port/aft) -"aGG" = ( -/obj/machinery/photocopier, -/turf/open/floor/iron/half{ - dir = 1 - }, -/area/station/engineering/lobby) "aGH" = ( /turf/open/floor/plating, /area/station/maintenance/floor3/starboard/fore) @@ -2712,12 +2709,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port/fore) -"aJD" = ( -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "aJE" = ( /obj/effect/turf_decal/delivery, /obj/effect/decal/cleanable/dirt, @@ -2859,10 +2850,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/pumproom) -"aLo" = ( -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron, -/area/station/cargo/lobby) "aLv" = ( /obj/structure/window/reinforced/spawner/directional/south, /obj/effect/turf_decal/tile/green/full, @@ -3253,15 +3240,6 @@ /obj/machinery/telecomms/server/presets/command, /turf/open/floor/circuit/telecomms, /area/station/tcommsat/server) -"aRd" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "aRl" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Upload" @@ -3273,6 +3251,7 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, +/obj/structure/sign/departments/aiupload/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload_foyer) "aRz" = ( @@ -3400,17 +3379,6 @@ /obj/effect/spawner/random/trash/cigbutt, /turf/open/floor/iron/dark, /area/station/maintenance/floor2/starboard/aft) -"aSI" = ( -/obj/machinery/shower/directional/west, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white/small, -/area/station/commons/fitness/recreation) "aSK" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/pod/light, @@ -3809,6 +3777,13 @@ dir = 4 }, /area/station/science/lobby) +"aXy" = ( +/obj/structure/cable, +/obj/machinery/conveyor/inverted{ + dir = 6 + }, +/turf/open/floor/iron/checker, +/area/station/cargo/miningdock) "aXC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -4215,6 +4190,7 @@ "bbN" = ( /obj/machinery/pdapainter/engineering, /obj/machinery/camera/autoname/directional/west, +/obj/machinery/computer/security/telescreen/engine/directional/south, /turf/open/floor/iron/dark/textured, /area/station/command/heads_quarters/ce) "bcb" = ( @@ -5202,6 +5178,10 @@ /obj/structure/railing, /turf/open/floor/iron/white/side, /area/station/science/robotics/lab) +"blZ" = ( +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "bmf" = ( /obj/structure/window/spawner/directional/south, /obj/structure/closet/secure_closet/research_director, @@ -5212,6 +5192,20 @@ /obj/structure/ladder, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"bmp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/end{ + dir = 8 + }, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/iron/dark, +/area/station/commons/storage/tools) "bmx" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/siding/thinplating_new{ @@ -5276,10 +5270,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port/aft) -"bmO" = ( -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "bmT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6025,13 +6015,6 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/aft) -"bvF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "bvG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6526,15 +6509,6 @@ /obj/structure/chair/plastic, /turf/open/floor/pod/light, /area/station/maintenance/floor3/port/aft) -"bBT" = ( -/obj/effect/turf_decal/trimline/blue/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/floor2/fore) "bBV" = ( /obj/effect/turf_decal/trimline/green/arrow_cw{ dir = 8 @@ -6746,6 +6720,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port/aft) +"bFk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "bFq" = ( /obj/machinery/light/red/dim/directional/north, /turf/open/floor/plating, @@ -7132,6 +7114,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/floor3/fore) +"bLX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "bMa" = ( /obj/structure/tank_dispenser/oxygen, /obj/effect/turf_decal/siding/thinplating_new, @@ -7185,9 +7174,7 @@ /area/station/service/library) "bMu" = ( /obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/machinery/computer/security/telescreen/rd{ - pixel_x = -30 - }, +/obj/machinery/computer/security/telescreen/rd/directional/west, /obj/machinery/pdapainter/research, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) @@ -7360,14 +7347,6 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard) -"bPh" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron, -/area/station/hallway/floor3/aft) "bPq" = ( /obj/effect/spawner/random/structure/grille, /obj/structure/disposalpipe/segment{ @@ -7451,6 +7430,11 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/third) +"bQs" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/rack, +/turf/open/floor/iron/white, +/area/station/science/circuits) "bQv" = ( /obj/machinery/power/terminal{ dir = 4 @@ -8036,6 +8020,12 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"bXF" = ( +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/security/office) "bYb" = ( /obj/effect/turf_decal/tile/blue/full, /obj/structure/table/glass, @@ -8050,15 +8040,6 @@ dir = 1 }, /area/station/hallway/floor2/aft) -"bYl" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) "bYp" = ( /obj/structure/rack, /obj/effect/spawner/random/engineering/material, @@ -8122,6 +8103,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"bZm" = ( +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron, +/area/station/cargo/lobby) "bZr" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/brown{ @@ -8196,6 +8181,12 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/science/cytology) +"cat" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "cau" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/hidden/layer1{ dir = 10 @@ -8250,6 +8241,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/medical/abandoned) +"cbd" = ( +/obj/machinery/shower/directional/west, +/obj/structure/fluff/shower_drain, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation) "cbi" = ( /obj/structure/table/wood, /obj/machinery/requests_console/directional/south{ @@ -8715,12 +8712,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/storage) -"cgv" = ( -/obj/item/kirbyplants/organic/plant10, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/station/security/office) "cgw" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -10326,6 +10317,7 @@ /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/red/fourcorners, /obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/checkpoint) "cBq" = ( @@ -10361,15 +10353,6 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/morgue) -"cBP" = ( -/obj/effect/spawner/structure/window/hollow/plasma/middle{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) "cBU" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/flora/bush/sunny/style_random, @@ -10504,6 +10487,15 @@ /obj/effect/spawner/random/structure/tank_holder, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard) +"cDs" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "cDu" = ( /obj/structure/chair/comfy/brown, /obj/effect/turf_decal/tile/bar/opposingcorners, @@ -10566,6 +10558,14 @@ /obj/structure/frame/machine, /turf/open/floor/iron/smooth, /area/station/construction) +"cEW" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron, +/area/station/hallway/floor3/aft) "cFc" = ( /obj/structure/chair/office{ dir = 8 @@ -11060,6 +11060,11 @@ /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input, /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"cLl" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "cLt" = ( /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 8 @@ -11104,7 +11109,6 @@ /obj/effect/turf_decal/trimline/purple/line{ dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/station/science/cytology) "cLQ" = ( @@ -11475,11 +11479,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"cRe" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/status_display/ai/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "cRs" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -13013,11 +13012,6 @@ "dmU" = ( /turf/open/floor/iron/dark/side, /area/station/hallway/secondary/entry) -"dmZ" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/iron/white/textured, -/area/station/medical/break_room) "dnx" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -13134,14 +13128,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"dpd" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "dps" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -13150,6 +13136,15 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/wood/tile, /area/station/service/library) +"dpA" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/floor3/fore) "dpC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13203,6 +13198,12 @@ /obj/structure/cable, /turf/open/floor/wood/parquet, /area/station/service/lawoffice) +"dqi" = ( +/obj/machinery/shower/directional/east, +/obj/item/bikehorn/rubberducky, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white/small, +/area/station/commons/fitness/recreation) "dqm" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood/random, @@ -13580,6 +13581,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet/purple, /area/station/maintenance/floor1/port/aft) +"dux" = ( +/obj/structure/bed/double, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/north, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/carpet/green, +/area/station/cargo/miningdock) "duC" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -13708,6 +13718,14 @@ "dxd" = ( /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"dxo" = ( +/obj/structure/sign/warning/biohazard/directional/east, +/obj/machinery/light/cold/no_nightlight/directional/east, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "dxr" = ( /obj/effect/spawner/random/trash/graffiti{ pixel_y = 32 @@ -14711,6 +14729,13 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/pod/dark, /area/station/maintenance/floor4/port) +"dKn" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "dKz" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Bulkhead" @@ -14967,9 +14992,8 @@ /turf/open/floor/engine, /area/station/maintenance/floor1/port/aft) "dNU" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, +/obj/machinery/photobooth, +/obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/hallway/floor4/fore) "dOa" = ( @@ -16505,20 +16529,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/side, /area/station/command/teleporter) -"ehZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_blue/end{ - dir = 8 - }, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/iron/dark, -/area/station/commons/storage/tools) "eir" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Access" @@ -16926,15 +16936,6 @@ /obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/engine, /area/station/maintenance/floor4/starboard/aft) -"enl" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "enp" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -16975,14 +16976,6 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat) -"enP" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/iron/white, -/area/station/science/circuits) "enX" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -17582,10 +17575,6 @@ dir = 8 }, /area/station/security/office) -"exv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "exw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17767,6 +17756,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/lobby) +"eAh" = ( +/obj/structure/cable, +/obj/machinery/conveyor{ + dir = 4; + id = "mining" + }, +/turf/open/floor/iron/checker, +/area/station/cargo/miningdock) "eAi" = ( /obj/machinery/light_switch/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18298,6 +18295,15 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/service/chapel) +"eHP" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "eHT" = ( /obj/machinery/firealarm/directional/east, /obj/structure/railing, @@ -18992,14 +18998,6 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"eSP" = ( -/obj/structure/bed/double, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) "eSX" = ( /obj/structure/flora/bush/sparsegrass/style_random, /obj/structure/flora/bush/flowers_br/style_random, @@ -19246,6 +19244,14 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) +"eWr" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/corner{ + dir = 8 + }, +/area/station/engineering/lobby) "eWC" = ( /obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -19979,6 +19985,14 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/iron/dark/side, /area/station/hallway/secondary/exit) +"fiQ" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "fiT" = ( /obj/effect/spawner/structure/window/hollow/middle{ dir = 4 @@ -20030,6 +20044,13 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor4/port/fore) +"fju" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "fjv" = ( /obj/machinery/light/red/dim/directional/south, /turf/open/floor/plating, @@ -21053,6 +21074,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmos) +"fxp" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/button/door/directional/south{ + id = "secmechbay"; + name = "Security Mech Garage Door Controls"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 8 + }, +/obj/machinery/modular_computer/preset/cargochat/security{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/office) "fxG" = ( /obj/machinery/vending/cola/pwr_game, /turf/open/floor/eighties, @@ -21640,7 +21676,6 @@ }, /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/dresser, -/obj/machinery/firealarm/directional/south, /turf/open/floor/carpet/orange, /area/station/command/heads_quarters/qm) "fFT" = ( @@ -22104,13 +22139,6 @@ }, /turf/open/floor/pod/dark, /area/station/maintenance/floor3/starboard) -"fLX" = ( -/obj/structure/railing/corner, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "fMc" = ( /obj/machinery/airalarm/directional/west, /obj/effect/turf_decal/stripes{ @@ -22356,12 +22384,6 @@ /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, /area/station/security/courtroom) -"fPd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "fPf" = ( /obj/effect/turf_decal/tile/blue/half, /turf/open/floor/iron/textured_edge, @@ -23213,16 +23235,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor2/starboard/fore) -"gaA" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/chair/sofa/left/brown{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "gaB" = ( /obj/machinery/newscaster/directional/east, /obj/structure/table/wood, @@ -23601,6 +23613,10 @@ dir = 10 }, /area/station/hallway/floor4/fore) +"gfe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "gfg" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -24315,15 +24331,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port/aft) -"gpZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/floor1/fore) "gqi" = ( /turf/open/floor/iron/white/side{ dir = 4 @@ -24373,15 +24380,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/smooth_large, /area/station/maintenance/floor2/starboard/aft) -"gqN" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/machinery/computer/order_console/cook{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "gqO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24772,6 +24770,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plastic, /area/station/security/prison/shower) +"gvV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "gvX" = ( /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron/dark/side{ @@ -25091,6 +25095,13 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) +"gzV" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/science/circuits) "gAe" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/corner{ @@ -25528,16 +25539,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/commons/dorms/apartment1) -"gGr" = ( -/obj/effect/turf_decal/trimline/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/line{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/hallway/floor4/aft) "gGt" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 4 @@ -26406,6 +26407,16 @@ /obj/effect/baseturf_helper/reinforced_plating/ceiling, /turf/open/floor/engine, /area/station/engineering/supermatter) +"gSe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/chair/sofa/right/brown{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "gSj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26432,9 +26443,6 @@ /obj/structure/table/reinforced/plastitaniumglass, /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/cable, -/obj/machinery/computer/security/telescreen/engine{ - name = "Engineering and atmospherics monitor" - }, /mob/living/basic/parrot/poly, /turf/open/floor/catwalk_floor/iron_dark, /area/station/command/heads_quarters/ce) @@ -26451,15 +26459,6 @@ /obj/effect/spawner/structure/electrified_grille, /turf/open/floor/plating, /area/station/maintenance/floor2/port/aft) -"gSv" = ( -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/floor1/fore) "gSw" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/white/line, @@ -26858,18 +26857,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/storage) -"gYI" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/duct, -/turf/open/floor/iron/showroomfloor{ - name = "bathroom tiles" - }, -/area/station/security/lockers) "gYN" = ( /obj/machinery/airalarm/directional/west, /obj/item/kirbyplants/random, @@ -27601,11 +27588,6 @@ /obj/effect/spawner/random/medical/surgery_tool, /turf/open/floor/pod/light, /area/station/maintenance/department/engine/atmos) -"hid" = ( -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/hallway/floor4/aft) "hio" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 4 @@ -27776,15 +27758,6 @@ dir = 1 }, /area/station/hallway/floor1/aft) -"hko" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/floor3/fore) "hkq" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos) @@ -28122,6 +28095,11 @@ }, /turf/open/floor/iron/dark/textured, /area/station/maintenance/floor2/starboard/aft) +"hoP" = ( +/obj/structure/fluff/shower_drain, +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/command/heads_quarters/qm) "hoW" = ( /obj/machinery/door/airlock/silver/glass{ name = "Kitchen" @@ -29655,7 +29633,7 @@ /obj/structure/railing{ dir = 4 }, -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/item/kirbyplants/random, /turf/open/floor/wood/large, /area/station/command/heads_quarters/hop) @@ -29863,6 +29841,7 @@ }, /obj/structure/disposalpipe/segment, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/brig) "hLP" = ( @@ -29871,23 +29850,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/textured_large, /area/station/cargo/storage) -"hLW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "hLX" = ( /turf/open/floor/iron/white/small, /area/station/medical/chemistry) @@ -30027,6 +29989,17 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/carpet, /area/station/service/lawoffice) +"hOd" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new, +/obj/structure/closet/crate/bin, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/lobby) "hOy" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 1 @@ -30305,7 +30278,7 @@ name = "Privacy Shutters Control"; pixel_y = 6 }, -/obj/machinery/keycard_auth/directional/west{ +/obj/machinery/keycard_auth/wall_mounted/directional/west{ pixel_y = -8 }, /turf/open/floor/wood, @@ -31441,6 +31414,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"ihO" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/floor3/starboard/fore) "ihQ" = ( /obj/structure/closet/emcloset/anchored, /turf/open/floor/iron/smooth, @@ -32256,11 +32235,7 @@ /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard/aft) "isp" = ( -/obj/machinery/computer/security/telescreen{ - name = "\improper Engine Waste Monitor"; - network = list("waste"); - pixel_y = 26 - }, +/obj/machinery/computer/security/telescreen/engine_waste/directional/north, /turf/open/floor/engine, /area/station/engineering/supermatter/room) "isq" = ( @@ -32610,15 +32585,6 @@ dir = 1 }, /area/station/hallway/secondary/exit/escape_pod) -"ixd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "ixf" = ( /obj/structure/chair/sofa/bench/right{ dir = 1 @@ -32984,6 +32950,13 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/fore) +"iBN" = ( +/obj/structure/cable, +/obj/machinery/conveyor/inverted{ + dir = 10 + }, +/turf/open/floor/iron/checker, +/area/station/cargo/miningdock) "iCg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/mapping_helpers/damaged_window, @@ -33267,6 +33240,18 @@ }, /turf/open/floor/iron, /area/station/hallway/floor2/aft) +"iFY" = ( +/obj/structure/sign/directions/medical/directional/north, +/obj/structure/sign/directions/science/directional/north{ + pixel_y = 24 + }, +/obj/structure/sign/directions/upload/directional/north{ + pixel_y = 40 + }, +/obj/structure/ladder, +/obj/structure/ladder, +/turf/open/floor/iron/smooth, +/area/station/hallway/floor1/fore) "iGd" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/structure/cable, @@ -33439,9 +33424,7 @@ /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 30 - }, +/obj/machinery/computer/security/telescreen/interrogation/directional/north, /turf/open/floor/iron/dark, /area/station/security/interrogation) "iIm" = ( @@ -33766,10 +33749,7 @@ }, /area/station/hallway/floor2/fore) "iNA" = ( -/obj/machinery/computer/security/telescreen/vault{ - dir = 8; - pixel_x = 26 - }, +/obj/machinery/computer/security/telescreen/vault/directional/east, /obj/machinery/computer/security{ dir = 8 }, @@ -34349,19 +34329,6 @@ /obj/structure/cable, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"iUP" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 10 - }, -/area/station/hallway/secondary/exit/departure_lounge) "iUQ" = ( /obj/effect/turf_decal/tile/green/half, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -34510,6 +34477,7 @@ dir = 8 }, /obj/item/radio/intercom/directional/north, +/obj/structure/detectiveboard/directional/east, /turf/open/floor/carpet, /area/station/security/detectives_office) "iWW" = ( @@ -34946,6 +34914,12 @@ /obj/structure/table, /turf/open/floor/pod/light, /area/station/maintenance/floor4/port/fore) +"jcj" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/item/radio/intercom/directional/south, +/obj/machinery/bci_implanter, +/turf/open/floor/iron/white, +/area/station/science/circuits) "jcr" = ( /obj/machinery/door/airlock/engineering/glass{ name = "Supermatter Engine Room" @@ -35178,6 +35152,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/brig) "jfs" = ( @@ -35505,6 +35480,12 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"jle" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/table/wood, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "jlx" = ( /obj/effect/turf_decal/trimline/red/warning{ dir = 4 @@ -36352,13 +36333,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"jxf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/baseturf_helper/reinforced_plating/ceiling, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "jxi" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -36702,10 +36676,7 @@ "jAe" = ( /obj/effect/turf_decal/tile/blue/opposingcorners, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 4; - pixel_x = -32 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/west, /turf/open/floor/iron/dark, /area/station/command/teleporter) "jAl" = ( @@ -36971,17 +36942,6 @@ /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"jEw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new, -/obj/structure/closet/crate/bin, -/turf/open/floor/iron/dark/textured, -/area/station/engineering/lobby) "jEO" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/decal/cleanable/dirt, @@ -37531,6 +37491,14 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) +"jLD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "jLF" = ( /obj/structure/chair{ dir = 8 @@ -38165,6 +38133,14 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/floor2/fore) +"jUB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "jUC" = ( /obj/machinery/status_display/ai/directional/south, /turf/open/floor/wood, @@ -38712,15 +38688,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"kbZ" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "kca" = ( /turf/closed/wall/r_wall, /area/station/service/library/lounge) @@ -39336,13 +39303,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"kiw" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 1 - }, -/obj/effect/spawner/structure/window/hollow/plasma/middle, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) "kiA" = ( /obj/effect/turf_decal/tile/green/opposingcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39440,6 +39400,14 @@ /obj/effect/decal/cleanable/oil/streak, /turf/open/floor/iron/textured_large, /area/station/engineering/lobby) +"kjR" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "kjW" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -40688,6 +40656,14 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/maintenance/floor1/port/aft) +"kAL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "kAO" = ( /obj/structure/table, /obj/item/kitchen/rollingpin, @@ -41014,12 +40990,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "\improper Engine Waste Monitor"; - network = list("waste"); - pixel_y = -26 - }, +/obj/machinery/computer/security/telescreen/engine_waste/directional/south, /turf/open/floor/catwalk_floor/iron, /area/station/engineering/atmos/pumproom) "kFp" = ( @@ -41357,12 +41328,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "\improper Engine Waste Monitor"; - network = list("waste"); - pixel_x = 26 - }, +/obj/machinery/computer/security/telescreen/engine_waste/directional/east, /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/pumproom) @@ -41376,11 +41342,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"kJp" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/rack, -/turf/open/floor/iron/white, -/area/station/science/circuits) "kJq" = ( /turf/open/floor/iron/kitchen, /area/station/service/kitchen/abandoned) @@ -41630,13 +41591,6 @@ /obj/effect/spawner/random/aimodule/neutral{ pixel_x = 15 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -29 - }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload_foyer) "kMv" = ( @@ -42317,10 +42271,7 @@ /turf/open/floor/engine/hull, /area/space/nearstation) "kVs" = ( -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, /obj/machinery/camera/directional/south{ c_tag = "MiniSat Exterior Access"; network = list("minisat") @@ -42442,10 +42393,10 @@ /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) "kWD" = ( -/obj/machinery/keycard_auth/directional/north{ +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ pixel_x = -22 }, -/obj/effect/turf_decal/tile/blue/fourcorners, /obj/machinery/incident_display/delam/directional/north, /turf/open/floor/iron/dark, /area/station/command/bridge) @@ -43170,6 +43121,15 @@ /obj/structure/railing, /turf/open/space/openspace, /area/space/nearstation) +"lfg" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "lfj" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 4 @@ -43342,6 +43302,15 @@ dir = 8 }, /area/station/cargo/miningdock) +"lha" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/computer/order_console/cook{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "lhh" = ( /obj/structure/closet/radiation, /turf/open/floor/plating, @@ -43568,21 +43537,6 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/aft) -"lku" = ( -/obj/item/radio/intercom/directional/east, -/obj/machinery/button/door/directional/south{ - id = "secmechbay"; - name = "Security Mech Garage Door Controls"; - req_access = list("security") - }, -/obj/effect/turf_decal/trimline/brown/filled/end{ - dir = 8 - }, -/obj/machinery/modular_computer/preset/cargochat/security{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/office) "lkA" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/disposalpipe/segment{ @@ -43603,6 +43557,11 @@ dir = 1 }, /area/station/medical/chemistry) +"lkH" = ( +/obj/machinery/light/directional/east, +/obj/machinery/smartfridge/drying, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen) "lkI" = ( /obj/structure/ladder, /turf/open/floor/iron/smooth, @@ -44062,6 +44021,14 @@ /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating, /area/station/maintenance/floor2/port) +"lrE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/diagonal_edge, +/obj/structure/cable, +/obj/machinery/photobooth/security, +/turf/open/floor/iron/dark, +/area/station/security/prison/visit) "lrN" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/atmospherics/components/unary/portables_connector{ @@ -44789,17 +44756,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/textured, /area/station/commons/toilet) -"lBR" = ( -/obj/machinery/shower/directional/east, -/obj/item/bikehorn/rubberducky, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/turf/open/floor/iron/white/small, -/area/station/commons/fitness/recreation) "lCf" = ( /obj/effect/turf_decal/trimline/green/warning, /obj/machinery/light/floor, @@ -45236,10 +45192,6 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 8 }, -/obj/machinery/keycard_auth/directional/east{ - pixel_x = 25; - pixel_y = 16 - }, /obj/machinery/camera/directional/east{ c_tag = "Command - Research Director's Office" }, @@ -45882,12 +45834,6 @@ }, /turf/open/floor/iron, /area/station/hallway/floor2/fore) -"lPA" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/closed/wall, -/area/station/maintenance/floor3/starboard/fore) "lPR" = ( /obj/structure/railing{ dir = 8 @@ -46136,6 +46082,16 @@ /obj/effect/decal/cleanable/plastic, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat) +"lSF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/chair/sofa/left/brown{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "lSI" = ( /obj/machinery/computer/upload/borg, /obj/structure/window/reinforced/spawner/directional/north, @@ -47576,6 +47532,11 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) +"mkt" = ( +/obj/machinery/light_switch/directional/north, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) "mkE" = ( /obj/effect/turf_decal/tile/blue/opposingcorners, /obj/item/wrench, @@ -48530,6 +48491,13 @@ /obj/item/toy/crayon/spraycan, /turf/open/floor/wood/large, /area/station/service/library/lounge) +"mwS" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 1 + }, +/obj/effect/spawner/structure/window/hollow/plasma/middle, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "mwZ" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -48664,6 +48632,11 @@ dir = 8 }, /area/station/hallway/secondary/exit/departure_lounge) +"myU" = ( +/obj/machinery/light/directional/south, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "myV" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/purple/line{ @@ -49453,13 +49426,7 @@ /turf/open/floor/wood/tile, /area/station/command/heads_quarters/captain) "mIV" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for the Auxiliary Mining Base."; - dir = 1; - name = "Auxiliary Base Monitor"; - network = list("auxbase"); - pixel_y = -28 - }, +/obj/machinery/computer/security/telescreen/auxbase/directional/south, /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -49488,12 +49455,6 @@ dir = 8 }, /area/station/hallway/floor2/fore) -"mJr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/depsec/engineering, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "mJt" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/smooth, @@ -49570,14 +49531,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /turf/open/floor/engine, /area/station/science/ordnance/burnchamber) -"mKT" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "mKY" = ( /obj/effect/spawner/structure/electrified_grille, /turf/open/floor/pod/light, @@ -49873,14 +49826,6 @@ /obj/effect/turf_decal/tile/green/full, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"mOj" = ( -/obj/structure/railing{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/item/kirbyplants/random, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "mOt" = ( /obj/effect/turf_decal/tile/green/half{ dir = 4 @@ -49979,12 +49924,6 @@ /obj/machinery/gibber, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) -"mPW" = ( -/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/service/bar/atrium) "mPY" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 4 @@ -50206,6 +50145,7 @@ "mTo" = ( /obj/effect/turf_decal/tile/purple/opposingcorners, /obj/structure/closet/secure_closet/cytology, +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/science/cytology) "mTs" = ( @@ -50234,15 +50174,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor2/aft) -"mTK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "mTQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -50515,6 +50446,13 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/maintenance/floor2/starboard/aft) +"mXf" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/component_printer, +/turf/open/floor/iron/dark, +/area/station/science/circuits) "mXg" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -50677,6 +50615,16 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard/fore) +"mZl" = ( +/obj/machinery/camera/autoname/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/cigar, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "mZy" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -50717,14 +50665,6 @@ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"mZS" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "mZT" = ( /obj/machinery/atmospherics/pipe/smart/simple/general/visible{ dir = 10 @@ -50790,13 +50730,6 @@ }, /turf/open/floor/plating, /area/station/medical/abandoned) -"naW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/modular_computer/preset/cargochat/service{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "nba" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -51599,6 +51532,11 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/maintenance/floor4/starboard) +"njD" = ( +/obj/structure/secure_safe/caps_spare/directional/south, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "njK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51716,16 +51654,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/floor3/starboard) -"nln" = ( -/obj/effect/turf_decal/trimline/red/line, -/obj/machinery/camera{ - c_tag = "Engineering Foyer #1"; - dir = 5; - network = list("ss13","engine") - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/lobby) "nlu" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -51967,6 +51895,12 @@ }, /turf/open/floor/iron/textured_large, /area/station/hallway/secondary/exit/departure_lounge) +"npo" = ( +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "nps" = ( /obj/structure/rack, /obj/item/soulstone/anybody/chaplain, @@ -52200,6 +52134,17 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/floor2/aft) +"nsb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "nse" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/window/reinforced/spawner/directional/north, @@ -52575,6 +52520,7 @@ }, /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/vending/cytopro, /turf/open/floor/iron, /area/station/science/cytology) "nxm" = ( @@ -53521,10 +53467,6 @@ /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/pod/light, /area/station/maintenance/floor1/starboard) -"nJo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "nJt" = ( /obj/structure/foamedmetal, /turf/open/floor/engine, @@ -53589,13 +53531,6 @@ /mob/living/basic/cow, /turf/open/floor/grass, /area/station/service/hydroponics) -"nKc" = ( -/obj/structure/cable, -/obj/machinery/conveyor/inverted{ - dir = 10 - }, -/turf/open/floor/iron/checker, -/area/station/cargo/miningdock) "nKn" = ( /obj/structure/sign/directions/dorms/directional/east, /obj/structure/sign/directions/evac/directional/east{ @@ -53639,6 +53574,23 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/pod, /area/station/maintenance/floor4/starboard/aft) +"nKK" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/white/filled/line{ + color = "#065C93"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) "nKL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -53726,16 +53678,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark/textured_large, /area/station/hallway/secondary/exit/escape_pod) -"nMu" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/depsec/engineering, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "nMz" = ( /obj/effect/turf_decal/trimline/red/line{ dir = 4 @@ -53751,6 +53693,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/hallway/floor4/aft) +"nMD" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron/half{ + dir = 1 + }, +/area/station/engineering/lobby) "nMI" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /obj/structure/cable, @@ -54257,12 +54205,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/floor1/fore) -"nTF" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/floor1/fore) "nTI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54499,6 +54441,17 @@ }, /turf/open/floor/iron, /area/station/hallway/floor2/fore) +"nWB" = ( +/obj/machinery/door/airlock{ + name = "Minikitchen Access" + }, +/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/effect/mapping_helpers/airlock/access/any/service/general, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "nWH" = ( /obj/structure/table/reinforced, /turf/open/floor/iron/dark/smooth_large, @@ -54714,6 +54667,12 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"nYU" = ( +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/trimline/neutral, +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/freezer, +/area/station/hallway/secondary/service) "nYZ" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54820,6 +54779,19 @@ "oaE" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) +"oaI" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/maintenance/floor1/starboard/fore) "oaS" = ( /obj/item/toy/crayon/spraycan, /obj/structure/table, @@ -54859,13 +54831,6 @@ dir = 1 }, /area/station/engineering/lobby) -"obC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "obH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -55366,6 +55331,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/work) +"oix" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/baseturf_helper/reinforced_plating/ceiling, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "oiA" = ( /obj/machinery/duct, /turf/open/floor/iron/showroomfloor, @@ -55483,6 +55455,7 @@ /obj/effect/turf_decal/tile/red/fourcorners, /obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/disposalpipe/segment, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/dark, /area/station/security/checkpoint) "ojM" = ( @@ -55969,16 +55942,6 @@ dir = 1 }, /area/station/hallway/floor1/fore) -"oqc" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/command/heads_quarters/qm) "oqd" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -56134,19 +56097,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/carpet/red, /area/station/service/theater) -"osq" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/maintenance/floor1/starboard/fore) "osu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56507,6 +56457,14 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/dark, /area/station/cargo/drone_bay) +"oyf" = ( +/obj/structure/bed/double, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/carpet/blue, +/area/station/cargo/miningdock) "oyh" = ( /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) @@ -56902,6 +56860,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"oDp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/modular_computer/preset/cargochat/science{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/science/lobby) "oDI" = ( /obj/structure/table/reinforced, /obj/item/restraints/handcuffs, @@ -57506,6 +57473,11 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/command/heads_quarters/qm) +"oLP" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "oMd" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -57769,11 +57741,6 @@ /obj/machinery/light/dim/directional/west, /turf/open/floor/wood/large, /area/station/security/prison/safe) -"oPv" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/structure/table, -/turf/open/floor/iron/white, -/area/station/science/circuits) "oPA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -58189,6 +58156,23 @@ /obj/structure/window/spawner/directional/south, /turf/open/floor/carpet/green, /area/station/command/heads_quarters/rd) +"oUa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) "oUl" = ( /obj/machinery/door/airlock/public{ name = "Chapel Morgue" @@ -58540,12 +58524,6 @@ /obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/iron/dark, /area/station/security/checkpoint/second) -"oZB" = ( -/obj/structure/sign/departments/aiupload/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/hallway/floor2/aft) "oZE" = ( /obj/machinery/door/airlock/hatch{ name = "Maintenance Hatch" @@ -58645,11 +58623,6 @@ dir = 4 }, /area/station/science/robotics/lab) -"pbr" = ( -/obj/machinery/light/directional/east, -/obj/machinery/deepfryer, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen) "pbt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -59315,6 +59288,14 @@ /obj/machinery/holopad, /turf/open/floor/wood/tile, /area/station/service/library) +"pmy" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/structure/table, +/turf/open/floor/iron/white, +/area/station/science/circuits) "pmA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -59711,6 +59692,14 @@ /obj/item/clothing/suit/toggle/labcoat, /turf/open/floor/iron, /area/station/maintenance/floor3/starboard/aft) +"prc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "prd" = ( /obj/effect/turf_decal/trimline/red/line{ dir = 1 @@ -60121,11 +60110,6 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) -"pwY" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "pxb" = ( /obj/machinery/grill, /turf/open/floor/pod/light, @@ -60495,14 +60479,6 @@ dir = 4 }, /area/station/service/bar/atrium) -"pBg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "pBv" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /obj/structure/cable, @@ -60797,13 +60773,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard/fore) -"pFA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "pFI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate/trashcart, @@ -62098,6 +62067,11 @@ /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating/airless, /area/station/solars/port/aft) +"pXu" = ( +/obj/structure/transport/linear/public, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/floor1/fore) "pXG" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -63227,10 +63201,6 @@ /obj/structure/cable, /turf/open/floor/carpet/neon/simple/white, /area/station/commons/dorms/room3) -"qmN" = ( -/obj/structure/bed, -/turf/open/floor/wood, -/area/station/medical/psychology) "qnc" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -63278,13 +63248,6 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"qnA" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "qnB" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -63389,7 +63352,7 @@ /obj/structure/chair/wood{ dir = 4 }, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) "qoJ" = ( @@ -64270,6 +64233,7 @@ }, /obj/structure/closet/secure_closet/quartermaster, /obj/machinery/airalarm/directional/west, +/obj/machinery/firealarm/directional/south, /turf/open/floor/carpet/orange, /area/station/command/heads_quarters/qm) "qza" = ( @@ -64495,10 +64459,6 @@ /obj/structure/flora/bush/flowers_yw/style_random, /turf/open/floor/grass, /area/station/science/genetics) -"qBk" = ( -/obj/structure/bed, -/turf/open/floor/carpet/black, -/area/station/hallway/secondary/service) "qBm" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65026,13 +64986,6 @@ /obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) -"qHE" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "qHH" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/iron{ @@ -65065,7 +65018,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/keycard_auth/directional/south{ +/obj/machinery/keycard_auth/wall_mounted/directional/south{ pixel_x = 6 }, /obj/effect/landmark/start/chief_engineer, @@ -65110,16 +65063,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/lobby) -"qIY" = ( -/obj/machinery/camera/autoname/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/cigar, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "qJe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/item/storage/box/donkpockets, @@ -65515,6 +65458,10 @@ }, /turf/open/openspace, /area/station/maintenance/floor3/port) +"qPI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "qPM" = ( /obj/effect/turf_decal/tile/green/full, /obj/machinery/camera/autoname/directional/west, @@ -65769,6 +65716,14 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/carpet, /area/station/medical/psychology) +"qTk" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/light/cold/directional/south, +/obj/machinery/modular_computer/preset/cargochat/medical{ + dir = 1 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/break_room) "qTn" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -65996,11 +65951,6 @@ /obj/structure/lattice, /turf/open/openspace, /area/station/maintenance/floor2/port/aft) -"qWQ" = ( -/obj/machinery/duct, -/obj/machinery/light/directional/east, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "qWR" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -66447,6 +66397,11 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"rbO" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "rbQ" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -66883,17 +66838,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/starboard/aft) -"rgL" = ( -/obj/machinery/door/airlock{ - name = "Minikitchen Access" - }, -/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/effect/mapping_helpers/airlock/access/any/service/general, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "rgM" = ( /obj/structure/closet/boxinggloves, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -67054,6 +66998,11 @@ /obj/effect/turf_decal/tile/green/opposingcorners, /turf/open/floor/iron/white, /area/station/medical/virology) +"riH" = ( +/obj/machinery/duct, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "riT" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating, @@ -67082,22 +67031,6 @@ /obj/structure/railing/corner/end, /turf/open/floor/iron/dark, /area/station/hallway/floor1/aft) -"rjs" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/security/office) -"rjB" = ( -/obj/structure/sign/warning/biohazard/directional/east, -/obj/machinery/light/cold/no_nightlight/directional/east, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "rjD" = ( /turf/closed/wall, /area/station/hallway/floor1/aft) @@ -67213,6 +67146,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/hallway/floor4/fore) +"rlR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "mining" + }, +/turf/open/floor/iron/checker, +/area/station/cargo/miningdock) "rlX" = ( /obj/structure/railing/corner{ dir = 4 @@ -67301,6 +67242,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/floor3/port/aft) +"rnh" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "rnl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67427,6 +67378,15 @@ /obj/structure/closet/firecloset, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/fore) +"roG" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Xenobio - Holding Pen" + }, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "roZ" = ( /obj/machinery/light/floor, /turf/open/floor/iron, @@ -67974,10 +67934,7 @@ name = "Private Channel" }, /obj/machinery/recharge_station, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, +/obj/machinery/computer/security/telescreen/minisat/directional/east, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat/service) "rxz" = ( @@ -69103,6 +69060,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"rOw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/station/hallway/secondary/exit/departure_lounge) "rOB" = ( /obj/structure/chair/sofa/bench/right{ dir = 1 @@ -69171,14 +69141,6 @@ dir = 1 }, /area/station/hallway/floor4/fore) -"rPG" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "rPK" = ( /obj/machinery/camera/directional/south{ c_tag = "Security - Showers" @@ -69647,14 +69609,6 @@ "rVQ" = ( /turf/closed/wall, /area/station/service/library/private) -"rVY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "rWa" = ( /obj/structure/window/reinforced/spawner/directional/east, /obj/effect/turf_decal/loading_area{ @@ -69807,6 +69761,17 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron, /area/station/maintenance/solars/starboard/fore) +"rYy" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Office Aft" + }, +/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/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/office) "rYA" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -69948,13 +69913,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor1/port) -"sav" = ( -/obj/effect/turf_decal/box/corners, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "saA" = ( /obj/effect/turf_decal/siding/thinplating_new{ dir = 1 @@ -70792,6 +70750,11 @@ dir = 8 }, /area/station/security/courtroom) +"snz" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/white/textured, +/area/station/medical/break_room) "snI" = ( /obj/effect/turf_decal/trimline/green/arrow_ccw, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -71053,6 +71016,11 @@ /obj/structure/closet/toolcloset, /turf/open/floor/iron/smooth, /area/station/construction) +"srR" = ( +/obj/effect/turf_decal/tile/purple/opposingcorners, +/obj/structure/table, +/turf/open/floor/iron/white, +/area/station/science/circuits) "srS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/chair{ @@ -72010,6 +71978,7 @@ name = "AI Upload turret control"; pixel_y = 28 }, +/obj/machinery/computer/security/telescreen/aiupload/directional/west, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload_foyer) "sEA" = ( @@ -72258,18 +72227,6 @@ /obj/item/pipe_dispenser, /turf/open/floor/iron/dark, /area/station/engineering/supermatter) -"sHN" = ( -/obj/structure/sign/directions/medical/directional/north, -/obj/structure/sign/directions/science/directional/north{ - pixel_y = 24 - }, -/obj/structure/sign/directions/upload/directional/north{ - pixel_y = 40 - }, -/obj/structure/ladder, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/hallway/floor1/fore) "sHP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -72364,6 +72321,17 @@ /obj/structure/curtain, /turf/open/floor/iron/showroomfloor, /area/station/command/heads_quarters/qm) +"sIP" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/chair/sofa/middle/brown{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "sIT" = ( /obj/effect/landmark/start/captain, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -72801,6 +72769,13 @@ /obj/machinery/light/floor, /turf/open/floor/iron/textured_large, /area/station/hallway/secondary/entry) +"sNO" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "sOj" = ( /obj/effect/spawner/random/structure/girder, /turf/open/floor/pod/light, @@ -73551,6 +73526,13 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/aft) +"sXU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "sXV" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 6 @@ -73700,14 +73682,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/showroomfloor, /area/station/commons/toilet) -"sZb" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/corner{ - dir = 8 - }, -/area/station/engineering/lobby) "sZd" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/white{ @@ -73817,6 +73791,14 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"sZW" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "sZX" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -73918,13 +73900,6 @@ /obj/machinery/light/red/dim/directional/north, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port) -"tbt" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "tbu" = ( /obj/effect/spawner/random/trash/hobo_squat, /obj/effect/decal/cleanable/dirt, @@ -74224,14 +74199,6 @@ /obj/effect/landmark/start/botanist, /turf/open/floor/iron, /area/station/service/hydroponics) -"tfk" = ( -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/tile/brown/opposingcorners, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/light/cold/no_nightlight/directional/north, -/obj/machinery/module_duplicator, -/turf/open/floor/iron/dark, -/area/station/science/circuits) "tfo" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 8 @@ -74538,13 +74505,6 @@ /obj/machinery/light/floor, /turf/open/floor/iron/dark, /area/station/hallway/floor2/fore) -"tjS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/side, -/area/station/hallway/floor2/aft) "tjV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -74597,13 +74557,6 @@ }, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) -"tkZ" = ( -/obj/structure/cable, -/obj/machinery/conveyor/inverted{ - dir = 6 - }, -/turf/open/floor/iron/checker, -/area/station/cargo/miningdock) "tld" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/mineral/plasma/five, @@ -74671,15 +74624,6 @@ }, /turf/open/floor/circuit, /area/station/science/xenobiology) -"tlX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/modular_computer/preset/cargochat/science{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/science/lobby) "tlZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -75021,17 +74965,6 @@ /obj/effect/mapping_helpers/requests_console/announcement, /turf/open/floor/iron/smooth, /area/station/cargo/office) -"tpD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/first) "tpS" = ( /obj/effect/turf_decal/tile/green/full, /obj/structure/table/reinforced, @@ -75361,7 +75294,7 @@ /obj/machinery/computer/security/qm{ dir = 8 }, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /turf/open/floor/wood/large, /area/station/command/heads_quarters/qm) "tun" = ( @@ -75815,6 +75748,14 @@ dir = 1 }, /area/station/hallway/floor4/aft) +"tzY" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/office) "tAc" = ( /obj/machinery/door/poddoor/shutters{ id = "maint-shut"; @@ -76031,17 +75972,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/iron/dark, /area/station/maintenance/floor1/port) -"tDB" = ( -/obj/structure/sign/poster/official/random/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/chair/sofa/middle/brown{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "tDE" = ( /obj/machinery/power/port_gen/pacman, /turf/open/floor/iron/textured_large, @@ -76952,14 +76882,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"tPy" = ( -/obj/structure/cable, -/obj/machinery/conveyor{ - dir = 4; - id = "mining" - }, -/turf/open/floor/iron/checker, -/area/station/cargo/miningdock) "tPB" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, @@ -77015,6 +76937,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod, /area/station/maintenance/floor4/starboard/aft) +"tQo" = ( +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light/cold/no_nightlight/directional/west, +/turf/open/floor/iron/white, +/area/station/science/lobby) "tQF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -77225,6 +77157,12 @@ dir = 4 }, /area/station/hallway/floor1/fore) +"tTA" = ( +/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/service/bar/atrium) "tTB" = ( /obj/structure/window/reinforced/spawner/directional/south, /obj/structure/statue/snow/snowman, @@ -77370,11 +77308,6 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark/textured, /area/station/medical/paramedic) -"tVp" = ( -/obj/machinery/light_switch/directional/north, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) "tVq" = ( /obj/structure/railing{ dir = 8 @@ -78034,17 +77967,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/medical/abandoned) -"ufI" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Office Aft" - }, -/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/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/office) "ufL" = ( /obj/structure/railing/corner{ dir = 1 @@ -78129,6 +78051,11 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port) +"ugS" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/floor4/aft) "ugU" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/floor, @@ -78801,7 +78728,8 @@ "uqF" = ( /obj/structure/table, /obj/machinery/button/ticket_machine{ - pixel_x = -32 + pixel_x = -24; + pixel_y = -6 }, /obj/item/stamp/head/hop{ pixel_x = 8; @@ -78811,6 +78739,10 @@ pixel_x = -4; pixel_y = 3 }, +/obj/machinery/button/photobooth{ + pixel_y = 6; + pixel_x = -24 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) "uqT" = ( @@ -78833,15 +78765,6 @@ dir = 10 }, /area/station/ai_monitored/turret_protected/ai) -"urv" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Xenobio - Holding Pen" - }, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "urO" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible/layer2{ @@ -78927,6 +78850,16 @@ }, /turf/open/floor/iron/dark/side, /area/station/hallway/floor3/fore) +"usw" = ( +/obj/effect/turf_decal/trimline/red/line, +/obj/machinery/camera{ + c_tag = "Engineering Foyer #1"; + dir = 5; + network = list("ss13","engine") + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/lobby) "usB" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -79210,6 +79143,13 @@ }, /turf/open/floor/catwalk_floor/iron, /area/station/engineering/atmos) +"uww" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/modular_computer/preset/cargochat/service{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "uwA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/red, @@ -79539,23 +79479,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/smooth_large, /area/station/cargo/miningoffice) -"uBN" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/trimline/white/filled/line{ - color = "#065C93"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/bridge) "uBR" = ( /obj/machinery/airalarm/directional/south, /obj/structure/table, @@ -80549,12 +80472,6 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/iron/white, /area/station/security/medical) -"uNm" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) "uNp" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -80957,14 +80874,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/floor3/fore) -"uSC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "mining" - }, -/turf/open/floor/iron/checker, -/area/station/cargo/miningdock) "uSN" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -81176,16 +81085,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/medical/virology/isolation) -"uVI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/chair/sofa/right/brown{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "uVK" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/access/any/engineering/external, @@ -81418,6 +81317,15 @@ /obj/structure/emergency_shield/regenerating, /turf/open/floor/plating, /area/station/cargo/drone_bay) +"uYn" = ( +/obj/machinery/door/firedoor/border_only, +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "uYB" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 1 @@ -81498,6 +81406,13 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"vac" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "vae" = ( /obj/structure/ladder, /turf/open/floor/pod/dark, @@ -81550,15 +81465,6 @@ /obj/structure/sign/poster/random/directional/south, /turf/open/floor/iron/white, /area/station/cargo/miningdock) -"vaz" = ( -/obj/structure/bed/double, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/carpet/green, -/area/station/cargo/miningdock) "vaA" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -81670,6 +81576,15 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/smooth, /area/station/cargo/office) +"vbM" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "vbP" = ( /obj/structure/flora/bush/flowers_yw/style_random, /turf/open/floor/grass, @@ -81839,6 +81754,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/service/kitchen/diner) +"ven" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/floor1/fore) "veA" = ( /obj/structure/railing{ dir = 8 @@ -81877,6 +81798,16 @@ }, /turf/open/floor/iron/dark/side, /area/station/hallway/floor4/fore) +"veO" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/hallway/floor4/aft) "veQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -81928,6 +81859,13 @@ /obj/machinery/holopad, /turf/open/floor/iron/white, /area/station/science/lab) +"vfM" = ( +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "vfV" = ( /obj/item/radio/intercom/directional/east, /obj/item/stack/sheet/iron/fifty, @@ -82316,17 +82254,6 @@ dir = 1 }, /area/station/security/prison) -"vlh" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/trimline/neutral, -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/freezer, -/area/station/hallway/secondary/service) "vlm" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -82820,9 +82747,7 @@ /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/machinery/computer/security/telescreen/ordnance{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/ordnance/directional/north, /obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver, /obj/structure/table, /obj/item/binoculars{ @@ -83143,11 +83068,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"vuC" = ( -/obj/machinery/light/directional/south, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "vuD" = ( /obj/effect/turf_decal/trimline/white/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -83183,14 +83103,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor3/port/fore) -"vuQ" = ( -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron, -/area/station/security/office) "vuU" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -83313,6 +83225,15 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/pod/light, /area/station/maintenance/floor1/port) +"vws" = ( +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/floor1/fore) "vwB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/grille/broken, @@ -83683,10 +83604,6 @@ /obj/effect/decal/cleanable/wrapping, /turf/open/floor/pod/light, /area/station/maintenance/floor4/starboard/fore) -"vAP" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "vAS" = ( /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /obj/machinery/door/airlock/multi_tile/public/glass{ @@ -83948,6 +83865,17 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/dark, /area/station/security/brig) +"vFc" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"vFs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "vFw" = ( /obj/machinery/camera/autoname/directional/east, /obj/machinery/disposal/bin, @@ -85019,15 +84947,6 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/port) -"vTV" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; - name = "xenobio BZ floor" - }, -/area/station/science/xenobiology) "vTY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -86758,14 +86677,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white/textured, /area/station/medical/paramedic) -"woH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "woK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/red/half, @@ -87235,12 +87146,6 @@ "wuL" = ( /turf/closed/wall, /area/station/commons/dorms/apartment2) -"wuM" = ( -/obj/effect/turf_decal/tile/purple/opposingcorners, -/obj/item/radio/intercom/directional/south, -/obj/machinery/bci_implanter, -/turf/open/floor/iron/white, -/area/station/science/circuits) "wuZ" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt, @@ -87283,16 +87188,6 @@ "wvq" = ( /turf/open/floor/iron/dark, /area/station/command/teleporter) -"wvv" = ( -/obj/effect/turf_decal/trimline/purple/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light/cold/no_nightlight/directional/west, -/turf/open/floor/iron/white, -/area/station/science/lobby) "wvw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -87833,6 +87728,15 @@ "wCn" = ( /turf/closed/wall/r_wall, /area/station/medical/chemistry) +"wCq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/first) "wCu" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -88895,6 +88799,13 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/station/service/chapel/funeral) +"wPi" = ( +/obj/structure/fluff/shower_drain, +/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor{ + name = "bathroom tiles" + }, +/area/station/security/lockers) "wPn" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -89014,6 +88925,14 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/grass, /area/station/service/chapel/office) +"wQP" = ( +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/tile/brown/opposingcorners, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/light/cold/no_nightlight/directional/north, +/obj/machinery/module_duplicator, +/turf/open/floor/iron/dark, +/area/station/science/circuits) "wQR" = ( /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/dark, @@ -89778,12 +89697,6 @@ /obj/machinery/power/energy_accumulator/tesla_coil, /turf/open/floor/engine, /area/station/maintenance/floor1/port/aft) -"xbP" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/table/wood, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "xbV" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -90058,6 +89971,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/floor3/aft) +"xfu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "xfv" = ( /obj/machinery/atmospherics/components/binary/pump/layer2{ dir = 1; @@ -90121,15 +90043,6 @@ icon_state = "textured_dark" }, /area/station/medical/office) -"xgo" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/railing, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "xgC" = ( /obj/structure/railing/corner{ dir = 8 @@ -90674,6 +90587,15 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/station/hallway/floor3/aft) +"xok" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine{ + initial_gas_mix = "o2=22;bz=82;TEMP=293.15"; + name = "xenobio BZ floor" + }, +/area/station/science/xenobiology) "xot" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -91118,6 +91040,15 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/station/hallway/floor2/aft) +"xuc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/hallway/floor1/fore) "xue" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -91526,11 +91457,6 @@ }, /turf/open/floor/pod/light, /area/station/maintenance/floor2/port/fore) -"xzS" = ( -/obj/structure/secure_safe/caps_spare/directional/south, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "xzT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -91676,6 +91602,10 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/space/nearstation) +"xBE" = ( +/obj/structure/bed, +/turf/open/floor/carpet/black, +/area/station/hallway/secondary/service) "xCg" = ( /obj/structure/curtain, /turf/open/floor/iron/showroomfloor, @@ -91767,6 +91697,10 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/service/theater) +"xDu" = ( +/obj/structure/bed, +/turf/open/floor/wood, +/area/station/medical/psychology) "xDw" = ( /obj/structure/closet/crate/trashcart, /obj/effect/spawner/random/contraband/prison, @@ -91940,9 +91874,6 @@ /turf/open/floor/iron/smooth, /area/station/cargo/sorting) "xEv" = ( -/obj/machinery/keycard_auth/directional/north{ - pixel_x = 9 - }, /obj/machinery/button/door/directional/north{ id = "cmo_privacy"; name = "Robotics Privacy Control"; @@ -91950,6 +91881,9 @@ pixel_y = 25; req_access = list("cmo") }, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ + pixel_x = 9 + }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) "xEw" = ( @@ -92177,6 +92111,12 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"xHn" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) "xHr" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -92251,14 +92191,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/light, /area/station/maintenance/floor3/starboard/fore) -"xIx" = ( -/obj/structure/bed/double, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/carpet/blue, -/area/station/cargo/miningdock) "xID" = ( /obj/structure/closet/crate/freezer/blood, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -92970,11 +92902,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) -"xSd" = ( -/obj/structure/transport/linear/public, -/obj/machinery/light/directional/south, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/floor1/fore) "xSi" = ( /obj/effect/turf_decal/tile/dark/half/contrasted, /obj/effect/turf_decal/tile/dark/half/contrasted, @@ -93198,6 +93125,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/pod/dark, /area/station/maintenance/floor2/starboard) +"xVy" = ( +/obj/effect/spawner/structure/window/hollow/plasma/middle{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "xVC" = ( /turf/open/floor/iron/dark/side, /area/station/hallway/floor1/fore) @@ -93314,6 +93250,14 @@ /obj/machinery/bluespace_vendor/directional/south, /turf/open/floor/iron/dark/side, /area/station/hallway/floor1/fore) +"xWT" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron/checker, +/area/station/service/bar/atrium) "xWV" = ( /obj/effect/turf_decal/tile/green/half, /obj/effect/landmark/navigate_destination/dockescpod, @@ -93369,11 +93313,6 @@ }, /turf/open/space/openspace, /area/space) -"xXp" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "xXq" = ( /obj/structure/railing/corner{ dir = 1 @@ -93540,6 +93479,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet/green, /area/station/cargo/miningdock) +"xZw" = ( +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron, +/area/station/security/office) "xZB" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -93877,14 +93824,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/floor2/port) -"yeR" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/iron/checker, -/area/station/service/bar/atrium) "yeU" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -109131,7 +109070,7 @@ owI owI imY imY -lBR +dqi hpI jZE jSj @@ -110159,7 +110098,7 @@ owI owI imY imY -aSI +cbd hpI vTL vTL @@ -110698,7 +110637,7 @@ vsj tAz nQT lPR -iUP +rOw inq qsF wUH @@ -112499,7 +112438,7 @@ aYd nBn rUH rUH -nTF +ven rNO tSK hJy @@ -113757,7 +113696,7 @@ kKd vga oic tVq -osq +oaI oic twL uzN @@ -116599,7 +116538,7 @@ ncc pbF iir pxk -aLo +bZm fbO vyZ rhx @@ -122009,7 +121948,7 @@ nCi svW luJ faA -pBg +jLD lem wdL nik @@ -122263,10 +122202,10 @@ gqU kro qvl kbp -tpD -nMu +nsb +rnh qot -pwY +cLl bnN wdL xfT @@ -122520,10 +122459,10 @@ gqU imJ bwS uOx -rPG -jxf +jUB +oix qIH -pwY +cLl xjS wdL ema @@ -122777,8 +122716,8 @@ gqU imJ wdL wdL -mTK -mJr +wCq +gvV ygw cGn wBG @@ -123262,7 +123201,7 @@ owI hKN lWH oLL -oqc +hoP hKN hKN mar @@ -123802,7 +123741,7 @@ xHA kyR oOK dJV -gpZ +xuc kyR kyR kyR @@ -124051,7 +123990,7 @@ llR pEv iKb dpH -sHN +iFY fhX nIO kyR @@ -124317,12 +124256,12 @@ qIz jYY ptd cbT -gSv +vws okN -gSv +vws mXx nRe -xSd +pXu kyR eVk twx @@ -124558,7 +124497,7 @@ dpH dpH dpH dpH -xIx +oyf eAY ehG sYa @@ -124850,7 +124789,7 @@ xgH wVn xgH ttF -qmN +xDu lJN cmG sWt @@ -125586,7 +125525,7 @@ rJy aWr vkW ehG -vaz +dux xEK ehG mMn @@ -125881,7 +125820,7 @@ lUo nRL xgH qGp -qmN +xDu lVR eQm cmG @@ -126624,7 +126563,7 @@ njk viG cGM wgu -tPy +eAh jXW jwr sAK @@ -126880,7 +126819,7 @@ myd ehG sQH vHa -uSC +rlR vHa nVs rjD @@ -127136,9 +127075,9 @@ quB mRt dAc sBK -nKc -tkZ -nKc +iBN +aXy +iBN qas jwr cax @@ -127385,7 +127324,7 @@ gAT gAT csT ehG -eSP +aBG cui ehG bBV @@ -137677,7 +137616,7 @@ wfT wfT wRe wmU -jEw +hOd nDw bhp jPh @@ -138702,7 +138641,7 @@ tCC art hKq psJ -nln +usw hAn loN dej @@ -138967,7 +138906,7 @@ fXd pLJ eLQ rBP -aGG +nMD wKT rBP uMl @@ -139227,7 +139166,7 @@ rBP hjz hjz rBP -sZb +eWr xYU fYg kHS @@ -182121,9 +182060,9 @@ kyM xWf xuv xuv -enP -oPv -kJp +pmy +srR +bQs sxl naI lNN @@ -182377,14 +182316,14 @@ bDr bDr ctI xuv -agJ +gzV hKm sSz sSz sSz kik sSz -wuM +jcj xuv jBm cNm @@ -182634,7 +182573,7 @@ wwu bFq ctI xuv -tfk +wQP hKm qgQ gsn @@ -182891,7 +182830,7 @@ hrW gLD ctI xuv -aGj +mXf hKm qTK ifA @@ -183148,7 +183087,7 @@ rua rua cwq xuv -agJ +gzV hKm qTK qTK @@ -183668,7 +183607,7 @@ jON jON jON vxK -wvv +tQo hVK eLC tpU @@ -185752,7 +185691,7 @@ hbz xSb hSH ilV -qBk +xBE jjF mOK hLz @@ -185984,7 +185923,7 @@ hMV lIL fFu kEF -tlX +oDp ngk jFJ fko @@ -186259,10 +186198,10 @@ hLz uXA uXA hLz -enl +xfu ljf -naW -gqN +uww +lha qbr nNT bMJ @@ -186523,7 +186462,7 @@ hLz ilY hLz pLy -vlh +nYU joh hLz aQU @@ -189615,7 +189554,7 @@ wVY sIH hWV kpR -aFI +qTk lcv aal ydS @@ -189853,14 +189792,14 @@ uPQ mge loK umC -bBT +ara gYX -bBT +ara feX feX feX qGm -mZS +sZW vKz oHs vXP @@ -189872,7 +189811,7 @@ iGY stS wzJ fXb -dmZ +snz lcv cKs cMh @@ -202955,7 +202894,7 @@ xDM ddA pZW wCG -oZB +jZS caF dKS bsv @@ -203732,7 +203671,7 @@ wzS nyE aOp oqv -tjS +afy igE aWR aZn @@ -248702,7 +248641,7 @@ bdx aLU byK pAY -mOj +fiQ tQd fjo qcd @@ -248956,10 +248895,10 @@ qyE aeg bKS djx -mKT -nJo +kAL +gfe sjX -dpd +xWT tQd fjo qcd @@ -249213,10 +249152,10 @@ lpR lYr dNn aLv -xbP +jle ygT -pFA -qHE +sXU +fju dJh fjo qcd @@ -249470,10 +249409,10 @@ lyd mdN uDb vGv -yeR +kjR ygT -bmO -rVY +blZ +prc tQd iYL qcd @@ -249727,10 +249666,10 @@ lFL mfE uDb czP -xXp +rbO ygT -bmO -gaA +blZ +lSF tQd fjo qcd @@ -249984,10 +249923,10 @@ kwG dzq uDb oLt -woH +bFk ygT -bmO -tDB +blZ +sIP tQd fjo qcd @@ -250241,10 +250180,10 @@ lGJ mlh jrr kwc -mPW -bvF -bmO -uVI +tTA +vac +blZ +gSe tQd fjo qcd @@ -250498,10 +250437,10 @@ jwu lFe gYh qHR -tbt +bLX luD -qWQ -qIY +riH +mZl tQd jwo qcd @@ -250513,7 +250452,7 @@ gBr sRh tUG ris -vuC +myU gyr sng iHx @@ -250756,7 +250695,7 @@ jse whR whR tQd -rgL +nWB tQd tQd tQd @@ -251777,7 +251716,7 @@ wDz wRJ igy igy -lPA +ihO giv giv giv @@ -251798,7 +251737,7 @@ wxM sVv ogg wuC -vAP +vFc gyr vwc gMz @@ -252062,7 +252001,7 @@ vhd fAz gyr gyr -pbr +lkH sFt sxt sal @@ -255389,9 +255328,9 @@ cXK kZH uNx hkV -hko +dpA viX -hko +dpA oZx oZx oZx @@ -256137,9 +256076,9 @@ otR nqi pep yhT -aRd -qnA -kbZ +vbM +dKn +cDs iHm hDU iHm @@ -256394,9 +256333,9 @@ bTy nqi pep yhT -aJD -qnA -aJD +npo +dKn +npo iHm sSB sSB @@ -256651,9 +256590,9 @@ hrL nqi hjN yhT -aJD -qnA -urv +npo +dKn +roG iHm sSB ccV @@ -256908,9 +256847,9 @@ umb nqi fXR yhT -vTV -rjB -sav +xok +dxo +vfM iHm sSB ccV @@ -265917,7 +265856,7 @@ avk pNj hgM iMN -bPh +cEW aLZ iNC xoj @@ -269008,7 +268947,7 @@ faS fXB quO cgm -ehZ +bmp frW frW chn @@ -308068,7 +308007,7 @@ xHe xHe xHe aNs -cRe +oLP rrX djJ pWa @@ -308844,7 +308783,7 @@ rDQ rrX ewp eIb -uBN +nKK mzv wvA rrX @@ -309363,7 +309302,7 @@ rrX shu hwM ukK -xzS +njD uIx oad uxW @@ -310134,7 +310073,7 @@ wlK eCM nET eCM -uNm +xHn vQR hEQ uIx @@ -310648,7 +310587,7 @@ bxe eCM evo eCM -tVp +mkt vQR uIz uIx @@ -314991,7 +314930,7 @@ xpL qRI mKO rDL -fPd +cat jha nPE xVV @@ -315248,7 +315187,7 @@ wFa eIs wFa tYV -fPd +cat xwL nPE nPE @@ -315505,7 +315444,7 @@ mSG aSX aSX pqH -obC +vFs mKu hHi fMc @@ -315762,7 +315701,7 @@ dWz lYx unQ wMU -fPd +cat rDL jjj dIJ @@ -316015,12 +315954,12 @@ ucA vyc vPP rrs -bYl -kiw -exv +lfg +mwS +qPI wMU -fLX -ixd +sNO +eHP bDn gwe eoI @@ -316272,11 +316211,11 @@ ucA lYx oRh lYx -cBP +xVy lYx ngD wMU -xgo +uYn kFy xTG xxA @@ -316568,7 +316507,7 @@ dDw mau xPE qFL -gYI +wPi rPK vEa owb @@ -319142,8 +319081,8 @@ eOy exp lnl uYM -rjs -cgv +tzY +bXF eNj ftt eNj @@ -319399,7 +319338,7 @@ kOc kQu nRI aHo -hLW +oUa iXK xOI cAJ @@ -319913,8 +319852,8 @@ fQA fQA fNA ebz -vuQ -lku +xZw +fxp eNj kcw hvb @@ -320169,7 +320108,7 @@ sMB sMB aEh fNA -ufI +rYy dnU dnU aRU @@ -320408,7 +320347,7 @@ liQ liQ liQ nWW -hid +ugS nQX bgI eOP @@ -320925,7 +320864,7 @@ jgd kpl tFp gQh -gGr +veO weB gQh vRO @@ -326597,7 +326536,7 @@ gDx iIb ftZ tBk -qTA +lrE wKi akt rbr diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm index c95e98ef3fc6..2bd55dc39a8a 100644 --- a/_maps/map_files/PubbyStation/PubbyStation.dmm +++ b/_maps/map_files/PubbyStation/PubbyStation.dmm @@ -35,7 +35,7 @@ }, /obj/machinery/button/ticket_machine{ pixel_x = 28; - pixel_y = -12 + pixel_y = -6 }, /obj/item/paper_bin/carbon{ layer = 2.9 @@ -45,6 +45,10 @@ pixel_x = 6; pixel_y = -35 }, +/obj/machinery/button/photobooth{ + pixel_x = 28; + pixel_y = 4 + }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) "aah" = ( @@ -343,8 +347,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, +/turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) "abf" = ( /obj/structure/bed, @@ -356,12 +359,15 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/wood, +/turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) "abh" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/light/directional/north, /obj/machinery/modular_computer/preset/id, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "abi" = ( @@ -973,7 +979,6 @@ }, /area/station/security/prison) "adK" = ( -/obj/machinery/airalarm/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ dir = 8 }, @@ -2213,6 +2218,7 @@ pixel_x = 6 }, /obj/item/radio/intercom/directional/east, +/obj/item/razor, /turf/open/floor/iron, /area/station/security/prison) "ahL" = ( @@ -2359,10 +2365,8 @@ /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) "aih" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/razor, /obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/photobooth/security, /turf/open/floor/iron/edge{ dir = 8 }, @@ -2409,13 +2413,15 @@ /turf/open/floor/iron/dark/smooth_large, /area/station/ai_monitored/security/armory) "ain" = ( -/obj/machinery/light_switch{ - dir = 9; - pixel_x = -22 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ dir = 8 }, +/obj/machinery/firealarm/directional/west{ + pixel_y = 6 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = -5 + }, /turf/open/floor/iron/showroomfloor, /area/station/security) "aio" = ( @@ -2436,12 +2442,14 @@ /obj/vehicle/ridden/secway, /obj/item/key/security, /obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security) "ais" = ( /obj/structure/tank_dispenser/oxygen, /obj/effect/turf_decal/bot, /obj/item/radio/intercom/directional/east, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron/showroomfloor, /area/station/security) "ait" = ( @@ -2562,6 +2570,7 @@ dir = 8 }, /obj/machinery/airalarm/directional/east, +/obj/item/restraints/handcuffs, /turf/open/floor/iron, /area/station/security/prison) "aiL" = ( @@ -2741,6 +2750,7 @@ dir = 8 }, /obj/effect/turf_decal/tile/red/full, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron/large, /area/station/security) "ajl" = ( @@ -2771,9 +2781,7 @@ /area/station/security) "ajp" = ( /obj/machinery/photocopier, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron/large, /area/station/security) "ajq" = ( @@ -3978,6 +3986,7 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden/layer4, /obj/effect/turf_decal/tile/red/half, +/obj/structure/sign/departments/medbay/alt/directional/south, /turf/open/floor/iron/white/smooth_half, /area/station/security/brig) "amO" = ( @@ -4015,29 +4024,32 @@ c_tag = "Brig Control Room"; dir = 1 }, -/obj/machinery/airalarm/directional/north, /obj/machinery/light/directional/north, +/obj/machinery/computer/security/telescreen/prison/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) "amV" = ( /obj/machinery/computer/records/security, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) "amZ" = ( /obj/structure/table, /obj/machinery/recharger, /obj/machinery/light/small/directional/east, -/obj/machinery/firealarm/directional/east, +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) "anb" = ( -/obj/machinery/light_switch{ - dir = 9; - pixel_x = -22 - }, /obj/effect/turf_decal/tile/red/half{ dir = 8 }, +/obj/machinery/light_switch/directional/west{ + pixel_y = 5 + }, /turf/open/floor/iron/edge{ dir = 8 }, @@ -4545,10 +4557,6 @@ pixel_x = 5; pixel_y = 8 }, -/obj/machinery/computer/security/telescreen/prison{ - dir = 4; - pixel_x = -7 - }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) "aoT" = ( @@ -4588,8 +4596,8 @@ /area/station/security/warden) "aoY" = ( /obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light_switch{ - pixel_y = -22 +/obj/machinery/light_switch/directional/south{ + pixel_x = 5 }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) @@ -4787,12 +4795,12 @@ /turf/open/floor/iron/dark/smooth_large, /area/station/security/brig) "apH" = ( -/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ dir = 8 }, /obj/effect/turf_decal/tile/red/half, +/obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/edge, /area/station/security) "apK" = ( @@ -4999,10 +5007,6 @@ /turf/open/floor/iron/edge, /area/station/security/brig) "aqA" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, /obj/effect/turf_decal/tile/red{ dir = 1 }, @@ -5010,7 +5014,7 @@ /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/airalarm/directional/north, +/obj/machinery/computer/security/telescreen/interrogation/directional/east, /turf/open/floor/iron, /area/station/security/brig) "aqB" = ( @@ -5675,10 +5679,6 @@ /obj/structure/chair/office{ dir = 1 }, -/obj/machinery/keycard_auth{ - pixel_x = -24; - pixel_y = 10 - }, /obj/machinery/button/door/directional/west{ id = "bridgespace"; name = "Bridge Space Lockdown" @@ -6033,6 +6033,9 @@ dir = 8 }, /obj/effect/turf_decal/tile/yellow/full, +/obj/machinery/firealarm/directional/north{ + pixel_x = 4 + }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) "atY" = ( @@ -6447,7 +6450,8 @@ /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "Dorm3Shutters"; - name = "Dorm Shutters" + name = "Dorm Shutters"; + dir = 8 }, /turf/open/floor/plating, /area/station/commons/dorms) @@ -6505,13 +6509,8 @@ c_tag = "Dormitories Fore"; dir = 1 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the monastery."; - name = "Monastery Monitor"; - network = list("monastery"); - pixel_y = 32 - }, /obj/machinery/light/directional/north, +/obj/machinery/computer/security/telescreen/monastary/directional/north, /turf/open/floor/iron/edge{ dir = 1 }, @@ -6842,7 +6841,6 @@ /obj/machinery/computer/security/mining{ dir = 8 }, -/obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/tile/yellow/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) @@ -7012,13 +7010,11 @@ c_tag = "Fitness Room"; dir = 1 }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, /obj/effect/turf_decal/tile/blue{ dir = 4 }, /obj/machinery/light/directional/north, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron/white/corner{ dir = 1 }, @@ -7061,6 +7057,7 @@ dir = 8 }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/textured_half{ dir = 1 }, @@ -7081,6 +7078,7 @@ dir = 4 }, /obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron/textured_half{ dir = 1 }, @@ -7459,7 +7457,8 @@ /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "Dorm2Shutters"; - name = "Dorm Shutters" + name = "Dorm Shutters"; + dir = 8 }, /turf/open/floor/plating, /area/station/commons/dorms) @@ -7783,7 +7782,6 @@ }, /area/station/command/bridge) "azp" = ( -/obj/machinery/newscaster/directional/south, /obj/effect/landmark/start/bridge_officer, /turf/open/floor/wood/parquet, /area/station/security/detectives_office/bridge_officer_office) @@ -8073,14 +8071,11 @@ /obj/structure/table/wood, /obj/item/folder/blue, /obj/item/stamp/head/captain, -/obj/machinery/keycard_auth{ - pixel_x = 28; - pixel_y = 8 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ dir = 8 }, /obj/machinery/light/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) "aAz" = ( @@ -8388,25 +8383,17 @@ /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) "aBA" = ( -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, /obj/machinery/computer/security/mining, +/obj/machinery/status_display/ai/directional/north, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "aBB" = ( /obj/machinery/computer/cargo/request, -/obj/machinery/airalarm/directional/north, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "aBC" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the monastery."; - name = "Monastery Monitor"; - network = list("monastery"); - pixel_y = 32 - }, /obj/machinery/photocopier, +/obj/machinery/airalarm/directional/north, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "aBD" = ( @@ -8458,7 +8445,8 @@ /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "Dorm1Shutters"; - name = "Dorm Shutters" + name = "Dorm Shutters"; + dir = 8 }, /turf/open/floor/plating, /area/station/commons/dorms) @@ -8745,11 +8733,8 @@ }, /area/station/ai_monitored/turret_protected/ai_upload) "aCP" = ( -/obj/machinery/keycard_auth{ - pixel_x = -26; - pixel_y = 6 - }, /obj/item/kirbyplants/random, +/obj/machinery/keycard_auth/wall_mounted/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "aCQ" = ( @@ -9731,6 +9716,11 @@ id = "hop"; name = "Privacy Shutters" }, +/obj/item/folder/blue, +/obj/structure/desk_bell/ringer/hop{ + pixel_y = 6; + pixel_x = 4 + }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) "aFC" = ( @@ -9758,13 +9748,7 @@ /area/station/commons/toilet/restrooms) "aFL" = ( /obj/machinery/light/directional/north, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "aFN" = ( @@ -9969,8 +9953,12 @@ /turf/open/space, /area/space/nearstation) "aGt" = ( -/obj/machinery/vending/cola, /obj/effect/turf_decal/delivery, +/obj/structure/table, +/obj/item/paper_bin{ + layer = 2.9 + }, +/obj/item/pen, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/primary/central) "aGu" = ( @@ -9983,12 +9971,8 @@ /turf/open/floor/iron/large, /area/station/hallway/primary/central) "aGy" = ( -/obj/structure/table, -/obj/item/pen, -/obj/item/paper_bin{ - layer = 2.9 - }, /obj/effect/turf_decal/delivery, +/obj/machinery/photobooth, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/primary/central) "aGz" = ( @@ -10030,13 +10014,7 @@ "aGI" = ( /obj/machinery/shower/directional/east, /obj/structure/sign/poster/official/no_erp/directional/west, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "aGK" = ( @@ -10182,12 +10160,8 @@ /obj/machinery/door/airlock{ name = "Unit 1" }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "drain"; - plane = -6 +/obj/structure/fluff/shower_drain{ + name = "drain" }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) @@ -10195,25 +10169,15 @@ /obj/machinery/door/airlock{ name = "Unit 2" }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "drain"; - plane = -6 +/obj/structure/fluff/shower_drain{ + name = "drain" }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "aHr" = ( /obj/machinery/shower/directional/east, /obj/item/soap/nanotrasen, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "aHs" = ( @@ -11884,11 +11848,15 @@ /turf/open/floor/plating, /area/station/maintenance/department/cargo) "aPa" = ( -/obj/structure/sign/poster/random/directional/north, /obj/structure/disposalpipe/segment{ dir = 6 }, /obj/structure/cable, +/obj/machinery/computer/security/telescreen/vault/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "aPb" = ( @@ -12450,7 +12418,7 @@ /area/station/cargo/office) "aRp" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/wood, +/turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) "aRq" = ( /obj/structure/rack, @@ -12527,11 +12495,8 @@ c_tag = "Auxiliary Base Construction"; dir = 4 }, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 8; - pixel_x = 30 - }, /obj/machinery/light/directional/east, +/obj/machinery/computer/security/telescreen/auxbase/directional/east, /turf/open/floor/iron/smooth, /area/station/construction/mining/aux_base) "aRH" = ( @@ -12664,9 +12629,8 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ dir = 4 }, -/obj/effect/mapping_helpers/broken_floor, /obj/machinery/holopad, -/turf/open/floor/wood, +/turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) "aSr" = ( /obj/machinery/door/airlock/virology/glass{ @@ -12852,6 +12816,7 @@ /obj/effect/mapping_helpers/broken_floor, /obj/structure/closet/secure_closet/quartermaster, /obj/item/storage/belt/fannypack/yellow, +/obj/effect/turf_decal/siding/wood/corner, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "aTm" = ( @@ -13136,9 +13101,12 @@ }, /area/station/hallway/primary/central) "aUm" = ( -/obj/machinery/keycard_auth/directional/west, /obj/structure/filingcabinet, /obj/machinery/status_display/ai/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/west, +/obj/machinery/light_switch/directional/west{ + pixel_x = -39 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "aUs" = ( @@ -13420,9 +13388,7 @@ /area/station/service/theater) "aVm" = ( /obj/machinery/vending/autodrobe, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron/dark/smooth_large, /area/station/service/theater) "aVn" = ( @@ -17126,13 +17092,7 @@ /obj/effect/turf_decal/tile/blue, /obj/machinery/shower/directional/south, /obj/effect/turf_decal/delivery, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/effect/turf_decal/siding/blue{ dir = 8 }, @@ -20681,12 +20641,9 @@ /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 4; - pixel_x = -29 - }, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/computer/security/telescreen/cmo/directional/west, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) "bys" = ( @@ -21106,16 +21063,10 @@ /area/station/hallway/secondary/entry) "bzB" = ( /obj/effect/turf_decal/stripes/line, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the monastery."; - dir = 8; - name = "Monastery Monitor"; - network = list("monastery"); - pixel_x = 28 - }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, +/obj/machinery/computer/security/telescreen/monastary/directional/east, /turf/open/floor/iron/dark/smooth_half{ dir = 1 }, @@ -21546,10 +21497,6 @@ /obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/machinery/keycard_auth{ - pixel_x = 28; - pixel_y = 6 - }, /obj/machinery/button/door/directional/east{ id = "rndshutters"; name = "Research Lockdown"; @@ -21572,6 +21519,9 @@ }, /obj/machinery/fax, /obj/structure/table/glass, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 7 + }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/rd) "bBw" = ( @@ -22435,10 +22385,6 @@ /area/station/command/heads_quarters/rd) "bEU" = ( /obj/structure/table/glass, -/obj/machinery/computer/security/telescreen/rd{ - dir = 1; - pixel_y = -26 - }, /obj/item/stamp/head/rd{ pixel_x = -8; pixel_y = 14 @@ -22459,6 +22405,7 @@ pixel_y = 2 }, /obj/effect/turf_decal/tile/purple/half, +/obj/machinery/computer/security/telescreen/rd/directional/south, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/rd) "bEW" = ( @@ -26340,6 +26287,7 @@ dir = 1 }, /obj/machinery/fax, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron/corner, /area/station/command/heads_quarters/ce) "bUJ" = ( @@ -26348,9 +26296,6 @@ c_tag = "Chief Engineer's Office"; dir = 1 }, -/obj/machinery/computer/security/telescreen/ce{ - pixel_y = 30 - }, /obj/machinery/light/directional/north, /obj/effect/turf_decal/sub_tile/dark/half{ dir = 1 @@ -26358,6 +26303,7 @@ /obj/effect/turf_decal/tile/yellow/half{ dir = 1 }, +/obj/machinery/computer/security/telescreen/ce/directional/north, /turf/open/floor/iron/half, /area/station/command/heads_quarters/ce) "bUK" = ( @@ -26379,13 +26325,13 @@ /area/station/command/heads_quarters/ce) "bUL" = ( /obj/machinery/computer/station_alert, -/obj/item/radio/intercom/directional/north, /obj/effect/turf_decal/sub_tile/dark/half{ dir = 1 }, /obj/effect/turf_decal/tile/yellow/half{ dir = 1 }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron/half, /area/station/command/heads_quarters/ce) "bUN" = ( @@ -26430,17 +26376,11 @@ layer = 2.9 }, /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the engine containment area."; - dir = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = -32 - }, /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/red/half{ dir = 8 }, +/obj/machinery/computer/security/telescreen/engine/directional/west, /turf/open/floor/iron/dark/smooth_edge{ dir = 8 }, @@ -26651,10 +26591,6 @@ /obj/item/lighter, /obj/item/stamp/head/ce, /obj/item/stock_parts/cell/high, -/obj/machinery/keycard_auth{ - pixel_x = 26; - pixel_y = 26 - }, /obj/item/clothing/glasses/meson/engine, /obj/effect/turf_decal/sub_tile/dark/half{ dir = 4 @@ -26662,6 +26598,7 @@ /obj/effect/turf_decal/tile/yellow/half{ dir = 4 }, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/iron/half{ dir = 8 }, @@ -28557,13 +28494,6 @@ /turf/open/floor/iron/smooth_large, /area/station/engineering/transit_tube) "ceU" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching telecomms."; - layer = 4; - name = "Telecomms Telescreen"; - network = list("tcomms"); - pixel_y = 28 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -28571,6 +28501,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/machinery/computer/security/telescreen/tcomms/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) "ceV" = ( @@ -30146,12 +30077,14 @@ c_tag = "Brig Equipment Room"; dir = 1 }, +/obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security) "cnN" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/delivery, /obj/machinery/light/directional/north, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security) "cnP" = ( @@ -32205,16 +32138,12 @@ /turf/open/floor/iron/dark/smooth_large, /area/station/service/library) "cAU" = ( -/obj/structure/rack{ - icon = 'icons/obj/stationobjs.dmi'; - icon_state = "minibar"; - name = "skeletal minibar" - }, /obj/item/book/codex_gigas, /obj/machinery/camera{ c_tag = "Monastery Archives Aft"; network = list("ss13","monastery") }, +/obj/structure/rack/skeletal, /turf/open/floor/iron/dark/smooth_large, /area/station/service/library) "cAV" = ( @@ -33357,15 +33286,13 @@ }, /area/station/engineering/supermatter/room) "dsP" = ( -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 28 - }, /obj/effect/turf_decal/tile/red{ dir = 1 }, /obj/effect/turf_decal/tile/red{ dir = 4 }, +/obj/machinery/computer/security/telescreen/prison/directional/north, /turf/open/floor/iron/edge, /area/station/security/prison) "dsR" = ( @@ -33766,6 +33693,9 @@ "dIJ" = ( /obj/structure/filingcabinet, /obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south{ + pixel_y = -38 + }, /turf/open/floor/wood/parquet, /area/station/security/detectives_office/bridge_officer_office) "dJm" = ( @@ -35147,7 +35077,7 @@ "ePT" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ - id = "aps"; + id = "bos"; name = "Space Blinds"; dir = 4 }, @@ -35443,6 +35373,7 @@ dir = 8 }, /obj/item/radio/intercom/directional/east, +/obj/structure/sink/directional/west, /turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, @@ -35809,6 +35740,7 @@ /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/machinery/newscaster/directional/east, /turf/open/floor/wood/parquet, /area/station/security/detectives_office/bridge_officer_office) "fjj" = ( @@ -38517,13 +38449,6 @@ /turf/open/misc/asteroid/airless, /area/centcom/asteroid/nearstation/bomb_site) "hnV" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the turbine vent."; - dir = 4; - name = "turbine vent monitor"; - network = list("turbine"); - pixel_x = -29 - }, /obj/structure/closet/radiation, /obj/effect/turf_decal/tile/yellow/half{ dir = 8 @@ -40351,7 +40276,7 @@ /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /obj/machinery/door/poddoor/shutters/preopen{ - id = "aps"; + id = "bos"; name = "Space Blinds"; dir = 4 }, @@ -40450,11 +40375,6 @@ dir = 1 }, /area/station/hallway/primary/central) -"iPP" = ( -/obj/structure/tank_holder/oxygen/red, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/smooth_large, -/area/station/engineering/atmos) "iQi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ @@ -40799,6 +40719,9 @@ "jdj" = ( /obj/structure/disposalpipe/segment, /obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "jdr" = ( @@ -41221,11 +41144,11 @@ /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/structure/sink/directional/north, /obj/item/radio/intercom/directional/south, /obj/effect/turf_decal/stripes/line{ dir = 4 }, +/obj/machinery/vending/cytopro, /turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, @@ -41571,6 +41494,17 @@ }, /turf/open/floor/carpet, /area/station/service/lawoffice) +"jTy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) "jTE" = ( /obj/structure/cable, /obj/effect/landmark/start/hangover, @@ -43190,13 +43124,7 @@ /area/station/hallway/secondary/entry) "lgR" = ( /obj/machinery/shower/directional/west, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "lhf" = ( @@ -43526,12 +43454,11 @@ /obj/machinery/button/door/directional/east{ id = "cmoprivacy"; name = "CMO Shutter Control"; - pixel_y = -4; - pixel_x = 27 + pixel_y = -7; + pixel_x = 25 }, -/obj/machinery/keycard_auth/directional/east{ - pixel_y = 7; - pixel_x = 29 +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = 5 }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) @@ -43665,6 +43592,7 @@ /obj/effect/turf_decal/tile/green/half{ dir = 8 }, +/obj/machinery/computer/security/telescreen/test_chamber/directional/east, /turf/open/floor/iron/smooth_edge{ dir = 8 }, @@ -44848,7 +44776,7 @@ /turf/open/floor/iron/dark, /area/station/security/prison) "mse" = ( -/turf/open/floor/wood, +/turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) "msm" = ( /obj/effect/turf_decal/tile/neutral/half, @@ -46676,12 +46604,6 @@ }, /area/station/engineering/supermatter/room) "nIm" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, /obj/structure/table/reinforced, /turf/open/floor/iron/smooth_large, /area/station/science/xenobiology) @@ -47288,6 +47210,8 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ dir = 4 }, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) "ofE" = ( @@ -47495,12 +47419,9 @@ /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) "omv" = ( -/obj/structure/secure_safe{ - pixel_x = -22; - pixel_y = 4 - }, /obj/structure/table/wood, /obj/machinery/fax/deluxe, +/obj/structure/secure_safe/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) "omS" = ( @@ -47974,11 +47895,8 @@ dir = 1 }, /obj/effect/landmark/start/lawyer, -/obj/machinery/computer/security/telescreen/prison{ - dir = 1; - pixel_y = -28 - }, /obj/machinery/light/small/directional/south, +/obj/machinery/computer/security/telescreen/prison/directional/south, /turf/open/floor/carpet, /area/station/service/lawoffice) "oCX" = ( @@ -50942,16 +50860,8 @@ /turf/open/floor/iron/large, /area/station/hallway/primary/fore) "qNS" = ( -/obj/machinery/button/door/directional/south{ - id = "aps"; - name = "Asset Protection's Blinds"; - pixel_x = 9 - }, /obj/structure/table/wood, /obj/item/storage/fancy/donut_box, -/obj/item/radio/intercom/directional/south{ - pixel_y = -38 - }, /turf/open/floor/wood/parquet, /area/station/security/detectives_office/bridge_officer_office) "qOx" = ( @@ -51096,6 +51006,19 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/science/xenobiology) +"qVX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "qWG" = ( /obj/structure/closet/emcloset/anchored, /turf/open/floor/plating, @@ -51434,6 +51357,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ dir = 8 }, +/obj/machinery/firealarm/directional/west, /turf/open/floor/iron/smooth, /area/station/engineering/atmos) "rka" = ( @@ -51868,13 +51792,7 @@ /obj/effect/turf_decal/tile/blue, /obj/machinery/shower/directional/south, /obj/effect/turf_decal/delivery, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /obj/effect/turf_decal/siding/blue{ dir = 4 }, @@ -52011,13 +51929,7 @@ /obj/machinery/shower/directional/south, /obj/effect/turf_decal/tile/blue/full, /obj/effect/turf_decal/delivery, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/smooth_large, /area/station/medical/cryo) "rzp" = ( @@ -52196,7 +52108,6 @@ /turf/open/floor/iron/smooth_half, /area/station/cargo/storage) "rCQ" = ( -/obj/machinery/keycard_auth/directional/east, /obj/machinery/button/door/directional/east{ id = "bos"; name = "BO Space Blinds"; @@ -52209,6 +52120,9 @@ /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/machinery/keycard_auth/wall_mounted/directional/east{ + pixel_y = -4 + }, /turf/open/floor/wood/parquet, /area/station/security/detectives_office/bridge_officer_office) "rCR" = ( @@ -52225,6 +52139,9 @@ /obj/effect/turf_decal/tile/green/anticorner{ dir = 1 }, +/obj/machinery/keycard_auth/wall_mounted/directional/west{ + pixel_y = 0 + }, /turf/open/floor/iron/dark/smooth_corner, /area/station/command/bridge) "rDw" = ( @@ -53030,6 +52947,16 @@ dir = 8 }, /area/station/hallway/primary/central) +"sjJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/qm) "sjQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ dir = 8 @@ -53551,7 +53478,9 @@ /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/firealarm/directional/north, +/obj/machinery/firealarm/directional/north{ + pixel_x = -6 + }, /turf/open/floor/iron/edge, /area/station/security/brig) "sBV" = ( @@ -55945,13 +55874,7 @@ /area/station/science/xenobiology) "uco" = ( /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the engine containment area."; - dir = 1; - name = "Engine Monitor"; - network = list("engine"); - pixel_y = -32 - }, +/obj/machinery/computer/security/telescreen/engine/directional/south, /turf/open/floor/iron, /area/station/engineering/main) "ucA" = ( @@ -55992,7 +55915,7 @@ pixel_x = 3; pixel_y = -7 }, -/obj/machinery/firealarm/directional/north, +/obj/machinery/computer/security/telescreen/turbine/directional/north, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) "udR" = ( @@ -57595,7 +57518,6 @@ }, /area/station/hallway/primary/central) "veR" = ( -/obj/machinery/firealarm/directional/east, /obj/structure/rack, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos) @@ -59330,7 +59252,7 @@ "wtp" = ( /obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/bot, -/obj/machinery/newscaster/directional/north, +/obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security) "wtF" = ( @@ -59979,6 +59901,7 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron/smooth, /area/station/engineering/atmos) "wMn" = ( @@ -60011,13 +59934,6 @@ }, /area/station/engineering/supermatter/room) "wNg" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 1; - name = "Medbay Monitor"; - network = list("medbay"); - pixel_y = -30 - }, /obj/effect/turf_decal/tile/red/half, /obj/machinery/computer/records/security{ dir = 1 @@ -60316,13 +60232,11 @@ /turf/open/floor/plating, /area/station/maintenance/department/security/brig) "wUG" = ( -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, /mob/living/basic/spider/giant/sgt_araneus, /obj/effect/turf_decal/tile/red/half{ dir = 1 }, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/iron/dark/smooth_half, /area/station/command/heads_quarters/hos) "wUN" = ( @@ -60484,6 +60398,16 @@ /obj/structure/cable, /turf/open/floor/iron/white/smooth_large, /area/station/medical/medbay/lobby) +"wZp" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/sink/directional/west, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/xenobiology) "xan" = ( /obj/effect/turf_decal/tile/purple/anticorner{ dir = 4 @@ -61133,19 +61057,7 @@ "xqh" = ( /obj/machinery/shower/directional/west, /obj/effect/landmark/start/hangover, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain"; - plane = -6 - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) "xqq" = ( @@ -61351,13 +61263,6 @@ dir = 8 }, /area/station/security/checkpoint/medical) -"xxK" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security) "xxO" = ( /obj/machinery/door/poddoor/preopen{ id = "xenobio2"; @@ -61904,9 +61809,6 @@ /area/station/medical/medbay/central) "xRc" = ( /obj/machinery/modular_computer/preset/id, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, /obj/effect/turf_decal/sub_tile/dark/anticorner{ dir = 8 }, @@ -62206,6 +62108,7 @@ pixel_x = 3; pixel_y = -4 }, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) "ybX" = ( @@ -84918,7 +84821,7 @@ ajg ajP akL afH -amh +amg amV hGu oPV @@ -85946,7 +85849,7 @@ ajj ajT afH afH -amh +amg amZ anJ tla @@ -86452,7 +86355,7 @@ aaa adU cnJ dJP -xxK +dJP ahM ain xwX @@ -101460,7 +101363,7 @@ ayJ dFK sXl sWU -iPP +sWU veR yeD mOq @@ -102164,7 +102067,7 @@ aEd nSz aEd aEj -uXX +jTy aEj abh mse @@ -102423,8 +102326,8 @@ aKh aEj uXX aNO -ofj -ofj +qVX +sjJ aSj ofj vgR @@ -111189,7 +111092,7 @@ blX blX twQ ndc -gIG +wZp uel eZi mQO diff --git a/_maps/map_files/debug/gateway_test.dmm b/_maps/map_files/debug/gateway_test.dmm index d3cc2563d47e..d136530a07bd 100644 --- a/_maps/map_files/debug/gateway_test.dmm +++ b/_maps/map_files/debug/gateway_test.dmm @@ -215,10 +215,10 @@ /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/keycard_auth/directional/west{ +/obj/machinery/keycard_auth/wall_mounted/directional/west{ pixel_y = 7 }, -/obj/machinery/keycard_auth/directional/west{ +/obj/machinery/keycard_auth/wall_mounted/directional/west{ pixel_y = -7 }, /turf/open/indestructible, diff --git a/_maps/map_files/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm index 0095234319d1..ce2c73d879d7 100644 --- a/_maps/map_files/debug/runtimestation.dmm +++ b/_maps/map_files/debug/runtimestation.dmm @@ -1612,7 +1612,7 @@ /area/station/commons/storage/primary) "fU" = ( /obj/machinery/light/directional/north, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) "fV" = ( @@ -1771,7 +1771,7 @@ "gA" = ( /obj/structure/table, /obj/item/card/id/advanced/gold/captains_spare, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth/wall_mounted/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) "gB" = ( diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 09368a15519c..8ef7aa6e36ec 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -2607,7 +2607,7 @@ /turf/open/floor/iron/dark, /area/centcom/central_command_areas/supply) "nE" = ( -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/structure/table/reinforced, /obj/item/stack/package_wrap{ pixel_y = 11; @@ -4227,7 +4227,7 @@ /turf/open/floor/iron/dark, /area/centcom/central_command_areas/ferry) "uk" = ( -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/structure/table/reinforced, /obj/machinery/recharger, /obj/machinery/button/door/indestructible{ @@ -10099,6 +10099,7 @@ pixel_x = 32 }, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/security/telescreen/research/directional/south, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/admin) "UM" = ( @@ -10329,12 +10330,6 @@ /area/centcom/central_command_areas/admin) "Wq" = ( /obj/machinery/modular_computer/preset/id/centcom, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; - name = "Research Monitor"; - network = list("rd","minisat"); - pixel_y = 28 - }, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) "Wt" = ( diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index e7efccd24cf8..95692072da63 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -1,1970 +1,2254 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aas" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/rack, -/obj/item/tank/jetpack/oxygen, -/obj/item/tank/jetpack/oxygen{ - pixel_x = 3; - pixel_y = 3 +"aaa" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"aab" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aat" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/maintenance/central/greater) +"aac" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aae" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" }, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Dormitories South-East" +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"aau" = ( -/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aaf" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, /obj/structure/cable, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Core South"; - network = list("aicore") +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aag" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aah" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/sign/warning/electric_shock{ + pixel_y = 32 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"aax" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aai" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaj" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"aak" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aal" = ( +/obj/effect/spawner/structure/electrified_grille, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"aam" = ( +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aan" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/station/commons/vacant_room) +"aao" = ( /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, +/area/station/science/research) +"aap" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"aaq" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aas" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aat" = ( +/obj/item/stack/cable_coil, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aau" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aaw" = ( +/obj/item/storage/toolbox/electrical, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aax" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/prison) -"aaB" = ( -/turf/closed/wall, -/area/station/maintenance/port/central) -"aaN" = ( -/obj/effect/turf_decal/stripes/line, +/area/station/security/prison/safe) +"aaA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aaS" = ( -/obj/structure/closet/crate, -/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 +/area/station/commons/vacant_room) +"aaC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aaD" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaE" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaF" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" }, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aaU" = ( -/obj/machinery/washing_machine, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"aaX" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/hop_office, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, -/obj/effect/mapping_helpers/mail_sorting/security/general, -/obj/effect/turf_decal/trimline/tram/filled/corner, -/obj/effect/turf_decal/trimline/tram/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aba" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"abj" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"abm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"aaG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/corner, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaK" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"aaL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"abo" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/security/prison/safe) +"aaM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"abD" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/security/prison/safe) +"aaN" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaO" = ( +/obj/docking_port/stationary/mining_home{ dir = 4 }, -/obj/structure/cable, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"abE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Garden" +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaR" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaS" = ( +/turf/closed/wall, +/area/station/asteroid) +"aaT" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 6 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, -/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, -/area/station/security/prison/garden) -"abF" = ( -/obj/structure/chair/comfy/beige{ +/area/station/security/prison/workout) +"aaV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/blue/warning{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plating, +/area/station/escapepodbay) +"aaZ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aba" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"abK" = ( +/area/station/escapepodbay) +"abb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/chair/greyscale{ dir = 8 }, -/obj/machinery/firealarm/directional/west, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/commons/dorms) -"abO" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access" - }, +/area/station/escapepodbay) +"abd" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"abf" = ( +/turf/open/floor/iron, +/area/station/escapepodbay) +"abg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron, +/area/station/escapepodbay) +"abh" = ( +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/door/firedoor, +/obj/machinery/disposal/bin, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"abi" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) +"abj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison) +"abk" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "External Docking Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"abm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"abT" = ( +/area/station/escapepodbay) +"abn" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"acB" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) +"abo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/airalarm/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"acC" = ( +/area/station/security/prison) +"abq" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abs" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/closet/crate/hydroponics{ + name = "Beekeeper Starter Kit" + }, +/obj/item/queen_bee/bought, +/obj/item/honey_frame, +/obj/item/honey_frame, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"abu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/docking_port/stationary/escape_pod{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/escapepodbay) +"abv" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Bay"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abw" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"acM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abx" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Bay"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abA" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"acN" = ( +/area/station/escapepodbay) +"abB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 4 }, +/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"acQ" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/station/escapepodbay) +"abF" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 8 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"acU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/escapepodbay) +"abG" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/structure/chair/stool/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"abH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"acY" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/escapepodbay) +"abI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/item/storage/box/lights/mixed, -/obj/item/pipe_dispenser, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"adb" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ +/area/station/escapepodbay) +"abJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"adv" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, +/obj/structure/disposalpipe/segment, +/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/cargo/office) -"adD" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"adE" = ( -/obj/machinery/autolathe, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/escapepodbay) +"abK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/cargo/office) -"adI" = ( +/area/station/escapepodbay) +"abL" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/security/prison) +"abM" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"abO" = ( +/obj/structure/disposalpipe/segment, /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/escapepodbay) +"abP" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe{ + pixel_y = 5 + }, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"adR" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/effect/landmark/start/hangover, -/obj/structure/sign/clock/directional/south, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"adS" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/central) -"adW" = ( -/obj/machinery/door/airlock/medical{ - name = "Psychology" +/area/station/security/execution/education) +"abQ" = ( +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"abS" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"abT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"abU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/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/psychology) -"aej" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aen" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" +/area/station/security/execution/transfer) +"abV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"aeo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"aeu" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/central) -"aez" = ( -/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/security/prison) +"abW" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"abX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"aeA" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/landmark/event_spawn, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"aeJ" = ( -/obj/structure/chair/pew/right, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/chapel{ - dir = 5 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"aca" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/area/station/service/chapel) -"aeT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"aeV" = ( -/obj/structure/table, -/obj/item/storage/box/tail_pin, -/obj/item/clothing/head/costume/festive, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"afe" = ( -/obj/structure/table, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"afr" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acb" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"afx" = ( -/obj/structure/table, -/obj/item/plate, -/obj/item/kitchen/fork/plastic, -/obj/item/knife/plastic{ - pixel_x = 9 +/area/station/escapepodbay) +"acc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"afB" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/gravity_generator) -"afD" = ( -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"afF" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"afG" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"afH" = ( -/obj/machinery/static_signal/northeast, -/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"afJ" = ( -/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 - }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8; - pixel_y = 23 +/area/station/escapepodbay) +"acd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"afN" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"afO" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = 32 +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"acf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"afS" = ( -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"afT" = ( +/obj/machinery/airalarm/directional/east, /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/cargo/storage) -"afW" = ( -/obj/machinery/computer/cargo{ - dir = 4 +/area/station/escapepodbay) +"acg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 }, -/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/cargo/office) -"afZ" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"aga" = ( -/obj/machinery/light/floor, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"agb" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"age" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/engineering/atmos) +"ach" = ( +/turf/open/floor/iron/stairs/left{ + dir = 1 + }, +/area/station/escapepodbay) +"aci" = ( +/obj/structure/railing{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"agf" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/photobooth/security, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"agh" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/gravity_generator/main, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"agk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez2"; - name = "Xenobiology Containment Blast Door" +/area/station/security/execution/transfer) +"acj" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"agr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/escapepodbay) +"ack" = ( +/turf/open/floor/iron/stairs/right{ dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/escapepodbay) +"acl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/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/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"agv" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ +/area/station/security/prison) +"acm" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"acn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ dir = 4 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ +/mob/living/basic/mouse, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"aco" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"acp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"agA" = ( -/obj/machinery/power/smes/engineering, +/obj/structure/disposalpipe/segment, +/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/engineering/engine_smes) -"agL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/escapepodbay) +"acq" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/left{ + dir = 1 + }, +/area/station/escapepodbay) +"acr" = ( +/obj/machinery/computer/warrant{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + 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/commons/dorms) -"agN" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/command) +"acs" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium, +/area/station/escapepodbay) +"act" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/medical/virology) -"agV" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/area/station/commons/storage/primary) +"acu" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/station/escapepodbay) +"acv" = ( +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/landmark/start/botanist, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ahf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Security - Prison Prep Room" }, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"ahg" = ( -/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"acw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/obj/structure/marker_beacon/burgundy, /turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"ahl" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/asteroid) +"acx" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"acy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ahm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/mob/living/basic/bot/medbot/autopatrol{ + desc = "A Trauma Response Activation Medibot. It seems overwhelmed."; + name = "T.R.A.M Unit" }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/brig) -"ahn" = ( -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"ahu" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +/area/station/maintenance/tram/left) +"acE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ahx" = ( -/obj/structure/table, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Virology Patient Room A"; - network = list("ss13","medbay") +/area/station/hallway/secondary/service) +"acF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/medical/virology) -"ahy" = ( -/obj/effect/turf_decal/trimline/neutral/line, +/area/station/commons/storage/primary) +"acG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"ahC" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/commons/storage/primary) +"acH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"acI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 }, -/obj/machinery/door/airlock/hydroponics{ - name = "Hydroponics Storage" +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acK" = ( +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/misc/asteroid, +/area/station/asteroid) +"acN" = ( /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ahH" = ( -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "Secure Storage" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/navigate_destination/dockescpod{ + location = "Escape Pod Bay" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"ahI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/iron, +/area/station/escapepodbay) +"acO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/station/escapepodbay) -"ahN" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"acP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, -/obj/structure/table/glass, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"ahR" = ( -/obj/structure/chair/comfy/black{ +/turf/open/floor/plating, +/area/station/asteroid) +"acQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"ahX" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/structure/sign/clock/directional/north, +/turf/open/floor/plating, +/area/station/asteroid) +"acR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"acT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acV" = ( +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"aib" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/briefcase/secure, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +/area/station/security/prison/garden) +"acX" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) -"aie" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"acY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"aih" = ( -/obj/machinery/door/firedoor, -/obj/effect/spawner/structure/window, +/area/station/escapepodbay) +"acZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, /turf/open/floor/plating, -/area/station/service/hydroponics/garden) -"aik" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ +/area/station/asteroid) +"ada" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"adb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"adc" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, -/obj/machinery/air_sensor/ordnance_freezer_chamber, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"aim" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/asteroid) +"add" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"ade" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/open/floor/plating, +/area/station/asteroid) +"adf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/asteroid) +"adg" = ( +/obj/effect/turf_decal/trimline/green/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"aio" = ( -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adh" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"ais" = ( +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adi" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ 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/medical/virology) -"aiy" = ( -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/green/filled/corner, /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/primary/tram/left) -"aiz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/filingcabinet, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"aiA" = ( +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adj" = ( /obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/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/virology) -"aiB" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album{ - pixel_y = -4 +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/item/camera{ - pixel_y = 4 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"aiD" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"aiG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 4 }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"aiI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/asteroid) +"adl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /obj/structure/disposalpipe/segment, -/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/siding/thinplating/dark/corner{ + dir = 4 + }, /turf/open/floor/iron, /area/station/escapepodbay) -"aiU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"adm" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ajb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"ajc" = ( -/turf/open/space/basic, -/area/space) -"ajk" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"ajm" = ( -/obj/structure/table/reinforced, -/obj/item/storage/medkit/regular{ - pixel_x = -5; - pixel_y = -3 +/turf/open/floor/iron/dark/side{ + dir = 5 }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = 8; - pixel_y = 4 +/area/station/escapepodbay) +"adn" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Prison Main East"; + network = list("ss13","Security","prison") }, -/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/command/bridge) -"ajs" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/yellow{ +/area/station/security/prison) +"ado" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/obj/machinery/duct, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/bridge) -"ajt" = ( -/obj/structure/secure_safe/directional/east, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"aju" = ( -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"ajv" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/security/prison) +"adp" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"ajz" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adq" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ajA" = ( -/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"adr" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" }, -/obj/effect/mapping_helpers/mail_sorting/service/bar, -/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, -/area/station/hallway/secondary/service) -"ajD" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/firealarm/directional/south{ - pixel_x = -3 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 8; - pixel_y = -23 +/area/station/security/courtroom) +"ads" = ( +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/misc/asteroid, +/area/station/asteroid) +"adu" = ( +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Prison Showers" }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"adv" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"ajE" = ( -/obj/structure/rack, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/escapepodbay) +"adw" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 }, -/obj/structure/rack, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/assault_pod/mining, -/obj/machinery/button/door/directional/south{ - id = "aux_base_shutters"; - name = "Public Shutters Control"; - req_access = list("aux_base") - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"ajI" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/security/office) -"ajJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/cold/directional/west, -/obj/item/papercutter, -/turf/open/floor/iron, -/area/station/command/bridge) -"ajL" = ( -/turf/open/openspace, -/area/station/commons/vacant_room) -"ajY" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/west, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/left) -"akg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"adx" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"akn" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Public Garden" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"ako" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/jungle/c/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"akp" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/courtroom) +"ady" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"akr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"aks" = ( -/obj/machinery/vending/wardrobe/det_wardrobe, -/obj/structure/sign/poster/official/dick_gum/directional/south, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"akw" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/escapepodbay) +"adz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"adA" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"akx" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/library) -"akF" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/machinery/newscaster/directional/north, +/obj/structure/closet/firecloset, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"akJ" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Theatre Backstage" - }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/side{ +/area/station/escapepodbay) +"adB" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/area/station/service/theater) -"akK" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/security/courtroom) +"adD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - East Tram Tunnel 4" }, -/obj/machinery/airalarm/directional/south, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 6; - pixel_y = 4 +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/mob/living/simple_animal/bot/secbot/beepsky/officer, /turf/open/floor/iron, -/area/station/science/lab) -"akM" = ( +/area/station/maintenance/tram/right) +"adE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"adF" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"akS" = ( -/obj/effect/turf_decal/box, -/obj/machinery/shower/directional/east, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"akU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"akZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/area/station/escapepodbay) +"adH" = ( /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/commons/fitness/recreation) -"alb" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 }, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"alg" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"alr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/area/station/escapepodbay) +"adK" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/obj/machinery/light/warm/directional/east, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adM" = ( +/turf/closed/wall, +/area/station/medical/break_room) +"adN" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adO" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adP" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"alx" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/security/prison/work) +"adQ" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/work) +"adR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aly" = ( +/area/station/escapepodbay) +"adS" = ( +/obj/effect/turf_decal/siding/thinplating/dark, /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron/dark/side{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"alD" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/siding/thinplating_new/end, -/obj/effect/turf_decal/siding/thinplating_new/end{ - dir = 1 +/area/station/escapepodbay) +"adT" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/explab) -"alE" = ( -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/area/station/escapepodbay) +"adU" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"adV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/escapepodbay) +"adW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"alS" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adX" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/research) -"alV" = ( +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"aeb" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/escapepodbay) +"aec" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/machinery/vending/cigarette, -/obj/structure/railing/corner{ - dir = 8 + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/chair/greyscale{ dir = 8 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Dormitories East Stairwell" - }, -/obj/structure/sign/flag/terragov/directional/north, /turf/open/floor/iron, -/area/station/commons/dorms) -"alW" = ( -/obj/structure/table/wood, -/obj/structure/mirror/directional/south, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/escapepodbay) +"aef" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos) +"aeg" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Testing Lab" }, -/turf/open/floor/iron, -/area/station/service/theater) -"amb" = ( +/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/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side, +/area/station/science/ordnance/testlab) +"aeh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/service/library) +"aei" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"aej" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"aek" = ( +/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" }, -/area/station/command/teleporter) -"ame" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/bot{ - dir = 1 +/turf/open/floor/plating/airless, +/area/station/solars/port) +"ael" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aem" = ( +/obj/item/storage/toolbox/electrical, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aen" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/ore/glass, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeo" = ( +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"aeq" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"aer" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"aml" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"aes" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"amm" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +/area/station/commons/storage/tools) +"aet" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aeu" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"amt" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/cargo/miningdock/cafeteria) +"aev" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"aew" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aey" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeB" = ( +/obj/machinery/airalarm/directional/south, /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) -"amx" = ( -/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/freezer, +/area/station/security/prison/shower) +"aeC" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"amy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"aeD" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_y = 5 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aeF" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"aeG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"amB" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/storage/tools) +"aeH" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeI" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 10 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"amK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeJ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeN" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/service/kitchen/coldroom) +"aeO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing/corner{ dir = 8 }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"anb" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/radio/intercom/directional/east, -/obj/machinery/status_display/evac/directional/north, +/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/main) -"ane" = ( -/obj/structure/chair/plastic{ - dir = 1 - }, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"ani" = ( +/area/station/hallway/secondary/command) +"aeQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /obj/effect/turf_decal/sand/plating, -/obj/structure/floodlight_frame, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"anl" = ( -/obj/docking_port/stationary{ - dheight = 4; - dir = 2; - 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) -"anm" = ( -/obj/structure/sink{ - pixel_y = 15 +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeS" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 6 }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"aeT" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 10 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - Nuclear Storage"; + network = list("ss13","secure") }, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"anv" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/area/station/ai_monitored/command/nuke_storage) +"aeV" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeW" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/generic; + shuttle_id = "laborcamp_home"; + width = 9 }, -/obj/item/radio/intercom/directional/west, -/obj/item/paper/fluff/jobs/engineering/frequencies, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aeX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot/beepsky/armsky, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"anC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/ai_monitored/security/armory) +"aeY" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 9 }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/engine/hull, +/area/station/asteroid) +"aeZ" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"anD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/cargo/miningdock) +"afa" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"anG" = ( -/turf/closed/wall, -/area/station/hallway/primary/tram/left) -"anL" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afb" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 5 }, -/obj/item/stack/rods/fifty, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) -"anW" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"anX" = ( -/obj/structure/bed{ +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afc" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 8 }, -/obj/item/bedsheet/dorms, -/obj/structure/sign/clock/directional/east, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"aob" = ( -/obj/structure/railing{ +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afd" = ( +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afe" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/turf/open/floor/engine/hull, +/area/station/asteroid) +"aff" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + name = "Cargo Bay"; + shuttle_id = "cargo_home"; + width = 12 }, -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"aoc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"afg" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"afl" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Dock" }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"aod" = ( -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"aoe" = ( -/obj/machinery/computer/station_alert{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/item/radio/intercom/directional/south, -/obj/structure/sign/calendar/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"aoh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aoj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aor" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"aov" = ( -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"aox" = ( -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"aoz" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"aoD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/structure/rack, -/obj/item/stack/sheet/mineral/titanium{ - amount = 3 - }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"aoG" = ( -/obj/structure/railing/corner{ +/area/station/cargo/miningdock) +"afm" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"aoN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation) -"apc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aph" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram/split, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"apk" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/restraints/handcuffs, -/obj/item/crowbar, -/obj/item/clothing/mask/whistle, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"apt" = ( -/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/trimline/neutral/filled/line{ - dir = 1 - }, +/area/station/cargo/miningdock) +"afn" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"afo" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"aft" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/bluespace_vendor/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"apx" = ( -/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/corner, -/area/station/command/bridge) -"apB" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/virologist, -/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/virology) -"apI" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/cargo/miningdock) +"afu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/security/prison) -"apO" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"apP" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/obj/structure/window/reinforced/spawner/directional/east{ - pixel_y = 2 - }, -/obj/item/paper_bin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/bureaucracy/pen, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"apS" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/maintenance/department/crew_quarters/dorms) -"apT" = ( -/obj/docking_port/stationary/public_mining_dock, +/area/station/cargo/miningdock) +"afv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, /turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"apW" = ( -/obj/structure/chair/comfy/beige, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"aqb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/area/station/asteroid) +"afw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/security/brig) -"aqi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/cargo/miningdock) +"afx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/structure/closet/crate, +/obj/item/stack/ore/silver, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afy" = ( +/turf/open/openspace, +/area/station/asteroid) +"afz" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/openspace, +/area/station/asteroid) +"afB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/openspace, +/area/station/asteroid) +"afC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/sign/departments/security{ - pixel_x = -32 +/turf/open/openspace, +/area/station/asteroid) +"afD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"aqm" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"aqn" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood/large, -/area/station/service/library) -"aqq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main North-East"; - network = list("ss13","medbay") +/turf/open/openspace, +/area/station/asteroid) +"afE" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aqr" = ( -/obj/machinery/door/airlock{ - id_tag = "private_d"; - name = "Private Quarters D" +/turf/open/openspace, +/area/station/asteroid) +"afF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, +/obj/machinery/duct, +/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, -/area/station/commons/dorms) -"aqw" = ( +/turf/open/floor/iron, +/area/station/security/prison/safe) +"afG" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/openspace, +/area/station/asteroid) +"afH" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/commons/fitness) -"aqx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/service/janitor) +"afJ" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"afM" = ( +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"aqy" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"aqD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afN" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 1 }, +/turf/open/openspace, +/area/station/asteroid) +"afR" = ( +/obj/machinery/computer/order_console/mining, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aqK" = ( -/obj/structure/railing, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"aqM" = ( -/obj/structure/chair/comfy/black{ +/area/station/cargo/miningdock) +"afT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Left Lower Hall" }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"aqT" = ( -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"aqY" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"afU" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"arb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Right Lower Hall" }, -/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ari" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/hallway/secondary/service) +"agb" = ( +/obj/structure/lattice, +/obj/structure/railing/corner, +/turf/open/openspace, +/area/station/asteroid) +"agd" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ dir = 8 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/modular_computer/preset/id{ +/turf/open/openspace, +/area/station/asteroid) +"age" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/asteroid) +"agf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"aro" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"arp" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"arv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"arx" = ( -/obj/structure/table/wood/fancy/green, -/obj/effect/spawner/random/aimodule/harmless, -/obj/item/ai_module/supplied/freeform{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/ai_module/reset, -/obj/item/radio/intercom/directional/east{ - frequency = 1447; - name = "ai intercom" +/turf/open/openspace, +/area/station/asteroid) +"agg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"ary" = ( -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"arA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/openspace, +/area/station/asteroid) +"agh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/firealarm/directional/west, +/turf/open/openspace, +/area/station/asteroid) +"agi" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agk" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"arJ" = ( -/obj/structure/chair/plastic, -/obj/effect/landmark/start/assistant, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"arK" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) -"arN" = ( +/area/station/cargo/miningdock) +"agl" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 + dir = 1 }, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/cargo/office) -"arO" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"arP" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agm" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"agp" = ( +/obj/structure/bed/dogbed/ian, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/office) -"arT" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"arX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/departments/holy{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/junction/flip{ +/mob/living/basic/pet/dog/corgi/ian, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"agq" = ( +/obj/docking_port/stationary/mining_home/common{ dir = 4 }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agr" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/xeno, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"ags" = ( +/obj/effect/decal/cleanable/dirt, /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/fitness/recreation) -"arY" = ( -/obj/structure/railing, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"arZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agt" = ( +/obj/machinery/computer/message_monitor{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"agv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"agw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/sneakers/black{ + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"asa" = ( -/obj/effect/turf_decal/box, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" +/obj/item/clothing/head/soft/black{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"asb" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/south, -/obj/machinery/fax{ - fax_name = "Detective's Office"; - name = "Detective's Fax Machine" +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/sneakers/black{ + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"ash" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/head/soft/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/misc/syndicate_souvenir, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"agy" = ( +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"agA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"agB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access" }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/disposal) +"agC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/disposal) +"agD" = ( +/obj/effect/decal/cleanable/dirt, +/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/disposal) +"agF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"agG" = ( +/obj/structure/dresser, +/obj/item/clothing/mask/cigarette/cigar/havana, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"agH" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agI" = ( +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agJ" = ( /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"asi" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/effect/landmark/transport/nav_beacon/tram/nav/tramstation/main, -/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/central, -/obj/structure/thermoplastic/light, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"asl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "Privacy Shutters" +/area/station/security/checkpoint/supply) +"agK" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack, /turf/open/floor/plating, -/area/station/security/detectives_office) -"asq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/maintenance/tram/left) +"agM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/computer/records/security{ + dir = 1 }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/arrivals) -"asu" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"asz" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/blue/filled/line{ +"agN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/mesh, -/obj/item/radio/intercom/directional/east, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"asF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agP" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"agQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"asG" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"asO" = ( -/obj/structure/chair{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agS" = ( +/obj/item/clothing/head/cowboy/black, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agT" = ( +/obj/vehicle/ridden/wheelchair/motorized{ + desc = "Oh, I'm a cowboy. On a steel horse I ride. I'm wanted (wanted), dead or alive" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agU" = ( +/obj/item/paint/yellow{ + pixel_x = -9; + pixel_y = 2 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"asP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/item/storage/toolbox/emergency/old{ + pixel_x = 1; + pixel_y = -5 }, -/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/commons/fitness/recreation) -"asV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/structure/rack, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"ata" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" +/area/station/hallway/secondary/service) +"agW" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/airlock{ + name = "Bar Storage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agY" = ( +/obj/item/wrench{ + pixel_x = -10; + pixel_y = 2 }, -/turf/open/floor/plating, -/area/station/science/lab) -"ate" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agZ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Surgery Room A"; - network = list("ss13","medbay") +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"ahb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"atj" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"ahd" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, /obj/effect/decal/cleanable/dirt, -/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/maintenance/tram/mid) -"atn" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"atx" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"ahe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"atz" = ( -/obj/effect/turf_decal/stripes/white/corner, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/disposal) -"atF" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/command/teleporter) -"atG" = ( -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +"ahf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"atJ" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahi" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/item/reagent_containers/spray/plantbgone, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahj" = ( +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/wood/large, +/area/station/service/barber) +"ahk" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"ahl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez4"; + name = "Xenobiology Containment Blast Door" + }, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"ahm" = ( +/turf/open/openspace/airless/planetary, +/area/station/asteroid) +"ahn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aho" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/item/reagent_containers/cup/bottle/nutrient/ez, -/obj/item/reagent_containers/cup/bottle/nutrient/rh, -/obj/item/reagent_containers/cup/watering_can, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"atM" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"atV" = ( -/obj/effect/turf_decal/weather/snow, -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"auh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahp" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"ahq" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"ahr" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahu" = ( +/obj/structure/disposaloutlet, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahv" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aup" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/space/openspace, +/area/space/nearstation) +"ahw" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 10 }, -/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahx" = ( +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"aur" = ( +/area/station/hallway/secondary/service) +"ahz" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahD" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos) +"ahG" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/sign/plaques/kiddie/perfect_man{ + pixel_y = -32 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) +"ahL" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, @@ -1976,2109 +2260,2095 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"auz" = ( -/obj/structure/dresser, -/obj/item/clothing/mask/cigarette/cigar/havana, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"auA" = ( -/obj/machinery/vending/coffee, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +"ahR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"auB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/button/door/directional/south{ + id = "trammaintdock"; + name = "Tram Maintenance Dock Access"; + pixel_x = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"auC" = ( -/obj/effect/turf_decal/weather/snow, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 +/area/station/maintenance/port/central) +"ahS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/lattice/catwalk, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 }, -/obj/structure/kitchenspike, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"auE" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"auS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"auV" = ( -/obj/machinery/computer/communications{ +/area/station/maintenance/port/central) +"ahV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/keycard_auth/directional/north{ - pixel_x = 26 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, -/obj/machinery/status_display/ai/directional/north, -/obj/item/radio/intercom/command/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"avc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahZ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"avd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 8 - }, +/turf/open/floor/wood/large, +/area/station/service/library) +"aiw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"avf" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/area/station/security/prison/work) +"aiA" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"aiB" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"avg" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -5 +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 }, -/obj/item/taperecorder{ - pixel_x = -5 +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"aiC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/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/command) +"aiH" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/center) +"aiK" = ( +/obj/structure/toilet{ + pixel_y = 18 }, -/obj/machinery/recharger{ - pixel_y = 4 +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) +"aiX" = ( +/obj/machinery/door/poddoor/massdriver_trash{ + id = "fortnitedoor" }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"avy" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"avA" = ( -/obj/structure/chair/office{ +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"ajc" = ( +/obj/machinery/button/door/directional/west{ + id = "private_i"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/dorms) +"aje" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_j"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"ajf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ajg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/structure/cable, /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/grimy, -/area/station/service/library/lounge) -"avK" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/medical{ - pixel_y = -34 - }, -/obj/structure/sign/directions/engineering{ - pixel_y = -40 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"ajl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = -22 +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"ajo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"ajs" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"avO" = ( -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"aju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"ajv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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, -/area/station/hallway/primary/tram/center) -"avR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/hallway/secondary/entry) +"ajy" = ( +/obj/machinery/button/door/directional/west{ + id = "private_h"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"avS" = ( -/obj/machinery/holopad, -/obj/effect/landmark/observer_start, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/chair/stool/directional/north, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"ajz" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_k"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/obj/machinery/button/transport/tram/directional/south{ - id = 2 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"ajA" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/transport/destination_sign/indicator/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"avW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/dorms) +"ajF" = ( +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"ajM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + 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/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"awc" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/sign/departments/chemistry{ - pixel_y = -32 +/area/station/security/execution/transfer) +"ajV" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/turf/open/floor/wood/large, +/area/station/service/theater) +"aka" = ( +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"awf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"ake" = ( +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"awh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/engineering/atmos) +"akl" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"akr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/storage) +"aks" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, -/obj/effect/mapping_helpers/mail_sorting/science/rd_office, -/obj/effect/mapping_helpers/mail_sorting/science/research, -/obj/effect/mapping_helpers/mail_sorting/science/robotics, -/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"awl" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/construction/engineering) +"akv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"awt" = ( -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"awy" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"awz" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" }, -/obj/structure/railing/corner{ +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"akI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) -"awA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"awC" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 +"akJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"awM" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"akK" = ( +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/science/explab) -"awQ" = ( -/obj/structure/table, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/machinery/firealarm/directional/south, -/obj/structure/extinguisher_cabinet/directional/west, +/area/station/hallway/secondary/construction/engineering) +"akM" = ( +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/engineering/atmos) -"awR" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"awV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/hallway/secondary/construction/engineering) +"akN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/glass, -/obj/machinery/coffeemaker, /turf/open/floor/iron, -/area/station/engineering/break_room) -"awX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/security/prison/workout) +"akP" = ( +/obj/structure/chair{ dir = 8 }, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Delivery Desk"; - req_access = list("shipping") +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"akQ" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ala" = ( +/obj/machinery/button/door/directional/west{ + id = "private_g"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/dorms) +"alb" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_l"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"ald" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"awY" = ( -/obj/machinery/module_duplicator, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/science/explab) -"awZ" = ( -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"axc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"ale" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"axd" = ( -/obj/structure/rack, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"alf" = ( /obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/spawner/random/armory/shotgun, +/obj/structure/sign/plaques/kiddie/perfect_drone{ + pixel_y = -32 + }, +/obj/structure/table/wood, +/obj/item/storage/backpack/duffelbag/drone, +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) +"alg" = ( +/turf/closed/wall, +/area/station/commons/storage/tools) +"alu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"axj" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/area/station/cargo/warehouse) +"alA" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/structure/railing{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"axm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/checkpoint/supply) +"alB" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"alC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"alP" = ( +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 }, -/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/commons/toilet) +"alR" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"alS" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/commons/dorms) -"axp" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, /area/station/hallway/secondary/entry) -"axr" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +"alT" = ( +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"amq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"amr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 8 +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"amu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/vending/cigarette{ - pixel_x = -5 +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"amA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"axy" = ( -/obj/structure/railing{ +/area/station/engineering/atmos) +"amL" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_xeno_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_xeno_lift" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"axF" = ( -/turf/open/floor/plating, -/area/station/commons/dorms) -"axG" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"axH" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/lobby) +"amM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/button/elevator/directional/south{ + id = "tram_perma_lift" }, +/obj/machinery/lift_indicator/directional/south{ + linked_elevator_id = "tram_perma_lift" + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"amQ" = ( +/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/white, -/area/station/medical/medbay/central) -"axK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 +/turf/open/floor/iron, +/area/station/engineering/main) +"amS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/turf/open/space/basic, +/area/space/nearstation) +"amT" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"axN" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 }, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"axO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine" }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"amU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/structure/cable, /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, -/area/station/tcommsat/computer) -"axR" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/tram/right) -"axX" = ( -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"ayb" = ( -/obj/machinery/field/generator, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"ayd" = ( -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"ayh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plating, -/area/station/science/ordnance/office) -"ayl" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to West Ports" - }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"ayo" = ( +/area/station/security/execution/transfer) +"amV" = ( /obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/airlock_painter, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 6 }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/radio/off, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"ayt" = ( -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"ayD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/break_room) +"anj" = ( +/obj/effect/turf_decal/stripes/end{ dir = 8 }, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ayG" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +/area/station/ai_monitored/security/armory) +"anr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/firealarm/directional/east, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, -/area/station/engineering/main) -"ayI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/area/station/engineering/engine_smes) +"ans" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"ayR" = ( +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"anu" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ayT" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/electrolyzer, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"ayU" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/engineering/engine_smes) +"anv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ayX" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"azc" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 8 }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"azk" = ( -/obj/structure/reagent_dispensers/fueltank/large, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"azl" = ( -/obj/machinery/field/generator, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"azr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/engineering/storage/tech) +"anB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, +/obj/structure/bed/dogbed/ian, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"azs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +/area/station/engineering/atmos) +"anH" = ( +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"azt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"azB" = ( -/obj/effect/turf_decal/stripes/white/line{ +/area/station/engineering/engine_smes) +"anN" = ( +/obj/structure/chair/sofa/corp/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/area/station/hallway/primary/tram/left) -"azD" = ( +/turf/open/floor/wood/large, +/area/station/service/theater) +"anU" = ( +/obj/machinery/duct, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - 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/catwalk_floor, +/area/station/maintenance/central/greater) +"anY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aob" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aoe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room" }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"azG" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/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/security/lockers) +"aog" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" }, -/area/station/command/bridge) -"azI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"aoh" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"aor" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"azP" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 1 +/obj/structure/cable/multilayer/connected, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"aou" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"aow" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"azQ" = ( +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"aoB" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/brig) +"aoM" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"azU" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher/directional/north{ + id = "engcell" }, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"aAe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/checkpoint/engineering) +"aoN" = ( +/obj/machinery/elevator_control_panel{ + layer = 3.1; + linked_elevator_id = "tram_xeno_lift"; + pixel_y = 2; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/closed/wall, +/area/station/science/xenobiology) +"aoV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"apl" = ( +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 +/obj/structure/kitchenspike, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"apr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 6 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"aAg" = ( -/obj/structure/filingcabinet, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"aAj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/engineering/atmos/pumproom) +"apC" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"apG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 }, -/obj/structure/sign/poster/official/report_crimes/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"aAq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aAu" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate/energized{ - inbound = 2; - outbound = 3 - }, -/area/station/hallway/primary/tram/center) -"aAv" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/engineering/atmos/pumproom) +"apH" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 4 }, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"aAB" = ( -/obj/item/radio/intercom/chapel/directional/east, -/obj/structure/chair/wood{ - dir = 1 +/area/station/engineering/atmos/pumproom) +"apJ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"aAC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Right Lower Hall" +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apK" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aAG" = ( -/obj/structure/disposalpipe/segment{ +/area/station/engineering/atmos/pumproom) +"apL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"aAH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"apO" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Library Lounge" }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"aAN" = ( -/obj/modular_map_root/tramstation{ - key = "secbarupper"; - name = "secbarupper" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/security) -"aAP" = ( +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"apP" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/computer/camera_advanced/base_construction/aux, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aAV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aAY" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 + dir = 9 }, -/obj/item/assembly/prox_sensor{ - pixel_x = 2; - pixel_y = -2 +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 +/obj/item/multitool, +/obj/machinery/camera/emp_proof{ + c_tag = "Secure - Telecomms Control Room"; + dir = 9 }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"aBa" = ( +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aBd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/area/station/tcommsat/computer) +"aqf" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/siding/thinplating, -/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, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"aBe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/oil, +/obj/item/clothing/glasses/welding, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/west, -/obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"aBi" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 1 +/area/station/maintenance/port/central) +"aqg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/west{ + name = "Chapel Delivery Chute" }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"aBj" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/loading_area{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Chapel"; + name = "navigation beacon (Chapel Delivery)" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"aBB" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"aqh" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aql" = ( +/obj/machinery/door/airlock{ + id_tag = "private_i"; + name = "Private Quarters I" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"aqm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aqr" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"aqz" = ( +/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, -/area/station/cargo/storage) -"aBF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/engineering/main) +"aqB" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aqX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"aqZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, -/obj/machinery/firealarm/directional/east, -/obj/structure/table, -/obj/item/clothing/gloves/cargo_gauntlet, -/obj/item/clothing/gloves/cargo_gauntlet, -/obj/item/clothing/gloves/cargo_gauntlet, +/obj/structure/closet/athletic_mixed, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Fitness Center South-East" + }, +/obj/structure/sign/clock/directional/south, /turf/open/floor/iron, -/area/station/cargo/storage) -"aBG" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/screwdriver, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"aBM" = ( -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"aBP" = ( +/area/station/commons/fitness) +"ary" = ( /obj/structure/table/wood, -/obj/structure/mirror/directional/south, -/obj/item/food/baguette, -/turf/open/floor/iron/white/side{ - dir = 4 +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"arz" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"arE" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/greater) +"arH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"arO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/area/station/service/theater) -"aBR" = ( -/obj/structure/railing{ +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 4 +/turf/open/floor/iron, +/area/station/engineering/main) +"arP" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"arT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/machinery/vending/coffee{ - pixel_x = 5 +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/machinery/light/directional/east, +/obj/machinery/computer/security/telescreen/engine/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aBU" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"aCc" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/engineering/main) +"arV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/box, +/obj/machinery/shower/directional/north, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"aCd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/engineering/main) +"arY" = ( +/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/carpet, +/area/station/service/theater) +"arZ" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"asc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"asm" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aCf" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/turf/open/floor/iron/white, +/area/station/science/research) +"asn" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/table, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = 5; + pixel_y = 7 }, -/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"aCl" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Central Tram Platform South"; - pixel_y = -23 +/area/station/cargo/warehouse) +"aso" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/center) -"aCw" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"asu" = ( +/turf/closed/wall/rock/porous, +/area/station/science/explab) +"asv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"asA" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 }, -/turf/open/floor/iron, -/area/station/security/prison) -"aCC" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"asC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"asG" = ( /obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/obj/item/storage/fancy/cigarettes{ + pixel_x = 8; + pixel_y = 8 }, -/obj/item/paper_bin{ +/obj/item/storage/briefcase/secure{ pixel_x = -3; - pixel_y = 7 + pixel_y = 2 }, -/obj/item/clipboard, -/obj/item/pen/red, -/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, -/area/station/cargo/office) -"aCF" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/security/office) +"asQ" = ( +/obj/structure/sign/warning/no_smoking, +/turf/closed/wall, +/area/station/engineering/atmos) +"asT" = ( +/obj/machinery/air_sensor/engine_chamber, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"asY" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"aCJ" = ( -/obj/machinery/door/airlock{ - id_tag = "private_f"; - name = "Private Quarters F" +/turf/open/floor/iron/dark/side{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"aCL" = ( -/obj/structure/disposalpipe/segment{ +/area/station/command/bridge) +"atl" = ( +/obj/structure/hoop, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"atr" = ( +/turf/open/floor/iron/white/side{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aCM" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 8 +/area/station/service/theater) +"atB" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Wing" }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"aCN" = ( -/obj/machinery/computer/station_alert{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"aCS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/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) -"aDa" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/execution/transfer) +"atC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/bluespace_vendor/directional/north, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aDb" = ( -/obj/structure/table, -/obj/item/storage/photo_album/prison, -/obj/item/camera, -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/maintenance/disposal/incinerator) +"atP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"atV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Main North-West"; + network = list("ss13","Security","prison") + }, /turf/open/floor/iron, /area/station/security/prison) -"aDm" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 1 +"atX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/turbine_computer{ + mapping_id = "main_turbine" }, -/obj/structure/railing/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"auc" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/railing/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"aDn" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/obj/structure/extinguisher_cabinet/directional/south{ - pixel_x = -6 +/turf/open/floor/iron/white, +/area/station/science/research) +"auh" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/machinery/button/door/directional/south{ - id = "kanyewest"; - name = "Privacy Shutters"; - pixel_x = 6 +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/structure/sign/calendar/directional/east, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"aDo" = ( -/obj/structure/bed/double, -/obj/item/bedsheet/dorms_double, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/clock/directional/north, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"aDx" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aDy" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"aul" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/apc/auto_name/directional/north{ + areastring = "/area/station/engineering/supermatter" + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aum" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aDB" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/area/station/maintenance/disposal/incinerator) +"auo" = ( +/obj/machinery/power/turbine/inlet_compressor{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"aup" = ( +/obj/machinery/power/turbine/core_rotor{ + dir = 4; + mapping_id = "main_turbine" + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"aur" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"auz" = ( +/turf/closed/wall, +/area/station/commons/vacant_room) +"auA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/machinery/button/transport/tram/directional/north{ - id = 2 +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 }, -/obj/machinery/transport/destination_sign/indicator/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aDD" = ( -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library) -"aDG" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 +/area/station/maintenance/tram/right) +"auG" = ( +/obj/structure/sign/poster/official/safety_report/directional/north, +/obj/machinery/camera{ + c_tag = "Security - Equipment Room"; + dir = 9; + network = list("ss13","Security") }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"aDN" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"auH" = ( +/obj/structure/sign/clock/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"auP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "HOSOffice"; + name = "Privacy Shutters" }, -/obj/item/folder/blue, -/obj/item/folder/yellow{ - pixel_x = 4; - pixel_y = 3 +/turf/open/floor/plating, +/area/station/command/heads_quarters/hos) +"auR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/lockers) +"auW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/dark/side{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/office) +"auY" = ( +/obj/effect/landmark/start/head_of_security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/area/station/command/bridge) -"aDO" = ( -/turf/closed/wall/r_wall, -/area/station/science/research) -"aDP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron, +/area/station/security/office) +"auZ" = ( +/obj/structure/noticeboard/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Main Office North"; + dir = 9; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/station/security/office) +"avg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 6 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aDU" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 1 +/area/station/ai_monitored/security/armory) +"avj" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/turf/open/floor/iron, +/area/station/security/office) +"avk" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 }, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/carpet, -/area/station/command/bridge) -"aEb" = ( /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aEc" = ( -/turf/closed/wall, -/area/station/maintenance/tram/left) -"aEd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"aEe" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/area/station/security/office) +"avl" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"aEh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/item/inspector, +/obj/item/inspector{ + pixel_x = -5; + pixel_y = 12 }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/office) +"avm" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = 9 }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 4 +/obj/item/pen{ + pixel_x = 3; + pixel_y = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7 + }, +/obj/item/food/donut/caramel{ + pixel_x = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aEi" = ( -/obj/machinery/computer/atmos_control/nocontrol/master{ - dir = 8 +/area/station/security/office) +"avn" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine" }, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/atmos) -"aEj" = ( +/area/station/security/office) +"avq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 + dir = 8 }, -/obj/structure/table, -/obj/machinery/firealarm/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"aEm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aEv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/processing) +"avy" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron, +/area/station/security/processing) +"avz" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/obj/effect/mapping_helpers/mail_sorting/service/chapel, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aEB" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aEH" = ( +/area/station/security/processing) +"avA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing" + }, /obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aEJ" = ( -/turf/closed/wall, -/area/station/construction/mining/aux_base) -"aEK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"aEO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aEP" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/processing) +"avB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aES" = ( -/obj/machinery/firealarm/directional/west, +/area/station/security/processing) +"avC" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aET" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/processing) +"avD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/firealarm/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aEV" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/taperecorder, -/obj/machinery/firealarm/directional/west{ - pixel_y = -3 - }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"aEX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 +/area/station/security/processing) +"avE" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space/nearstation) +"avG" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber South"; - dir = 9; - network = list("ss13","minisat") +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"avP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"aFe" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/disposalpipe/segment{ +/obj/machinery/computer/security{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aFf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/newscaster/directional/west, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"avR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"avX" = ( +/obj/machinery/computer/warrant{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aFj" = ( /obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"aFl" = ( -/obj/structure/cable, +/area/station/security/brig) +"awc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /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) -"aFm" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"awi" = ( +/obj/effect/turf_decal/stripes{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aFn" = ( -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/exit) +"awp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/brig) +"awr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aFo" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/security/brig) +"awu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/office) +"awy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aFu" = ( -/obj/effect/turf_decal/siding/thinplating/dark, +/area/station/security/brig) +"awz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/warden) +"awC" = ( /obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"aFx" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/security/interrogation) +"awD" = ( +/obj/machinery/holopad, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"aFz" = ( -/obj/effect/spawner/random/entertainment/arcade{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aFA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/button/transport/tram/directional/south{ + id = 3 + }, +/obj/machinery/transport/destination_sign/indicator/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"awE" = ( +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"awP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/security/medical) +"awS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"aFC" = ( -/turf/open/openspace, -/area/station/asteroid) -"aFD" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"awT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/cold/directional/north, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"aFJ" = ( +/area/station/science/lower) +"axe" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /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/service/hydroponics/garden) -"aFL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_eva_external"; - name = "External Access" +/area/station/hallway/secondary/service) +"axh" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_eva_external"; - idSelf = "rightmost_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/obj/item/lighter, +/obj/item/reagent_containers/pill/patch/aiuri, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"aFU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/obj/item/computer_disk/engineering, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"axp" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"aGb" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aGd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/brig) +"axt" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) +"axz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/light/dim/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aGe" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/area/station/cargo/drone_bay) +"axC" = ( +/obj/structure/table, +/obj/item/airlock_painter, +/obj/item/rcl/pre_loaded, +/obj/item/chisel{ + pixel_y = 7 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/machinery/light/dim/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aGi" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/station/medical/medbay/lobby) -"aGj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/area/station/commons/storage/art) +"axE" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/neutral/warning, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"axG" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aGk" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/openspace, -/area/station/asteroid) -"aGm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/disposalpipe/segment{ +/area/station/cargo/storage) +"axH" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axI" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axS" = ( +/turf/open/floor/iron/stairs/medium{ dir = 4 }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"aGp" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/maintenance/central/greater) +"axU" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"aGv" = ( +/turf/open/floor/carpet, +/area/station/service/theater) +"ayb" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"ayd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/three, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aGA" = ( -/obj/machinery/duct, -/obj/structure/railing/corner{ +/area/station/cargo/warehouse) +"aye" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayn" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"ayr" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ayt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/item/crowbar, +/obj/item/screwdriver, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 5 }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"aGB" = ( -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"aGC" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ayA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, +/obj/machinery/transport/crossing_signal/southeast, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"aGD" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 +"ayB" = ( +/obj/machinery/restaurant_portal/restaurant, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Bar Lounge North East" }, -/obj/effect/landmark/start/detective, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"aGE" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "mechbay"; - name = "Mech Bay" +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"ayG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/item/stack/sheet/cardboard{ + amount = 23 }, -/turf/open/floor/plating, -/area/station/science/robotics/mechbay) -"aGG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat_interior) +"ayJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aGH" = ( -/turf/closed/wall, -/area/station/hallway/secondary/entry) -"aGN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/hallway/secondary/command) +"ayL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"ayM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ayR" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/eva) +"azd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, -/area/station/escapepodbay) -"aGR" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/center) -"aGT" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/area/station/commons/dorms) +"azk" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/door/window/elevator/right/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_lower_center_lift" - }, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"azo" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aGV" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/shower/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"aHa" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to Port" +/area/station/command/bridge) +"azp" = ( +/obj/machinery/conveyor{ + id = "cargolower" }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"aHi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"azy" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"azN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"azU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" +/obj/structure/sink{ + dir = 4; + pixel_x = -12 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aHs" = ( -/obj/structure/fireaxecabinet/mechremoval/directional/north, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"aHt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"azX" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"aAp" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" }, -/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/commons/storage/primary) -"aHu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aHz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"aAr" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/wood, +/area/station/command/meeting_room) +"aAE" = ( +/obj/effect/turf_decal/trimline/dark_blue/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aHB" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - initialize_directions = 4; - name = "euthanization chamber freezer" +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"aAJ" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"aAN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"aHH" = ( -/turf/closed/wall, -/area/station/maintenance/tram/mid) -"aHI" = ( -/turf/closed/wall, -/area/station/maintenance/tram/right) -"aHL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aBa" = ( +/obj/structure/chair/stool/directional/west, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/service/theater) +"aBc" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office{ dir = 1 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"aHN" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/cargo/office) +"aBe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aHQ" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aBg" = ( +/turf/open/floor/glass, +/area/station/cargo/sorting) +"aBq" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"aHR" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/research) -"aHU" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/research) -"aHV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBt" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"aBI" = ( +/obj/machinery/computer/security{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"aBK" = ( /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/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"aHX" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/security/brig) +"aBL" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 +/obj/machinery/firealarm/directional/south{ + pixel_x = 4 }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"aIc" = ( -/obj/machinery/smartfridge/organ, -/obj/structure/sign/warning/cold_temp/directional/east, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"aIh" = ( -/obj/structure/table, -/obj/item/storage/fancy/cigarettes{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/storage/briefcase/secure{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/iron, -/area/station/security/office) -"aIk" = ( -/obj/structure/bed/medical{ - dir = 8 - }, -/obj/machinery/defibrillator_mount/directional/west, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"aIl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/item/clothing/gloves/latex/nitrile, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"aIm" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Virology Airlock"; - network = list("ss13","medbay") +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -25 }, /turf/open/floor/iron/white, -/area/station/medical/virology) -"aIw" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/science/genetics) +"aBN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aIC" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, /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/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/prison/garden) -"aIG" = ( -/turf/closed/wall, -/area/station/engineering/engine_smes) -"aIK" = ( -/obj/structure/bed/dogbed/runtime, -/obj/structure/sign/clock/directional/north, -/obj/machinery/light/cold/directional/north, -/mob/living/basic/pet/cat/runtime, +/area/station/security/brig) +"aBQ" = ( +/obj/effect/turf_decal/trimline/dark_blue/line, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"aIX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/commons/lounge) +"aBV" = ( +/turf/open/floor/catwalk_floor, +/area/station/command/teleporter) +"aBY" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/computer/security/telescreen/minisat/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"aCa" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"aIY" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ +/turf/open/floor/iron/dark, +/area/station/service/bar) +"aCb" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, -/area/station/security/office) -"aJd" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aJe" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, +/area/station/cargo/office) +"aCd" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aJf" = ( -/obj/structure/ladder, +/area/station/cargo/sorting) +"aCe" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +/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/maintenance/tram/right) -"aJn" = ( +"aCp" = ( /obj/machinery/camera/directional/south{ - c_tag = "Civilian - Skill Games" - }, -/obj/effect/turf_decal/trimline/dark_green/corner{ - dir = 1 + c_tag = "Service - Bar Lounge South West" }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/turf/open/floor/iron/dark, +/turf/open/floor/iron/checker, /area/station/commons/lounge) -"aJt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"aCv" = ( +/obj/machinery/mineral/ore_redemption, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"aJy" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/central/lesser) -"aJS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aJT" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 +/area/station/cargo/office) +"aCy" = ( +/obj/machinery/camera{ + c_tag = "Civilian - Radstorm Shelter"; + dir = 10 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"aJV" = ( -/turf/closed/wall, -/area/station/security/checkpoint/arrivals) -"aKg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/medical) -"aKj" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Distribution Loop"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" +/area/station/maintenance/radshelter/civil) +"aCC" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"aKm" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"aKr" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/machinery/shower{ - pixel_y = 24 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"aKu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/area/station/command/bridge) +"aCE" = ( +/obj/structure/filingcabinet, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"aCJ" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/structure/closet/boxinggloves, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Fitness Center South-West" +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/structure/sign/calendar/directional/south, /turf/open/floor/iron, -/area/station/commons/fitness) -"aKB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/cargo/lobby) +"aCL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"aKF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aKI" = ( -/obj/machinery/gulag_teleporter, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Labor Dock"; - network = list("ss13","Security") +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"aKV" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 }, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"aLj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"aLl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/area/station/hallway/secondary/exit) +"aCM" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ dir = 4 }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aLs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aLu" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/trimline/green/line{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"aLy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit) +"aCR" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aLz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"aCS" = ( +/obj/effect/landmark/navigate_destination/det, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"aCT" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aCX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /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/security/prison/garden) -"aLM" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/area/station/commons/dorms) +"aDk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"aLR" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"aLX" = ( -/turf/closed/wall, -/area/station/security/detectives_office) -"aMf" = ( -/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"aDm" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aMl" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room North-East"; + dir = 9; + network = list("ss13","engine","engineering") }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"aMw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aDn" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/recharge_station, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"aMG" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/tram/right) -"aMK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"aMM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"aMP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"aMX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock"; - space_dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"aMY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"aMZ" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/entry) -"aNc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"aNs" = ( -/obj/effect/turf_decal/trimline/neutral/line, -/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) -"aNu" = ( -/turf/closed/wall, -/area/station/medical/storage) -"aNw" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/machinery/smartfridge/petri/preloaded, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aDu" = ( +/obj/effect/turf_decal/arrows/white{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aNy" = ( -/obj/structure/sign/warning/electric_shock, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"aNG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/area/station/cargo/lobby) +"aDv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"aNK" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"aNL" = ( -/obj/structure/chair/office, -/obj/effect/landmark/event_spawn, +/area/station/cargo/lobby) +"aDz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"aNT" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"aOb" = ( -/obj/machinery/holopad, -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"aOn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/engineering/storage/tech) +"aDG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aDI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aDK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - North-East Escape Wing Entry" }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aDN" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"aDU" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/navigate_destination/hop, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"aOv" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aOy" = ( +/area/station/engineering/atmos) +"aDV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 + dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/sign/departments/evac/directional/east, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"aOD" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/area/station/hallway/primary/tram/right) +"aDX" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aDZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"aEa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Desk Door"; + req_access = list("brig_entrance") }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/arrivals) +"aEg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/structure/railing/corner, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"aOK" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron, -/area/station/security/prison) -"aOL" = ( +"aEh" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ autoclose = 0; frequency = 1449; - id_tag = "middleleft_upper_eva_internal"; + id_tag = "mostleft_upper_eva_external"; name = "External Access" }, /obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_eva_internal"; - idSelf = "middleleft_upper_eva_airlock_control"; + idDoor = "mostleft_upper_eva_external"; + idSelf = "mostleft_upper_eva_airlock_control"; name = "External Access Button"; pixel_y = 24 }, @@ -4087,7881 +4357,7704 @@ dir = 4 }, /turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aEj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"aON" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" +"aEk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/duct, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"aOP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aOX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"aPb" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot{ +/area/station/hallway/primary/tram/center) +"aEn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"aPh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/security/brig) -"aPi" = ( +/area/station/hallway/primary/tram/center) +"aEu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aPo" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/area/station/commons/fitness) +"aEv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aEz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aPp" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aEA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/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) -"aPr" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"aPs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +/obj/structure/sign/departments/cargo{ + pixel_y = 32 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aPv" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aPx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - location = "QM #2" +/area/station/hallway/primary/tram/right) +"aEE" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access" }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"aEH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aEK" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/prison) +"aEL" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/cult, +/area/station/service/chapel/office) +"aEP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/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, /area/station/cargo/warehouse) -"aPA" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +"aFb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/turf/open/floor/wood/large, +/area/station/service/barber) +"aFg" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/white, -/area/station/science/lower) -"aPG" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/security/medical) +"aFh" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aFj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/landmark/blobstart, +/obj/machinery/rnd/experimentor{ + pixel_x = -10 }, /turf/open/floor/engine, -/area/station/science/xenobiology) -"aPV" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/toy/crayon/spraycan, -/obj/item/toy/crayon/spraycan{ - pixel_x = -4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"aPX" = ( -/obj/machinery/drone_dispenser, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/science) -"aQc" = ( -/obj/machinery/door/airlock{ - id_tag = "private_j"; - name = "Private Quarters J" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"aQg" = ( -/obj/machinery/duct, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/area/station/science/explab) +"aFs" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"aQm" = ( -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"aQp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"aQw" = ( -/obj/item/kirbyplants/random, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/wood/large, -/area/station/service/barber) -"aQy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/security/prison) +"aFU" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Dormatories Maintenance Hatch" }, -/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, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, /area/station/commons/dorms) -"aQz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"aFV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aQW" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Wing"; - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/status_display/ai/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aRe" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot{ - dir = 1 +/area/station/security/brig) +"aFZ" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aGb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"aRk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aGh" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 5 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 8 }, /obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"aRt" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"aRz" = ( -/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/commons/dorms) -"aRH" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"aGk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 }, +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/spawner/random/decoration/ornament, /turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"aRN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"aRS" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/lawoffice) +"aGs" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/item/paper_bin, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"aRU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aRX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/hallway/secondary/exit/departure_lounge) +"aGt" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aSh" = ( -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"aSo" = ( -/obj/effect/spawner/random/structure/closet_private, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"aSD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aSL" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/hallway/secondary/exit/departure_lounge) +"aGx" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"aST" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"aGA" = ( +/obj/machinery/static_signal/southwest, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aTc" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/hallway/primary/tram/left) +"aGK" = ( +/obj/structure/filingcabinet, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/rods/fifty, -/obj/machinery/light/directional/east, -/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aTN" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/area/station/security/checkpoint/supply) +"aGL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_eva_internal"; + name = "External Access" }, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_eva_internal"; + idSelf = "mostleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/area/station/hallway/primary/tram/right) -"aTT" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aGY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 }, -/obj/effect/landmark/start/hangover/closet, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aTU" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/science/lower) +"aHb" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"aHe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_lower_eva_external"; + idInterior = "mostleft_lower_eva_internal"; + idSelf = "mostleft_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aTV" = ( -/turf/closed/wall, -/area/station/maintenance/department/cargo) -"aTW" = ( -/obj/structure/table/wood, -/obj/item/lighter, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"aUb" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/engine_smes) -"aUj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aHf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_lower_eva_external"; + idInterior = "middleleft_lower_eva_internal"; + idSelf = "middleleft_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/obj/structure/sign/departments/telecomms/directional/south, -/turf/open/floor/iron, -/area/station/engineering/main) -"aUk" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"aUl" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aHl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_lower_eva_external"; + idInterior = "middleright_lower_eva_internal"; + idSelf = "middleright_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/obj/machinery/light/directional/west, -/obj/machinery/mining_weather_monitor/directional/north, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aUv" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aHn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_eva_external"; + idInterior = "rightmost_lower_eva_internal"; + idSelf = "rightmost_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/area/station/holodeck/rec_center) -"aUF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"aUI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"aUJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aHo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_eva_internal"; + name = "External Access" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"aUK" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"aUW" = ( -/obj/structure/chair/comfy/beige{ - dir = 4 +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_eva_internal"; + idSelf = "rightmost_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aHp" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"aHq" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aVb" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/primary/tram/right) +"aHr" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"aVp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"aVC" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"aVJ" = ( -/obj/structure/railing/corner, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"aVR" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"aVV" = ( +/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, -/turf/open/floor/plating, -/area/station/solars/port) -"aVX" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"aVZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aHs" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/sign/departments/science{ + pixel_x = -32; + pixel_y = -32 }, /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/qm) -"aWe" = ( -/obj/structure/railing/corner, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"aWm" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/storage/bag/ore, -/obj/item/shovel, -/obj/item/stack/marker_beacon/ten, -/obj/item/clothing/gloves/color/yellow/heavy, -/obj/item/clothing/glasses/meson, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"aWn" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, +/area/station/hallway/primary/tram/right) +"aHt" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, /obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"aWo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"aWq" = ( -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"aWz" = ( -/obj/structure/tank_dispenser/oxygen{ - pixel_x = -1; - pixel_y = 2 +/area/station/hallway/primary/tram/right) +"aHw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"aWC" = ( -/obj/structure/ore_box, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"aWF" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"aWV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/exit) +"aHA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"aWW" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aHD" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/north, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/wood/large, +/area/station/service/library) +"aHE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/bluespace_beacon, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"aXa" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"aXc" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"aXJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Armory Desk"; - req_access = list("armory") - }, -/obj/machinery/door/window/left/directional/south{ - name = "Reception Desk"; - req_access = list("security") +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" }, -/obj/item/papercutter, -/turf/open/floor/plating, -/area/station/security/warden) -"aXK" = ( -/turf/closed/wall, -/area/station/service/kitchen/coldroom) -"aXS" = ( -/obj/effect/turf_decal/sand, /turf/open/floor/iron, -/area/station/security/prison/workout) -"aXX" = ( +/area/station/hallway/secondary/exit) +"aHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"aHP" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aHQ" = ( +/turf/open/floor/iron/white, +/area/station/science/lobby) +"aHR" = ( /obj/machinery/duct, /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, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"aXY" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab" +"aHS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/mechbay) -"aYb" = ( -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aHT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"aYf" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + transport_linked_id = "tram_xeno_lift" }, -/obj/item/inspector, -/obj/item/inspector{ - pixel_x = -5; - pixel_y = 12 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aHY" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/office) -"aYi" = ( /obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 + dir = 5 }, /obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 10 - }, /turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"aYm" = ( +/area/station/maintenance/tram/mid) +"aIi" = ( +/turf/open/floor/iron, +/area/station/security/prison/work) +"aIp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aYr" = ( -/turf/open/space/openspace, -/area/space) -"aYz" = ( -/obj/structure/toilet{ - pixel_y = 8 +/area/station/security/checkpoint/medical) +"aIq" = ( +/obj/machinery/status_display/door_timer{ + id = "medcell"; + name = "Medical Cell"; + pixel_y = 32 }, -/obj/machinery/button/door/directional/west{ - id = "Toilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"aYJ" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"aYW" = ( -/obj/item/toy/balloon, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"aZk" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Security Checkpoint"; + network = list("ss13","medbay","Security") }, -/turf/open/floor/wood/large, -/area/station/service/library) -"aZs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/navigate_destination/dockaux, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aZC" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ +/area/station/security/checkpoint/medical) +"aIt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"aZM" = ( -/obj/structure/table/glass, -/obj/item/crowbar, -/obj/item/hatchet, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"aIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"aIH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aZQ" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"aZT" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"aIJ" = ( +/obj/machinery/flasher/directional/east{ + id = "medcell" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/construction/mining/aux_base) -"aZW" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/office) -"bab" = ( -/obj/machinery/deepfryer, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Service - Kitchen East" +/area/station/security/checkpoint/medical) +"aIT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/turf/open/floor/iron/white/side{ +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aIU" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/area/station/service/kitchen) -"bad" = ( -/obj/effect/turf_decal/trimline/white/corner, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 6 +/obj/machinery/light_switch/directional/north{ + pixel_x = -8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"bar" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/right{ - dir = 1 +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"aIX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/area/station/hallway/secondary/service) -"bau" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"bav" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/departments/holy{ - pixel_y = -32 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/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/chemistry) +"aIY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"baE" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access" +/area/station/security/checkpoint/medical) +"aJf" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"aJi" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"aJk" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"aJm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"baG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"baI" = ( -/obj/structure/chair{ - dir = 1 +/obj/item/radio/intercom/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"baP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aJy" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"aJC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/lobby) -"bbc" = ( -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) -"bbh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/caution/stand_clear{ +/area/station/commons/dorms) +"aJG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/warning{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"aJN" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/painting/large/library_private{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"bbm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"bbI" = ( -/obj/machinery/duct, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine/cult, +/area/station/service/library) +"aJT" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"aKe" = ( +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot/left, +/obj/effect/turf_decal/bot/right, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"bbL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/obj/item/stack/sheet/cardboard{ - amount = 23 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"bbP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/structure/chair{ +/area/station/science/genetics) +"aKg" = ( +/obj/structure/chair/office{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/landmark/start/librarian, +/turf/open/floor/wood, +/area/station/service/library) +"aKh" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"bbU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/wood, +/area/station/service/library) +"aKq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/cable, -/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/security/brig) -"bcf" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aKy" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/turf/open/floor/iron, -/area/station/engineering/main) -"bcg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/stripes/line{ dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"bck" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/area/station/science/lab) +"aKz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"bcm" = ( -/turf/closed/wall, -/area/station/security/office) -"bcu" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/turf/open/floor/iron/dark/side{ - dir = 6 - }, -/area/station/escapepodbay) -"bcz" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/airalarm/directional/west, -/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 +/obj/effect/landmark/event_spawn, +/obj/machinery/computer/rdconsole, +/turf/open/floor/iron, +/area/station/science/lab) +"aKA" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"bcC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"bcI" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/lab) +"aKC" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ dir = 1 }, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"aKL" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/door/firedoor/border_only, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/machinery/light/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"aKM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"aKO" = ( +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron, -/area/station/security/brig) -"bcL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"bcP" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"bdo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/security/checkpoint/science) +"aKP" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"bdx" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Cargo - Warehouse East"; - dir = 6; - network = list("ss13","cargo") +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aKU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, -/area/station/cargo/storage) -"bdD" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube, -/turf/open/floor/plating, -/area/station/science/lower) -"bdN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/hallway/secondary/exit) +"aKV" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/item/radio/intercom/prison/directional/east, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"bdZ" = ( +/area/station/commons/fitness/recreation) +"aKW" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bet" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"beu" = ( -/obj/structure/chair/office/light{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/genetics) +"aKZ" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aLd" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"beD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLe" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/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/service) -"beI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ 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/hallway/secondary/entry) -"bfM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"bga" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLi" = ( +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"bgj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/assistant, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/mob/living/basic/bot/medbot/autopatrol{ - desc = "A Trauma Response Activation Medibot. It seems overwhelmed."; - name = "T.R.A.M Unit" - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"bgo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/station/commons/fitness/recreation) +"aLr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, -/area/station/science/explab) -"bgu" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ +/area/station/security/prison/safe) +"aLw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, +/obj/machinery/power/apc/auto_name/directional/north, /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/cargo/storage) -"bgw" = ( -/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/surgery/fore) +"aLx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aLy" = ( +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLz" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/landmark/start/paramedic, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"bgC" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLQ" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/conveyor_switch/oneway{ - id = "hydrodropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aLR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"bgW" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/science/xenobiology) +"aMc" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ dir = 1 }, -/obj/structure/closet/crate/hydroponics{ - name = "Beekeeper Starter Kit" - }, -/obj/item/queen_bee/bought, -/obj/item/honey_frame, -/obj/item/honey_frame, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"bgX" = ( -/obj/machinery/duct, -/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/checker, -/area/station/commons/lounge) -"bhg" = ( -/obj/structure/table/wood, -/obj/item/food/grown/poppy{ - pixel_y = 2 - }, -/obj/item/food/grown/poppy{ - pixel_y = 2 - }, -/obj/item/food/grown/poppy{ - pixel_y = 2 - }, -/obj/item/food/grown/poppy{ - pixel_y = 2 +/area/station/science/ordnance/storage) +"aMd" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/item/food/grown/poppy{ - pixel_y = 2 +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"bhh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, /turf/open/floor/iron, -/area/station/security/prison/workout) -"bhi" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 +/area/station/commons/fitness/recreation) +"aMh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/door/window/elevator/left/directional/west{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/elevator/right/directional/south{ elevator_mode = 1; - transport_linked_id = "tram_sci_lift" + transport_linked_id = "tram_xeno_lift" }, -/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/science/research) -"bhn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"bht" = ( -/obj/machinery/power/turbine/inlet_compressor{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"bhz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/science/xenobiology) +"aMn" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/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/fitness/recreation) -"bhH" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/light/small/built/directional/north, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"bhQ" = ( -/obj/machinery/requests_console/directional/east{ - department = "Captain's Desk"; - name = "Captain's Requests Console" +"aMp" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"bhR" = ( -/turf/closed/wall, -/area/station/engineering/break_room) -"bhV" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron, +/area/station/commons/storage/art) +"aMv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"bhZ" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/food_or_drink/refreshing_beverage, -/obj/machinery/newscaster/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"biz" = ( -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"biA" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ 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/service) -"biB" = ( -/turf/open/floor/engine/hull, -/area/station/solars/port) -"biE" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/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/surgery/fore) -"biJ" = ( -/obj/structure/table, -/obj/item/computer_disk{ - pixel_x = -8; - pixel_y = -3 - }, -/obj/item/computer_disk{ - pixel_x = -5; - pixel_y = 8 +"aME" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/item/computer_disk/ordnance{ - pixel_x = 1 +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/machinery/light/directional/north, +/turf/open/space/openspace, +/area/station/solars/port) +"aMG" = ( +/obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"biN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"bjw" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" +/area/station/medical/treatment_center) +"aML" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Science - Monkey Pit"; + network = list("ss13","rd") }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"bjF" = ( -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/structure/table/reinforced, -/obj/item/table_clock{ - pixel_y = 8 +/obj/machinery/light/warm/directional/north, +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/item/surgery_tray/full/morgue, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"bjM" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 +/area/station/science/explab) +"aMM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/meter, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"bjZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/commons/fitness/recreation) +"aMO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/office) -"bka" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +/area/station/commons/fitness/recreation) +"aMP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aNa" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + 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/medical/virology) -"bkd" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_eva_external"; - idSelf = "middleleft_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/center) -"bke" = ( -/obj/structure/railing{ - dir = 4 +"aNb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aNd" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank Out" }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"aNp" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron, +/area/station/command/bridge) +"aNq" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aNr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"aNs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"bkq" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"bkC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 1 +/obj/structure/sign/poster/official/cleanliness/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aNv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/machinery/door/window/right/directional/north{ - name = "Bar Delivery Chute" +/obj/structure/sign/poster/official/cleanliness/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aNQ" = ( +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aNR" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "Bar"; - name = "navigation beacon (Bar Delivery)" +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aNS" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Chapel North" }, -/turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"bkF" = ( -/obj/structure/bed/double, -/obj/item/bedsheet/dorms_double, -/obj/effect/landmark/start/hangover, -/obj/structure/sign/clock/directional/north, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"bkM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing" +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 6 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/chapel) +"aNU" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aNV" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aOd" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair/wood, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aOe" = ( +/obj/structure/chair/pew/right, +/turf/open/floor/iron/chapel{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/area/station/service/chapel) +"aOn" = ( +/turf/closed/wall, +/area/station/engineering/storage/tech) +"aOt" = ( +/obj/structure/table/wood, +/obj/item/storage/dice, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"aOv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/iron, -/area/station/security/brig) -"bkY" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/garden) -"blf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"bli" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOz" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/machinery/modular_computer/preset/cargochat/cargo, -/turf/open/floor/iron, -/area/station/cargo/office) -"blq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"blu" = ( -/obj/machinery/holopad, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aOB" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"aOC" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair/wood{ dir = 1 }, -/obj/machinery/button/transport/tram/directional/north{ - id = 3 +/obj/effect/landmark/start/chaplain, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aOD" = ( +/obj/structure/chair/pew/left, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 9 }, -/obj/machinery/transport/destination_sign/indicator/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"blz" = ( -/obj/structure/railing{ +/area/station/service/chapel) +"aOF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoshutter"; + name = "CMO Office Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"aOG" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/structure/chair{ - dir = 4 +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Virology"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aOH" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"aOJ" = ( +/obj/machinery/computer/crew{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"blK" = ( -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"blO" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aON" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"blS" = ( -/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, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"aOW" = ( +/obj/machinery/light/directional/west, /turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"bme" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/area/station/security/mechbay) +"aPe" = ( /obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/modular_map_root/tramstation{ - key = "dormenginelower"; - name = "dormenginelower" + name = "Library Maintenance Hatch" }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"bmg" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"bmm" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/knife/kitchen, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"bmr" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/center) -"bmz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/service/library/lounge) +"aPf" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list("chapel_office") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -8 +/turf/open/floor/wood/tile, +/area/station/service/chapel/office) +"aPk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/structure/sign/poster/official/enlist/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"bmA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"bmN" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, +/area/station/hallway/secondary/command) +"aPl" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, /turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aPm" = ( +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aPo" = ( +/obj/machinery/door/airlock/research{ + name = "Chemical Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/textured, /area/station/medical/medbay/central) -"bmO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"aPs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /turf/open/floor/iron/white, -/area/station/security/execution/education) -"bmY" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 +/area/station/medical/virology) +"aPI" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/acidic_buffer{ + pixel_x = 7; + pixel_y = 3 }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = -34 +/obj/item/reagent_containers/cup/bottle/basic_buffer{ + pixel_x = -5; + pixel_y = 3 }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -40 +/obj/item/reagent_containers/cup/bottle/formaldehyde{ + pixel_x = -5; + pixel_y = -2 }, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = -22 +/obj/structure/sign/warning/chem_diamond/directional/north, +/obj/item/reagent_containers/cup/bottle/mercury{ + pixel_x = 7; + pixel_y = -2 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/medical/medbay/central) +"aPJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled, +/turf/open/floor/iron/textured, +/area/station/medical/medbay/central) +"aPK" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/phosphorus{ + pixel_x = -5; + pixel_y = 3 }, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"bnm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/item/reagent_containers/cup/bottle/potassium{ + pixel_x = 7; + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"bnr" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/donkpockets, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"bnx" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 +/obj/item/reagent_containers/cup/bottle/sodium{ + pixel_x = -5; + pixel_y = -2 }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 +/obj/item/reagent_containers/cup/bottle/oxygen{ + pixel_x = 7; + pixel_y = -2 }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_x = -3; - pixel_y = 2 +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/medical/medbay/central) +"aPM" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/station/hallway/secondary/service) +"aPS" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bnA" = ( -/obj/item/experi_scanner{ - pixel_x = 5 +/obj/structure/disposalpipe/segment, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"aPV" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/station/reverse{ + dir = 8 }, -/obj/item/experi_scanner, -/obj/item/experi_scanner{ - pixel_x = -5 +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"aQf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/pdapainter/medbay, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) -"bnF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 +/area/station/command/heads_quarters/cmo) +"aQi" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bnK" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"aQk" = ( +/obj/machinery/vending/coffee, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"bnN" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"aQm" = ( +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/left) +"aQu" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aQw" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"aQx" = ( +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aQB" = ( +/obj/structure/table/reinforced, +/obj/machinery/coffeemaker, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"bnO" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"aQH" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/closet/l3closet/virology, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aQI" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/closet/secure_closet/medical1, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aQL" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aQM" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 10 +/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/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ - dir = 8 +/obj/item/plunger, +/obj/item/plunger, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aQO" = ( +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"aQU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"bnR" = ( -/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Monastary" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"aRk" = ( +/obj/machinery/vending/security, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"aRr" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"aRx" = ( +/obj/effect/decal/cleanable/dirt, /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/main) -"bof" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"aRy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_x = 24 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"aRA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aRI" = ( +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) +"aRK" = ( +/obj/effect/turf_decal/stripes/line, /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) -"bok" = ( -/obj/machinery/power/terminal{ - dir = 8 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/side, +/area/station/science/robotics/mechbay) +"aRL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) +"aRM" = ( +/obj/machinery/flasher/directional/north{ + id = "reeducation" }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/textured_large, +/area/station/security/execution/education) +"aRO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell B" }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"bol" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/plating, -/area/station/solars/port) -"bos" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/east{ - name = "Containment Pen #5"; - req_access = list("xenobiology") +/area/station/security/execution/transfer) +"aRY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/door/window/left/directional/west{ - name = "Containment Pen #5"; - req_access = list("xenobiology") +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-West"; + dir = 10 }, +/obj/machinery/firealarm/directional/west, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez5"; - name = "Xenobiology Containment Blast Door" +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"box" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/maintenance/disposal/incinerator) -"boB" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aSe" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"boM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"aSi" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/siding/wideplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/corner{ +/obj/effect/turf_decal/siding/wideplating, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"aSs" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/structure/cable, -/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/machinery/door/airlock/mining/glass{ + name = "Bitrunning Den" }, +/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den, /turf/open/floor/iron, -/area/station/service/janitor) -"boN" = ( +/area/station/cargo/bitrunning/den) +"aSt" = ( +/turf/open/openspace, +/area/station/science/xenobiology) +"aSB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"aSG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 }, /turf/open/floor/iron, -/area/station/escapepodbay) -"bpg" = ( -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 1 +/area/station/hallway/secondary/entry) +"aSM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bpj" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/transport/crossing_signal/northeast, +/area/station/commons/dorms) +"aSS" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"bpp" = ( -/obj/structure/chair/office{ +/area/station/cargo/sorting) +"aST" = ( +/turf/closed/wall/r_wall, +/area/station/solars/port) +"aTa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/newscaster/directional/west, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"bpq" = ( -/obj/machinery/button/door/directional/west{ - id = "private_g"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, -/area/station/commons/dorms) -"bqI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/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, -/area/station/science/lobby) -"bqJ" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ - dir = 8 +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE"; + pixel_y = 32 }, -/turf/open/floor/iron/stairs/medium, -/area/station/commons/dorms) -"bqL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/bed/medical/emergency, -/obj/effect/turf_decal/bot, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"bqU" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/here_for_your_safety/directional/south, -/turf/open/floor/iron, -/area/station/security/prison) -"bra" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Cafeteria" +/area/station/science/lower) +"aTt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/duct, -/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/security/prison/mess) -"bre" = ( -/obj/machinery/flasher/directional/west{ - id = "AI" +/turf/open/floor/iron, +/area/station/commons/fitness) +"aTw" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, -/obj/machinery/camera/motion/directional/west{ - c_tag = "Secure - AI Upload" +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"brr" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ - dir = 1 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aTY" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/research) -"brI" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ - dir = 1 +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"aUa" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -5 }, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"brL" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ - dir = 1 +/obj/item/taperecorder{ + pixel_x = -5 }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram{ - dir = 1 +/obj/machinery/recharger{ + pixel_y = 4 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"brR" = ( -/obj/machinery/door/airlock{ - name = "Water Closet" +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"aUb" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 }, -/obj/effect/mapping_helpers/airlock/access/all/service/janitor, -/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/head/utility/welding, +/obj/item/clothing/glasses/welding, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"aUh" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"aUi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/service/janitor) -"brS" = ( -/obj/structure/table/reinforced, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Robotics Lab Desk"; - req_access = list("robotics") +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "Robotics Lab Shutters" - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/station/science/robotics/lab) -"bsh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aUw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/ai/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"bsl" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aUC" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Chapel South" }, -/obj/machinery/airalarm/directional/west, +/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/dark, +/area/station/service/chapel) +"aVb" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/science/lower) +"aVj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"aVm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"bsx" = ( +/area/station/science/lower) +"aVt" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/monocle, +/obj/item/food/pie/cream, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/service/theater) +"aVD" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /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/disposal) -"bsz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"bsD" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 +/area/station/maintenance/tram/mid) +"aVT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aWs" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/machinery/light/cold/directional/north, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"bsM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/science/lower) +"aWJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination/tools, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bsW" = ( +/area/station/commons/storage/primary) +"aWL" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 5 }, -/obj/item/radio/intercom/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/machinery/suit_storage_unit/industrial/loader, /turf/open/floor/iron, /area/station/cargo/warehouse) -"btd" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"btp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/status_display/door_timer{ - id = "Isolation_D"; - name = "Isolation Cell D"; - pixel_y = -32 +"aWY" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/stairs/right{ + dir = 4 }, +/area/station/maintenance/central/greater) +"aXo" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"btr" = ( -/obj/structure/sign/warning/secure_area{ - name = "HIGH SECURITY STORAGE"; - pixel_y = 32 +/area/station/commons/fitness) +"aXD" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 +/obj/structure/chair{ + dir = 8 }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"btz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) -"btC" = ( -/obj/structure/displaycase/trophy, -/obj/structure/sign/painting/library{ - pixel_x = -32 +/area/station/hallway/secondary/exit/departure_lounge) +"aXE" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"btG" = ( /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/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"btJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/science/research) +"aXN" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"btO" = ( /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/virology) -"btU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"bua" = ( -/obj/machinery/computer/operating{ +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, /turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"bug" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/science/lower) +"aYn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/office) -"buh" = ( -/obj/structure/chair/office/light{ +/area/station/engineering/main) +"aYv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"aYA" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aYF" = ( +/turf/closed/wall, +/area/station/engineering/main) +"aYN" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"aZo" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aZQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"bup" = ( +/turf/open/floor/iron, +/area/station/cargo/storage) +"aZX" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"but" = ( -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/misc/asteroid, -/area/station/asteroid) -"buB" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"buJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/area/station/hallway/secondary/entry) +"bah" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/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/cargo/office) -"buO" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, +/area/station/cargo/miningdock) +"baK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison/workout) -"bvu" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/hallway/secondary/entry) +"bbj" = ( +/turf/closed/wall, +/area/station/engineering/break_room) +"bbk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bvw" = ( -/obj/machinery/suit_storage_unit/captain, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"bvy" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/musical_instrument{ - spawn_loot_count = 2; - spawn_loot_double = 0; - spawn_random_offset = 1 +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"bbu" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/service/theater) -"bvz" = ( -/turf/closed/wall, -/area/station/security/prison/mess) -"bvA" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 8 + }, +/obj/machinery/vending/cigarette{ + pixel_x = -5 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"bvB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/primary/tram/center) +"bbD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ 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, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"bvG" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"bvK" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/security_space_law{ +/area/station/medical/medbay/central) +"bbM" = ( +/obj/machinery/photocopier{ pixel_y = 3 }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"bwg" = ( +/obj/structure/sign/clock/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"bck" = ( +/obj/structure/cable, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/secure_closet/atmospherics, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"bwh" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/trimline/yellow/line{ +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"bcq" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"bcs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/service/barber) +"bcx" = ( +/obj/machinery/porta_turret/ai{ dir = 4 }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"bcI" = ( +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"bcL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/airalarm/directional/north, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"bwt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"bcO" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"bxw" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"bcV" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"bde" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 }, +/obj/item/key/security, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"bxy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/area/station/security/checkpoint/science) +"bdT" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"bxF" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - Main West"; - network = list("ss13","Security") +/area/station/ai_monitored/turret_protected/aisat_interior) +"bej" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/turf/open/openspace, -/area/station/security/brig) -"bxU" = ( -/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/courtroom) +"beF" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/computer/records/security{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"beG" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/lesser) +"beT" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/pods/directional/west, +/obj/effect/turf_decal/tile/bar{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"bxZ" = ( -/obj/effect/spawner/xmastree, -/turf/open/floor/carpet, -/area/station/service/chapel) -"bya" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/area/station/escapepodbay) +"beW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "The Cantina" }, -/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"beZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/medical/virology) +"bfa" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bfb" = ( +/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/trimline/purple/filled/line, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"bfr" = ( /obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, /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/disposal/incinerator) -"byn" = ( -/obj/effect/turf_decal/siding/thinplating, +/area/station/security/brig) +"bfy" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line, +/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, -/area/station/commons/fitness/recreation) -"byz" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/command/bridge) +"bfH" = ( +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bfM" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + space_dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"bfX" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 8 }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/indestructible/tram, +/area/station/hallway/primary/tram/left) +"bgo" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/contraband/prison, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/get_your_legs/directional/south, +/turf/open/floor/iron, +/area/station/security/prison) +"bgH" = ( +/obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"byD" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"byI" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"bgL" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/structure/cable, +/area/station/service/kitchen) +"bgN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 5 + 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/surgery/aft) -"byJ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/syringe/antiviral, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"byK" = ( -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ - dir = 2 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"bgT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bhf" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bhr" = ( +/turf/closed/wall/rock/porous, +/area/station/security/prison/workout) +"bhs" = ( +/turf/closed/wall, +/area/station/commons/lounge) +"bhx" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway" }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"byO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"byS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"bhG" = ( +/obj/machinery/door/airlock/centcom{ + desc = "Truly, a marvel of modern engineering."; + name = "Syndicate Secure Airlock System" }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"byT" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"bhY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/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/camera/directional/north{ + c_tag = "Arrivals - South Hall" }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"bze" = ( -/obj/effect/landmark/event_spawn, -/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) -"bzf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, +/area/station/hallway/secondary/entry) +"bid" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 8 + }, +/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/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bzk" = ( +/area/station/ai_monitored/command/storage/eva) +"bio" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"biB" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/vehicle/sealed/mecha/ripley/paddy/preset, +/turf/open/floor/iron/recharge_floor, +/area/station/security/mechbay) +"biS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + 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/white/warning{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"bzs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Recreational Area South-West" +/area/station/security/prison/garden) +"biW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_eva_internal"; + name = "External Access" }, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"bzw" = ( -/obj/structure/chair/sofa/corner{ - dir = 8 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_eva_internal"; + idSelf = "middleleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"bzF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ - dir = 8 +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"bja" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"bzJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/wood/large, +/area/station/service/barber) +"bje" = ( +/obj/effect/spawner/random/structure{ + loot = list(/obj/structure/statue/snow/snowman); + name = "random snowman spawner"; + spawn_loot_chance = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/light/directional/east, +/obj/machinery/light_switch/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"bjK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/commons/fitness) -"bzP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/security/checkpoint/supply) +"bjL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/transport/crossing_signal/northeast, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"bAq" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ +/area/station/hallway/primary/tram/center) +"bjQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"bjS" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/head/utility/welding, +/obj/machinery/light/directional/north, /turf/open/floor/iron/white, -/area/station/science/genetics) -"bAB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"bAH" = ( -/obj/machinery/power/terminal{ +/area/station/medical/chemistry) +"bjX" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"blg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"bAI" = ( -/obj/structure/fluff/tram_rail/electric{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"bAL" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/engineering/break_room) -"bAW" = ( -/turf/open/floor/iron/white/side{ +/area/station/hallway/primary/tram/right) +"blo" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/button/door/directional/east{ + id = "outerbrigright"; + name = "Outer Brig Door Toggle"; + normaldoorcontrol = 1; + pixel_y = -8; + req_access = list("security") + }, +/obj/machinery/button/door/directional/east{ + id = "innerbrigright"; + name = "Inner Brig Door Toggle"; + normaldoorcontrol = 1; + pixel_y = 8; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/area/station/service/theater) -"bAY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/right/directional/west{ - dir = 2; - name = "Access Queue" +/turf/open/floor/iron, +/area/station/security/brig) +"blu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/machinery/door/window/brigdoor/left/directional/east{ - dir = 1; - name = "Access Desk"; - req_access = list("hop") +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"blx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/machinery/status_display/supply{ + pixel_y = 32 }, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad" }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"bAZ" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"bBq" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/cargo/storage) +"bly" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/directional/north{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"blN" = ( +/obj/machinery/button/door/directional/west{ + id = "private_r"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 }, -/obj/machinery/door/window/left/directional/west{ - name = "Hydroponics Delivery Chute" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"bmp" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/plating, +/turf/open/floor/iron/dark, /area/station/service/hydroponics) -"bBw" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" - }, -/obj/effect/mapping_helpers/airlock/unres{ +"bmt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/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) -"bBx" = ( -/turf/closed/wall/r_wall, -/area/station/security/medical) -"bBA" = ( -/turf/closed/wall, -/area/station/maintenance/disposal) -"bBQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"bBZ" = ( -/obj/structure/closet/secure_closet/brig/genpop, -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"bCf" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"bCj" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) -"bCt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/office) +"bmz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ +/turf/open/floor/iron/dark, +/area/station/science/server) +"bmG" = ( +/obj/structure/chair/greyscale{ dir = 4 }, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, /turf/open/floor/iron, /area/station/escapepodbay) -"bCP" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"bmX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/structure/table, -/obj/item/dest_tagger, -/obj/item/dest_tagger, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/structure/cable, -/obj/item/papercutter{ - pixel_x = 17 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"bnh" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"bnY" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, +/obj/item/radio/intercom/directional/west, +/obj/item/paper/fluff/jobs/engineering/frequencies, /turf/open/floor/iron, -/area/station/cargo/sorting) -"bCX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/tcommsat/computer) +"boc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"bok" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"bDF" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"bDW" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/button/door{ - id = "containdeez2"; - name = "Cell Containment Toggle Button" +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/port) +"bop" = ( +/obj/machinery/button/door/directional/west{ + id = "private_c"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bEa" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"bEr" = ( -/obj/structure/reflector/single/anchored{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"bor" = ( +/turf/open/floor/iron/stairs/left{ + dir = 1 }, +/area/station/hallway/secondary/service) +"boS" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"boU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"bEH" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" +/area/station/command/bridge) +"bpa" = ( +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high{ + pixel_x = -5; + pixel_y = 8 }, -/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/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"bEM" = ( -/obj/structure/cable, +/obj/item/stock_parts/cell/high{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"bpd" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 + dir = 1 }, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"bpf" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/modular_computer/preset/cargochat/service, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"bEN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/hallway/secondary/service) +"bpl" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"bEQ" = ( -/obj/structure/railing, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"bFa" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/engineering/atmos) +"bpn" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"bpu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/tram/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"bFc" = ( -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"bFf" = ( -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"bFg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 6 - }, -/turf/open/openspace/airless, -/area/station/asteroid) -"bFr" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bFw" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Upper Ring North"; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"bFA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/tram/corner{ + dir = 1 }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"bFF" = ( -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"bpP" = ( /obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"bFH" = ( -/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"bFJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/barber) -"bFN" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +"bpR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"bFS" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/hallway/secondary/service) +"bpZ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/utility/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bqb" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"bFU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ +/obj/structure/plaque/static_plaque/golden{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/trunk{ dir = 8 }, +/obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos) -"bFX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/security/office) +"bqg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"bql" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #4"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #4"; + req_access = list("xenobiology") }, -/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/courtroom/holding) -"bGl" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/machinery/light/floor, -/turf/open/floor/grass, -/area/station/science/lower) -"bGG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/obj/machinery/door/poddoor/preopen{ + id = "containdeez4"; + name = "Xenobiology Containment Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bqs" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"bHj" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/left) -"bHm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"bHo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"bHJ" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, /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/commons/lounge) -"bHL" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/landmark/navigate_destination/janitor, +/turf/open/floor/iron, +/area/station/service/janitor) +"bqu" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"bHQ" = ( -/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/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark/side, +/area/station/ai_monitored/command/storage/eva) +"bqU" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"bqY" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/box, +/obj/structure/sign/warning/directional/west{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bHU" = ( -/obj/effect/spawner/structure/window, +/obj/item/stack/sheet/cardboard, /turf/open/floor/plating, -/area/station/service/library) -"bIe" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"bIu" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/engineering/main) +"bra" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"brf" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/item/pai_card, /turf/open/floor/iron, -/area/station/engineering/atmos) -"bIC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/fitness/recreation) +"brm" = ( +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"brr" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) +"brt" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"brx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"brG" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"bsh" = ( +/obj/structure/table/glass, +/obj/structure/microscope, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"bso" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/computer) +"bsM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"bJc" = ( -/turf/closed/wall, -/area/station/science/breakroom) -"bJd" = ( -/turf/closed/wall, -/area/station/science/lower) -"bJt" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Chief Engineer's Office"; - dir = 10; - network = list("ss13","engineering") +/area/station/commons/dorms) +"bsP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"bJK" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Laundry Room" +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 }, -/obj/structure/sign/clock/directional/north, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio/off, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"bsU" = ( /obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"bsW" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"btf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_upper_eva_external"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"btg" = ( +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/obj/machinery/airalarm/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"btC" = ( +/obj/structure/closet/wardrobe/green, +/obj/effect/landmark/start/hangover/closet, /obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"bJP" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"btP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"bJQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"bJS" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/dorms{ - dir = 4 - }, -/obj/structure/sign/clock/directional/south, -/obj/item/pillow/random, -/turf/open/floor/carpet, +/turf/open/floor/iron, /area/station/commons/dorms) -"bJT" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/cytology{ - pixel_x = -4; - pixel_y = 4 +"btR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"btV" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/item/biopsy_tool{ - pixel_x = 8; - pixel_y = 2 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"bJX" = ( -/obj/effect/turf_decal/siding/thinplating{ - 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, +/area/station/security/checkpoint/supply) +"bud" = ( +/obj/machinery/smartfridge, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "dumbwaiter_lift" }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"bJZ" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/delivery/red, +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"bug" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/clothing/glasses/welding, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/machinery/vending/cigarette, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"but" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 }, -/obj/item/radio/intercom/directional/south, -/obj/item/stack/sheet/glass{ - amount = 20 +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 }, -/turf/open/floor/iron, -/area/station/science/lab) -"bKa" = ( -/obj/effect/turf_decal/stripes/end{ +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"bKc" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access = list("library") }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/turf/open/floor/wood/large, +/area/station/service/library) +"buv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"buB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/chapel/monastery) +"buG" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/escapepodbay) +"buL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 9 }, -/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/office) -"bKf" = ( -/obj/machinery/door/airlock{ - id_tag = "ToiletSci1"; - name = "Private Stall 1" +/area/station/commons/dorms) +"buW" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"bKH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/office) -"bKM" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"bvk" = ( +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"bKN" = ( +/area/station/cargo/miningdock/cafeteria) +"bvl" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"bvq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/wood, -/area/station/service/lawoffice) -"bKT" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/area/station/command/meeting_room) +"bvw" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/security/execution/transfer) -"bKW" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood/large, -/area/station/service/library) -"bKZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/hallway/secondary/exit/departure_lounge) +"bvH" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 }, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"bLi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +/area/station/cargo/miningdock/cafeteria) +"bvI" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/structure/sign/poster/official/safety_eye_protection/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"bLj" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" +/area/station/engineering/main) +"bvK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/science/lower) -"bLO" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"bvM" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"bwp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"bwu" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"bLS" = ( /obj/effect/decal/cleanable/dirt, -/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/maintenance/central/greater) -"bLW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"bwz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"bLY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Right Middle Hall" +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"bMe" = ( -/turf/closed/wall/r_wall, -/area/station/security/lockers) -"bMy" = ( -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bMJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"bMT" = ( +/area/station/maintenance/tram/right) +"bwG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/sign/warning/secure_area{ - pixel_x = -32 + dir = 6 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"bNj" = ( -/obj/structure/disposalpipe/segment, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bwM" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bNm" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bNo" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Psychologist's Office"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = -10 +/area/station/cargo/miningdock) +"bwO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"bNs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"bwT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ dir = 4 }, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 4 +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 4 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"bwU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"bxd" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_x = 0 }, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"bND" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"bxG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/lab) +"bxH" = ( /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"bNI" = ( -/obj/structure/cable, -/obj/structure/sink/kitchen/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"bNR" = ( -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"bNS" = ( -/obj/effect/turf_decal/siding/thinplating, -/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/white, +/area/station/security/medical) +"bxN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, /obj/structure/disposalpipe/segment{ - dir = 9 + 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/commons/fitness/recreation) -"bNT" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/turf_decal/weather/snow, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"bOa" = ( -/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"bxX" = ( +/obj/structure/bed, +/obj/effect/landmark/start/janitor, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"bOd" = ( -/obj/structure/railing{ - dir = 4 +/area/station/service/janitor) +"bya" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"byh" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/iron/white, +/area/station/security/medical) +"byn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"byw" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 8 }, -/obj/structure/ladder, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bOf" = ( -/obj/machinery/door/airlock{ - name = "Law Office" +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Research Division"; + name = "Research Division Fax Machine"; + pixel_x = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, -/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"byx" = ( /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, -/area/station/service/lawoffice) -"bOh" = ( -/obj/structure/chair/plastic, -/turf/open/floor/eighties/red, +/turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"bOD" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/trunk{ +"byy" = ( +/obj/structure/lattice, +/obj/machinery/light/cold/dim/directional/west, +/obj/machinery/transport/guideway_sensor{ dir = 1 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bOS" = ( -/obj/machinery/vending/engivend, -/turf/open/floor/iron, -/area/station/engineering/main) -"bPj" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/openspace, +/area/station/asteroid) +"byF" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"bPl" = ( -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/science) -"bPo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Antechamber North"; + network = list("ss13","minisat") }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"byH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"bPq" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/port) +"byL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, -/area/station/security/prison) -"bPK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/command/heads_quarters/qm) +"byM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, /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, -/turf/open/floor/iron, -/area/station/commons/dorms) -"bQr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/structure/railing, -/turf/open/openspace, -/area/station/solars/port) -"bQw" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"byW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"bzo" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"bzt" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 }, -/obj/machinery/light/directional/west, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bQB" = ( -/obj/machinery/door/firedoor/border_only{ +/area/station/medical/virology) +"bzA" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"bzN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/turf/open/floor/grass, -/area/station/commons/dorms) -"bQE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"bQM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"bQZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"bRa" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"bzP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/office) -"bRr" = ( /obj/structure/cable, -/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"bAK" = ( /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/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"bRv" = ( /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/command) -"bRy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, +/area/station/command/heads_quarters/ce) +"bAT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"bRA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/medical/treatment_center) +"bAW" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 }, -/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"bBl" = ( /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, -/area/station/hallway/primary/tram/left) -"bRB" = ( +/area/station/security/execution/transfer) +"bBs" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Mining South-East" + dir = 10 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/miningdock) -"bRF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"bRI" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/power/solar_control{ - id = "aicore"; - name = "AI Core Solar Control" - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"bRN" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"bRU" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"bBu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, +/obj/structure/sign/departments/telecomms/directional/south, /turf/open/floor/iron, -/area/station/cargo/lobby) -"bRW" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"bSa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"bSs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/engineering/main) +"bBB" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 }, -/obj/machinery/light/directional/east, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"bSv" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/qm) -"bSw" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"bSE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Lounge" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"bSI" = ( -/obj/structure/table, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar Lounge North West" - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"bSL" = ( +/area/station/engineering/atmos/pumproom) +"bBI" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Recreational Area West" - }, /obj/structure/cable, -/obj/machinery/light/cold/directional/east, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"bSO" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/iron/stairs/right, -/area/station/hallway/secondary/construction/engineering) -"bTb" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, +"bBJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"bTr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"bTu" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/station/commons/dorms) -"bTJ" = ( -/obj/structure/sink/kitchen/directional/south, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"bTL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 +/area/station/cargo/miningdock) +"bCc" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"bCu" = ( +/obj/structure/mirror/directional/north, +/obj/structure/sink{ + pixel_y = 17 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"bTO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"bDf" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/head/ce, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"bTV" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"bDq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"bUa" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "holodeck" }, /turf/open/floor/iron, -/area/station/security/courtroom) -"bUl" = ( -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"bUp" = ( -/obj/machinery/computer/atmos_control/air_tank{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"bUF" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/commons/fitness/recreation) +"bDB" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags{ + pixel_x = -1; + pixel_y = 6 }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"bUJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"bVc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/item/storage/box/disks{ + pixel_x = 1; + pixel_y = 5 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 }, +/obj/effect/turf_decal/tile/dark_green/fourcorners, /turf/open/floor/iron/white, -/area/station/science/research) -"bVA" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/science/genetics) +"bDH" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"bVW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"bWe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"bWh" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"bWk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"bWo" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"bWy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"bWJ" = ( -/obj/machinery/modular_computer/preset/civilian{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/commons/storage/primary) +"bEo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 9 }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"bWR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"bEs" = ( +/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/dark/side{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/command/teleporter) +"bEz" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"bEM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"bET" = ( +/obj/structure/transport/linear/public, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/machinery/elevator_control_panel/directional/south{ + linked_elevator_id = "tram_dorm_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"bFb" = ( +/obj/effect/decal/cleanable/dirt, /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/catwalk_floor, +/area/station/hallway/primary/tram/right) +"bFc" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Lawyer's Office" + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"bFh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" }, +/obj/effect/turf_decal/delivery, +/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, -/area/station/hallway/secondary/exit/departure_lounge) -"bWT" = ( +/area/station/engineering/atmos) +"bFl" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"bFo" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Main Office South"; + network = list("ss13","Security") + }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/commons/dorms) -"bWW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - department = "Robotics"; - name = "Robotics Requests Console" +/area/station/security/office) +"bFq" = ( +/turf/closed/wall, +/area/station/medical/psychology) +"bFw" = ( +/turf/open/openspace/airless, +/area/station/asteroid) +"bFM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"bXd" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"bFQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction{ dir = 8 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"bXe" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/closet/l3closet/virology, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"bXn" = ( -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 3; - pixel_y = -23 - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"bXp" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"bXq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/item/hand_labeler, -/obj/item/pen, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bXD" = ( -/obj/structure/table/glass, -/obj/item/wrench/medical, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"bXG" = ( -/obj/structure/closet/wardrobe/grey, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/science/lower) +"bFT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Theatre Maintenance Hatch" }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"bXI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ dir = 4 }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"bYj" = ( /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/hallway/secondary/entry) -"bYm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/modular_map_root/tramstation{ + key = "barcargoupper"; + name = "barcargoupper" }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"bYW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"bGh" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External West"; + dir = 6; + network = list("aicore") }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bYY" = ( -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"bZc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez1"; - name = "Xenobiology Containment Blast Door" +/turf/open/space/openspace, +/area/space/nearstation) +"bGu" = ( +/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/airlock/unres{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"bZo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"bGE" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lower) +"bGI" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bZu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"bZv" = ( -/obj/machinery/mineral/ore_redemption, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/area/station/commons/dorms) +"bGJ" = ( +/turf/open/floor/wood, +/area/station/service/theater) +"bGV" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/table, +/obj/item/stack/sheet/cardboard, +/obj/item/food/donkpocket/pizza, +/obj/machinery/camera/directional/east{ + c_tag = "Medical - Virology Break Room"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"bHb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, /turf/open/floor/iron, -/area/station/cargo/office) -"bZB" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/hallway/secondary/exit) +"bHd" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/ai_monitored/command/storage/eva) -"bZR" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"cac" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"caj" = ( -/obj/effect/turf_decal/bot/right, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"cam" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 6 +/area/station/commons/fitness/recreation/entertainment) +"bHf" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron/white, -/area/station/science/genetics) -"cao" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/medical/surgery/aft) +"bHm" = ( +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/obj/machinery/door/airlock/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"bHn" = ( +/turf/open/floor/iron/stairs/medium{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/hallway/secondary/service) +"bHq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/bed/dogbed/mcgriff, -/mob/living/basic/pet/dog/pug/mcgriff, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"caL" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/ce) -"caN" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"caY" = ( -/obj/structure/chair{ - name = "Defense" +/turf/open/floor/wood/large, +/area/station/service/theater) +"bHv" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/lesser) +"bHx" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/courtroom) -"cbc" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) -"cbp" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, +/area/station/cargo/sorting) +"bHy" = ( +/obj/effect/turf_decal/bot/right, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bHA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/main) +"bHB" = ( +/obj/effect/landmark/navigate_destination/cargo, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/brig) -"cbx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/area/station/cargo/office) +"bHP" = ( +/obj/machinery/computer/station_alert{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/build/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"bIf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"bIg" = ( /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"cbA" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"cbI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/maint, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/fluff/paper/stack{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"cbU" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/musician/piano, /turf/open/floor/carpet, -/area/station/service/theater) -"ccn" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"ccG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/service/library) +"bIm" = ( +/obj/machinery/door/airlock{ + name = "Barber Storage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ccM" = ( -/turf/closed/wall, -/area/station/security/execution/transfer) -"ccO" = ( +/turf/open/floor/plating, +/area/station/service/barber) +"bIp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 + dir = 8 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"ccR" = ( -/obj/structure/floodlight_frame, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"ccX" = ( +/area/station/hallway/secondary/exit) +"bIz" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/slippery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron/smooth, /area/station/security/mechbay) -"ccZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"cdf" = ( +"bIC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_dorm_lift" - }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_dorm_lift" + dir = 6 }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"cdh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"cdi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/area/station/hallway/secondary/construction/engineering) +"bIJ" = ( +/obj/structure/bodycontainer/crematorium{ + dir = 8; + id = "crematoriumChapel" }, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/grassy/style_random, -/turf/open/floor/grass, -/area/station/commons/dorms) -"cdj" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"cdx" = ( -/obj/structure/fluff/tram_rail/electric{ +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"bJb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"cdF" = ( -/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"cdH" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 +/area/station/cargo/miningdock) +"bJp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron/white, +/area/station/science/research) +"bJP" = ( +/obj/structure/railing{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"bKb" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/structure/cable, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"bKg" = ( +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"bKl" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/ablative, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"bKs" = ( +/obj/structure/table, +/obj/item/fuel_pellet, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"bKt" = ( /turf/open/floor/engine, /area/station/engineering/supermatter) -"cdL" = ( +"bKu" = ( +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"bKy" = ( /obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"bKE" = ( +/obj/machinery/modular_computer/preset/curator{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/library) +"bKF" = ( +/obj/structure/table/wood, +/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" }, -/obj/structure/railing, -/turf/open/openspace, -/area/station/solars/port) -"cdR" = ( -/obj/structure/closet/secure_closet/chief_medical, -/obj/effect/turf_decal/bot, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"cea" = ( -/obj/structure/railing{ +/area/station/service/bar) +"bKK" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"cee" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"cek" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/kitchen/rollingpin, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"cem" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/ai_module/reset, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"ces" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/wood/large, -/area/station/service/library) -"ceC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/ai_monitored/turret_protected/aisat/maint) +"bKM" = ( +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"bKN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/bot_white, +/obj/machinery/computer/piratepad_control/civilian{ dir = 4 }, -/obj/structure/cable, -/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/hallway/secondary/exit) -"ceF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron, -/area/station/security/processing) -"ceH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/cargo/lobby) +"bKT" = ( +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"bKY" = ( +/obj/structure/chair{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/library) -"ceL" = ( -/obj/structure/closet/secure_closet/hos, -/obj/structure/secure_safe/hos{ - pixel_x = 35 +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/obj/structure/sign/poster/official/space_cops/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"ceO" = ( -/obj/machinery/porta_turret/ai{ +/obj/machinery/camera{ + c_tag = "Cargo - Lobby"; + dir = 6; + network = list("ss13","cargo") + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"bLd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"ceR" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ 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/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"bLe" = ( +/turf/open/floor/carpet, +/area/station/service/library) +"bLj" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/surgery{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/medicine, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, /turf/open/floor/iron/white, -/area/station/science/research) -"cfa" = ( -/obj/machinery/vending/assist, -/obj/machinery/requests_console/directional/east{ - department = "Tool Storage"; - name = "Tool Department Requests Console" +/area/station/medical/treatment_center) +"bLk" = ( +/obj/structure/table, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"bLl" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"bLp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"cfk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"cfm" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_y = 4 +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bLA" = ( +/obj/structure/table/wood, +/obj/item/folder{ + pixel_y = 2 }, -/obj/item/pen/red, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Virology Patient Room B"; - network = list("ss13","medbay") +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"bLB" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mailing Sorting Office" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/shipping, +/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/medical/virology) -"cfy" = ( +/area/station/cargo/sorting) +"bLN" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /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/security/interrogation) +"bLO" = ( +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/security/brig) -"cfB" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/area/station/ai_monitored/command/storage/eva) +"bLQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"cfH" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/engine/cult, -/area/station/service/library) -"cfI" = ( -/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/delivery/white{ - color = "#52B4E9" +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"bLT" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/dead_body_placer, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, +/obj/structure/bed/dogbed/mcgriff, +/mob/living/basic/pet/dog/pug/mcgriff, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"bMb" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/right) +"bMg" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"bMz" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/bluespace_beacon, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"cgz" = ( -/obj/structure/table, -/obj/item/raw_anomaly_core/random{ - pixel_x = 7; - pixel_y = 9 +/area/station/ai_monitored/turret_protected/aisat/foyer) +"bME" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/item/raw_anomaly_core/random{ - pixel_x = -5; - pixel_y = 7 +/turf/open/space/openspace, +/area/station/solars/port) +"bMV" = ( +/obj/effect/decal/cleanable/dirt, +/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/maintenance/central/greater) +"bMZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, -/obj/item/raw_anomaly_core/random, +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"cgD" = ( -/turf/open/floor/plating, -/area/station/cargo/storage) -"cgO" = ( -/obj/machinery/computer/security/qm{ - dir = 4 +/area/station/hallway/secondary/service) +"bNa" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/requests_console/directional/west{ - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console" +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/camera{ - c_tag = "Cargo - Quartermaster's Office"; - dir = 10; - network = list("ss13","cargo") +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/light/warm/directional/west, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white, +/area/station/science/research) +"bNi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"cgP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/area/station/security/checkpoint/escape) +"bNp" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 1 }, -/turf/open/floor/iron/white/side, -/area/station/science/lobby) -"cha" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) -"che" = ( -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"chj" = ( /obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"chv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"bNr" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI Core Shutters" + }, +/obj/machinery/flasher/directional/west{ + id = "AI" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, /obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"bNx" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"bNz" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmospherics_engine) +"bNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"chR" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/obj/effect/landmark/event_spawn, -/obj/item/assembly/flash/handheld, -/turf/open/floor/iron, -/area/station/security/office) -"cie" = ( -/obj/machinery/duct, -/obj/structure/table, +"bNF" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/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, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"bNG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"bNJ" = ( /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/security/prison) -"cip" = ( -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" +/area/station/command/teleporter) +"bNK" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"bNN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /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/atmospherics_engine) +"bNV" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"bNW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) -"ciX" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 9 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"cjg" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cjm" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/machinery/duct, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + 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/commons/lounge) -"cjs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"cjC" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"cjE" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 +/area/station/hallway/primary/tram/right) +"bNX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 }, -/turf/open/floor/plating, -/area/station/asteroid) -"cjF" = ( -/obj/machinery/holopad{ - pixel_y = 16 +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/latex/nitrile, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bNY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"bOi" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/science/lower) +"bOv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"bOV" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/engine, +/area/station/science/explab) +"bPh" = ( +/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/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"cjH" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/area/station/medical/medbay/lobby) +"bPm" = ( +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bPo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/commons/fitness) +"bPp" = ( +/obj/machinery/vending/coffee, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/meeting_room) +"bPr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/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/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/brig) +"bPv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"cjJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/explab) +"bPz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"bPO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark/corner{ +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/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/hallway/secondary/exit) +"bPV" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"bQt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/area/station/ai_monitored/command/storage/eva) -"cjR" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"bQQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/prison) -"ckj" = ( -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"ckp" = ( -/obj/machinery/elevator_control_panel/directional/north{ - desc = "A small control panel used to move the kitchen dumbwaiter up and down."; - linked_elevator_id = "dumbwaiter_lift"; - name = "Dumbwaiter control Panel"; - preset_destination_names = list("2" = "Hydroponics", "3" = "Kitchen") +/area/station/engineering/atmos) +"bRE" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"bSd" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library) +"bSr" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot{ +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 1 }, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"ckD" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Upper External North"; - network = list("aicore") +/turf/open/floor/iron, +/area/station/security/courtroom) +"bSS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/command) +"bSU" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"bTm" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"bTn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" }, /obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"ckR" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"ckS" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/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/carpet, +/area/station/service/chapel) +"bTp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Lathe Access" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, +/obj/effect/landmark/start/hangover, +/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/service) -"ckW" = ( -/turf/open/floor/iron, -/area/station/commons/fitness) -"cld" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, +/area/station/hallway/secondary/entry) +"bTx" = ( +/obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/station/cargo/storage) -"cle" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"bTN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 }, /turf/open/floor/iron, -/area/station/security/courtroom/holding) -"cln" = ( -/obj/structure/toilet{ +/area/station/commons/dorms) +"bUh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/mirror/directional/east, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"clz" = ( -/turf/closed/wall, -/area/station/escapepodbay) -"clC" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 8; - name = "killroom vent" +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer" }, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"clR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/work) -"clU" = ( +/area/station/command/heads_quarters/ce) +"bUj" = ( /obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, -/obj/item/storage/medkit/brute, -/turf/open/floor/iron, -/area/station/commons/fitness) -"clW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/effect/landmark/navigate_destination/techstorage, /turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"cmf" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit) -"cmj" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"cmu" = ( -/obj/machinery/power/apc/auto_name/directional/north, +/area/station/engineering/storage/tech) +"bUr" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"cmz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/chapel{ +/obj/structure/disposalpipe/segment{ dir = 6 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, /area/station/service/chapel) -"cmA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"bUG" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/south{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/bureaucracy/folder, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"bUI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/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/west, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"cmJ" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 +/area/station/science/explab) +"bUT" = ( +/obj/structure/chair/comfy/black{ + dir = 8 }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/obj/item/clothing/glasses/science, -/obj/machinery/requests_console/directional/west{ - department = "Pharmacy"; - name = "Pharmacy Requests Console" +/turf/open/floor/wood, +/area/station/command/meeting_room) +"bUU" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white, +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"cmN" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"cmU" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - transport_linked_id = "tram_cargo_lift" +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"cni" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/turf/open/floor/iron, -/area/station/engineering/main) -"cnw" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/siding/white{ dir = 4 }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"bVs" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"bVt" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"bVE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"bVG" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cnX" = ( +/area/station/ai_monitored/command/storage/eva) +"bVL" = ( /obj/structure/chair{ - dir = 1 + dir = 8 }, -/obj/machinery/barsign/directional/south, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"coa" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "External Access" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"cod" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"bVN" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/office) -"cok" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"coo" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/right{ +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"bVW" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"bWb" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/machinery/keycard_auth/wall_mounted/directional/east, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"bWi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ dir = 1 }, -/area/station/escapepodbay) -"cop" = ( -/obj/structure/sign/warning/secure_area/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Hallway - Mid Left Command" +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/space/openspace, +/area/station/solars/port) +"bWk" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"coq" = ( -/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, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"bWv" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bWD" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 5" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, /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/hallway/secondary/command) -"cox" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8; - pixel_y = 23 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"cpj" = ( -/obj/structure/chair{ - dir = 8 +/area/station/security/prison/safe) +"bWH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"cpD" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "tcomms-entrance" }, -/obj/item/pen, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"cpF" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/iron, +/area/station/engineering/main) +"bWN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"bWU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"bXb" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/effect/spawner/random/vending/colavend{ - pixel_x = -5 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cpK" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Break Room" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/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/opposingcorners{ - dir = 1 +/area/station/engineering/main) +"bXh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, +/obj/structure/table, /turf/open/floor/iron/dark, -/area/station/medical/break_room) -"cpM" = ( -/obj/structure/flora/bush/leavy/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"cpN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"cpO" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +/area/station/security/courtroom/holding) +"bXo" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/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/commons/lounge) -"cqa" = ( -/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, -/area/station/science/explab) -"cqk" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/structure/table, -/obj/item/phone{ - desc = "He bought?"; - pixel_x = -3; - pixel_y = 3 +"bXp" = ( +/obj/item/toy/crayon/orange, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 8; + pixel_y = -32 }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"cqu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 }, -/obj/structure/chair, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"cqv" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_y = -32 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"cqF" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room" +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = -4; + pixel_y = -32 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/decal/cleanable/crayon{ + icon_state = "x"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"cqT" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/machinery/fax{ - fax_name = "Security Office"; - name = "Security Office Fax Machine" +/turf/open/floor/plating, +/area/station/engineering/main) +"bXr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, /turf/open/floor/iron, -/area/station/security/office) -"crp" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/turf/open/floor/iron, -/area/station/cargo/storage) -"crF" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Ordnance Lab"; - network = list("ss13","rd") +/area/station/security/execution/transfer) +"bXv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"crN" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 +/obj/machinery/button/door/directional/east{ + id = "greedygrinnersden"; + name = "Privacy Shutters Toggle"; + pixel_y = -11 }, -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/machinery/keycard_auth/wall_mounted/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"bXG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_eva_external"; + name = "External Access" }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"crX" = ( -/obj/structure/chair/sofa/corp{ - dir = 4 +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_eva_external"; + idSelf = "rightmost_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"bXI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"csh" = ( -/obj/structure/lattice, -/obj/machinery/light/cold/dim/directional/east, -/obj/machinery/transport/guideway_sensor, -/turf/open/openspace, -/area/station/asteroid) -"csl" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue External Access" +/turf/open/floor/iron/white, +/area/station/science/lower) +"bYd" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/landmark/start/assistant, +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"bYe" = ( +/obj/machinery/button/door/directional/west{ + id = "Toilet6"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, -/obj/structure/cable, +/obj/machinery/recharge_station, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"bYA" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/iron, +/area/station/security/office) +"bYD" = ( /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/morgue) -"csm" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/sand, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"csn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"cso" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/hos) -"csu" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ +/area/station/cargo/drone_bay) +"bYF" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"csv" = ( -/obj/effect/turf_decal/trimline/neutral/warning{ +/obj/effect/turf_decal/trimline/purple/filled/warning{ 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/medical/morgue) -"csy" = ( -/obj/structure/table/reinforced, -/obj/machinery/firealarm/directional/west, -/obj/item/storage/box, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Service - Custodial Closet" }, /turf/open/floor/iron, -/area/station/cargo/sorting) -"csE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"csF" = ( -/obj/structure/railing{ +/area/station/service/janitor) +"bYP" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"bYR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"csL" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ +/turf/open/floor/iron, +/area/station/cargo/storage) +"bYW" = ( +/obj/structure/table, +/obj/structure/closet/mini_fridge, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/cup/soda_cans/cola, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"bYY" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"bYZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"csR" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/structure/sign/warning/test_chamber/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"bZh" = ( +/obj/machinery/requests_console/directional/south{ + department = "Law Office"; + name = "Law Office Requests Console" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/structure/chair/comfy/black{ +/turf/open/floor/wood, +/area/station/service/lawoffice) +"bZi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ctc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"bZo" = ( +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/iron/white/side{ dir = 4 }, -/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/trimline/purple/filled/corner{ - dir = 8 +/area/station/service/kitchen) +"bZp" = ( +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = -5 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"cto" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"bZA" = ( +/obj/structure/railing{ dir = 1 }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"ctB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"bZG" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"bZI" = ( +/obj/machinery/door/window/brigdoor/left/directional/south{ + name = "Secure Morgue Trays"; + req_access = list("morgue_secure") }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry" +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bZN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, /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/medical/chemistry) -"ctF" = ( -/obj/machinery/computer/security/mining{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/prison/garden) +"bZV" = ( +/obj/structure/chair{ + name = "Defense" }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"ctH" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"ctZ" = ( -/obj/effect/turf_decal/caution/stand_clear/white, -/obj/machinery/door/window/elevator/left/directional/north{ - elevator_mode = 1; - transport_linked_id = "tram_lower_center_lift" +/area/station/security/courtroom) +"bZW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"cuq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/area/station/engineering/atmos) +"bZZ" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"can" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"cuI" = ( -/obj/structure/bed, -/obj/effect/spawner/random/contraband/prison, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/engine/cult, +/area/station/service/library) +"cay" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/effect/landmark/start/prisoner, -/obj/machinery/light/small/directional/east, +/mob/living/basic/goat/pete, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"caN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, -/area/station/security/prison/safe) -"cuO" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/area/station/maintenance/tram/right) +"caR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"cuV" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +/obj/structure/sign/departments/psychology{ + pixel_x = 32 }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"cbe" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/engineering/atmos) -"cuY" = ( -/turf/closed/wall, -/area/station/service/library/lounge) -"cva" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/area/station/hallway/primary/tram/left) +"cbj" = ( +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/virology) -"cvc" = ( +/area/station/science/ordnance/office) +"cbn" = ( +/obj/machinery/door/airlock{ + id_tag = "private_r"; + name = "Private Quarters R" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"cbG" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/office) +"cbH" = ( /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/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cvg" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/lobby) +"cch" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"ccj" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/office) +"ccx" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Arrivals Maintenance Hatch" +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) -"cvm" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"ccF" = ( /obj/structure/table, -/obj/machinery/requests_console/directional/west{ - department = "Kitchen"; - name = "Kitchen Requests Console" +/obj/item/storage/medkit/regular{ + pixel_x = 6; + pixel_y = -5 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/reagentgrinder{ - pixel_x = -5; - pixel_y = 8 +/obj/machinery/status_display/supply{ + pixel_y = 32 }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = 6; - pixel_y = 5 +/obj/machinery/camera{ + c_tag = "Cargo - Main Office"; + dir = 9; + network = list("ss13","cargo") }, -/turf/open/floor/iron/white/side{ - dir = 4 +/obj/item/multitool, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/area/station/service/kitchen) -"cvn" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"cvx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/port) -"cvL" = ( -/obj/machinery/bookbinder, -/obj/machinery/newscaster/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Library North" - }, -/turf/open/floor/wood/large, -/area/station/service/library) -"cvR" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/commons/storage/art) -"cwp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Public Lavaland Mining Dock" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/area/station/cargo/office) +"ccH" = ( +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"ccO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "Robotics Lab Shutters" }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/plating, +/area/station/science/robotics/lab) +"ccT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"ccX" = ( +/obj/machinery/vending/engivend, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cwr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Xenobiology East"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cwJ" = ( -/obj/machinery/computer/communications{ - dir = 1 +/area/station/engineering/main) +"cda" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/command/bridge) -"cwR" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable, /turf/open/floor/wood, -/area/station/service/bar/backroom) -"cxb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/area/station/command/meeting_room) +"cdi" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Custodial Closet" }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lower) -"cxe" = ( -/obj/structure/stairs/north, -/turf/open/floor/iron/stairs/right, -/area/station/science/lower) -"cxp" = ( -/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/cafeteria, -/area/station/command/heads_quarters/rd) -"cxx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/medical/virology) +"cdr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"cxz" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"cdy" = ( +/turf/open/floor/plating, +/area/station/cargo/storage) +"cdB" = ( /obj/structure/rack, -/obj/item/clothing/shoes/sneakers/black{ - pixel_x = 1; - pixel_y = -1 +/obj/item/healthanalyzer{ + pixel_x = -3; + pixel_y = -4 }, -/obj/item/clothing/head/soft/black{ +/obj/item/healthanalyzer{ pixel_x = -3; - pixel_y = 3 + pixel_y = -4 }, -/obj/item/clothing/gloves/fingerless, -/obj/item/clothing/shoes/sneakers/black{ - pixel_x = 1; - pixel_y = -1 +/obj/item/storage/medkit{ + pixel_x = 7; + pixel_y = -3 }, -/obj/item/clothing/gloves/fingerless, -/obj/item/clothing/head/soft/black{ - pixel_x = -3; - pixel_y = 3 +/obj/item/storage/medkit{ + pixel_x = 7; + pixel_y = -3 }, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/misc/syndicate_souvenir, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"cxB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"cdN" = ( +/obj/machinery/button/ignition/incinerator/atmos, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"cdV" = ( +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/delivery/white, -/obj/effect/mapping_helpers/trapdoor_placer, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"cxW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"cdZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cyj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/landmark/event_spawn, +/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/security/office) +"cea" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ceb" = ( +/obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"cyw" = ( -/obj/effect/turf_decal/siding/wood/corner{ +"cen" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"cyE" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/iron, -/area/station/security/prison) -"cyU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"czh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"cev" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/commons/dorms) -"czF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez3"; - name = "Xenobiology Containment Blast Door" +/area/station/engineering/atmos) +"cew" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" }, /turf/open/floor/plating, -/area/station/science/xenobiology) -"czX" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" +/area/station/cargo/storage) +"cex" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"cey" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"cAF" = ( /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/security/checkpoint/medical) -"cAM" = ( -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"cAR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"cAW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"cAY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"ceF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"cBj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/office) -"cBk" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/security/brig) +"ceI" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 }, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"cBm" = ( -/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"ceO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"cBq" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/security/medical) +"ceQ" = ( +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"ceW" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"cBt" = ( /obj/structure/rack, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/obj/machinery/button/door/directional/south{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + req_access = list("aux_base") }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"cBv" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 5 +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"ceY" = ( +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 6 }, -/turf/open/floor/wood, -/area/station/service/library) -"cBN" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"cfp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"cBW" = ( -/obj/item/clothing/head/cowboy/black, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"cCb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "The Cantina" +/obj/structure/railing/corner{ + dir = 4 }, -/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, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"cCq" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"cfq" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"cfz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/escapepodbay) -"cCB" = ( -/obj/structure/railing{ - dir = 1 +/area/station/cargo/sorting) +"cga" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"cCU" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"cDj" = ( -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"cDu" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"cgc" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"cDx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/white/side{ dir = 8 }, +/area/station/science/ordnance/office) +"cgd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cDy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"cDM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/hallway/secondary/construction/engineering) +"cgl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"cDR" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/left{ - dir = 1 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 4 }, -/area/station/hallway/secondary/service) -"cEF" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 +/area/station/ai_monitored/command/storage/eva) +"cgw" = ( +/obj/machinery/computer/operating{ + dir = 8 }, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/escapepodbay) -"cEH" = ( -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"cEJ" = ( -/obj/structure/table, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5; - pixel_y = 7 +/area/station/medical/morgue) +"cgD" = ( +/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/machinery/camera{ + c_tag = "Security - Prison Workshop"; + dir = 6; + network = list("ss13","Security","prison") }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5; - pixel_y = 7 +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/station/security/prison/work) +"cgR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cgX" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"chc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5 +/obj/structure/sign/warning/cold_temp/directional/south, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"chf" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office" }, /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"cER" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"cEV" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"cEY" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/food/egg_smudge, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"cFe" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/cargo/miningdock) +"chg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/portable_atmospherics/scrubber, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos) -"cFf" = ( -/obj/machinery/door/airlock/grunge{ - name = "Entertainment Center" +/area/station/hallway/secondary/entry) +"chj" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"chr" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"cht" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"chE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /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/commons/fitness/recreation/entertainment) -"cFn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/science/server) +"cia" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"civ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ciA" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" }, -/obj/machinery/firealarm/directional/west, -/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, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/processing) +"cjy" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/main) +"cjz" = ( /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"cFs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"cjA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"cjG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"cjQ" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"cFz" = ( +/turf/open/floor/carpet, +/area/station/service/library) +"cjS" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/button/door/directional/north{ + id = "lefttunnel"; + name = "Tunnel Access Shutters Toggle" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"cjT" = ( /turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"cFB" = ( +/area/station/medical/chemistry) +"ckb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/chapel) +"ckd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 4 }, -/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"cFF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/hallway/secondary/exit) +"cko" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"cFI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"cFL" = ( -/obj/machinery/computer/mechpad, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"cFO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"ckr" = ( +/obj/structure/table, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 }, +/obj/item/assembly/timer, /obj/machinery/camera/directional/west{ - c_tag = "Departures - East Main" + c_tag = "Science - Ordnance Launch Bay"; + network = list("ss13","rd") }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"cGc" = ( -/obj/machinery/computer/teleporter{ +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"ckt" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"ckC" = ( +/obj/machinery/modular_computer/preset/research, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"ckH" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/turf/open/floor/circuit, -/area/station/command/teleporter) -"cGs" = ( -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cGu" = ( -/obj/structure/table/wood/poker, -/obj/effect/landmark/start/hangover, +/obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"cGE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"cGG" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/engineering/storage/tech) +"ckM" = ( +/turf/closed/wall, +/area/station/service/hydroponics/garden) +"clc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/theater) +"cli" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cGO" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/experi_scanner{ + pixel_x = -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/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"cGY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "Robotics Lab Shutters" +/obj/item/experi_scanner{ + pixel_x = 4 }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) -"cHe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"clT" = ( +/turf/closed/wall, +/area/station/security/checkpoint/medical) +"cmo" = ( +/obj/effect/turf_decal/siding/thinplating/end, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"cmH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"cHo" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"cHx" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_red/warning, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"cHM" = ( -/obj/machinery/button/door/directional/west{ - id = "private_d"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +/area/station/security/brig) +"cmW" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 }, +/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"cHT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"cnt" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, +/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"cIb" = ( -/obj/structure/weightmachine/weightlifter, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"cIh" = ( -/turf/closed/wall, -/area/station/security/prison/safe) -"cIm" = ( -/turf/closed/wall, -/area/station/solars/starboard/fore) -"cIn" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 0 +"cnV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"cIw" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"cIA" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 +/obj/machinery/vending/modularpc, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"coI" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm1"; + name = "Room 1" }, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"coM" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"cID" = ( -/obj/machinery/ai_slipper{ - uses = 10 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"coO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"coU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Antechamber North"; - network = list("ss13","minisat") +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"cIE" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/wood, +/area/station/service/library) +"cpl" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"cpo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"cIG" = ( -/obj/machinery/door/window/left/directional/east{ - name = "Coffin Storage"; - req_access = list("chapel_office") - }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"cIS" = ( -/turf/open/misc/asteroid, -/area/station/science/explab) -"cJj" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 10 - }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cJK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/north{ - name = "Law Office Delivery Chute" - }, -/obj/effect/turf_decal/caution/stand_clear{ dir = 1 }, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"cJR" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/purple/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/iron, +/area/station/service/janitor) +"cpx" = ( +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"cJU" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"cpy" = ( /obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/item/key/security, +/obj/machinery/microwave, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"cpG" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"cKg" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"cKm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/area/station/hallway/secondary/entry) +"cpY" = ( +/obj/machinery/duct, +/obj/structure/cable, +/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/security/prison/workout) -"cKs" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/cargo{ - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 +/area/station/hallway/secondary/service) +"cqn" = ( +/obj/structure/table, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Virology Patient Room A"; + network = list("ss13","medbay") }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cKC" = ( -/obj/machinery/door/airlock/research/glass{ +/area/station/medical/virology) +"cqE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/door/airlock/research{ name = "Ordnance Lab" }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"cLf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cLn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, /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/grimy, -/area/station/service/lawoffice) -"cLt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"cLy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side, +/area/station/science/ordnance/storage) +"cqH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/end{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ 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, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"cLB" = ( -/turf/open/floor/iron/stairs/medium{ - dir = 1 +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 }, -/area/station/escapepodbay) -"cLE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"cqT" = ( +/obj/structure/chair/plastic, +/obj/effect/landmark/start/assistant, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"crg" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"cLP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/area/station/hallway/primary/tram/center) +"crj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cLT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"cLY" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"cMo" = ( -/obj/machinery/power/terminal{ - dir = 8 +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"cMt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"crz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/bot{ + dir = 1 }, -/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/trimline/white/warning, +/obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"cMv" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"cMw" = ( -/obj/structure/table, +/area/station/engineering/main) +"crE" = ( +/obj/structure/table/wood, /obj/machinery/recharger{ pixel_y = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"crL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/west, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"cMy" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"cMz" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ +/area/station/cargo/miningdock) +"crR" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"cME" = ( -/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/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"crS" = ( +/obj/machinery/firealarm/directional/south, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"cML" = ( +/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/grimy, -/area/station/ai_monitored/command/nuke_storage) -"cMU" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"crT" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"crU" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 }, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ +/obj/structure/railing{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cNa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"crV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"cNd" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelleft" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"cNp" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/area/station/maintenance/tram/right) +"crX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/turf/open/space/basic, -/area/space/nearstation) -"cNz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/obj/machinery/door/window/elevator/left/directional/south{ + elevator_mode = 1; + transport_linked_id = "tram_perma_lift" + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"csc" = ( +/obj/structure/railing{ dir = 4 }, -/turf/open/space/basic, -/area/space/nearstation) -"cNC" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/obj/effect/turf_decal/weather/snow, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"cND" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"cNL" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/landmark/event_spawn, +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/disposalpipe/trunk, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/machinery/disposal/bin, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"csg" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/machinery/requests_console/directional/west{ + department = "Pharmacy"; + name = "Pharmacy Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cNO" = ( +/area/station/medical/pharmacy) +"csh" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/west{ + pixel_y = -5 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"cNX" = ( -/obj/machinery/air_sensor/mix_tank, -/turf/open/floor/engine/vacuum, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"csA" = ( +/turf/closed/wall, +/area/station/solars/starboard/fore) +"csN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, /area/station/engineering/atmos) -"cOh" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"cta" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ctW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/sign/warning/secure_area{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE"; - pixel_y = 32 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/security/processing) +"cue" = ( +/obj/effect/turf_decal/stripes/corner{ 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/science/lower) -"cOz" = ( -/turf/closed/wall/rust, -/area/station/engineering/atmos) -"cOZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Engine Room South-East"; - network = list("ss13","engine","engineering") +/area/station/science/xenobiology) +"cuM" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cPk" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"cuN" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, /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/checker, -/area/station/commons/lounge) -"cPl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"cPG" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Unit 2" - }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"cPO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cPQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"cPV" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, +/area/station/medical/medbay/central) +"cuP" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"cQj" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Security Outpost"; - network = list("ss13","Security","cargo") +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"cuQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "crgdoor"; - name = "Cargo Cell Control"; - normaldoorcontrol = 1; - req_access = list("brig_entrance") +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"cQu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/engineering/main) +"cuR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"cQD" = ( -/obj/structure/chair{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"cvz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/landmark/start/atmospheric_technician, +/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, -/area/station/engineering/atmos) -"cQG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/hallway/secondary/entry) +"cwg" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, +/area/station/science/lower) +"cwj" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cQO" = ( -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"cQQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weldingtool, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"cRg" = ( -/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/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"cRh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/science/xenobiology) +"cwr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Main West"; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"cwy" = ( +/obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/item/folder/red, +/obj/item/pen, /turf/open/floor/iron, -/area/station/security/prison) -"cRt" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8; - req_access = null +/area/station/security/checkpoint/arrivals) +"cwG" = ( +/turf/open/floor/iron, +/area/station/cargo/office) +"cwU" = ( +/obj/machinery/door/window/right/directional/north{ + name = "The Monkey Pit"; + req_access = list("science") }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"cxc" = ( +/obj/structure/chair, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"cxf" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 }, -/obj/machinery/camera/directional/east{ - c_tag = "Cargo - Mining North-East" +/obj/machinery/door/window/elevator/left/directional/east{ + elevator_mode = 1; + transport_linked_id = "tram_dorm_lift" }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"cRw" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/cable, +/area/station/hallway/primary/tram/left) +"cxr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cRz" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"cRJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cRL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/mob/living/basic/bot/cleanbot, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"cRR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"cSe" = ( -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"cSf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room" +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cSh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cxs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/firealarm/directional/west, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"cSm" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/maint) -"cSp" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 +/area/station/hallway/secondary/entry) +"cxt" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/machinery/computer/security/labor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"cxx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/processing) -"cSq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +/area/station/hallway/secondary/service) +"cxA" = ( +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"cya" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/machinery/door/firedoor, -/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, -/area/station/command/bridge) -"cSH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/brig) -"cSJ" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) -"cSN" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/light/small/directional/west, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"cSR" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"cSX" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"cTm" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/area/station/cargo/storage) +"cyb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"cye" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/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/checker, +/area/station/commons/lounge) +"cyq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/port) +"cyt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/evac/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Departures - West Main" +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"cTs" = ( -/obj/machinery/button/elevator/directional/north{ - id = "tram_sci_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_sci_lift" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, +/area/station/hallway/secondary/service) +"cyu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/lower) -"cTt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/science/lobby) +"cyH" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/camera/autoname/directional/east, +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/escapepodbay) -"cTH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/engineering/main) +"cyL" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"cyN" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai_upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -28 +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, -/obj/item/kirbyplants/photosynthetic, -/obj/machinery/camera/directional/west{ - c_tag = "Science - AI Access Hallway"; - network = list("ss13","rd") +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"cTM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cyR" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"cyU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/barber) -"cTX" = ( -/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"cyW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"cyY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez4"; + name = "Xenobiology Containment Blast Door" + }, /turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"cUd" = ( -/obj/structure/closet/wardrobe/black, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/area/station/science/xenobiology) +"czg" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"cUf" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/siding/wood, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"czp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"czB" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/structure/chair{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"czP" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"cUl" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"cUm" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 1 +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" + }, +/obj/machinery/button/door/directional/south{ + id = "papersplease"; + name = "Arrival Checkpoint Enforcement Override"; + pixel_x = 24; + pixel_y = 0; + req_access = list("kitchen") }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"cUp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /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, +/area/station/hallway/secondary/entry) +"czX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, /turf/open/floor/iron/dark, -/area/station/science/server) -"cUB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/window{ - id = "offstationaccess"; - name = "External Operations Shutter Access" +/area/station/command/bridge) +"czY" = ( +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"cAd" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cAp" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Chapel West" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"cAt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"cAz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) -"cUJ" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/area/station/hallway/secondary/construction/engineering) +"cAI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness) -"cUP" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 +/area/station/commons/fitness/recreation) +"cAJ" = ( +/obj/structure/table, +/obj/item/razor, +/obj/item/reagent_containers/cup/rag{ + pixel_x = 8; + pixel_y = 15 }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Mech Bay"; - network = list("ss13","rd") +/obj/item/reagent_containers/cup/bottle{ + desc = "A small bottle of Barber's Aid."; + list_reagents = list(/datum/reagent/barbers_aid = 30); + name = "Barber's Aid bottle"; + pixel_x = 10; + pixel_y = 3 }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/large, +/area/station/service/barber) +"cAK" = ( +/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/science/robotics/mechbay) -"cVg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 9 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cBo" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" }, +/obj/effect/landmark/navigate_destination{ + location = "Escape" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"cBw" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/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) -"cVm" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, +/area/station/medical/virology) +"cBP" = ( /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/hallway/secondary/service) -"cVp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"cCk" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"cCr" = ( +/obj/structure/cable, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood, +/area/station/service/theater) +"cCD" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, +/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/command/heads_quarters/ce) -"cVq" = ( -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"cVr" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/security/prison) +"cDd" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"cDq" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, -/area/station/science/research) -"cVt" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/science/lower) +"cDw" = ( +/obj/machinery/firealarm/directional/east{ + pixel_y = 6 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"cVz" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"cDD" = ( +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner, +/obj/machinery/icecream_vat, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"cDK" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) -"cVD" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"cDP" = ( +/obj/effect/decal/cleanable/dirt, /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, -/area/station/cargo/office) -"cVE" = ( +/area/station/cargo/warehouse) +"cDZ" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"cEb" = ( /obj/structure/railing{ - dir = 1 + dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"cVH" = ( -/turf/closed/wall, -/area/station/security/courtroom/holding) -"cVX" = ( -/obj/structure/railing{ - dir = 4; - layer = 3.1 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"cEg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/netpod, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"cVZ" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/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/construction/engineering) -"cWe" = ( +/area/station/hallway/primary/tram/left) +"cEq" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"cWu" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/engineering_all, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"cWw" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Chapel Office" +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"cWP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"cWZ" = ( +/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/engineering/atmos) -"cXi" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 4 +"cEA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lower) +"cEF" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"cXk" = ( -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"cFh" = ( +/obj/machinery/modular_computer/preset/engineering{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cXM" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"cFn" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -4 + }, +/obj/item/camera{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"cFs" = ( +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"cFF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 + dir = 8 }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"cXQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil, -/turf/open/floor/iron/white, -/area/station/science/lab) -"cXX" = ( -/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/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"cFH" = ( +/obj/structure/table/wood, +/obj/structure/sign/picture_frame/showroom/two{ + pixel_x = 8; + pixel_y = 32 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/structure/sign/picture_frame/showroom/one{ + pixel_x = -8; + pixel_y = 32 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"cXZ" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"cYt" = ( -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"cYx" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/item/storage/box/matches{ + pixel_x = -2; + pixel_y = 3 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"cYT" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space/nearstation) -"cYW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -4; + pixel_y = 1 }, -/obj/machinery/incident_display/tram/directional/north{ - desc = "A display that indicates how many dents that'll need fixed after the shift is over."; - name = "darwin award counter" +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4; + pixel_y = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"cZa" = ( -/turf/open/floor/glass, -/area/station/commons/lounge) -"cZd" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External South"; - dir = 9; - network = list("ss13","minisat") +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"cFP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/turf/open/space/basic, -/area/space/nearstation) -"cZl" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"cZD" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/newscaster/directional/south, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"cFQ" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/item/pipe_dispenser, -/obj/machinery/light/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cZJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cFS" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"cZN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 4 }, -/obj/machinery/camera{ - c_tag = "Hallway - Starboard Tram Platform South-West"; - dir = 10 +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"cFV" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/engineering_all, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"cFW" = ( +/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, +/area/station/science/explab) +"cGc" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"cGg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/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/brig) +"cGm" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cZO" = ( -/obj/effect/landmark/start/hangover, +/area/station/service/hydroponics/garden) +"cGy" = ( +/obj/structure/chair/stool/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"cZT" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office{ - dir = 1 +/area/station/science/robotics/mechbay) +"cGN" = ( +/obj/structure/table/wood, +/obj/item/pai_card{ + desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; + name = "\improper Nanotrasen-brand personal AI device exhibit" + }, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"cGU" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"cHj" = ( +/obj/structure/disposalpipe/junction/flip{ + 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/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/cargo/office) -"cZW" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/area/station/hallway/primary/tram/center) +"cHn" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"cHE" = ( +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"cHH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/bombcloset, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"cHS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/duct, -/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/safe) -"dad" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"cHU" = ( /obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Medical"; - name = "Medical Fax Machine" +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dae" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/trimline/green/filled/line, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"dau" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"dav" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Lounge" - }, -/obj/structure/disposalpipe/segment, +/area/station/command/heads_quarters/cmo) +"cHW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"dax" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"daC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/portable_atmospherics/canister, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"cHY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cHZ" = ( +/obj/structure/railing, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"cIm" = ( +/obj/structure/closet/radiation, /obj/effect/turf_decal/bot, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics East"; - dir = 10; - network = list("ss13","engineering") +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"daZ" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/main) +"cIn" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 }, -/obj/structure/railing{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"cIs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"cIv" = ( +/obj/machinery/mechpad, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"dbd" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +/area/station/science/robotics/mechbay) +"cIw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = -5 +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cIx" = ( +/obj/structure/ladder, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/bar/backroom) +"cIH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"cII" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"dbw" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 4" +/area/station/construction/mining/aux_base) +"cIO" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"cIX" = ( +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"cJm" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 9 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"cJM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/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/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"dbx" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" +/area/station/hallway/secondary/construction/engineering) +"cJP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #7"; + req_access = list("xenobiology") }, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #7"; + req_access = list("xenobiology") }, -/area/station/commons/fitness) -"dby" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez7"; + name = "Xenobiology Containment Blast Door" }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"dbJ" = ( -/obj/machinery/status_display/ai/directional/east, -/obj/structure/chair/office{ - dir = 1 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cJR" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"cJS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "Test Chamber Blast Door" }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"dbQ" = ( +/turf/open/floor/plating, +/area/station/science/explab) +"cJX" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"cKd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/dark_blue/line, +/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/command/heads_quarters/hop) -"dcc" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"dcp" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/chair/office, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"dcq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dcz" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +"cKh" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Holding Area" }, -/obj/structure/transport/linear/public, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"dcA" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dcU" = ( -/obj/structure/table/wood, -/obj/item/soulstone/anybody/chaplain, -/obj/item/book/granter/action/spell/smoke/lesser{ - name = "concentrated kush" +/turf/open/floor/iron/dark, +/area/station/maintenance/central/greater) +"cKm" = ( +/obj/structure/stairs/east, +/turf/open/floor/iron/stairs/medium{ + dir = 8 }, -/turf/open/floor/cult, -/area/station/service/chapel/office) -"ddc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"ddj" = ( -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/misc/asteroid, -/area/station/asteroid) -"ddm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/vacant_room) +"cKE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weldingtool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"cLs" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/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, /area/station/commons/fitness/recreation) -"dds" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"ddH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 1 +"cMa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main North-East"; + network = list("ss13","medbay") }, -/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/central) -"ddN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/door/airlock/command/glass{ - name = "Server Access" +"cMb" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/structure/cable, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) -"ddO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - EVA Storage" +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 8; - pixel_y = -23 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"ddW" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/item/pen, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"deb" = ( /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"deh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/command/bridge) +"cMB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/requests_console/directional/south{ - department = "Bridge"; - name = "Bridge Requests Console"; - pixel_y = 30 - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"der" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"dev" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"cNc" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dey" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/structure/sign/poster/official/safety_eye_protection/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) -"deA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/vehicle/sealed/mecha/ripley/paddy/preset, -/turf/open/floor/iron/recharge_floor, -/area/station/security/mechbay) -"deK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"cNg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"dfc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/button/door/directional/north{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = -6; - req_access = list("atmospherics") +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" }, -/obj/machinery/button/door/directional/north{ - desc = "A door remote control switch for the engineering security airlocks."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = 6; - req_access = list("engineering") +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor, +/area/station/science/lower) +"cNl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"dfo" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"dfp" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/prison/safe) +"cNq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 4"; - dir = 6; - network = list("ss13","Security","prison","pcell") - }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/prison/safe) -"dfq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ +/area/station/tcommsat/computer) +"cNr" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/obj/machinery/meter, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cNs" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/duct, +/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/white, +/area/station/medical/surgery/aft) +"cNy" = ( +/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/engineering/atmos) -"dfH" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"dfI" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/area/station/cargo/storage) +"cNS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"dgw" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/dorms) +"cNU" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelright" +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, /turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"dgA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/airlock_sensor/incinerator_atmos{ - pixel_y = 24 +/area/station/engineering/supermatter) +"cNW" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"dgN" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) -"dgP" = ( -/obj/machinery/digital_clock, -/turf/closed/wall/r_wall, -/area/station/command/bridge) -"dgU" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"dgY" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"dhe" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"dhg" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"dhk" = ( -/obj/machinery/computer/security/mining{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"cNX" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 9 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"dhm" = ( -/turf/closed/wall/r_wall, -/area/station/science/auxlab/firing_range) -"dhp" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/genetics) +"cOc" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/obj/structure/railing{ +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"cOe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/obj/machinery/power/shuttle_engine/propulsion{ + desc = "A standard reliable bluespace engine used by many forms of shuttles. This one has the bluespace core removed."; + name = "inactive propulsion engine" }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/official/here_for_your_safety/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"dhH" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_3_lavaland" +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"dhO" = ( -/turf/closed/wall, -/area/station/service/lawoffice) -"dhW" = ( -/obj/machinery/computer/gateway_control, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/command/gateway) -"did" = ( -/obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"din" = ( -/obj/machinery/mech_bay_recharge_port{ +/area/station/maintenance/port/central) +"cOl" = ( +/obj/machinery/computer/prisoner/management{ dir = 8 }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/cargo/storage) -"dir" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark/side{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"diN" = ( +/area/station/command/bridge) +"cOo" = ( +/obj/machinery/vending/sustenance, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"cOC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Dormitories South-East" }, +/obj/machinery/light/cold/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"diU" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmospherics_engine) -"diX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet, /area/station/commons/dorms) -"diZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"djg" = ( -/obj/effect/turf_decal/siding/wood{ +"cOF" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = list(/datum/gas/nitrogen) + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cPl" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"cPx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"cPA" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Freezer" }, -/obj/structure/table/wood/fancy/royalblue, -/turf/open/floor/wood/large, -/area/station/service/library) -"djo" = ( -/turf/closed/wall, -/area/station/science/robotics/mechbay) -"djw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"djy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"dkf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"cPD" = ( +/obj/machinery/computer/atmos_control/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cPE" = ( /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/trimline/purple/filled/corner, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"cPH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"dki" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Service - Bar Lounge South West" +"cPI" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Port Tram Platform South"; + pixel_y = -23 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"dkE" = ( -/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, +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/left) +"cPM" = ( +/turf/closed/wall, +/area/station/engineering/atmos) +"cPS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/ore/glass, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, /area/station/engineering/main) -"dkP" = ( -/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/security/glass{ - name = "Security Outpost - Medical" +"cQb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/station/science/lower) +"cQe" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"cQs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cQD" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/servingdish, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"cQH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"cQK" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"dkT" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/disposalpipe/segment{ +/area/station/engineering/main) +"cQM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"dkU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/area/station/security/office) +"cQY" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Kitchen Freezer" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"cRf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/iron, +/area/station/security/prison) +"cRr" = ( +/obj/effect/turf_decal/box/white{ + color = "#EFB341" }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/engineering/break_room) -"dll" = ( -/obj/machinery/camera/emp_proof/directional/east{ - c_tag = "Secure - Telecomms Server Room East" +/area/station/engineering/atmospherics_engine) +"cRu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"cRA" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"cRF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"dlr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"dlD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, /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/service/theater) +"cRJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"dlE" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"dlF" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"cRM" = ( +/obj/machinery/light/directional/north, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"cRW" = ( +/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/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"cSh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dlN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dlS" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ +/area/station/command/heads_quarters/captain/private) +"cSj" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/structure/transport/linear/public, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"dlU" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/obj/effect/turf_decal/trimline/yellow/filled/end{ - dir = 8 +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #1"; + req_access = list("xenobiology") }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"dlV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #1"; + req_access = list("xenobiology") }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"dml" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez1"; + name = "Xenobiology Containment Blast Door" }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"dmp" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cSp" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"dmr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"dmv" = ( -/obj/machinery/status_display/ai/directional/west, -/obj/structure/chair/office{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"cSq" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"dmD" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) +"cSr" = ( +/turf/closed/wall, +/area/station/service/library) +"cSC" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 1 }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"dmI" = ( -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/freezer, +/obj/machinery/light/directional/south, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"cSR" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, /area/station/security/prison) -"dna" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Unit 1" +"cTa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Garden" }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dni" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, +/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) -"dno" = ( -/obj/machinery/photocopier{ - pixel_y = 3 +/area/station/security/prison/garden) +"cTl" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/structure/sign/clock/directional/west, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library) -"dnt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/atmos{ - name = "Turbine Maintenance" +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"cTw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"cTM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"dnP" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/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/security/courtroom/holding) +"cTU" = ( +/turf/closed/wall, +/area/station/cargo/storage) +"cTV" = ( +/obj/machinery/porta_turret/ai{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"cUE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"dot" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" +/area/station/engineering/main) +"cUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"cUL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"doB" = ( -/turf/open/floor/iron/stairs/right{ - dir = 1 +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"cVd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/area/station/escapepodbay) -"doC" = ( -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"doG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"cVl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"doX" = ( -/obj/machinery/bci_implanter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/science/explab) -"dpa" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, +/area/station/security/prison) +"cVo" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/plating, -/area/station/solars/starboard/fore) -"dpf" = ( +/area/station/maintenance/tram/left) +"cVq" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"dpm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/service/library) -"dpL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/cargo/miningdock) +"cVr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"cVs" = ( +/obj/effect/turf_decal/weather/snow, +/obj/machinery/gibber, +/obj/effect/turf_decal/weather/snow/corner{ dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"cVw" = ( /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dpT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"cVz" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"cVF" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"cVG" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"dpU" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ +/area/station/hallway/secondary/exit) +"cVU" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"dqd" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"dqx" = ( -/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/commons/lounge) -"dqK" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 8 +/turf/open/floor/iron, +/area/station/science/explab) +"cVW" = ( +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"cWj" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"cWl" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dqL" = ( -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/carpet, +/area/station/command/bridge) +"cWv" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/north, +/obj/item/book/bible, +/turf/open/floor/iron/chapel{ + dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"dqN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/area/station/service/chapel) +"cWF" = ( +/turf/closed/wall, +/area/station/security/execution/transfer) +"cWQ" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/ash/large, +/obj/item/clothing/shoes/clown_shoes, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"cWZ" = ( +/turf/closed/wall, +/area/station/service/bar/backroom) +"cXc" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, /turf/open/floor/iron, -/area/station/engineering/break_room) -"dqR" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - id = "crgcell"; - name = "Cargo Cell"; - req_access = list("security") - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/fitness/recreation) +"cXe" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"cXy" = ( +/obj/machinery/igniter/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"cXG" = ( +/obj/effect/turf_decal/sand, +/obj/structure/ladder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"cXL" = ( +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"cXR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + 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/turf_decal/tile/red/half/contrasted{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"dqT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) -"drd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/security/mechbay) -"drt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/science/ordnance/storage) +"cXX" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"drv" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/command/teleporter) -"drC" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +/area/station/hallway/primary/tram/right) +"cYg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"drP" = ( -/obj/machinery/mechpad, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"drS" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_lavaland" +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"dsb" = ( -/obj/machinery/computer/prisoner/management{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"cYl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, -/turf/open/floor/iron/dark/side{ +/obj/structure/railing/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"cYx" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/area/station/command/bridge) -"dsl" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/lattice/catwalk, -/turf/open/space/openspace, -/area/space/nearstation) -"dsH" = ( -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"dsL" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/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/general, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/turf/open/floor/engine, +/obj/structure/cable, +/turf/open/floor/iron, /area/station/engineering/supermatter/room) -"dsS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +"cYA" = ( +/obj/docking_port/stationary{ + dheight = 4; + dir = 2; + dwidth = 4; + height = 9; + name = "Aux Base Zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + shuttle_id = "aux_base_zone"; + width = 9 }, -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - name = "Engineering Requests Console" +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"cYE" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cYU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"cYX" = ( +/obj/effect/turf_decal/bot, +/obj/vehicle/ridden/janicart, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron, +/area/station/service/janitor) +"cYY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen" }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/duct, +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"dsT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"cZz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/textured_large, +/area/station/security/execution/education) +"cZH" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"cZN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/sign/warning/directional/north{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"cZT" = ( +/obj/structure/alien/weeds, +/obj/item/clothing/mask/facehugger/dead, /turf/open/misc/asteroid/airless, /area/station/asteroid) -"dsV" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark/side{ +"cZX" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"cZY" = ( +/obj/machinery/computer/security/mining{ dir = 8 }, -/area/station/command/bridge) -"dte" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"dtC" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"dtK" = ( -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table/reinforced, -/obj/machinery/computer/records/medical/laptop, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"dtL" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"dtW" = ( -/obj/machinery/door/airlock{ - id_tag = "private_n"; - name = "Private Quarters N" +/area/station/cargo/miningdock) +"dai" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"duk" = ( -/obj/structure/chair{ +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/wood/large, +/area/station/service/theater) +"dar" = ( +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"dur" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"duv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/command/teleporter) +"dau" = ( +/obj/structure/table, +/obj/item/clothing/head/wig, +/obj/item/clothing/head/wig{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/head/wig{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/item/clothing/mask/fakemoustache, +/obj/item/clothing/mask/fakemoustache{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/mask/fakemoustache, +/obj/item/clothing/mask/fakemoustache{ + pixel_x = 8; + pixel_y = -5 }, +/turf/open/floor/plating, +/area/station/service/barber) +"daJ" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"daQ" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"dbc" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, /turf/open/floor/iron, /area/station/engineering/atmos) -"duG" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"dbo" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/toolbox/drone, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"dbr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Right Stairway" +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/obj/machinery/door/airlock/external/glass, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"dbu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"duJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/bed/medical/anchored{ dir = 8 }, -/obj/item/paper_bin, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"duM" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/medical/virology) +"dbJ" = ( +/obj/machinery/status_display/evac/directional/west, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"duR" = ( +/obj/machinery/disposal/bin, +/turf/open/floor/iron, +/area/station/command/bridge) +"dbU" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"dbV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 + dir = 5 }, -/obj/item/radio/intercom/directional/north, +/obj/machinery/vending/cigarette, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"duZ" = ( -/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/carpet, -/area/station/service/library) -"dvg" = ( +/area/station/hallway/secondary/exit) +"dbY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/landmark/start/hangover, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"dvr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/disposalpipe/segment{ +"dcf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"dvv" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"dvN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/button/door/directional/south{ - name = "Security Mech Garage Door Controls"; - id = "secmechbay"; - req_access = list("security") +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"dvR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"dvX" = ( -/obj/effect/turf_decal/weather/snow, -/obj/effect/turf_decal/weather/snow/corner, -/obj/item/radio/intercom/directional/north, -/obj/machinery/food_cart, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"dwb" = ( -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/area/station/cargo/miningdock) +"dck" = ( /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/command) -"dws" = ( +/turf/open/floor/carpet, +/area/station/service/theater) +"dcq" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"dwv" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ 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, -/area/station/hallway/primary/tram/left) -"dwG" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Engineering - Security Outpost"; - network = list("ss13","engineering","Security") - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"dwP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dwS" = ( -/obj/machinery/door/airlock/hatch{ - name = "Secure Pen" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"dwX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/mirrored{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dxd" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"dxl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dxo" = ( -/obj/machinery/firealarm/directional/east{ - pixel_y = 6 - }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 +/area/station/maintenance/tram/mid) +"dcz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"dxp" = ( -/obj/structure/mirror/directional/west, -/obj/structure/sink/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dxr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/door/window/right/directional/north{ + name = "Bar Delivery Chute" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Bar"; + name = "navigation beacon (Bar Delivery)" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dxB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"dcE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 - }, -/obj/machinery/light/cold/directional/east, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"dxE" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/item/airlock_painter/decal, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dxN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/prison/workout) -"dxQ" = ( -/obj/machinery/computer/exoscanner_control{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"dya" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"dyc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/purple/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/station/service/janitor) +"dcL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"dyg" = ( -/turf/closed/wall/r_wall, -/area/station/science/robotics/lab) -"dyz" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/east{ - pixel_y = 2 - }, +/area/station/hallway/secondary/exit/departure_lounge) +"dcP" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"dcU" = ( +/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, /turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"dyJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/hallway/secondary/entry) +"ddf" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/turf/open/floor/iron/white/side, -/area/station/science/ordnance/storage) -"dyQ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 +/area/station/service/kitchen) +"ddh" = ( +/obj/structure/railing/corner, +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"ddk" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Library South" }, +/turf/open/floor/carpet, +/area/station/service/library) +"ddn" = ( /turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"dyU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 +/area/station/medical/morgue) +"ddp" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/dorms_double, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/clock/directional/north, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"dds" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 }, +/obj/machinery/light/cold/directional/north, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"dzg" = ( -/obj/structure/railing/corner{ - dir = 8 +/area/station/commons/lounge) +"ddM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"ddN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"dzk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"dzy" = ( -/turf/closed/wall/r_wall, -/area/station/cargo/miningdock/oresilo) -"dzR" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/duct, /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, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"dzV" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/iron, +/area/station/security/prison/safe) +"dec" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ 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/hydroponics) -"dzX" = ( -/obj/structure/bed/medical/emergency{ - dir = 4 +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"deh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/sink/directional/west, /turf/open/floor/iron/white, -/area/station/security/medical) -"dAO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) -"dAS" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/science/xenobiology) +"del" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"dAV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Mining South-East" }, -/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/chapel{ - dir = 8 - }, -/area/station/service/chapel) -"dAX" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"dBf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, /turf/open/floor/iron, -/area/station/cargo/storage) -"dBh" = ( +/area/station/cargo/miningdock) +"deq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/plating, +/area/station/medical/storage) +"dez" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"deK" = ( /obj/structure/chair{ dir = 1 }, @@ -11972,2438 +12065,1996 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"dBA" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 5 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"dBC" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"dBJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dBO" = ( +"deQ" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"deR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/suit_storage_unit/industrial/loader, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"deX" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"dfd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"dfe" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"dfw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/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/warehouse) -"dBP" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/hallway/secondary/entry) +"dfx" = ( +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/right) +"dfz" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"dfE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) +"dfL" = ( +/obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, -/area/station/cargo/lobby) -"dBU" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/hallway/secondary/entry) +"dfP" = ( +/obj/machinery/rnd/production/techfab/department/service, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dfW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/floor/iron, +/area/station/command/teleporter) +"dgc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 8 }, +/obj/structure/railing/corner, +/turf/open/space/basic, +/area/space/nearstation) +"dgd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/structure/disposalpipe/segment, +/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/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"dgi" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dCx" = ( -/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, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"dCy" = ( -/obj/structure/closet/radiation, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"dgt" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ dir = 8 }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/decal/cleanable/dirt, /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/gravity_generator) -"dCC" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 10 +/area/station/security/checkpoint/supply) +"dgx" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ +/obj/effect/turf_decal/trimline/red/corner{ dir = 8 }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Lobby South"; + dir = 6; + network = list("ss13","engineering") + }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"dCL" = ( -/obj/machinery/modular_computer/preset/curator{ +/area/station/engineering/break_room) +"dgA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/library) -"dCT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_upper_eva_external"; - idInterior = "middleright_upper_eva_internal"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"dDo" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 +/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/central) +"dgV" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ + dir = 8 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"dDt" = ( -/obj/structure/table/wood, -/obj/item/food/grown/poppy{ - pixel_y = 2 +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"dhg" = ( +/obj/machinery/door/airlock{ + id_tag = "private_j"; + name = "Private Quarters J" }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"dDS" = ( -/obj/machinery/conveyor{ - id = "QMLoad2" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"dhC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/virology) +"dhI" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Central Tram Platform South"; + pixel_y = -23 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/center) +"dhL" = ( +/turf/closed/wall, +/area/station/security/prison/work) +"dhM" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"dii" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/cargo/storage) -"dDU" = ( -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"dDZ" = ( -/obj/machinery/door/airlock/centcom{ - desc = "Truly, a marvel of modern engineering."; - name = "Syndicate Secure Airlock System" +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"dEg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/hallway/primary/tram/left) +"dij" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"dEi" = ( -/obj/effect/landmark/start/depsec/supply, -/obj/structure/chair/office{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"dEk" = ( -/obj/machinery/button/door/directional/west{ - id = "private_i"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, -/area/station/commons/dorms) -"dEo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/cargo/storage) +"diy" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"diN" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"djg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/airalarm/directional/north, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"dEp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/engineering/main) +"djt" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/sign/poster/official/random/directional/west, +/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/fitness/recreation) -"dEA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/vault{ - name = "Bank of Cargo" - }, -/obj/effect/mapping_helpers/airlock/locked, +"djz" = ( /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/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/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"dEF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dEQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dFl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"dFu" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"djG" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/item/pai_card, /turf/open/floor/iron, /area/station/commons/dorms) -"dFK" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"djI" = ( +/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/miningdock) +"dka" = ( +/obj/structure/chair/sofa/right{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dGj" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"dkf" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ 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/commons/fitness/recreation) -"dGm" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"dGq" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 +/area/station/cargo/office) +"dki" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/circuit/green, -/area/station/science/server) -"dGu" = ( -/turf/open/openspace, -/area/station/science/xenobiology) -"dGw" = ( +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"dkl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"dkm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/maintenance/disposal/incinerator) +"dkw" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Outlet Pump" + dir = 8 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Escape Wing Entry" }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dGC" = ( -/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"dGE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 +/area/station/hallway/secondary/exit) +"dkD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"dGH" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) -"dGP" = ( -/turf/closed/wall, -/area/station/engineering/atmos) -"dGU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/hallway/secondary/entry) +"dkM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dkO" = ( /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"dGY" = ( -/obj/effect/landmark/start/atmospheric_technician, +/area/station/security/brig) +"dlg" = ( +/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, +/area/station/hallway/primary/tram/right) +"dlk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/office) +"dlm" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/atmospherics, +/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/engineering/atmos) -"dHa" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"dlL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/north, /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, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"dHf" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 +/area/station/engineering/main) +"dlN" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8; + initialize_directions = 8 }, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"dHG" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/pen/red, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"dHK" = ( -/obj/effect/turf_decal/trimline/white/corner{ +/area/station/medical/treatment_center) +"dlR" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/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/iron, +/area/station/science/ordnance/storage) +"dlZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"dmf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"dmk" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 5 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"dHW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"dml" = ( +/obj/structure/closet/lasertag/red, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"dmx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_upper_eva_external"; + name = "External Access" }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"dHX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_upper_eva_external"; + idSelf = "middleright_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/turf/open/floor/iron, -/area/station/security/processing) -"dId" = ( -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5 +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"dmR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=TramLower1"; + location = "TramLower16" }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 9 +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"dIh" = ( -/obj/structure/sign/poster/contraband/lusty_xenomorph/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"dIi" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"dIn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"dIs" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"dIz" = ( -/obj/structure/flora/bush/lavendergrass/style_random, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"dIE" = ( -/obj/machinery/duct, -/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/checker, -/area/station/commons/lounge) -"dIV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/virology) -"dIW" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics South-West"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/meter, /turf/open/floor/iron, -/area/station/engineering/atmos) -"dIX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/maintenance/tram/left) +"dmT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Maintenance - East Tram Tunnel 3"; - dir = 9 +/obj/machinery/status_display/door_timer{ + id = "Isolation_A"; + name = "Isolation Cell A"; + pixel_y = 32 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"dJh" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron, -/area/station/engineering/atmos) -"dJi" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/status_display/evac/directional/east{ +/area/station/security/execution/transfer) +"dmX" = ( +/obj/structure/sign/warning/radiation/rad_area{ pixel_y = 32 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dJA" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"dJB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"dne" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Entrance Airlock"; - network = list("ss13","rd") - }, -/obj/machinery/light/cold/directional/west, /turf/open/floor/iron/white, -/area/station/science/research) -"dJD" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/science/xenobiology) +"dnh" = ( +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/workout) -"dJI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 +/area/station/commons/storage/art) +"dnp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_eva_external"; + name = "External Access" }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"dJL" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/airlock_controller/incinerator_atmos{ - pixel_x = -24 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_eva_external"; + idSelf = "middleleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"dJM" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/center) +"dnE" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"dnF" = ( +/obj/effect/turf_decal/trimline/white/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 10 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dJQ" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"dKb" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"dnM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"dKh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"dKk" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/structure/chair{ + dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"dKz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "engi-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/disposalpipe/segment{ - dir = 8 +/area/station/hallway/secondary/exit/departure_lounge) +"doa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"dob" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/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/engineering/main) -"dLi" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/brig) +"dor" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/office) -"dLz" = ( +/area/station/security/checkpoint/engineering) +"doC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/purple{ +/obj/structure/disposalpipe/sorting/mail{ dir = 8 }, +/obj/effect/mapping_helpers/mail_sorting/science/research, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"dLA" = ( -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"dLD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"dLF" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/item/kitchen/spoon{ - pixel_x = -2; - pixel_y = 7 +/area/station/science/lab) +"doF" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/kitchen/fork{ - pixel_x = -10; - pixel_y = 7 +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron, +/area/station/security/office) +"doH" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 1 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"dLP" = ( -/obj/effect/spawner/structure/window/reinforced, +/obj/structure/mirror/directional/north, +/obj/structure/sink/directional/south, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"dLQ" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/center) -"dLU" = ( -/obj/machinery/portable_atmospherics/pump{ - name = "Lil Pump" +/turf/open/floor/iron/white, +/area/station/science/genetics) +"doK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"doT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"doY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/machinery/duct, /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/security/prison) +"dpk" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"dMb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/area/station/security/courtroom/holding) +"dpm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dMj" = ( -/turf/open/floor/glass, -/area/station/cargo/sorting) -"dMm" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Tram Platform North-West" - }, -/obj/machinery/firealarm/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, -/obj/effect/turf_decal/stripes/white/line, +/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/primary/tram/center) -"dMs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/hallway/secondary/exit/departure_lounge) +"dpu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/bitrunning/den) +"dpv" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber" }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/explab) +"dpB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/genetics) +"dpC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/obj/machinery/vending/robotics, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"dpE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"dMX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dpG" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"dpN" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"dqe" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dNo" = ( +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"dqm" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"dqp" = ( +/obj/effect/decal/cleanable/dirt, /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, -/area/station/service/theater) -"dNu" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space) -"dNy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dOi" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"dqu" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"dOk" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/cup/glass/shaker, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"dOl" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"dOm" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"dOr" = ( -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"dqK" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"dOI" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"dOL" = ( -/turf/closed/wall, -/area/station/maintenance/disposal/incinerator) -"dON" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, /turf/open/floor/iron/dark, -/area/station/command/teleporter) -"dOV" = ( -/turf/closed/wall, -/area/station/security/processing) -"dPb" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/lower) -"dPe" = ( -/obj/item/toy/basketball{ - pixel_x = 8; - pixel_y = 14 +/area/station/ai_monitored/command/nuke_storage) +"dqW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"dPr" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/sink/directional/west, /turf/open/floor/iron/white, -/area/station/security/execution/education) -"dPL" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" +/area/station/medical/medbay/central) +"drh" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Pre-Trial"; + name = "Pre-Trial Fax Machine" }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dPT" = ( -/obj/structure/mirror/directional/east, -/obj/structure/sink/directional/west, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"dPX" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"dQP" = ( +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"drq" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"drr" = ( /obj/machinery/duct, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/machinery/door/window/elevator/left/directional/north{ - elevator_mode = 1; - name = "Dumbwaiter"; - req_access = null; - transport_linked_id = "dumbwaiter_lift" +/obj/structure/disposalpipe/segment{ + dir = 5 }, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"dQS" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +"drw" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/office) -"dRg" = ( -/obj/effect/turf_decal/stripes/white/line{ +/obj/structure/railing{ dir = 1 }, -/obj/machinery/transport/crossing_signal/southeast, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"dRk" = ( -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"dRs" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"dRx" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"drC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/basic/bot/cleanbot, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"dRz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"dRX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/lift_indicator/directional/west{ + linked_elevator_id = "tram_cargo_lift"; + pixel_x = -27; + pixel_y = -2 }, -/obj/machinery/camera{ - c_tag = "Arrivals - South Docking Hall"; - dir = 6 +/obj/machinery/button/elevator/directional/west{ + id = "tram_cargo_lift"; + pixel_x = -26; + pixel_y = -1 }, -/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, -/area/station/hallway/secondary/entry) -"dSc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Main North"; - network = list("ss13","Security","prison") +/area/station/cargo/storage) +"drE" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 2" }, -/turf/open/floor/iron, -/area/station/security/prison) -"dSl" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/circuit/green, -/area/station/science/server) -"dSn" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/duct, -/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/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"dSq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/engineering/main) -"dSr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/machinery/pdapainter/engineering, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"dSt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"dSB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/prison/safe) +"drH" = ( +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"drW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"dsl" = ( +/obj/structure/chair/pew/right, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 5 }, -/obj/structure/cable, +/area/station/service/chapel) +"dst" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/janitor) -"dSY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"dsu" = ( +/obj/structure/bed{ + dir = 8 }, -/obj/machinery/button/door/directional/south{ - id = "trammaintdock"; - name = "Tram Maintenance Dock Access"; - pixel_x = 8 +/obj/item/bedsheet/dorms, +/obj/structure/sign/clock/directional/east, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"dsw" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"dTb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/button/door/directional/north{ + id = "cmoshutter"; + name = "CMO Privacy Shutters"; + pixel_y = 38; + req_access = list("cmo") }, -/turf/closed/wall, -/area/station/maintenance/disposal) -"dTg" = ( -/turf/closed/wall, -/area/station/service/chapel) -"dTk" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/keycard_auth/wall_mounted/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"dsF" = ( +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"dsH" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dsP" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ 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/commons/fitness/recreation) -"dTl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/engineering/atmos/pumproom) +"dsZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white/side, +/area/station/science/ordnance/storage) +"dta" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/brig) +"dte" = ( +/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/security/prison) -"dTm" = ( -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"dTs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Atmospherics South-East"; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/area/station/security/office) +"dtu" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 9 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"dtz" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dTC" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"dtA" = ( /turf/open/openspace, -/area/station/commons/fitness/recreation) -"dTU" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/security/courtroom/holding) +"dtD" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "QM #3" }, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 +/obj/effect/turf_decal/tile/brown/fourcorners, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #3"; + suffix = "#3" }, /turf/open/floor/iron, -/area/station/engineering/main) -"dUx" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"dUF" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/clock/directional/east, -/obj/structure/disposalpipe/trunk{ +/area/station/cargo/warehouse) +"dtT" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"dUJ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/sink/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"dUK" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"dur" = ( +/obj/structure/chair{ dir = 1 }, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"dUL" = ( -/obj/item/storage/toolbox/electrical, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /turf/open/floor/plating/airless, -/area/station/solars/port) -"dUV" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/area/station/science/ordnance/bomb) +"duB" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/garden) +"duC" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/prisoner, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/office) -"dVj" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_x = 5 - }, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 4 +/area/station/security/prison) +"duO" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, -/obj/item/pen{ - pixel_x = -4 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"dVu" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"duP" = ( +/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"dVw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"dvc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dVz" = ( -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"dvi" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"dVA" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Chapel West" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"dVY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/machinery/photocopier, -/turf/open/floor/iron/white, -/area/station/science/lower) -"dWj" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Storage" }, -/obj/structure/ladder, -/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/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"dWo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +/area/station/service/hydroponics) +"dvj" = ( /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/engineering/break_room) -"dWp" = ( -/obj/machinery/medical_kiosk, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/exit) +"dvn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"dWv" = ( -/turf/open/floor/plating, -/area/station/service/barber) -"dWR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/server) -"dWU" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"dXb" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/station/service/chapel/monastery) -"dXi" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/vending/cola/red, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/cargo/sorting) +"dvQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dwa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"dXs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dXu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/prison/workout) +"dwk" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Departures - Security Outpost"; - network = list("ss13","Security") +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Hall Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/computer/records/security, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"dXA" = ( -/turf/closed/wall, -/area/station/service/barber) -"dXE" = ( +/area/station/hallway/secondary/service) +"dww" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"dwA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"dwO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/service/library) +"dwR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/tcommsat/computer) +"dxw" = ( +/obj/machinery/newscaster/directional/north, /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/smooth_edge{ - dir = 8 - }, -/area/station/security/execution/education) -"dXO" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"dYd" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"dxC" = ( +/turf/closed/wall/r_wall, +/area/station/command/gateway) +"dxO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"dYi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"dYo" = ( -/obj/machinery/rnd/production/techfab/department/service, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"dYz" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 +/area/station/science/lower) +"dxT" = ( +/obj/machinery/oven/range, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"dyb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dyf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/north, /turf/open/floor/wood, -/area/station/command/meeting_room) -"dYA" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "teledoor"; - name = "MiniSat Teleport Access" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"dYR" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/station/service/theater) +"dyj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"dYX" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"dZg" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell C" }, -/obj/machinery/light/directional/west, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"dZw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -23 +/area/station/security/execution/transfer) +"dyl" = ( +/obj/structure/flora/bush/leavy/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"dys" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 3 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"dZz" = ( -/obj/machinery/computer/security{ +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"dZE" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ +/area/station/engineering/atmos) +"dyB" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"dyC" = ( +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/asteroid) -"dZR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #3"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dyD" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Skill Games" }, -/obj/machinery/door/window/left/directional/south{ - name = "Containment Pen #3"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/dark_green/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"dyE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez3"; - name = "Xenobiology Containment Blast Door" +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/service) +"dyI" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"dZV" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dyV" = ( +/obj/machinery/quantum_server, +/obj/effect/turf_decal/bot/left, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/cargo/bitrunning/den) +"dyX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"dZY" = ( -/obj/machinery/button/door/directional/west{ - id = "private_b"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"dyZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"eaa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"dzu" = ( /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/ai_monitored/turret_protected/ai) -"eaf" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/head/ce, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"eax" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, +/area/station/science/robotics/lab) +"dzw" = ( /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/commons/storage/tools) -"eaE" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"eaP" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/cargo/storage) +"dzx" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"dzz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/departments/holy{ + pixel_y = -32 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"eaU" = ( -/obj/effect/turf_decal/trimline/red/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "engcell"; - name = "Engineering Cell Locker" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/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/security/checkpoint/engineering) -"ebg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/commons/fitness/recreation) +"dzF" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/fitness) +"dzY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"dAl" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8; + req_access = null + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Cargo - Mining North-East" }, -/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"ebC" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/cargo/miningdock) +"dAn" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/space/nearstation) +"dAx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"ebE" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/item/radio/intercom/directional/west, +/obj/machinery/modular_computer/preset/id{ + dir = 4 }, -/obj/structure/cable, -/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/checker, -/area/station/commons/lounge) -"ebM" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"dAJ" = ( +/obj/effect/turf_decal/siding/thinplating/dark, /obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -7; - pixel_y = 5 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"ebN" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Dormatories Maintenance Hatch" - }, -/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/catwalk_floor, -/area/station/commons/dorms) -"ebS" = ( -/obj/effect/landmark/start/hangover, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"dAL" = ( +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/west, /turf/open/floor/iron/dark, -/area/station/commons/fitness) -"ebX" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"ecb" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, +/area/station/ai_monitored/command/nuke_storage) +"dAR" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 + dir = 9 }, -/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"ece" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/main) +"dBa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area North-East" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ecv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/area/station/engineering/break_room) +"dBj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"dBM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = -8 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"dCk" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 5 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"ecX" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 10 +/obj/item/pen{ + pixel_x = -4 }, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_sci_lift" +/obj/machinery/light/warm/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"dCq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" }, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_sci_lift" +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"ecY" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"dCD" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood/large, +/area/station/service/library) +"dCG" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 + dir = 6 }, -/obj/machinery/chem_master, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"edf" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/medical/chemistry) +"dCU" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/ai/directional/west{ - pixel_y = 32 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"edm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"edy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 3 +/area/station/security/prison) +"dDh" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 4 }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -23 +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"dDi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"edH" = ( -/obj/structure/table, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dDk" = ( +/turf/closed/wall, +/area/station/escapepodbay) +"dDm" = ( +/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, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"dDw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"dEc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/spawner/random/bureaucracy/pen, -/turf/open/floor/iron, -/area/station/commons/fitness) -"edN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_upper_eva_external"; - name = "External Access" +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_upper_eva_external"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/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/service) +"dEj" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"edU" = ( -/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor_switch/oneway{ + id = "cargolower" + }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_upper_eva_internal"; - name = "External Access" +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = 32 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_upper_eva_internal"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"dEv" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/security/armory) +"dEM" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/tram/filled/corner{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"eec" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/tram/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"dER" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"eed" = ( -/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, -/mob/living/simple_animal/bot/secbot/beepsky, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"eef" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/security/brig) +"dEU" = ( +/obj/structure/table/wood, +/obj/item/disk/data{ + pixel_x = 9; + pixel_y = -1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area North-West" +/obj/item/disk/design_disk{ + name = "component design disk"; + pixel_y = 6 }, -/obj/item/toy/plush/lizard_plushie/space/green, -/obj/machinery/incident_display/dual/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"eeh" = ( -/obj/item/stack/cable_coil, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"eem" = ( -/obj/effect/landmark/start/captain, -/obj/structure/chair/office, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"eep" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access" +/obj/item/disk/tech_disk{ + pixel_x = -2; + pixel_y = -3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/light/warm/directional/east, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"dFc" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"dFt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dFI" = ( +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/obj/item/radio/intercom/directional/west, +/obj/machinery/button/door/directional/west{ + id = "HOSOffice"; + name = "Emergency Blast Doors"; + pixel_y = -8; + req_access = list("hos") + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"dFJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/cable, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"eeq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/area/station/hallway/secondary/command) +"dFN" = ( +/obj/machinery/door/poddoor/shutters{ + id = "secmechbay"; + name = "Security Mech Bay Shutters" }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"ees" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"eeA" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 +/area/station/security/mechbay) +"dFO" = ( +/obj/structure/fluff/shower_drain, +/obj/machinery/duct, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"dFP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"eeN" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dGh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" }, -/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/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/engine, -/area/station/engineering/supermatter/room) -"eeV" = ( -/obj/machinery/door/window/left/directional/west{ - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"eeY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=TramLower1"; - location = "TramLower16" - }, -/obj/effect/turf_decal/bot{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"dGk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/structure/sink/directional/west, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dGn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"efs" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"dGs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"efu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"efY" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/emproof, -/obj/item/stock_parts/cell/emproof, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - SMES Misc"; - dir = 10; - network = list("ss13","engineering") +"dGD" = ( +/obj/effect/turf_decal/box, +/obj/machinery/shower/directional/east, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"dGJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"egf" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/turf/open/floor/iron, -/area/station/cargo/storage) -"egF" = ( -/obj/machinery/component_printer, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/science/explab) -"ehd" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/service/chapel/monastery) +"dHc" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/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/glass{ - name = "Bitrunning Den" +/obj/machinery/button/door{ + id = "containdeez1"; + name = "Cell Containment Toggle Button" }, -/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den, -/turf/open/floor/iron, -/area/station/cargo/bitrunning/den) -"ehg" = ( -/obj/structure/table/wood, -/obj/structure/sign/picture_frame/showroom/three{ - pixel_x = -8; - pixel_y = 32 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dHr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/structure/sign/picture_frame/showroom/four{ - pixel_x = 8; - pixel_y = 32 +/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, +/area/station/engineering/atmos) +"dHv" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 2 }, -/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/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 6 }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"dHF" = ( +/obj/machinery/camera{ + c_tag = "Arrivals - Lounge"; + dir = 6 }, -/obj/machinery/camera/directional/north{ - c_tag = "Command - Meeting Room North" +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"ehm" = ( -/obj/structure/alien/weeds/node, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ehq" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"ehU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"dHO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"eig" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"eik" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/ticket_machine/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"eiv" = ( -/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"eiC" = ( -/turf/closed/wall, -/area/station/service/library) -"eiE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/area/station/security/checkpoint/supply) +"dIn" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"eiR" = ( -/obj/structure/chair/office{ +"dIy" = ( +/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/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"eiV" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"dIB" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 4 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"ejg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"dIK" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"dIO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"ejv" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, +/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/engineering/atmos) -"ejC" = ( -/obj/effect/turf_decal/stripes/line, +"dIY" = ( /obj/structure/cable, -/mob/living/simple_animal/bot/secbot/beepsky/armsky, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"ejD" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ +/area/station/command/teleporter) +"dIZ" = ( +/obj/structure/table/wood, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/item/book/manual/wiki/security_space_law{ + name = "space law"; + pixel_y = 2 + }, +/obj/item/toy/gun, +/obj/item/restraints/handcuffs, +/obj/item/clothing/head/collectable/hos{ + name = "novelty HoS hat" + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"dJm" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/red/directional/west, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"dJp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"ejF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"ejJ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"ejN" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 8; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 4; - pixel_y = -32 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"dJG" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"dJJ" = ( +/turf/closed/wall, +/area/station/hallway/secondary/service) +"dJM" = ( +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"dJR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_y = -32 +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"dJV" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_x = 32 }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = -4; - pixel_y = -32 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "x"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 4; - pixel_y = -32 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/item/clothing/shoes/clown_shoes, -/obj/item/clothing/mask/gas/clown_hat, -/turf/open/floor/plating, -/area/station/engineering/main) -"eku" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"ekB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/meter, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"ekF" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 +/area/station/security/processing) +"dKv" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Mixing Chamber"; + dir = 9; + network = list("ss13","engineering") }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/yellow/corner, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ekG" = ( -/obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"ekL" = ( -/obj/structure/disposalpipe/segment, +/area/station/engineering/atmos) +"dKy" = ( +/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/carpet, +/area/station/service/library) +"dKI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dKM" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/mechbay) +"dKS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/service/library) +"dKU" = ( +/obj/effect/landmark/start/cyborg, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, /obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"dKV" = ( +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"dLp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"dLt" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"ekR" = ( -/obj/machinery/door/firedoor, +/area/station/engineering/main) +"dLI" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "EVA Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"dLN" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, /obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, /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/safe) -"elh" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"elk" = ( -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"elB" = ( -/obj/machinery/button/door/directional/west{ - id = "private_p"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 +"dLO" = ( +/turf/open/openspace, +/area/station/science/research) +"dLQ" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"elF" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"dLS" = ( +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = 3; + pixel_y = -23 }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"dMv" = ( +/obj/machinery/power/smes, /obj/structure/cable, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/south, /turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"elV" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/surgery{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/medicine, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"emj" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"emq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/solars/port) +"dME" = ( +/turf/closed/wall, +/area/station/service/theater) +"dMP" = ( +/obj/effect/turf_decal/trimline/neutral/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Research & Development"; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/kirbyplants/organic/plant10, -/turf/open/floor/iron/white, -/area/station/science/lab) -"emz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/item/clothing/suit/caution{ - pixel_x = 12; - pixel_y = 15 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/research) -"emN" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"emO" = ( -/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/science/ordnance) -"emQ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Trial Cell B" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/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/courtroom/holding) -"emR" = ( -/turf/closed/wall, -/area/station/security/warden) -"emU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"emW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ena" = ( -/obj/structure/fluff/tram_rail/end{ - dir = 1 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"eni" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/area/station/hallway/secondary/entry) +"dNa" = ( +/obj/machinery/bookbinder, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Library North" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"enm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/turf/open/floor/wood/large, +/area/station/service/library) +"dNi" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"ent" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"env" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/dice, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"enQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"enT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/area/station/ai_monitored/turret_protected/aisat/hallway) +"dNp" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"eog" = ( -/obj/structure/cable, +/area/station/hallway/secondary/service) +"dNB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"eoj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/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/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 10 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"eop" = ( -/obj/structure/table/reinforced, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 }, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"dNH" = ( +/obj/structure/table, +/obj/item/computer_disk{ + pixel_x = -8; + pixel_y = -3 }, -/obj/machinery/requests_console/directional/north{ - department = "AI"; - name = "AI Requests Console" +/obj/item/computer_disk{ + pixel_x = -5; + pixel_y = 8 }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"eoI" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"eoL" = ( -/obj/structure/secure_safe/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"eoO" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring" +/obj/item/computer_disk/ordnance{ + pixel_x = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/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/interrogation) -"eoV" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/trimline/dark_green/line, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"eoX" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint" +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"dNT" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/wood/fancy/blue, +/obj/item/ai_module/supplied/freeform, +/obj/effect/spawner/random/aimodule/neutral, +/obj/machinery/door/window/left/directional/east{ + name = "Neutral Modules"; + req_access = list("captain") }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"dNY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"epq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) -"epv" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/chair{ +/area/station/maintenance/tram/right) +"dOb" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"epx" = ( -/turf/open/floor/carpet, -/area/station/medical/psychology) -"epG" = ( -/obj/effect/landmark/start/coroner, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"eqc" = ( -/obj/machinery/door/airlock/glass{ - name = "Break Room" +/area/station/hallway/primary/tram/left) +"dOq" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"eqf" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"eqn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, -/obj/machinery/light/small/directional/south{ - dir = 4 +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"eqs" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -3; + pixel_y = 2 }, -/turf/open/floor/iron, -/area/station/security/brig) -"eqx" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 9 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dOC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eqL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"eqT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - North-East Escape Wing Entry" - }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"erd" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"erh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"dPe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"erj" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Break Room" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + 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/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"erp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" +/turf/open/floor/iron/white, +/area/station/science/research) +"dPo" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Morgue"; + network = list("ss13","medbay") }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"erD" = ( -/obj/structure/table, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/armory/barrier_grenades, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"erI" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 +/obj/structure/bodycontainer/morgue{ + dir = 2 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"erJ" = ( +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"dPu" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/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/office) -"erK" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ - dir = 4 +"dPI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"erU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/sign/departments/cargo{ - pixel_x = -32; - pixel_y = 32 +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/turf_decal/siding/thinplating, +/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, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"esm" = ( +/area/station/maintenance/tram/left) +"dPP" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron/dark, +/obj/machinery/button/door{ + id = "containdeez7"; + name = "Cell Containment Toggle Button" + }, +/turf/open/floor/iron/white, /area/station/science/xenobiology) -"esn" = ( -/obj/structure/bodycontainer/morgue/beeper_off{ - dir = 8 +"dPT" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/north, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Chapel Monastary" }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"eso" = ( -/obj/machinery/duct, -/obj/item/bikehorn/rubberducky, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"ess" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"esz" = ( +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"dQd" = ( /obj/structure/table, /obj/item/storage/box/teargas{ pixel_x = -3; @@ -14417,307 +14068,435 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"esC" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"esH" = ( -/obj/machinery/door/airlock{ - id_tag = "ToiletSci2"; - name = "Private Stall 2" +"dQn" = ( +/obj/machinery/power/supermatter_crystal/engine, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"dQs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"esS" = ( -/obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/structure/cable/layer1, /obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 9 + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/corner, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"esT" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +"dQw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -7; + pixel_y = 3 }, -/obj/machinery/airalarm/directional/north, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = -8 +/obj/item/clothing/shoes/magboots{ + pixel_x = -7; + pixel_y = -2 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"etj" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/item/clothing/shoes/magboots{ + pixel_x = 7; + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"eto" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" +/obj/item/clothing/shoes/magboots{ + pixel_x = 8; + pixel_y = -2 }, -/obj/structure/cable, -/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/carpet, -/area/station/service/chapel) -"etr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"dQI" = ( +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"dQK" = ( +/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/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dQO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"etu" = ( -/obj/machinery/duct, +/area/station/engineering/break_room) +"dQR" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/cafeteria, -/area/station/security/prison/mess) -"etv" = ( -/obj/structure/table/glass, -/obj/item/storage/box/petridish{ - pixel_x = -5; - pixel_y = 8 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"dQX" = ( +/obj/machinery/door/morgue{ + name = "Relic Closet"; + req_access = list("chapel_office") }, -/obj/item/storage/box/petridish{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/cult, +/area/station/service/chapel/office) +"dRa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Cytology East"; - network = list("ss13","rd","xeno") +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"dRu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"dRy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"dRJ" = ( +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"dRL" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/left) +"dRM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/structure/table/glass, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/gauze, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"etF" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/status_display/evac/directional/north, +/area/station/medical/medbay/central) +"dRY" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"dSe" = ( +/turf/closed/wall, +/area/station/security/prison/mess) +"dSo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"dSy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"dSI" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"dSM" = ( /obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"etK" = ( -/obj/effect/landmark/start/station_engineer, +/area/station/service/hydroponics) +"dSP" = ( +/obj/effect/landmark/start/depsec/engineering, /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"etL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/area/station/security/checkpoint/engineering) +"dSU" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"etM" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue" +/area/station/commons/fitness) +"dSZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, /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/medical/morgue) -"etN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/medical/storage) -"etU" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/ablative, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"etY" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Chief Medical Officer's Office"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"euc" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"euj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/medical/medbay/central) +"dTx" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Block South"; - dir = 6; - network = list("ss13","Security","prison") +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 8 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/security/prison/safe) -"eup" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/button/door/directional/south{ - id = "engsm"; - name = "Radiation Shutters Control"; - req_access = list("engineering") +/area/station/hallway/primary/tram/center) +"dTE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"dTL" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/turf/open/floor/iron, +/area/station/security/brig) +"dTS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"eus" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"euB" = ( +/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/disposalpipe/junction/flip, -/turf/open/floor/carpet, -/area/station/service/library) -"euO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"dTZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"euQ" = ( -/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/item/food/meat/rawcutlet/plain, -/obj/item/food/meat/rawcutlet/plain, -/obj/item/food/meat/rawcutlet/plain, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"eve" = ( -/obj/structure/table, -/obj/item/instrument/harmonica, -/turf/open/floor/iron, -/area/station/security/prison) -"evG" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"evR" = ( +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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/turf_decal/tile/neutral{ +/turf/open/floor/iron/white, +/area/station/medical/storage) +"dUj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/dorms) -"evW" = ( +/area/station/security/brig) +"dUl" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/camera/detective, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/item/storage/box/evidence, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"dUm" = ( +/obj/structure/closet/secure_closet/psychology, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"dUH" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/machinery/firealarm/directional/north, +/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/hallway/secondary/construction/engineering) -"ewb" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Cryo Treatment"; - network = list("ss13","medbay") +/area/station/hallway/secondary/service) +"dUK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"dUT" = ( +/turf/closed/wall, +/area/station/science/lower) +"dVj" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"dVo" = ( +/obj/structure/table/wood, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"ewi" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/service/chapel) +"dVs" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"dVC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"dVD" = ( +/obj/effect/landmark/event_spawn, +/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/cargo/storage) +"dVM" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai) +"dWd" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/machinery/transport/crossing_signal/southwest, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"dWg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"dWi" = ( +/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, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"dWj" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics CO2 Chamber"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"dWn" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ewl" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/west{ - pixel_y = 2 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dWB" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/dorms{ + dir = 4 }, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/clock/directional/west, +/obj/item/pillow/random, /turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"ews" = ( -/obj/structure/filingcabinet, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/commons/dorms) +"dWM" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = -7; + pixel_y = 6 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"ewu" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 +/obj/item/binoculars{ + pixel_x = -3; + pixel_y = -2 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ + pixel_x = 7; + pixel_y = 5 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"ewA" = ( +/area/station/science/ordnance/testlab) +"dXm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/vending/cigarette, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Dormitories East Stairwell" + }, +/obj/structure/sign/flag/terragov/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"dXo" = ( /obj/structure/table/glass, /obj/item/reagent_containers/chem_pack{ pixel_x = 10; @@ -14733,740 +14512,770 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ewK" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/tree/palm/style_random, -/obj/structure/flora/coconuts, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"ewL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Door" - }, -/obj/effect/turf_decal/delivery, +"dXA" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dXH" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/cargo/sorting) +"dXM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Service Wing Right Upper Hall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dXR" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/library) +"dYe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"dYm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port Mix to East Ports" + }, /turf/open/floor/iron, -/area/station/engineering/main) -"ewM" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/turf/closed/wall/r_wall, /area/station/engineering/atmos) -"exd" = ( +"dYv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"dYU" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/door/window/elevator/right/directional/south{ + elevator_mode = 1; + transport_linked_id = "tram_lower_center_lift" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"dZu" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"dZw" = ( +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/commons/fitness) -"exe" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/entry) +"dZM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/library) +"dZX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) -"exn" = ( -/turf/closed/wall, -/area/station/medical/medbay/lobby) -"exv" = ( -/obj/structure/table, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/medical/virology) -"exA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"exL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, +/area/station/medical/treatment_center) +"dZY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"exN" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/cargo/storage) +"eah" = ( +/obj/structure/chair/office{ + dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/engineering/main) -"exX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/security/checkpoint/science) +"eam" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 6" }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"eyc" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/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/courtroom/holding) -"eyf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"eaq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"eyv" = ( -/turf/closed/wall, -/area/station/service/theater) -"eyx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/area/station/engineering/atmos) +"eay" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/port) -"eyL" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ - dir = 1 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"eyX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"eaJ" = ( +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"eaO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ 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/tcommsat/computer) +"eaT" = ( /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/commons/dorms) -"ezb" = ( -/obj/structure/displaycase/trophy, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/wood/large, -/area/station/service/library) -"ezo" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/captain/private) -"ezw" = ( -/obj/structure/bed/medical/anchored, -/obj/machinery/light/red/directional/west, -/turf/open/floor/iron/textured_large, -/area/station/security/execution/education) -"ezA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/hallway/primary/tram/left) +"eaU" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Secure - Teleporter" + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"eaZ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/t_scanner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"ebq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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/commons/storage/art) +"ebs" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ezE" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom Holding Area" +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"ebL" = ( +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"ecg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"ezK" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/white/smooth_corner, -/area/station/security/execution/education) -"ezP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/area/station/science/xenobiology) +"eco" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"ezU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"ezY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/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/office) -"eAg" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness) -"eAh" = ( +/area/station/service/janitor) +"ecs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eAi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"eAC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/security/prison/garden) +"ecu" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"ecJ" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/robot_seat/bar, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"ecV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = 4 + }, +/obj/machinery/light_switch/directional/east{ + pixel_x = 24; + pixel_y = -8 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"eAP" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"eAZ" = ( +/area/station/science/robotics/lab) +"ecW" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ecX" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"edg" = ( /obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 2 - }, -/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) -"eBq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"edu" = ( +/obj/machinery/seed_extractor, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light_switch/directional/north{ + pixel_x = -8; + pixel_y = 23 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"edx" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) +"edE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /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) +"edP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/security/execution/education) -"eBu" = ( -/obj/structure/urinal/directional/north, +/area/station/science/ordnance) +"eep" = ( +/turf/open/floor/plating, +/area/station/service/barber) +"eer" = ( +/obj/structure/chair/pew, /obj/effect/landmark/start/hangover, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"eBI" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/chapel{ + dir = 9 + }, +/area/station/service/chapel) +"eeE" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"eBS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/science/robotics/lab) +"eeL" = ( +/obj/structure/railing{ dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/machinery/light/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"eeO" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"eBT" = ( -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"eBU" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"eeP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 + dir = 8 }, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/north, -/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) -"eBX" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"eCh" = ( -/obj/machinery/door/poddoor/shutters{ - id = "secmechbay"; - name = "Security Mech Bay Shutters" +"efB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/station/security/mechbay) -"eCl" = ( -/turf/closed/wall/r_wall, -/area/station/tcommsat/server) -"eCo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/miningdock) -"eCy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"eCF" = ( -/obj/machinery/medical_kiosk, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"eCQ" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"eDs" = ( -/obj/structure/sign/warning/no_smoking{ - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/atmos_control/nocontrol/incinerator{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"eDw" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/left{ +/area/station/security/checkpoint/science) +"egb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/computer/tram_controls/split/directional/south, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"eDz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"eDF" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 }, +/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 + dir = 10 }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"eDQ" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"eDT" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/aicard, -/obj/item/multitool, -/turf/open/floor/carpet, -/area/station/command/bridge) -"eDZ" = ( -/obj/item/stack/ore/glass, -/obj/item/toy/basketball, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"eEo" = ( -/obj/structure/railing{ +/area/station/science/ordnance/storage) +"egh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"eEr" = ( -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/effect/turf_decal/arrows/white{ - color = "#0000FF"; - dir = 4 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"egD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Prison Maintenance Access"; + security_level = 4 }, +/obj/effect/mapping_helpers/airlock/locked, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"eEM" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/tape, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library) -"eFc" = ( -/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /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/maintenance/tram/left) -"eFi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"egJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/structure/sign/clock/directional/west, -/turf/open/floor/iron, -/area/station/security/courtroom) -"eFv" = ( -/obj/structure/urinal/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"eFz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Minisat Teleporter"; + network = list("ss13","minisat") + }, +/obj/machinery/button/door/directional/south{ + id = "teledoor"; + name = "MiniSat Shutter Control"; + pixel_x = 8; + req_one_access = list("teleporter","minisat") }, -/obj/structure/table, -/obj/item/phone, /turf/open/floor/iron/dark, -/area/station/science/lower) -"eFB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"eFM" = ( -/obj/machinery/computer/crew{ +/area/station/ai_monitored/turret_protected/aisat/foyer) +"egK" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"eFX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"eGh" = ( -/obj/effect/turf_decal/siding/wood, -/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/wood, -/area/station/service/bar/backroom) -"eGj" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"eGv" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/right{ - 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) +"ehd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/right/directional/east{ + name = "Security Front Desk"; + req_access = list("security") }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"eGI" = ( +/obj/machinery/door/window/left/directional/west, +/turf/open/floor/iron, +/area/station/security/brig) +"ehz" = ( +/obj/effect/turf_decal/stripes/white/full, /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/vending/robotics, -/turf/open/floor/iron/white, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white/side{ + dir = 8 + }, /area/station/science/lobby) -"eGQ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"eHi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ehK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"eHH" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"eHI" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"ehS" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/yellow/line, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"eiQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + dir = 2; + name = "Access Queue" }, -/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) -"eIg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/machinery/door/window/brigdoor/left/directional/east{ + dir = 1; + name = "Access Desk"; + req_access = list("hop") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lab) -"eIm" = ( -/obj/machinery/field/generator, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Secure Storage"; - dir = 9; - network = list("ss13","engineering") +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, /turf/open/floor/plating, -/area/station/engineering/engine_smes) -"eIq" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/cmo) -"eIK" = ( +/area/station/command/heads_quarters/hop) +"eiR" = ( /obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"eiT" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen/red, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"eiZ" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"eja" = ( +/obj/structure/window/spawner/directional/south, +/obj/structure/closet/crate, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/stack/cable_coil, +/obj/item/crowbar, +/obj/effect/spawner/random/engineering/flashlight, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"ejm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ejD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/break_room) -"eIR" = ( -/obj/structure/cable, +/area/station/security/checkpoint/arrivals) +"ejF" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/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/security/brig) -"eIU" = ( +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"ejH" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"ejK" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/shutters/preopen{ id = "playerscantreadthis"; name = "Kitchen Counter Shutters" }, -/obj/effect/landmark/start/hangover, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, /turf/open/floor/iron/checker, /area/station/service/kitchen) -"eJo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +"ejR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_lower_eva_external"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"ejU" = ( +/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 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/warning{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"eka" = ( +/obj/structure/chair/office{ + dir = 4 }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ekh" = ( /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/medical/morgue) -"eJs" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/security/prison/work) +"ekB" = ( +/turf/closed/wall, +/area/station/service/janitor) +"ekL" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/station/cargo/storage) +"ekQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/security/courtroom) -"eJG" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/area/station/cargo/storage) +"ekU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"eld" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"elr" = ( +/turf/closed/wall, +/area/station/commons/dorms) +"elB" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"elM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"elV" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/research) -"eJH" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/item/plant_analyzer, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"eJV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, +/area/station/medical/medbay/central) +"emn" = ( /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 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/station/service/theater) -"eKh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/directional/east{ - id = "winkyface"; - name = "Docking Access Control" +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/lower) +"ems" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"eKi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"eKp" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet4"; - name = "Unit 4" +/area/station/security/execution/transfer) +"emG" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "QM #2" }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"eKy" = ( -/turf/open/floor/iron/chapel, -/area/station/service/chapel) -"eKB" = ( -/turf/open/floor/iron, -/area/station/escapepodbay) -"eKL" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/effect/turf_decal/tile/brown/fourcorners, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" }, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"eKQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"emK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"emO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /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/primary/tram/left) -"eKW" = ( -/obj/machinery/door/airlock/research{ - name = "Burn Chamber Maintenance" +/area/station/hallway/secondary/entry) +"emP" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/science/ordnance) -"eLf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_eva_external"; - idSelf = "middleright_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, +/area/station/command/heads_quarters/rd) +"emT" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/hallway/primary/tram/center) -"eLh" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"eLk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/maintenance/disposal) +"eng" = ( +/obj/structure/bed{ + dir = 4 }, -/turf/open/space/basic, -/area/space) -"eLt" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/item/bedsheet/dorms{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, +/obj/structure/sign/clock/directional/south, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"enj" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/sand, /turf/open/floor/iron, -/area/station/cargo/sorting) -"eLx" = ( -/obj/effect/turf_decal/trimline/dark_green/corner{ - dir = 8 +/area/station/security/prison/workout) +"enk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"eLH" = ( +/area/station/engineering/storage/tech) +"enB" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/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, -/area/station/command/bridge) -"eLM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/lobby) -"eLO" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/station/hallway/secondary/exit) -"eLR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"eLU" = ( -/obj/structure/fluff/tram_rail/electric{ +/area/station/medical/medbay/lobby) +"enF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"eMi" = ( -/obj/machinery/vending/modularpc, -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"eMo" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eor" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, /obj/structure/disposalpipe/segment{ @@ -15476,6659 +15285,6593 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"eMr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/engineering/break_room) +"eos" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"eoz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron, /area/station/engineering/main) -"eNf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"eoE" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/navigate_destination/med, /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/lobby) +"eoX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eNh" = ( -/obj/machinery/door/airlock/grunge{ - name = "Entertainment Center" +/area/station/hallway/secondary/exit) +"epB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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, +/area/station/hallway/secondary/construction/engineering) +"epF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/security/prison) +"epJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "Test Chamber Blast Door" + }, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"eNw" = ( -/obj/structure/chair/office{ - dir = 8 +/area/station/science/explab) +"epP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"eNy" = ( +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"eqi" = ( +/obj/effect/landmark/navigate_destination/tcomms, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"eqJ" = ( +/obj/structure/cable/layer1, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"eqK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_upper_eva_external"; + idSelf = "middleright_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"eqL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"eNB" = ( +/area/station/medical/treatment_center) +"eqN" = ( +/obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/sign/warning/cold_temp/directional/south, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"eNM" = ( -/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eqY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"ers" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/command/heads_quarters/rd) -"eNN" = ( -/obj/effect/turf_decal/siding/thinplating/end, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 4 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eNZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"erv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/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/science/lower) +"erx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"eOl" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/camera{ + c_tag = "Hallway - Upper Right Command"; + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/newscaster/directional/west, /turf/open/floor/iron, +/area/station/hallway/secondary/command) +"erN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"eOm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"eOu" = ( -/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/virology) -"eOv" = ( -/turf/closed/wall, -/area/station/service/janitor) -"eOP" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance Hatch" +"esc" = ( +/obj/structure/sign/warning/electric_shock, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"esd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) -"eOQ" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"esf" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/secure, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) +"esi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"eOT" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"eOU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/end{ +/mob/living/basic/bot/cleanbot, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"esA" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"ePr" = ( -/obj/machinery/door/airlock{ - id_tag = "private_b"; - name = "Private Quarters B" +/area/station/medical/treatment_center) +"esC" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"ePW" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"esQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 5 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"ePZ" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/tram/right) +"esT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"eQj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/space/openspace, +/area/station/solars/port) +"esY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating_new{ +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/science/explab) -"eQn" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"eQq" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/button/elevator/directional/south{ - id = "tram_perma_lift" - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_perma_lift" +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"etf" = ( +/obj/machinery/ntnet_relay, +/obj/structure/sign/warning/no_smoking{ + pixel_y = -32 }, -/turf/open/floor/iron, -/area/station/security/brig) -"eRd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"ett" = ( +/obj/machinery/computer/cargo, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/machinery/button/door/directional/north{ + id = "QMLoaddoor"; + pixel_x = -6 + }, +/obj/machinery/button/door/directional/north{ + id = "QMLoaddoor2"; + pixel_x = 6 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Warehouse North" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"etG" = ( /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/checkpoint/science) -"eRu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"eRz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload Turret Control"; + pixel_x = 25; + req_access = list("minisat") }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/science/lower) +"etH" = ( +/obj/effect/turf_decal/siding/thinplating/end{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"euC" = ( +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"euI" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/station/hallway/secondary/entry) +"euL" = ( +/obj/machinery/door/airlock{ + name = "Theatre Backstage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eRD" = ( -/obj/machinery/dna_infuser, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"eRJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/theater) +"euS" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"eRK" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/table, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) -"eRN" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/turf/open/floor/iron/white/side{ + dir = 4 }, -/turf/open/floor/catwalk_floor, +/area/station/service/theater) +"euV" = ( +/obj/structure/fluff/tram_rail/electric{ + dir = 1 + }, +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/turf/open/openspace, /area/station/hallway/primary/tram/center) -"eRO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"euW" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"evd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/machinery/camera/directional/north{ + c_tag = "Science - AI Station Access" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"eSf" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/obj/structure/sign/clock/directional/west, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"eSi" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/science/lower) +"evq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 9 }, -/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/security/checkpoint/medical) -"eSt" = ( -/obj/machinery/computer/warrant{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"evs" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"evu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 + dir = 8 }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eSv" = ( +/area/station/hallway/primary/tram/right) +"evW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eSA" = ( -/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/service/theater) +"ewh" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"ewo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"eSD" = ( -/turf/closed/wall, +/area/station/security/prison) +"ewt" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, /area/station/medical/chemistry) -"eSE" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" +"ewK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/wood, +/area/station/service/library) +"exl" = ( +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"exq" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"exr" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/cargo/storage) -"eSG" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/storage/bag/ore, -/obj/item/shovel, -/obj/item/clothing/gloves/color/yellow/heavy, -/obj/item/clothing/glasses/meson, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"eTg" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 +"exv" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Security Outpost"; - network = list("ss13","Security") +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"eTp" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/medium, -/area/station/escapepodbay) -"eTx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"exx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"eTy" = ( -/obj/structure/sign/poster/official/report_crimes/directional/south, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"eTB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/area/station/ai_monitored/security/armory) +"exF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"exH" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "containdeez4"; + name = "Cell Containment Toggle Button" + }, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"eTD" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/bot{ - dir = 1 +/area/station/science/xenobiology) +"exT" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = -9 }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/engineering/main) -"eTF" = ( -/obj/structure/lattice/catwalk, -/turf/open/openspace, -/area/station/asteroid) -"eTX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/security/checkpoint/medical) +"exV" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eUc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/grass, +/area/station/commons/dorms) +"exZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/item/screwdriver, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"eye" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/docking{ + desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; + name = "KEEP CLEAR: TRAM DOCKING AREA sign"; + pixel_y = 32 }, +/obj/effect/turf_decal/siding/thinplating, /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, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"eUz" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"eUJ" = ( -/obj/structure/cable/layer1, -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"eUX" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/medical_all, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"eVa" = ( -/obj/structure/lattice/catwalk, +/area/station/maintenance/tram/left) +"eyg" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/openspace, -/area/station/solars/port) -"eVb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 10 - }, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"eyy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 4 }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"eVi" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/landmark/start/assistant, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"eVk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/wood/large, +/area/station/service/library) +"eyA" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 4 }, /obj/structure/cable, -/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/hallway/secondary/exit) -"eVn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/disposalpipe/segment, +/area/station/security/office) +"eyD" = ( /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/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"eVF" = ( -/obj/machinery/plate_press, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/iron, -/area/station/security/prison/work) -"eVI" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"eVJ" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"eVO" = ( -/obj/structure/chair/office{ +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"eyK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"eyN" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/doppler_array{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"eVQ" = ( -/turf/closed/wall, -/area/station/medical/morgue) -"eVS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"eyQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/commons/fitness) +"eyR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"eVY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, +/area/station/cargo/miningdock) +"ezb" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eWe" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/prison) +"ezd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/sink/directional/west, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"eWg" = ( -/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) -"eWn" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/armory/rubbershot, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"eWq" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"eWx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Dormitories South-West" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/commons/dorms) -"eWI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/station/engineering/break_room) +"ezh" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/blacklight/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"ezL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/structure/closet/l3closet/scientist, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Xenobiology Airlock"; - network = list("ss13","rd") +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/obj/machinery/light/cold/directional/west, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"eWN" = ( -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/structure/rack, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/service/kitchen) -"eWR" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/key/janitor, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitorial Requests Console" - }, +/area/station/science/lobby) +"ezV" = ( +/obj/machinery/duct, /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/turf/open/floor/iron, -/area/station/service/janitor) -"eXi" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 1 - }, -/obj/machinery/door/window/elevator/left/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_perma_lift" +/obj/structure/cable, +/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/iron, -/area/station/security/brig) -"eXk" = ( -/obj/structure/chair{ +/area/station/hallway/secondary/service) +"eAe" = ( +/turf/open/floor/iron/stairs/right{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/hallway/secondary/service) +"eAk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/cargo/lobby) -"eXm" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/storage) -"eXq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 6 +/area/station/hallway/secondary/exit/departure_lounge) +"eAE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"eXx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/courtroom) -"eYb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"eAL" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 }, +/obj/machinery/door/window/elevator/right/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_cargo_lift" + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"eAN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eAX" = ( /obj/structure/cable, -/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/hallway/secondary/exit/departure_lounge) -"eYs" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 }, -/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/station/escapepodbay) -"eYw" = ( +/area/station/hallway/secondary/service) +"eAZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Left Middle Hall" - }, -/obj/machinery/light/directional/west, +/obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"eYz" = ( -/obj/machinery/conveyor{ - id = "cargolower" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "Disposal Exit Vent" - }, +/area/station/commons/dorms) +"eBc" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 - }, /turf/open/floor/plating, -/area/station/maintenance/disposal) -"eYF" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/south{ - name = "Containment Pen #4"; - req_access = list("xenobiology") +/area/station/solars/starboard/fore) +"eBd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #4"; - req_access = list("xenobiology") +/obj/structure/sign/poster/official/safety_internals/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Public Mining Dock"; + network = list("ss13","cargo") }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez4"; - name = "Xenobiology Containment Blast Door" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"eYL" = ( -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eYN" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"eBo" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 5 - }, -/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, -/area/station/science/ordnance/storage) -"eYW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"eYX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"eYZ" = ( -/obj/structure/bodycontainer/crematorium{ - dir = 8; - id = "crematoriumChapel" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"eZa" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_lower_eva_internal"; - name = "External Access" + dir = 6 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_lower_eva_internal"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 +/obj/machinery/camera/directional/north{ + c_tag = "Science - Lower Hall West"; + network = list("ss13","rd") }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/decal/cleanable/dirt, -/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/maintenance/tram/left) -"eZc" = ( -/obj/structure/chair/stool/bar/directional/south, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eBr" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"eBy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"eZf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/closet/toolcloset, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"eZl" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/service/chapel) -"eZN" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/security/prison) -"eZT" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage" +"eBF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/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/wood, -/area/station/service/bar/backroom) -"eZX" = ( -/obj/structure/chair/stool/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/engineering/atmos) -"fag" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/station/cargo/lobby) +"eBI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/structure/sign/warning/no_smoking/circle/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"fap" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Security - Prison Main South-East"; + dir = 6; + network = list("ss13","Security","prison") }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"fay" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +/area/station/security/prison) +"eCk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"faE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/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, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/science/lower) -"faO" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/servingdish, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"fbd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"fbj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/carpet, +/area/station/service/library) +"eCo" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"fbl" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"fbm" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/plaque/static_plaque/atmos{ - pixel_x = -32 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fby" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/hallway/secondary/exit) +"eCp" = ( +/obj/structure/sign/clock/directional/north, +/obj/machinery/computer/records/security, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"eCu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"fbC" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"fbD" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eCw" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"fbJ" = ( -/obj/effect/decal/cleanable/oil/streak, -/obj/structure/sign/poster/random/directional/north, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/byteforge, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) -"fbR" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"fbV" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/stamp/law, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"fce" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fcp" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engine Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "engi-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/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, -/area/station/engineering/main) -"fcx" = ( +/area/station/cargo/warehouse) +"eCR" = ( /obj/machinery/door/airlock{ - id_tag = "private_i"; - name = "Private Quarters I" + id_tag = "private_h"; + name = "Private Quarters H" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, /area/station/commons/dorms) -"fcR" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet3"; - name = "Unit 3" - }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"fdg" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ +"eCZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fdj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/work) -"fdz" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"fdC" = ( -/obj/machinery/computer/teleporter{ - dir = 4 +/area/station/engineering/main) +"eDG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fdF" = ( -/turf/closed/wall, -/area/station/commons/fitness/recreation) -"fed" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"feg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"fet" = ( -/obj/effect/landmark/navigate_destination/det, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"fey" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"fez" = ( -/obj/machinery/door/airlock{ - id_tag = "private_r"; - name = "Private Quarters R" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, +/obj/structure/table, +/turf/open/floor/iron, /area/station/commons/dorms) -"feN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +"eDV" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, -/area/station/commons/dorms) -"feP" = ( +/area/station/service/theater) +"eEl" = ( +/obj/machinery/meter/monitored/distro_loop, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"eEx" = ( +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/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, -/area/station/cargo/miningdock) -"feV" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/area/station/hallway/secondary/entry) +"eEH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/light/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"ffb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"eEK" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"eFd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Lower Hall West"; - network = list("ss13","rd") +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"eFf" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 2 }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ffk" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"eFr" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, +/obj/machinery/door/window/elevator/right/directional/south{ + elevator_mode = 1; + transport_linked_id = "tram_perma_lift" + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"ffq" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/station/command/bridge) -"ffJ" = ( -/obj/structure/chair/sofa/left{ - dir = 1 +/area/station/security/execution/transfer) +"eFs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, +/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/miningdock/cafeteria) -"ffR" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 9 +/area/station/engineering/main) +"eFx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 8 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"ffY" = ( +/area/station/cargo/miningdock/oresilo) +"eFJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate/energized{ + inbound = 2; + outbound = 3 + }, +/area/station/hallway/primary/tram/right) +"eFN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"fge" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"fgr" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/commons/fitness/recreation) +"eGe" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"eGg" = ( +/obj/effect/turf_decal/arrows/white{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/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/tram/left) -"fgB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"fgC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"fgF" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/wrench, +/area/station/engineering/atmospherics_engine) +"eGl" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"eGn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"eGt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"eGX" = ( +/obj/structure/lattice, +/obj/machinery/light/cold/dim/directional/east, +/obj/machinery/transport/guideway_sensor{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"eHj" = ( +/obj/machinery/vending/tool, +/obj/machinery/airalarm/directional/east, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Primary Tool Storage" }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"fgK" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"fgP" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fhe" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/trunk/multiz{ +"eHr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eHE" = ( +/turf/open/floor/iron/stairs/right, +/area/station/science/lower) +"eHG" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/sign/poster/official/cleanliness/directional/west, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"eHR" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"fhh" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank In" +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"eIb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/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) +"eIk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"eIA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/fax{ + fax_name = "Psychology Office"; + name = "Psychology Office Fax Machine" + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"eIM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, /area/station/engineering/atmos) -"fho" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ +"eIS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/science/research, -/turf/open/floor/iron/white, -/area/station/science/lab) -"fhq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"eIZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 9 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"eJz" = ( +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"eJG" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/armory/riot_armor, +/obj/effect/spawner/random/armory/riot_helmet, +/obj/effect/spawner/random/armory/riot_shield, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"fhx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/ai_monitored/security/armory) +"eJQ" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"eJV" = ( +/obj/structure/sink/kitchen/directional/west, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"eJZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"eKn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/turf/open/floor/iron, +/area/station/engineering/main) +"eKq" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"eKt" = ( +/turf/open/openspace, +/area/station/security/checkpoint/supply) +"eKy" = ( +/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/trimline/neutral/filled/line{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"fhE" = ( +/area/station/hallway/primary/tram/left) +"eKD" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"fhI" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/chapel) -"fhP" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"fhR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_lower_lower_eva_external"; - idInterior = "middleleft_lower_lower_eva_internal"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/area/station/hallway/secondary/exit/departure_lounge) +"eLl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"fhS" = ( -/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"eLr" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"eLB" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/lobby) -"fia" = ( +/area/station/security/execution/transfer) +"eMr" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 4 }, +/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"fii" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"fiK" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"fiL" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"eMu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"fiR" = ( -/obj/machinery/modular_computer/preset/civilian, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"fiV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South"; - network = list("ss13","medbay") +/turf/open/floor/iron, +/area/station/engineering/main) +"eMv" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring" }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fja" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"fjc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"fjg" = ( -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fjn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/engineering/atmos) +"eMF" = ( +/obj/structure/chair/office{ + dir = 4 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"eMT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"fjC" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser/carbine/practice{ - pixel_x = 2; - pixel_y = 5 +/area/station/cargo/miningdock/cafeteria) +"eMY" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"eNq" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/science/lower) +"eNx" = ( +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"eNH" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/item/gun/energy/laser/practice{ - pixel_x = 2; - pixel_y = 1 +/obj/machinery/computer/pandemic, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"eNM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/gun/energy/laser/practice{ - pixel_x = 2; - pixel_y = -2 +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/status_display/ai/directional/east{ + pixel_y = -32 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"fjD" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 3" +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"eNP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/security/prison/safe) -"fjG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"fkj" = ( -/obj/structure/bodycontainer/morgue/beeper_off, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"fkJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/maintenance/tram/right) +"eNW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"eNX" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/iron/white, /area/station/science/research) -"flc" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"fle" = ( -/turf/open/floor/iron/stairs/right{ +"eOc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/area/station/hallway/secondary/service) -"flt" = ( -/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"eOh" = ( +/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/security/brig) +"eOk" = ( +/turf/open/floor/glass, +/area/station/cargo/storage) +"eOs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/structure/cable, -/obj/structure/railing{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"eOv" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"flG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness) +"eOw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"flL" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ +/area/station/hallway/primary/tram/right) +"eOL" = ( +/obj/structure/table/wood, +/obj/item/instrument/violin, +/turf/open/floor/wood, +/area/station/service/theater) +"eON" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"flO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/area/station/hallway/secondary/command) +"eOP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"flW" = ( -/obj/structure/transport/linear/public, -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_red/warning, -/obj/machinery/elevator_control_panel/directional/south{ - linked_elevator_id = "tram_dorm_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") +/area/station/command/heads_quarters/ce) +"eOZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"ePd" = ( +/obj/structure/sink{ + pixel_y = 15 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"fmj" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ePi" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"ePj" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"ePw" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/newscaster/directional/north, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"ePG" = ( +/turf/closed/wall/r_wall, +/area/station/science/auxlab/firing_range) +"eQm" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"fmk" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 10 +"eQs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"eQL" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fmp" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_x = -1; - pixel_y = 6 +/obj/structure/sign/directions/medical{ + pixel_y = 34 }, -/obj/item/storage/box/disks{ - pixel_x = 1; - pixel_y = 5 +/obj/structure/sign/directions/engineering{ + pixel_y = 40 }, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5 +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 }, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"fmq" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"fmv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"fmx" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"eQN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"eQR" = ( +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"eQY" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/west, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 11 + }, +/obj/item/clothing/mask/breath/medical, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"eRb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fmD" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/plasteel{ - amount = 15 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"eRi" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 4 }, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"fmK" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"fmM" = ( +/area/station/security/processing) +"eRj" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"fmY" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box{ - pixel_y = 5 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"eRw" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"fmZ" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"eRI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/cargo/storage) -"fnk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/prison) -"fnq" = ( -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"fns" = ( -/obj/structure/lattice/catwalk, -/turf/open/openspace/airless, -/area/station/asteroid) -"fnG" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" +/area/station/maintenance/tram/mid) +"eRQ" = ( +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-East"; + dir = 6 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ 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/primary/tram/right) +"eSj" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"foa" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/ai_monitored/security/armory) +"eSv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"foo" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"for" = ( -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"fov" = ( -/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/processing) -"foH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eSx" = ( +/turf/closed/wall, +/area/station/service/kitchen) +"eSz" = ( +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"eSH" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/computer/records/medical{ + dir = 1 }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron, -/area/station/engineering/atmos) -"foV" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fpa" = ( -/obj/structure/lattice, -/obj/machinery/light/cold/dim/directional/west, -/obj/machinery/transport/guideway_sensor{ +/area/station/command/bridge) +"eSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/tank/air{ dir = 1 }, -/turf/open/openspace, -/area/station/asteroid) -"fpb" = ( -/obj/structure/table, -/obj/item/fuel_pellet, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"fpo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"eSM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/security/brig) +"eSO" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, +/turf/open/floor/wood, +/area/station/service/theater) +"eSQ" = ( +/turf/closed/wall, +/area/station/cargo/bitrunning/den) +"eSU" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"eTl" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"fpr" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"eTs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/courtroom) +"eTQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"eTW" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/barber) +"eTZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/main) -"fqh" = ( +"eUa" = ( +/obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Security - Isolation Chambers" + }, +/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/safe) -"fqj" = ( -/turf/open/floor/iron/white, -/area/station/science/lobby) -"fqq" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 +/area/station/security/execution/transfer) +"eUo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"eUp" = ( +/obj/machinery/door/airlock/external{ + name = "Common Mining Dock" }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"fqJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fqK" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ +/turf/open/floor/plating, +/area/station/hallway/secondary/exit) +"eUs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/wood, -/area/station/service/library) -"fqS" = ( -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/side{ +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"eUy" = ( +/obj/machinery/computer/monitor{ dir = 1 }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, /area/station/command/bridge) -"frF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +"eUC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"frJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/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/book/manual/wiki/plumbing{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/plunger, -/obj/item/plunger, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"frR" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/decal/cleanable/dirt, -/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/checkpoint/supply) -"fsa" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/computer/records/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"fsk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/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/navigate_destination/dockescpod{ - location = "Escape Pod Bay" - }, /turf/open/floor/iron, -/area/station/escapepodbay) -"ftw" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +/area/station/commons/fitness/recreation) +"eUH" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"ftx" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ftC" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/plating, +/area/station/security/processing) +"eUJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/landmark/start/bitrunner, -/obj/structure/chair{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"ftE" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Chief Medical Officer's Office"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"ftH" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3 +/area/station/command/heads_quarters/cmo) +"eVh" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/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) +"eVl" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -6 }, -/obj/item/pen{ - pixel_x = -3 +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel" }, -/obj/item/folder/yellow{ - pixel_x = 4 +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = -6 }, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"ftL" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"fua" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/computer_disk/quartermaster, -/obj/item/computer_disk/quartermaster, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"eVn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"fut" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/structure/railing{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"eVz" = ( +/turf/open/floor/grass, +/area/station/service/hydroponics) +"eVC" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) +"eVK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"fuu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/machinery/meter/monitored/waste_loop, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"fuv" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"eVQ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/closet/toolcloset, +/obj/machinery/computer/camera_advanced/base_construction/aux, /turf/open/floor/iron, -/area/station/engineering/main) -"fuH" = ( +/area/station/construction/mining/aux_base) +"eWf" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/chair/greyscale{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"fve" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"fvj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"fvk" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32; + spawn_loot_chance = 50 }, -/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ - dir = 10 + 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/security/courtroom/holding) -"fvs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/structure/sign/warning/no_smoking{ - pixel_y = -32 - }, -/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/engineering/main) -"fvx" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"fvD" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/maintenance/tram/left) +"eWr" = ( +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"eWx" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"eWO" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" }, -/obj/structure/railing{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/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, +/area/station/maintenance/tram/right) +"eWS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"eXw" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/structure/transport/linear/public, -/obj/machinery/elevator_control_panel/directional/east{ - linked_elevator_id = "tram_lower_center_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"fvH" = ( -/obj/structure/transit_tube/crossing, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"fwc" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/hallway/primary/tram/center) +"eXB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"fwf" = ( -/obj/structure/closet/secure_closet/exile, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wallmed/directional/east, -/turf/open/floor/iron, -/area/station/command/gateway) -"fwi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"fwk" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"eXL" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/red/corner, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"fwq" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 8 +/area/station/security/checkpoint/supply) +"eYn" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + shuttle_id = "arrival_stationary"; + width = 7 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"fwt" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ +/turf/open/space/openspace, +/area/space) +"eYs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"eYu" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/brig) +"eYM" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, -/area/station/asteroid) -"fww" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/freezerchamber) -"fwC" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop" +/area/station/maintenance/tram/left) +"eYN" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/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/engineering/atmos/pumproom) -"fwE" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/openspace, -/area/station/asteroid) -"fwS" = ( -/obj/structure/closet/secure_closet/detective, -/obj/item/camera/detective, -/obj/item/hand_labeler{ - pixel_x = 5 +/turf/open/floor/iron/white, +/area/station/science/explab) +"eYP" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/item/storage/box/evidence, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"fxe" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/structure/bed/medical/anchored{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"eYS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Front Lobby"; + network = list("ss13","rd") + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"eYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/frame/computer{ + anchored = 1; + dir = 4 + }, +/obj/item/stack/cable_coil{ + amount = 15 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/medical/virology) -"fxf" = ( +/area/station/maintenance/port/central) +"eZO" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fxg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/area/station/maintenance/tram/right) +"eZS" = ( +/obj/machinery/door/airlock/grunge{ + name = "Entertainment Center" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"fad" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"fal" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"fam" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"fxm" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/musical_instrument, -/turf/open/floor/wood, -/area/station/service/theater) -"fxo" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Main South"; - network = list("ss13","Security") +/area/station/security/checkpoint/escape) +"far" = ( +/obj/machinery/computer/atmos_alert{ + dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/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/brig) -"fxr" = ( +/area/station/command/bridge) +"faN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fyf" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase/secure{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"fyp" = ( -/obj/machinery/computer/upload/borg{ +/area/station/commons/dorms) +"fbj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"fyq" = ( -/obj/machinery/computer/operating{ - dir = 8 +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Upper Hall Right"; + network = list("ss13","rd") }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"fyt" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" +/turf/open/floor/iron/white, +/area/station/science/research) +"fbk" = ( +/obj/structure/fluff/tram_rail/floor{ + dir = 1 }, -/obj/machinery/door/firedoor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) +"fbs" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) -"fyx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fbR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fca" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"fyD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"fyW" = ( -/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/wideplating/corner, /obj/structure/cable, -/obj/structure/displaycase/trophy, -/turf/open/floor/wood/large, -/area/station/service/library) -"fyX" = ( +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"fdr" = ( +/obj/machinery/duct, /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/service/hydroponics/garden) -"fzc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/security/prison) +"fdz" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"fzd" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fdU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, -/obj/item/hfr_box/core, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/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/atmospherics_engine) -"fze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_lower_eva_internal"; - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_lower_eva_internal"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 - }, /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/maintenance/tram/mid) -"fzt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"fzK" = ( -/obj/structure/railing/corner{ - dir = 4 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fdW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 +/turf/open/floor/iron/white/side{ + dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"fzS" = ( -/obj/structure/chair/office{ +/area/station/service/theater) +"fea" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, +/area/station/security/execution/transfer) +"fef" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, -/area/station/security/processing) -"fAb" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"fAo" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/maintenance/port/central) +"fez" = ( +/obj/structure/chair{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, -/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, -/area/station/hallway/primary/tram/left) -"fAr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"feC" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"feN" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/west, /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/janitor) -"fAR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"fAS" = ( -/obj/structure/railing{ - dir = 8 +/turf/open/floor/plating, +/area/station/solars/port) +"feP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/machinery/light/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"fBa" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/rd) -"fBe" = ( -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Science - Lower Hall East"; + network = list("ss13","rd") }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"feU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"feZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"fBj" = ( -/obj/effect/turf_decal/trimline/dark_green/line{ - dir = 8 +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"fBv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"fBx" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/escape) -"fBA" = ( -/obj/structure/chair{ - dir = 8 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ffE" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"fBC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"ffL" = ( +/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/hallway/secondary/construction/engineering) -"fBP" = ( -/turf/open/openspace, -/area/station/maintenance/department/medical) -"fCa" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"fCb" = ( -/turf/open/floor/iron/stairs/medium{ +/area/station/engineering/main) +"ffN" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/area/station/hallway/secondary/service) -"fCc" = ( -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"ffQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"fCn" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/effect/turf_decal/bot_white, -/obj/item/reagent_containers/condiment/rice, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"fCu" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"fCx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/courtroom/holding) +"fgi" = ( +/turf/closed/wall, +/area/station/cargo/lobby) +"fgl" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"fCz" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/engine, -/area/station/science/explab) -"fCE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 10 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fCJ" = ( -/obj/machinery/button/door/directional/east{ - id = "offstationaccess"; - pixel_y = -10 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/obj/item/paper/pamphlet/gateway{ - pixel_x = -1; - pixel_y = 3 - }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = 4; - pixel_y = 5 +/area/station/hallway/secondary/exit/departure_lounge) +"fgH" = ( +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner, +/obj/item/radio/intercom/directional/north, +/obj/machinery/food_cart, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"fhc" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Tram Platform North" }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"fCO" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/center) +"fhg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" }, -/obj/item/radio/intercom/directional/north, -/obj/item/surgery_tray/full, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"fDg" = ( -/obj/structure/table/wood, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"fDq" = ( +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"fho" = ( /obj/structure/railing/corner{ - dir = 4 + dir = 8 }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"fDA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"fhv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, +/obj/machinery/firealarm/directional/east, +/obj/structure/table, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/item/clothing/gloves/cargo_gauntlet, /turf/open/floor/iron, +/area/station/cargo/storage) +"fhx" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, /area/station/hallway/primary/tram/center) -"fDC" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/mob/living/basic/pet/dog/corgi/ian, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"fDF" = ( -/turf/open/floor/catwalk_floor, -/area/station/command/teleporter) -"fDM" = ( -/turf/open/floor/iron/stairs/medium, -/area/station/cargo/miningdock) -"fDQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"fDS" = ( -/turf/open/floor/iron/stairs/left{ - dir = 1 - }, -/area/station/hallway/secondary/service) -"fEa" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"fEu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/table, -/obj/item/clothing/gloves/latex, -/obj/item/clothing/glasses/science, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"fEy" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +"fhy" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = 7 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"fEG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"fEH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Robotics Lab Desk"; + req_access = list("robotics") }, -/obj/machinery/requests_console/directional/east{ - department = "Library"; - name = "Library Requests Console" +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "Robotics Lab Shutters" }, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/engine/cult, -/area/station/service/library) -"fFk" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/white/side{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"fFo" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/science/robotics/lab) +"fhA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Hallway - Engineering Entry West"; + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"fFE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/space/basic, -/area/space/nearstation) -"fFG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/area/station/hallway/secondary/construction/engineering) +"fhG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"fFH" = ( -/obj/structure/hoop{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"fhJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Prison Showers" }, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"fFR" = ( -/obj/structure/extinguisher_cabinet/directional/east, +/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/security/prison/shower) +"fhK" = ( +/obj/structure/window/reinforced/spawner/directional/south, /obj/structure/table/wood, -/obj/item/storage/box/coffeepack{ - pixel_x = 8; - pixel_y = 12 +/obj/item/storage/briefcase/secure{ + pixel_x = -2; + pixel_y = 4 }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = -1; - pixel_y = 8 +/obj/item/storage/lockbox/medal, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"fhL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = -3; - pixel_y = 2 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"fhM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"fGv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"fGw" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fGA" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/library) +"fhO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"fHk" = ( +/area/station/commons/dorms) +"fid" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"fHp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"fii" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/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/catwalk_floor, +/area/station/commons/dorms) +"fio" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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, -/area/station/commons/fitness/recreation) -"fHE" = ( -/turf/open/floor/iron, -/area/station/cargo/office) -"fHI" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"fip" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lower) +"fiP" = ( /obj/structure/table, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/item/storage/toolbox/electrical{ + pixel_x = -2; + pixel_y = 10 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 6"; - dir = 6; - network = list("ss13","Security","prison","pcell") +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/security/prison/safe) -"fIg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/ai_monitored/command/storage/eva) +"fja" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"fjb" = ( +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"fje" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/science/lower) +"fjj" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"fjn" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input{ dir = 1 }, -/obj/structure/table, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"fIn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"fju" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"fIy" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"fJh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) -"fJi" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Holodeck South"; - name = "holodeck camera" +/area/station/maintenance/tram/left) +"fjA" = ( +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/area/station/holodeck/rec_center) -"fJo" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/service/library) -"fJq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"fjN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"fJy" = ( -/obj/machinery/air_sensor/nitrogen_tank, -/turf/open/floor/engine/n2, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"fjQ" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, /area/station/engineering/atmos) -"fJE" = ( -/turf/open/floor/iron/white, -/area/station/science/research) -"fJG" = ( -/obj/machinery/modular_computer/preset/engineering{ +"fke" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, +/obj/structure/disposalpipe/segment, +/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, -/area/station/engineering/atmos) -"fJL" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"fKc" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Tram Platform North" +/area/station/commons/fitness/recreation) +"fkh" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"fkL" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" }, -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/center) -"fKf" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"fKq" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"fKC" = ( -/obj/docking_port/stationary/mining_home/common{ - dir = 4 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"fKH" = ( -/obj/machinery/portable_atmospherics/pump{ - name = "Lil Pump" +/area/station/engineering/atmos) +"fkQ" = ( +/obj/structure/table/wood, +/obj/machinery/libraryscanner, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Library West" }, +/turf/open/floor/wood, +/area/station/service/library) +"fkR" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fkU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"fKY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"fLa" = ( -/obj/effect/turf_decal/trimline/neutral/line{ +/area/station/service/bar) +"fkZ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fLc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/center) +"fla" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"flb" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"flf" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"fLk" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line, -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 4 +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"fli" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/command/bridge) +"flk" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -25 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"fLy" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"fls" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/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/cargo/storage) -"fLE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/security/prison/workout) +"flP" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 }, -/obj/machinery/vending/cigarette, +/obj/effect/landmark/navigate_destination/hydro, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"flV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fLO" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"fLY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance Hatch" +/area/station/security/checkpoint/engineering) +"flZ" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"fmt" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/science) -"fMa" = ( -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/left) -"fMi" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"fMs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"fmu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez6"; - name = "Xenobiology Containment Blast Door" +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"fMu" = ( +/turf/open/floor/engine/cult, +/area/station/service/library) +"fmy" = ( +/turf/closed/wall, +/area/station/hallway/secondary/exit/departure_lounge) +"fmB" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"fmJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/port) -"fMx" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - Lounge"; - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"fML" = ( +/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/command) +"fnb" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/commons/storage/art) -"fMO" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 8; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) -"fMW" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/area/station/hallway/primary/tram/center) +"fni" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, -/turf/open/floor/plating, -/area/station/asteroid) -"fNh" = ( -/obj/structure/chair/sofa/middle{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"fNk" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"fnu" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fNl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/bot, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"fNC" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 2; - pixel_y = 3 +/area/station/command/bridge) +"fnv" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 }, -/obj/item/book/manual/wiki/engineering_guide{ - pixel_x = -2 +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -23 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"fnz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"fnI" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, /obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/port) +"fnO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fnZ" = ( +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"fof" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/sign/warning/cold_temp/directional/south, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"foh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"foi" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, /area/station/engineering/break_room) -"fNR" = ( -/obj/structure/transport/linear/public, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_upper_center_lift" - }, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_upper_center_lift" - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"fNX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ +"foy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"fOb" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/floor, /turf/open/floor/iron, /area/station/security/prison) -"fOi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +"foz" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, /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/security/brig) +"foD" = ( +/obj/structure/table/glass, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"fOl" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/area/station/command/heads_quarters/cmo) +"foF" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/construction/plumbing, +/obj/item/construction/plumbing, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"foS" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, /turf/open/floor/iron/white, -/area/station/science/lower) -"fOp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/ordnance) +"foY" = ( +/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/janitor) +"fpf" = ( +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/tree/palm/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"fpg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"fph" = ( /obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, /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/brig) -"fOq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +"fpQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/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/security/brig) +"fpR" = ( +/obj/effect/landmark/start/captain, +/obj/structure/chair/office, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"fpU" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargoupperbelt" }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/cargo/drone_bay) -"fOI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/warning/secure_area{ - pixel_y = -32 +/area/station/cargo/sorting) +"fqn" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"fOJ" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/obj/machinery/duct, /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, -/area/station/engineering/atmos) -"fOK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/security/prison) +"fqr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"fqM" = ( +/obj/structure/disposaloutlet{ dir = 8 }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"fOX" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fqU" = ( /obj/machinery/camera/directional/west{ - c_tag = "Hallway - Starboard Tram Platform North" + c_tag = "Service - Kitchen West" }, -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/right) -"fOZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/grill, +/obj/structure/sign/poster/official/work_for_a_future/directional/west, +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/item/kirbyplants/random, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"fPb" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"fPr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/service/kitchen) +"fqZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"frd" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "engi-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/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, -/area/station/hallway/secondary/exit) -"fPt" = ( -/obj/machinery/skill_station, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"fPx" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"fPI" = ( -/obj/structure/table/wood/fancy/green, -/obj/effect/spawner/round_default_module, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"fPR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/item/screwdriver, +/area/station/engineering/main) +"frh" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"frp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"frB" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"frN" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"frT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/dim/directional/north, +/turf/closed/wall, +/area/station/science/ordnance) +"frV" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/testlab) +"fsi" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"fPU" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, +/area/station/science/ordnance/storage) +"fss" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/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/engineering/atmos) -"fPW" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/decoration/ornament, -/obj/structure/sign/calendar/directional/east, +/area/station/hallway/secondary/command) +"fst" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Lounge" + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"fQb" = ( -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -8 - }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"fQc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/foamtank, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fQg" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/area/station/service/library/lounge) +"fsv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, -/obj/machinery/newscaster/directional/east, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"fQt" = ( -/obj/structure/table, -/obj/item/clothing/head/wig, -/obj/item/clothing/head/wig{ - pixel_x = -4; - pixel_y = -5 - }, -/obj/item/clothing/head/wig{ - pixel_x = 4; - pixel_y = -5 +/area/station/medical/break_room) +"fsC" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation) +"fsN" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/item/clothing/mask/fakemoustache, -/obj/item/clothing/mask/fakemoustache{ - pixel_x = -4; - pixel_y = -5 +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock" }, -/obj/item/clothing/mask/fakemoustache, -/obj/item/clothing/mask/fakemoustache{ - pixel_x = 8; - pixel_y = -5 +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access = list("virology") }, -/turf/open/floor/plating, -/area/station/service/barber) -"fQC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/bed/medical/emergency, -/obj/effect/turf_decal/bot, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"fQM" = ( -/obj/effect/decal/cleanable/dirt, -/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, -/area/station/hallway/primary/tram/right) -"fRy" = ( +/turf/open/floor/iron/white, +/area/station/medical/virology) +"fsP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"fsQ" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"ftg" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube, /turf/open/floor/plating, -/area/station/science/lower) -"fRK" = ( -/obj/effect/turf_decal/stripes/end{ +/area/station/command/heads_quarters/hop) +"ftm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/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/light/floor, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"fRL" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison) -"fRO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"fRZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/commons/dorms) +"ftv" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ftw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"fSB" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"ftC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ 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/command/heads_quarters/qm) -"fSD" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/structure/plaque/static_plaque/golden{ - pixel_x = 32 +/area/station/hallway/secondary/service) +"ftM" = ( +/obj/structure/table, +/obj/item/pipe_dispenser{ + pixel_x = 3; + pixel_y = 7 }, -/obj/structure/disposalpipe/trunk{ +/obj/item/pipe_dispenser, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"ftQ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/office) -"fSI" = ( -/obj/structure/railing{ +/area/station/cargo/storage) +"fuj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fuo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"fur" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"fuB" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"fvb" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fvc" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/elevator_control_panel/directional/north{ - linked_elevator_id = "tram_upper_center_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 1 +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"fvp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"fSO" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Left Stairway" }, -/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"fvx" = ( /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/neutral{ + dir = 4 + }, /turf/open/floor/iron, +/area/station/commons/dorms) +"fvK" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"fvM" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/medium, /area/station/cargo/miningdock) -"fTg" = ( -/obj/machinery/computer/atmos_control/plasma_tank{ +"fvR" = ( +/obj/structure/table, +/obj/item/training_toolbox, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"fTk" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/fitness) +"fwk" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"fwn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/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) -"fTm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/hallway/secondary/entry) +"fwB" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/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/virology) +"fwC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"fTt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/machinery/firealarm/directional/east{ - pixel_y = 3 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"fwF" = ( +/obj/effect/spawner/random/entertainment/arcade{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"fTF" = ( -/obj/machinery/door/airlock/external{ - name = "Common Mining Dock" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"fwJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/plating, -/area/station/hallway/secondary/exit) -"fTH" = ( -/obj/structure/plaque/static_plaque/golden/commission/tram, +/area/station/maintenance/tram/left) +"fwW" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"fwY" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"fxs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /obj/structure/disposalpipe/segment{ - dir = 5 + 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/primary/tram/center) +"fxy" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"fTK" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -7; - pixel_y = 3 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/clothing/shoes/magboots{ - pixel_x = -7; - pixel_y = -2 +/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) +"fxK" = ( +/obj/structure/chair/office{ + dir = 4 }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 7; - pixel_y = 3 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 8; - pixel_y = -2 +/turf/open/floor/iron, +/area/station/security/brig) +"fxM" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 }, +/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"fUw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel{ - dir = 8 +/area/station/command/heads_quarters/cmo) +"fxP" = ( +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"fxS" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/south{ + pixel_x = -8 }, -/area/station/service/chapel) -"fUS" = ( -/obj/structure/bed{ - dir = 4 +/turf/open/floor/iron/white/corner{ + dir = 1 }, -/obj/item/bedsheet/syndie{ +/area/station/service/kitchen) +"fxV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"fVD" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat_interior) -"fVN" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"fxW" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/turf/open/floor/engine/hull, +/area/station/solars/port) +"fyc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"fyF" = ( +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/cargo/drone_bay) -"fVO" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 +/area/station/service/theater) +"fyR" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/science/lower) +"fza" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Medical - Surgery B"; - network = list("ss13","medbay") +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/vending/wallmed/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/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) +"fzg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ + dir = 1 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -9 +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"fzo" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"fVZ" = ( -/obj/structure/filingcabinet, -/obj/structure/window/spawner/directional/north, -/obj/item/paper{ - default_raw_text = "A crude mapping of the station layout based on leaked internal documents and orbital snapshots taken during construction. I'm not sure how up-to-date this is anymore.."; - icon = 'icons/obj/scrolls.dmi'; - icon_state = "blueprints"; - inhand_icon_state = "blueprints"; - name = "station layout" +/area/station/holodeck/rec_center) +"fzs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"fWv" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"fWA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fAg" = ( /obj/structure/table, -/obj/item/phone{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"fWD" = ( -/obj/machinery/prisongate, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/effect/landmark/event_spawn, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron, +/area/station/security/office) +"fAm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fAA" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"fAQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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/security/prison) -"fXg" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" +/area/station/commons/fitness/recreation) +"fAY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/contraband/prison, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/radio/intercom/prison/directional/east, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/turf/open/floor/plating, +/area/station/security/prison/work) +"fBk" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Engine Room Airlock"; - dir = 10; - network = list("ss13","engine","engineering") +/turf/open/floor/iron, +/area/station/security/office) +"fBJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"fXj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"fCO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/structure/cable, +/obj/structure/filingcabinet, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"fCS" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/light/warm/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"fXo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/cargo/miningdock/cafeteria) +"fDg" = ( +/obj/structure/table, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing/blue{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fXp" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"fXy" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input{ - dir = 1 +/area/station/security/prison/workout) +"fDm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"fXH" = ( /turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"fXW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fYc" = ( +/area/station/science/research) +"fDx" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 4 }, +/obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/commons/storage/tools) -"fYk" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/auxlab/firing_range) -"fYn" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/modular_computer/preset/cargochat/service, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"fYv" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"fYx" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/machinery/button/door/directional/east{ - id = "atmos"; - name = "Atmospherics Lockdown"; - req_access = list("atmospherics") +"fDS" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fYA" = ( -/obj/machinery/seed_extractor, -/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fEd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8; - pixel_y = 23 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"fYE" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/hallway/secondary/exit) +"fEf" = ( +/obj/structure/table/wood, +/obj/item/papercutter{ + pixel_x = -4 }, -/obj/structure/disposalpipe/segment{ +/obj/item/paper/fluff/ids_for_dummies, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"fEp" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/disposal/bin, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"fYH" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/science/explab) -"fZp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/medical) -"fZt" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"fZx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"fZy" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Security"; - name = "navigation beacon (Security Delivery)" +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"fEG" = ( +/obj/machinery/deepfryer, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Service - Kitchen East" }, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/security) -"fZB" = ( -/obj/structure/training_machine, -/obj/item/target/alien, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"gaa" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/siding/white{ - dir = 1 +/area/station/service/kitchen) +"fEK" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 }, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main Storage"; - network = list("ss13","medbay") +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 }, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, -/area/station/medical/storage) -"gah" = ( -/obj/structure/chair/wood, -/obj/effect/landmark/start/clown, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/area/station/engineering/storage/tech) +"fEM" = ( +/obj/machinery/light/warm/directional/south, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"fEQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"fEU" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, +/obj/item/airlock_painter/decal, /turf/open/floor/iron, -/area/station/service/theater) -"gaj" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/area/station/engineering/atmos) +"fEZ" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"fFa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"gav" = ( -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"fFg" = ( +/obj/machinery/button/elevator/directional/north{ + id = "tram_sci_lift" }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"gbf" = ( -/obj/structure/table/wood, -/obj/item/storage/backpack/satchel/leather/withwallet{ - pixel_y = 4 +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_sci_lift" }, -/obj/item/hand_labeler, -/obj/item/stack/package_wrap, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"gbh" = ( -/obj/structure/chair{ +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"fFi" = ( +/obj/machinery/door/airlock{ + id_tag = "private_g"; + name = "Private Quarters G" + }, /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/commons/dorms) +"fFl" = ( +/turf/open/floor/wood/large, +/area/station/service/barber) +"fFu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #2"; + req_access = list("xenobiology") + }, +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #2"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez2"; + name = "Xenobiology Containment Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fFx" = ( +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"gbJ" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 +"fFG" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"gbQ" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"gbV" = ( -/obj/machinery/porta_turret/ai{ +"fFL" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ dir = 4 }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"gbZ" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"gcg" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 4 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"fFO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/navigate_destination/disposals, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"fFR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"gcl" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/servo, +/obj/item/stock_parts/servo, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lab) +"fGo" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/escape) +"fGr" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fGK" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/mob/living/carbon/human/species/monkey, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"fHg" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"fHl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/corner, /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/construction/engineering) -"gcq" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/security/execution/transfer) +"fHo" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/clown, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/theater) +"fHz" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Air Chamber"; + dir = 6; + network = list("ss13","engineering") }, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"fHR" = ( +/obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ freerange = 1; - frequency = 1447; - name = "Private Channel" + listening = 0; + name = "Custom Channel"; + pixel_x = 6 }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Upper Ring Access" +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel" }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"gcu" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/dice, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gcC" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Room"; - req_one_access = list("command","tech_storage") +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel"; + pixel_x = 6 }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"fHV" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/sign/poster/contraband/d_day_promo/directional/east, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"fIc" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/station/science/lobby) +"fIB" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"fIH" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/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, -/area/station/engineering/gravity_generator) -"gcJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/security/execution/transfer) +"fIV" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/flashlight/lamp, /turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"gdd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/escapepodbay) +"fJe" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, -/obj/machinery/firealarm/directional/north{ - pixel_x = -4 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"fJv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fJA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"gdg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Central Tram Platform North-East" +/obj/machinery/modular_computer/preset/cargochat/cargo, +/turf/open/floor/iron, +/area/station/cargo/office) +"fJF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/service/library) +"fJH" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/structure/desk_bell{ + pixel_x = 7 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment{ +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"fJN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"fKg" = ( +/obj/machinery/air_sensor/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"fKk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"gdr" = ( -/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, +/obj/machinery/space_heater, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"gds" = ( -/obj/machinery/power/apc/auto_name/directional/west, +/area/station/engineering/atmos) +"fKn" = ( +/obj/machinery/oven/range, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"fKv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"fKz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 + dir = 6 }, -/obj/structure/cable, -/obj/machinery/light_switch/directional/south{ - pixel_x = 10; - pixel_y = -24 +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"gdv" = ( +/area/station/security/processing) +"fKJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fKW" = ( /obj/structure/table/glass, -/obj/machinery/microwave, -/obj/structure/sign/clock/directional/east, -/obj/machinery/firealarm/directional/north{ - pixel_x = 2 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"gdA" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Prison Main East"; - network = list("ss13","Security","prison") - }, -/turf/open/floor/iron, -/area/station/security/prison) -"gdD" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Science - Testing Chamber"; - network = list("test","rd") - }, -/turf/open/floor/engine, -/area/station/science/explab) -"gdT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/science) -"gdY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/item/radio/intercom/command, +/obj/item/paper/fluff/jobs/engineering/frequencies, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"fKX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/engineering/general, -/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/engineering/main) -"gej" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/filingcabinet, -/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"gem" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/fitness/recreation) +"fLb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/computer/records/security{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ges" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) -"get" = ( +/area/station/security/checkpoint/medical) +"fLg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/barber) -"geu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"gev" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access" +/area/station/engineering/atmos) +"fLr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/turf/open/floor/wood, +/area/station/service/library) +"fLB" = ( +/obj/structure/closet/emcloset{ + anchored = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/effect/landmark/navigate_destination/aiupload, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"gex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/lattice/catwalk, -/obj/machinery/door/poddoor/shutters{ - id = "trammaintdock" +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 }, /turf/open/floor/plating, -/area/station/maintenance/port/central) -"geF" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fLE" = ( +/obj/structure/table, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Bar Lounge North West" }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"gfe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gfg" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"gfh" = ( -/obj/structure/table, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/camera{ - c_tag = "Secure - AI Minisat Entry"; - dir = 10; - network = list("ss13","minisat") +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"fLJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_lower_eva_external"; + idInterior = "rightmost_lower_lower_eva_internal"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gfj" = ( -/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/wood, -/area/station/service/library) -"gfp" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"fLN" = ( +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 1 }, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/commons/dorms) -"gfq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"gft" = ( +/area/station/hallway/secondary/entry) +"fLO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gfw" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/area/station/commons/dorms) +"fLP" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/door/airlock/virology/glass{ + name = "Test Subject Cell" }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/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/lower) -"gfH" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/medical/virology) +"fLW" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"gfI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/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/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"fLY" = ( +/obj/machinery/door/poddoor/shutters{ + id = "secmechbay"; + name = "Security Mech Bay Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/security/mechbay) +"fMm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gfY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Firing Range Access" - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/science/auxlab/firing_range) -"ggd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/engineering/atmos) +"fMK" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/prison) -"ggh" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fMQ" = ( +/obj/machinery/air_sensor/ordnance_burn_chamber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"fMS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"ggj" = ( /obj/effect/decal/cleanable/dirt, -/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/atmospherics_engine) -"ggn" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ - dir = 9 + 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/central) -"ggw" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ggA" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ggT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron, -/area/station/command/bridge) -"ggU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos) -"gha" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/maintenance/tram/mid) +"fMZ" = ( +/obj/machinery/vending/drugs, +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/noticeboard/directional/south, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"fNa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"ghc" = ( -/obj/effect/turf_decal/stripes{ +/obj/effect/turf_decal/siding/thinplating/corner{ 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/exit) -"ghi" = ( -/turf/closed/wall, -/area/station/engineering/atmospherics_engine) -"ghE" = ( +/area/station/cargo/sorting) +"fNo" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/dim/directional/north, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"ghK" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/random/entertainment/deck, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"ghZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/openspace, -/area/station/asteroid) -"gid" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"fNx" = ( +/obj/structure/urinal/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"fNR" = ( +/obj/structure/closet/lasertag/blue, +/obj/effect/landmark/start/hangover/closet, +/obj/structure/sign/poster/official/random/directional/east, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"fNV" = ( +/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/security/brig) -"git" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/landmark/blobstart, -/obj/machinery/rnd/experimentor{ - pixel_x = -10 +/area/station/hallway/secondary/entry) +"fNX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_lower_eva_internal"; + name = "External Access" }, -/turf/open/floor/engine, -/area/station/science/explab) -"giy" = ( -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Chief Medical Officer's Office"; - name = "Chief Medical Officer's Fax Machine" +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_lower_eva_internal"; + idSelf = "middleright_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"giN" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, +/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/maintenance/tram/mid) +"fOs" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/station/commons/dorms) +"fOG" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"giO" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/command/heads_quarters/captain/private) +"fOW" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 }, -/obj/structure/railing{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"fPn" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "QM #6" }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"giP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"giT" = ( -/obj/structure/chair/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/effect/turf_decal/tile/brown/fourcorners, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #6"; + suffix = "#6" }, /turf/open/floor/iron, -/area/station/service/theater) -"giV" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/cargo/warehouse) +"fPv" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #1"; + req_access = list("xenobiology") }, -/obj/machinery/chem_master, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"gju" = ( -/obj/structure/sign/warning/vacuum/external/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #1"; + req_access = list("xenobiology") }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gjx" = ( -/obj/machinery/elevator_control_panel{ - layer = 3.1; - linked_elevator_id = "tram_xeno_lift"; - pixel_y = 2; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") +/obj/machinery/door/poddoor/preopen{ + id = "containdeez1"; + name = "Xenobiology Containment Blast Door" }, -/turf/closed/wall/r_wall, +/turf/open/floor/engine, /area/station/science/xenobiology) -"gjE" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"gjP" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"fPy" = ( +/obj/structure/chair/stool/bar/directional/east, +/turf/open/floor/iron, +/area/station/security/prison) +"fPJ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "QM #4" }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gkg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/item/assembly/mousetrap/armed, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"gkm" = ( -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"gks" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring East"; - dir = 10; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"gku" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"gkC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/cargo/warehouse) +"fQe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"gkI" = ( -/obj/structure/railing{ - dir = 4 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"fQk" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) +"fQo" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #5"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen #5"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez5"; + name = "Xenobiology Containment Blast Door" }, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"fQH" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "QM #5" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/cargo/storage) -"gkO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/cargo/warehouse) +"fQI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Security - Pre-Trial Holding"; - dir = 9; - network = list("ss13","Security") - }, -/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/dark, -/area/station/security/courtroom/holding) -"gkS" = ( -/obj/effect/landmark/atmospheric_sanity/mark_all_station_areas_as_goal, -/turf/open/space/basic, -/area/space) -"gkV" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet6"; - name = "Unit 6" +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fQU" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"gkY" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Entry Airlock"; + dir = 9; + network = list("ss13","engineering") }, -/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/cargo/office) -"gld" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/coin/plasma, -/obj/item/paper/fluff/gateway, -/obj/item/melee/chainofcommand, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/item/hand_tele, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"glg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, /turf/open/floor/iron, /area/station/engineering/atmos) -"glJ" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Prison Maintenance Access"; - security_level = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/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/central/greater) -"glQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +"fQV" = ( +/obj/machinery/button/door/directional/east{ + id = "offstationaccess"; + pixel_y = -10 }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"gmk" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/effect/turf_decal/stripes/corner, +/obj/structure/table, +/obj/item/paper/pamphlet/gateway{ + pixel_x = -1; + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/service/janitor) -"gml" = ( -/turf/open/floor/glass, -/area/station/command/meeting_room) -"gms" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/fax{ - fax_name = "Law Office"; - name = "Law Office Fax Machine" +/obj/item/paper/pamphlet/gateway{ + pixel_x = 6; + pixel_y = 10 }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"gmI" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"gmV" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; +/obj/item/paper/pamphlet/gateway{ + pixel_x = -5; pixel_y = 7 }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"gng" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"gnl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"gnm" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/obj/structure/railing{ - dir = 8 +/obj/item/paper/pamphlet/gateway{ + pixel_x = 4; + pixel_y = 5 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"gnw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"gny" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"fQW" = ( +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/structure/disposaloutlet{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"gnH" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"fQX" = ( +/obj/machinery/component_printer, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"gnZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, +/area/station/science/explab) +"fRs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, /turf/open/floor/plating/airless, -/area/station/asteroid) -"goh" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage" +/area/station/science/ordnance/bomb) +"fRW" = ( +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, /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/wood, -/area/station/service/theater) -"goo" = ( -/obj/machinery/door/airlock/security{ - id_tag = "laborexit"; - name = "Labor Shuttle" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/brig) -"goy" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) -"goA" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 +/area/station/hallway/primary/tram/left) +"fSc" = ( +/obj/structure/fluff/tram_rail/electric{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"goT" = ( -/obj/structure/marker_beacon/burgundy, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"goU" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 1 }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"gpn" = ( -/turf/closed/wall, -/area/station/security/prison/shower) -"gpw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"gpA" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"gpO" = ( -/obj/structure/table/reinforced, -/obj/machinery/keycard_auth/directional/south, -/obj/item/rcl/pre_loaded, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -24 +/obj/machinery/computer/tram_controls/split/directional/south, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"fSf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 4 }, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"gpQ" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"fSp" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/chair/office, /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/hallway/secondary/service) -"gpT" = ( -/obj/effect/turf_decal/sand/plating, -/obj/docking_port/stationary/escape_pod{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/escapepodbay) -"gpU" = ( +/area/station/security/checkpoint/engineering) +"fSq" = ( +/obj/structure/sign/warning/fire/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"fSr" = ( /turf/closed/wall, -/area/station/service/hydroponics) -"gqd" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/checkpoint/arrivals) +"fSH" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"fSM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"gqg" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gqu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/area/station/cargo/office) +"fSY" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/north, +/obj/machinery/computer/security/telescreen/cargo_sec/directional/west, /turf/open/floor/iron, -/area/station/cargo/sorting) -"gqv" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, +/area/station/security/checkpoint/supply) +"fSZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"gqw" = ( -/obj/machinery/door/window/left/directional/north{ - name = "The Monkey Pit"; - req_access = list("science") +/area/station/science/ordnance/storage) +"fTi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 }, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"gqy" = ( -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/siding/white{ +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"fTz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/station/service/library) +"fTI" = ( +/obj/structure/railing{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"gqH" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/structure/table, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"fTM" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/east{ + department = "EVA"; + name = "EVA Requests Console" }, -/obj/machinery/newscaster/directional/east, -/obj/structure/sign/clock/directional/north, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"fUh" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"gqX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/area/station/maintenance/radshelter/civil) +"fUm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"gre" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat_interior) -"gro" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigright"; - name = "Brig" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"fUy" = ( +/obj/structure/chair/comfy/beige{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"fUz" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"fUA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, -/area/station/security/brig) -"grw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/cargo/miningdock) +"fUP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 9 +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"grR" = ( -/obj/structure/chair{ - dir = 4 +/obj/item/screwdriver{ + pixel_y = 16 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/landmark/start/assistant, +/obj/machinery/firealarm/directional/west{ + pixel_y = -3 + }, +/obj/item/storage/belt/utility, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = 8 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"grS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/storage/primary) +"fUQ" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"fVg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"gsg" = ( -/obj/structure/chair/pew/right, -/turf/open/floor/iron/chapel{ - dir = 5 +/area/station/commons/dorms) +"fVh" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"fVH" = ( +/obj/structure/table, +/obj/item/razor{ + pixel_x = 9; + pixel_y = 4 }, -/area/station/service/chapel) -"gsi" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"fVI" = ( +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"fVK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal{ + dir = 1 }, -/obj/machinery/computer/atmos_control/ordnancemix{ +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fVX" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/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/white, -/area/station/science/ordnance) -"gsl" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/science/genetics) +"fWi" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/north, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"fWn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"fWA" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/exit) +"fWB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"fWD" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -23 + }, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"fWM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, +/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/security/brig) -"gsq" = ( -/turf/open/floor/grass, -/area/station/asteroid) -"gsu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"fWT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fWX" = ( +/obj/structure/sign/departments/engineering{ + pixel_x = 32 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"gtl" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"fXb" = ( +/obj/machinery/door/airlock{ + name = "Barber Maintenance" }, -/obj/machinery/door/airlock/public/glass{ - name = "Barber Shop" +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/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, +/area/station/service/barber) +"fXd" = ( +/obj/machinery/firealarm/directional/north{ + pixel_x = 5 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = -8; + pixel_y = 23 }, /turf/open/floor/wood/large, /area/station/service/barber) -"gtC" = ( -/obj/structure/table, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"gtU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"fXf" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"fXl" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/right) +"fXy" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/center) +"fXB" = ( +/obj/structure/chair/pew, +/turf/open/floor/iron/chapel{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/science/lab) -"gtW" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"gub" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/service/chapel) +"fXK" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"fXM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/brig) -"gug" = ( -/obj/structure/chair/office{ +/area/station/escapepodbay) +"fXQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"fXY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/arrivals) +"fYc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"gun" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/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) +"fYf" = ( +/turf/open/floor/iron/textured_large, +/area/station/security/execution/education) +"fYo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"fYw" = ( +/obj/machinery/computer/upload/borg{ + dir = 8 }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"fYW" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fZe" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"gut" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ +/area/station/security/office) +"fZm" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"fZD" = ( +/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/stairs/left, -/area/station/hallway/secondary/construction/engineering) -"guw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/command/teleporter) -"guy" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/service/theater) -"guR" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/area/station/hallway/primary/tram/left) +"fZI" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Recharge Bay" }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"fZL" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"fZM" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"fZR" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"fZS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/cargo/storage) -"guY" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/station/hallway/secondary/exit) +"fZX" = ( +/obj/machinery/door/airlock{ + name = "Prison Stall" + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"gah" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, /obj/structure/cable, -/obj/effect/spawner/random/armory/laser_gun, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"gvs" = ( -/obj/structure/cable, +/area/station/security/prison/safe) +"gal" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, /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/full, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"gvx" = ( +/area/station/science/robotics/lab) +"gaq" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood/large, +/area/station/service/library) +"gas" = ( /obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gay" = ( +/obj/structure/fluff/tram_rail/electric, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"gaH" = ( +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"gaO" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/science/ordnance) +"gaY" = ( +/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 = 4 }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"gvy" = ( -/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gba" = ( +/obj/machinery/requests_console/directional/south{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gbe" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/left) +"gbj" = ( +/obj/structure/cable, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/central/greater) -"gvE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"gbl" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"gvJ" = ( -/obj/machinery/door/airlock/atmos{ - name = "The Pipe Cave" +/area/station/security/checkpoint/arrivals) +"gbn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, +/obj/machinery/photocopier, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gbp" = ( +/obj/structure/filingcabinet, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"gbr" = ( +/obj/effect/landmark/event_spawn, +/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/white, +/area/station/security/medical) +"gby" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gvM" = ( +/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/pharmacy) +"gbB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 8 }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"gvN" = ( -/obj/machinery/stasis{ +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/radio, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"gbW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/machinery/defibrillator_mount/directional/north, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Treatment North-West"; - network = list("ss13","medbay") +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" }, +/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/command/heads_quarters/qm) +"gcp" = ( +/turf/closed/wall/r_wall, +/area/station/commons/vacant_room) +"gcx" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gwq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 6 +/area/station/science/auxlab/firing_range) +"gcE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/obj/machinery/camera/directional/north{ + c_tag = "Service - Hydroponics Backroom" }, -/obj/machinery/button/door/directional/north{ - id = "mixingastew"; - name = "Mixing Chamber Privacy Shutters" +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gdn" = ( +/obj/machinery/air_sensor/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"gdC" = ( +/obj/machinery/door/airlock{ + id_tag = "ToiletSci2"; + name = "Private Stall 2" }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"gwC" = ( -/obj/structure/railing/corner{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"gdF" = ( +/obj/machinery/vending/wardrobe/det_wardrobe, +/obj/structure/sign/poster/official/dick_gum/directional/south, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"gdJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, +/obj/machinery/conveyor_switch/oneway{ + id = "hydrodropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ged" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"gel" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 10 }, +/obj/machinery/airalarm/directional/west, +/obj/structure/closet/radiation, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"gwT" = ( -/obj/structure/railing{ - dir = 1 +/area/station/science/genetics) +"gex" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Science - Firing Range"; + network = list("ss13","rd") }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"geA" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"gwU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, +/area/station/engineering/engine_smes) +"geG" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"geX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"gxb" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/effect/turf_decal/trimline/white/filled/corner, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gxm" = ( -/obj/structure/bed/medical{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/defibrillator_mount/directional/east, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/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) +"gfk" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gxy" = ( -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"gxX" = ( -/obj/machinery/computer/station_alert{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" +/obj/effect/turf_decal/trimline/tram/filled/corner{ + dir = 8 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Front Desk"; - dir = 6; - network = list("ss13","engineering") +/obj/effect/turf_decal/trimline/tram/corner{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"gys" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/hallway/primary/tram/center) +"gfo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/ladder, +/turf/open/openspace/airless, +/area/station/asteroid) +"gfK" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/education) +"gfV" = ( +/obj/structure/table/wood/fancy/green, +/obj/effect/spawner/round_default_module, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"gfX" = ( +/obj/structure/fluff/iced_abductor, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"gga" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" }, -/obj/structure/closet/emcloset, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/escapepodbay) -"gyI" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/tcommsat/computer) +"ggm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/trinary/filter{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"ggw" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"gyL" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/south{ - pixel_x = 3 +/obj/machinery/conveyor{ + id = "QMLoad2" }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -23 +/turf/open/floor/plating, +/area/station/cargo/storage) +"ggE" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/armory/barrier_grenades, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ggH" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"gzl" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/siding/wideplating/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gzq" = ( -/obj/machinery/computer/rdconsole{ +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"ggL" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/shoes/sneakers/orange, +/obj/effect/spawner/random/contraband/prison, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"ggQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 +/obj/machinery/camera/directional/west{ + c_tag = "Science - Entrance Airlock"; + network = list("ss13","rd") }, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"ggV" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/area/station/command/bridge) -"gzs" = ( -/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"ghb" = ( +/obj/effect/turf_decal/box, +/obj/structure/fluff/shower_drain, +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ghg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"ghh" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"ghp" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/stripes/white/full, /obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" - }, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"gzA" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/service/janitor) -"gzD" = ( -/obj/structure/table, -/obj/machinery/microwave, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"gzH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/hallway/secondary/service) +"ghs" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"gzI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/transport/crossing_signal/southeast, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"ghV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"ghW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"gzN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs/old{ - dir = 4 +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelright" }, -/area/station/service/theater) -"gAl" = ( +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"gij" = ( +/obj/structure/table, /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/security/brig) -"gAL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/commons/fitness/recreation) +"giK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - West Tram Tunnel 1" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"gAR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"giR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Prison Main North-East" +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/security/prison) -"gBk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"gBq" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/shower/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"gBx" = ( +/area/station/hallway/primary/tram/right) +"giZ" = ( +/obj/structure/bed, +/obj/effect/spawner/random/contraband/prison, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/closet/secure_closet/brig{ - id = "medcell"; - name = "Medical Cell Locker" + dir = 4 }, +/obj/effect/landmark/start/prisoner, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"gBz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/security/prison/safe) +"gjb" = ( +/obj/machinery/door/airlock{ + name = "Water Closet" }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, /obj/effect/decal/cleanable/dirt, -/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, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"gBQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"gBV" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/corner{ - dir = 4 +/turf/open/floor/plating, +/area/station/service/janitor) +"gjj" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/area/station/service/kitchen) -"gBY" = ( -/turf/closed/wall, -/area/station/hallway/secondary/exit/departure_lounge) -"gCg" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/white/side{ +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/hfr_box/core, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/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/atmospherics_engine) +"gjn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, -/area/station/service/kitchen) -"gCl" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/explab) +"gjx" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, /obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/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) +"gjC" = ( +/obj/machinery/atmospherics/components/binary/pump/off{ + name = "Port to Incinerator" }, /turf/open/floor/iron, -/area/station/security/courtroom) -"gCm" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/engineering/atmos) +"gjH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gCq" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/machinery/shower/directional/east, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/main) -"gCs" = ( -/obj/structure/railing{ - dir = 4 +/area/station/engineering/atmos) +"gjL" = ( +/obj/structure/bookcase/random/reference, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"gjP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/east{ + req_access = list("science") }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/loading_area{ dir = 4 }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Science"; + name = "navigation beacon (Science Delivery)" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"gjT" = ( +/obj/structure/transit_tube, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"gjW" = ( +/obj/structure/table/wood/poker, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"gki" = ( +/turf/closed/wall, +/area/station/security/brig) +"gkn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"gkz" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison, +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gCt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"gCC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/security/prison) +"gkD" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"gkF" = ( +/obj/machinery/door/window/left/directional/north{ + name = "The Monkey Pit"; + req_access = list("science") + }, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"gkQ" = ( +/obj/machinery/computer/atmos_control/mix_tank{ dir = 8 }, -/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/security/courtroom/holding) -"gCF" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/aicard, -/obj/item/circuitboard/aicore, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"gCI" = ( -/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"gkR" = ( /obj/structure/cable, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"gCO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"gkU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron, +/area/station/command/teleporter) +"gkZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" }, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"gCT" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 }, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"gCV" = ( -/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"glc" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"glm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"glp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cytologysecure2"; + name = "Secure Pen Lockdown" }, -/obj/machinery/door/window/left/directional/west{ +/turf/open/floor/plating, +/area/station/science/xenobiology) +"glv" = ( +/obj/structure/sign/directions/supply{ dir = 1; - name = "Cargo Desk"; - req_access = list("cargo") + pixel_y = -28 }, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -34 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/office) -"gDg" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -40 }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/station/cargo/storage) -"gDi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"gDF" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = -22 }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/grass, -/area/station/commons/dorms) -"gDI" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"gEb" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Port Tram Platform North" +/area/station/hallway/primary/tram/right) +"glP" = ( +/obj/structure/chair/plastic, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"glU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/left) -"gEm" = ( -/obj/machinery/disposal/delivery_chute{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ +/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/storage) +"glY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gmj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"gmq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ dir = 1 }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"gEu" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/wood, -/area/station/service/theater) -"gEv" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/escapepodbay) -"gEz" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"gEQ" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"gFd" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"gms" = ( +/obj/structure/rack, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"gFe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south{ - pixel_x = -1 - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 8; - pixel_y = -23 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"gFf" = ( -/obj/effect/turf_decal/delivery, +/area/station/commons/storage/primary) +"gmu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"gmH" = ( +/obj/structure/destructible/cult/item_dispenser/archives/library, +/turf/open/floor/engine/cult, +/area/station/service/library) +"gmN" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 5 }, -/obj/machinery/door/window/left/directional/east{ - name = "Containment Pen #1"; - req_access = list("xenobiology") +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"gnj" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper"; + name = "medsciupper" }, -/obj/machinery/door/window/left/directional/west{ - name = "Containment Pen #1"; - req_access = list("xenobiology") +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) +"gnp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez1"; - name = "Xenobiology Containment Blast Door" +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"gFh" = ( -/turf/closed/wall/rust, -/area/station/hallway/primary/tram/left) -"gFk" = ( -/obj/machinery/computer/mech_bay_power_console{ +/turf/open/space/openspace, +/area/station/solars/port) +"gnq" = ( +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"gFy" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"gnr" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 }, +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"gFA" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ - name = "Burn Chamber Interior Airlock" - }, -/obj/machinery/button/door/incinerator_vent_ordmix{ - pixel_x = 24; - pixel_y = 8 +/area/station/service/chapel/office) +"gnt" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"gnC" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/machinery/button/ignition/incinerator/ordmix{ - pixel_x = 24; - pixel_y = -6 +/turf/open/floor/wood, +/area/station/commons/dorms) +"gnI" = ( +/obj/structure/chair/sofa/right{ + dir = 8 }, -/obj/machinery/airlock_controller/incinerator_ordmix{ - pixel_x = -24 +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"gnK" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"gFB" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" +/obj/structure/sign/directions/medical{ + pixel_y = -34 }, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/obj/structure/sign/directions/engineering{ + pixel_y = -40 }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gFN" = ( -/obj/structure/railing{ - dir = 8 +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 }, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"gGc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/flasher/directional/west{ - id = "AI"; - pixel_y = -26 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"gGA" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/security/brig) -"gGR" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"gGU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"gGX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"gnL" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/sign/poster/contraband/d_day_promo/directional/east, -/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"gHd" = ( -/turf/closed/wall, -/area/station/engineering/storage/tech) -"gHx" = ( -/obj/effect/turf_decal/stripes/white/line{ +/area/station/security/office) +"gnM" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/item/clothing/gloves/latex/nitrile, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"gnQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/transport/crossing_signal/southwest, +/obj/machinery/vending/coffee, +/obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"gHz" = ( -/obj/structure/closet/secure_closet/hop, -/obj/structure/sign/clock/directional/west, -/obj/structure/secure_safe/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"gHO" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/commons/dorms) +"gnW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gHQ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"gHW" = ( -/obj/machinery/exodrone_launcher, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"gIt" = ( -/turf/closed/wall, -/area/station/science/robotics/lab) -"gIO" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/east, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/right) -"gIV" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/area/station/security/brig) +"gov" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 4 +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Medical - Main East"; + network = list("ss13","medbay") + }, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"goC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"gIW" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gJo" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gJB" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"goK" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot/left, +/obj/effect/turf_decal/bot/right, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"gpb" = ( /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, -/area/station/commons/dorms) -"gJE" = ( -/obj/machinery/porta_turret/ai{ +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/clock/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) -"gJH" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/turf/open/floor/grass, -/area/station/hallway/primary/tram/center) -"gJP" = ( +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"gpi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gpm" = ( /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/cargo/office) +"gpp" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) -"gJZ" = ( -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) -"gKc" = ( +"gpq" = ( /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/barber) +"gpr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 6 }, -/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/turf/open/openspace/airless, +/area/station/asteroid) +"gpH" = ( +/obj/effect/turf_decal/siding/thinplating, +/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/service) -"gKf" = ( -/obj/effect/turf_decal/trimline/dark_blue/line, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"gKg" = ( -/obj/structure/flora/tree/palm/style_random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/medical/virology) -"gKo" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/area/station/commons/fitness/recreation) +"gpR" = ( +/obj/item/beacon, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"gKY" = ( -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gLb" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_lower_eva_external"; - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_lower_eva_external"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/area/station/hallway/secondary/entry) +"gqf" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" }, -/obj/effect/turf_decal/sand, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"gLe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"gqp" = ( +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"gqv" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/transport/crossing_signal/northwest, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"gqL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"gLi" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gLr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/area/station/engineering/atmos) +"gqV" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gLt" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/maintenance/disposal/incinerator) +"grb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/multitool, -/obj/effect/spawner/random/maintenance, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"gLA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/brig) +"grc" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 5 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/turf/open/floor/engine/hull, +/area/station/solars/port) +"gre" = ( +/obj/structure/table/reinforced, +/obj/structure/secure_safe/caps_spare/directional/east, +/obj/machinery/cell_charger{ + pixel_y = 4 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"gLE" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/command/bridge) +"grh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gLF" = ( +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"grz" = ( +/obj/effect/decal/cleanable/dirt, /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/holding) +"grB" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/research) -"gLN" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 - }, -/area/station/hallway/primary/tram/center) -"gMc" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"gMo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"grN" = ( /obj/effect/turf_decal/trimline/white/filled/line{ - dir = 8 + dir = 5 }, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gMG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez2"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"gMH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/ai_monitored/turret_protected/aisat_interior) +"gsu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/mob/living/simple_animal/bot/secbot/pingsky{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"gsO" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"gML" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"gMQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gsT" = ( +/obj/structure/easel, +/obj/item/canvas/nineteen_nineteen, +/obj/item/canvas/twentythree_nineteen, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"gtj" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gtr" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, +/obj/effect/turf_decal/trimline/brown/filled/corner, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + 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/cargo/storage) +"gtu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"gtz" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/station/security/courtroom) +"gtH" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/reagent_containers/cup/bottle/multiver, +/obj/item/reagent_containers/cup/bottle/epinephrine, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"gNb" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 +/area/station/security/medical) +"gtN" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/kitchen/rollingpin, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"gtQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"gNc" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"gNg" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"gNi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gtU" = ( /obj/structure/lattice/catwalk, -/obj/structure/cable, +/obj/structure/railing, /obj/structure/railing/corner{ dir = 4 }, /obj/structure/railing/corner{ dir = 1 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"gNu" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/multitool, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"gNC" = ( -/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"gtZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/airalarm/directional/south, /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/hallway/secondary/service) -"gNR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/commons/dorms) +"gui" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"gOc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Lower Ring Access"; + network = list("aicore") }, -/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"gul" = ( /obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"gun" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"guu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gOg" = ( -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 8 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"gOk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 +/obj/structure/disposalpipe/segment{ + dir = 8 }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"guI" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"gOD" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/obj/effect/landmark/navigate_destination/dorms, +/turf/open/floor/iron, +/area/station/commons/dorms) +"guL" = ( +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"gvm" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 }, -/obj/structure/railing/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/port) -"gOJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gOQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"gPc" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"gvC" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"gvI" = ( +/turf/closed/wall, +/area/station/security/prison) +"gvO" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"gvQ" = ( /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/command) -"gPo" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"gPt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/space/basic, -/area/space/nearstation) -"gPv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/brig) +"gwb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/effect/turf_decal/trimline/tram/filled/corner, +/obj/effect/turf_decal/trimline/tram/corner, /turf/open/floor/iron, -/area/station/security/prison/workout) -"gPw" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" +/area/station/hallway/primary/tram/left) +"gwy" = ( +/obj/structure/sign/warning/no_smoking{ + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"gPA" = ( +/area/station/maintenance/disposal/incinerator) +"gwK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gwP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/ladder, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"gwR" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"gwY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"gxb" = ( /obj/effect/turf_decal/stripes/line{ - dir = 9 + dir = 10 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gxf" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"gPJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/ai_monitored/security/armory) +"gxm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"gPM" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"gPN" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/freezer, -/area/station/commons/toilet) -"gPW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 9 - }, /turf/open/floor/iron, -/area/station/command/teleporter) -"gQa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/hallway/secondary/command) +"gxq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"gxV" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"gQe" = ( -/turf/closed/wall, -/area/station/solars/port) -"gQf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Science - Mech Bay"; + network = list("ss13","rd") }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/science/robotics/mechbay) +"gxY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/closet/boxinggloves, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Fitness Center South-West" + }, +/obj/structure/sign/calendar/directional/south, /turf/open/floor/iron, -/area/station/security/prison) -"gQq" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/commons/fitness) +"gyn" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"gQr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/hallway/secondary/exit/departure_lounge) +"gys" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/gravity_generator/main, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"gyw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"gQs" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, +/area/station/science/lower) +"gyz" = ( +/obj/effect/turf_decal/siding/thinplating, /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/security/brig) -"gQu" = ( -/obj/item/pickaxe/mini, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"gQC" = ( -/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/command/gateway) -"gQI" = ( +/area/station/commons/fitness/recreation) +"gyC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/ai/directional/west{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gyN" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /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) +"gyP" = ( +/turf/closed/wall, +/area/station/science/robotics/mechbay) +"gzw" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/office) +"gzx" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"gzL" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"gzP" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"gQJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/service/hydroponics) +"gzY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"gzZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white, -/area/station/science/explab) -"gQK" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/sign/warning/engine_safety{ + pixel_x = -32 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"gQL" = ( -/turf/open/floor/iron/dark/side{ +/area/station/engineering/break_room) +"gAm" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 }, -/area/station/command/teleporter) -"gQQ" = ( -/obj/structure/closet/l3closet/janitor, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 6 +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_sci_lift" }, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 8 +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/research) +"gAC" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/turf/open/floor/iron, -/area/station/service/janitor) -"gQY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/effect/landmark/start/paramedic, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gRb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/sand/plating, /obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/port) +"gAH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"gRj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"gAJ" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"gAO" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"gRm" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"gAQ" = ( /obj/structure/table, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"gRw" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gRA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_upper_lower_eva_external"; - idInterior = "mostleft_upper_lower_eva_internal"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"gRP" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, /obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" + id = "commissarydeezdoorz"; + name = "Vacant Commissary Shutters" }, /turf/open/floor/plating, -/area/station/cargo/warehouse) -"gSa" = ( -/turf/closed/wall, /area/station/commons/vacant_room/commissary) -"gSg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"gSq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"gAY" = ( +/obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"gSr" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"gBr" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8; + piping_layer = 2 }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"gBt" = ( +/obj/machinery/cryo_cell{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gSw" = ( -/obj/structure/table, -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"gBw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"gSy" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"gSA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/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/tram/right) +"gBz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 4; + pixel_y = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/item/storage/box/bodybags, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gBL" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, -/area/station/cargo/office) -"gSB" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/science) -"gSP" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Lathe Access" +/area/station/commons/dorms) +"gBN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + 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/hallway/secondary/service) -"gSZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/hallway/primary/tram/left) +"gBR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"gTb" = ( -/obj/structure/railing/corner{ +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"gBV" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/railing/corner{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Prison Prep Room" +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"gTf" = ( -/obj/machinery/computer/records/medical{ +/area/station/hallway/secondary/construction/engineering) +"gBX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gTk" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/science/research) +"gCq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"gTo" = ( -/obj/effect/spawner/random/vending/snackvend, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ - dir = 9 + dir = 1 }, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gTq" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ +/area/station/maintenance/tram/left) +"gCC" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"gCH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gCI" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gTr" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"gTy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -24; + pixel_y = 24; + req_access = list("virology") + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gTz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"gTG" = ( -/turf/closed/wall, -/area/station/security/prison/work) -"gTK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/turf/open/floor/iron/white, +/area/station/medical/virology) +"gCQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"gCY" = ( +/obj/structure/railing{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"gTP" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Service - Bar Lounge South East" +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"gDq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/machinery/barsign/directional/south, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gTT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"gDr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" +/turf/open/floor/iron, +/area/station/cargo/storage) +"gDI" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gTY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen" +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/duct, -/obj/structure/cable, -/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/checker, -/area/station/service/kitchen) -"gUn" = ( -/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/engineering) -"gUr" = ( -/obj/structure/sign/warning/secure_area{ - name = "HIGH SECURITY STORAGE"; - pixel_y = 32 +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"gDU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"gEs" = ( +/obj/machinery/power/terminal{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"gEx" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/contraband/pwr_game/directional/north, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"gUu" = ( -/turf/open/openspace, -/area/station/hallway/secondary/entry) -"gUw" = ( -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"gUB" = ( +/area/station/service/janitor) +"gEC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_lower_lower_eva_external"; - idInterior = "mostleft_lower_lower_eva_internal"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; + idExterior = "middleright_upper_eva_external"; + idInterior = "middleright_upper_eva_internal"; + idSelf = "middleright_upper_eva_airlock_control"; name = "External Access Console"; pixel_y = 24 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"gUQ" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"gUX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, +/area/station/hallway/primary/tram/center) +"gEK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, /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) -"gUZ" = ( -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plating, +/area/station/science/lower) +"gER" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"gVi" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"gVp" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"gVr" = ( -/obj/structure/chair{ +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"gEU" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"gFf" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"gFk" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gVG" = ( -/obj/machinery/door/airlock/hatch{ - id_tag = "vacant_space"; - name = "Vacant Commissary" +/area/station/cargo/miningdock) +"gFm" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/plumbing/input{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/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/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"gVL" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"gVM" = ( +/turf/open/floor/engine, +/area/station/science/xenobiology) +"gFt" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/obj/structure/displaycase/trophy, +/turf/open/floor/wood/large, +/area/station/service/library) +"gFu" = ( +/obj/effect/landmark/event_spawn, /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/central) -"gVN" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/right, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"gVV" = ( -/obj/machinery/vending/security, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"gWl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/recharge_floor, +/area/station/science/robotics/mechbay) +"gFx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"gFA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 }, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"gWm" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light/floor, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"gWt" = ( +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/machinery/door/poddoor/shutters{ + id = "righttunnel" + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"gFI" = ( /obj/machinery/door/airlock{ - name = "Permabrig Showers" + id_tag = "private_n"; + name = "Private Quarters N" }, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"gWu" = ( -/obj/structure/disposalpipe/trunk{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"gFO" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/disposal/bin, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"gWy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/security/checkpoint/science) +"gGb" = ( +/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) +"gGi" = ( +/obj/machinery/modular_computer/preset/civilian, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Command - Bridge North" +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"gGv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/machinery/incident_display/dual/directional/north, -/turf/open/floor/iron, -/area/station/command/bridge) -"gWD" = ( -/obj/item/trash/flare, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"gWE" = ( -/obj/machinery/vending/sustenance, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"gGx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/security/prison) -"gWG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Chemistry Airlock"; + network = list("ss13","medbay") }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"gWL" = ( -/obj/structure/toilet{ - pixel_y = 13 + dir = 4 }, -/obj/structure/mirror/directional/east, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"gWP" = ( +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"gGy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"gGV" = ( /obj/structure/table, -/obj/machinery/syndicatebomb/training, +/obj/item/instrument/harmonica, /turf/open/floor/iron, -/area/station/security/office) -"gXk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Monastary" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/area/station/security/prison) +"gHe" = ( /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/dark, -/area/station/service/chapel/monastery) -"gXo" = ( -/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/iron/white, -/area/station/science/research) -"gXp" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/service/chapel) +"gHh" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, -/area/station/science/lobby) -"gXr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood/large, -/area/station/service/barber) -"gXw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, +/area/station/medical/medbay/lobby) +"gHp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"gHx" = ( +/obj/effect/landmark/event_spawn, /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/primary/tram/left) -"gXy" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood/large, -/area/station/service/library) -"gXE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/tile/neutral{ 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/security/brig) -"gYd" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/commons/dorms) +"gHC" = ( +/obj/structure/sign/poster/official/random/directional/west, +/obj/machinery/vending/clothing, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gYq" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/tram/left) -"gYs" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"gYy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"gYK" = ( -/obj/machinery/exodrone_launcher, -/obj/item/exodrone, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"gYM" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"gHE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/cold/directional/north, /turf/open/floor/iron/white, /area/station/science/lower) -"gYN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +"gIf" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"gYY" = ( -/obj/structure/chair/stool/bar/directional/west, /turf/open/floor/iron, -/area/station/security/prison) -"gYZ" = ( -/obj/machinery/ntnet_relay, -/obj/structure/sign/warning/no_smoking{ - pixel_y = -32 +/area/station/engineering/atmos/pumproom) +"gIj" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Oxygen Tank Injection Port" }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"gZg" = ( -/obj/structure/toilet{ - dir = 4 +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"gIq" = ( +/obj/machinery/smartfridge/drying, +/turf/open/floor/iron/white/side{ + dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "ToiletSci2"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/area/station/service/kitchen) +"gIG" = ( +/obj/structure/chair/comfy/black{ + dir = 4 }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"gZp" = ( -/obj/machinery/duct, -/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, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gZu" = ( -/obj/structure/table, -/obj/item/clothing/gloves/boxing, -/obj/item/clothing/gloves/boxing/blue{ - pixel_x = 4; - pixel_y = 5 +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"gZB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez4"; - name = "Xenobiology Containment Blast Door" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"hag" = ( -/turf/closed/wall, -/area/station/medical/psychology) -"hai" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"gIO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/light/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"gJs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"haR" = ( +/area/station/cargo/miningdock/cafeteria) +"gJw" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_upper_lower_eva_external"; - idInterior = "middleleft_upper_lower_eva_internal"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, +/obj/structure/falsewall, +/turf/open/floor/plating, /area/station/maintenance/tram/mid) -"haY" = ( -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron, -/area/station/cargo/storage) -"haZ" = ( -/obj/structure/destructible/cult/item_dispenser/archives/library, -/turf/open/floor/engine/cult, -/area/station/service/library) -"hbv" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/line{ +"gJI" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"gJR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Security - Rec Room East"; - dir = 6; - network = list("ss13","Security","prison") - }, /turf/open/floor/iron, -/area/station/security/prison/workout) -"hby" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/security/prison/garden) +"gJY" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/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/general, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"gKh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ 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/engineering/supermatter/room) -"hbP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/service) +"gKi" = ( +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/item/weldingtool/mini, -/obj/item/clothing/glasses/welding, -/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/port/central) -"hbU" = ( -/turf/closed/wall/r_wall, -/area/station/commons/vacant_room/commissary) -"hch" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"hco" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/command/teleporter) +"gKr" = ( +/obj/effect/turf_decal/siding/thinplating, +/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/security/brig) -"hcu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/dim/directional/west, /turf/open/floor/iron, -/area/station/science/lower) -"hcv" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/area/station/commons/fitness/recreation) +"gKy" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 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/dim/directional/east, /turf/open/floor/iron/dark, -/area/station/maintenance/central/greater) -"hcM" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +/area/station/cargo/drone_bay) +"gKF" = ( +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 }, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"hcO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = 8 }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/machinery/computer/records/security{ +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"gKJ" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/ce) +"gKX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"gLd" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"gLW" = ( +/obj/structure/bed/double{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"hdc" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/obj/item/bedsheet/dorms_double{ + dir = 4 }, -/obj/effect/turf_decal/trimline/white/filled/corner, -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/structure/sign/clock/directional/north, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"gLY" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/east{ + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"gMi" = ( +/obj/machinery/air_sensor/air_tank, +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"gMk" = ( +/obj/structure/chair{ dir = 8 }, -/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"hdi" = ( -/obj/structure/railing/corner, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"hdj" = ( -/obj/structure/table, -/obj/item/storage/box/chemimp{ - pixel_x = 6 +/area/station/security/courtroom) +"gMr" = ( +/obj/machinery/computer/telecomms/server{ + dir = 1; + network = "tcommsat" }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/item/storage/lockbox/loyalty, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"hdo" = ( -/obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) -"hdI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/commons/fitness) -"hdO" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"hdV" = ( -/obj/machinery/door/airlock{ - id_tag = "private_q"; - name = "Private Quarters Q" +/area/station/tcommsat/computer) +"gMA" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/tram/left) +"gMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"gMN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, /turf/open/floor/wood, -/area/station/commons/dorms) -"hef" = ( -/obj/effect/landmark/event_spawn, +/area/station/service/bar/backroom) +"gMT" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/recharge_floor, -/area/station/science/robotics/mechbay) -"heh" = ( -/obj/machinery/camera{ - c_tag = "Civilian - Radstorm Shelter"; - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gNc" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "crgdoor"; + name = "Security Post - Cargo" }, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"hej" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /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, -/area/station/commons/vacant_room/office) -"hek" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"gNk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"heM" = ( +/area/station/medical/medbay/central) +"gNm" = ( +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"gNn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/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/grimy, -/area/station/service/chapel/office) -"heT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"hfk" = ( -/obj/effect/turf_decal/trimline/neutral/line{ +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gNr" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"gNy" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"gNE" = ( +/obj/structure/bed/medical{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"hfA" = ( -/obj/structure/rack, -/obj/item/weldingtool, -/obj/item/crowbar, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/obj/machinery/defibrillator_mount/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"hfJ" = ( -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hfN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/medical/treatment_center) +"gNN" = ( +/obj/machinery/vending/wardrobe/coroner_wardrobe, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"gNX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"hfP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"gOa" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/under/rank/prisoner/skirt, +/obj/item/clothing/shoes/sneakers/orange, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"gOg" = ( +/obj/effect/turf_decal/siding/thinplating{ + 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/security/prison/garden) -"hgl" = ( -/obj/machinery/door/airlock/security{ - name = "Evidence Storage" +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 10 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/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/dark, -/area/station/security/evidence) -"hgy" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/official/here_for_your_safety/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"gOh" = ( /obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"hgB" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 8 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"hgD" = ( -/obj/machinery/button/door/directional/west{ - id = "private_n"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"gOA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"hgE" = ( -/turf/closed/wall/rock/porous, -/area/station/science/explab) -"hgP" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"hgX" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 4 +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"hhf" = ( -/obj/machinery/power/terminal{ - dir = 1 +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -23 }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"hhh" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"gOF" = ( +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"gOG" = ( /obj/machinery/door/airlock/research{ name = "Research Division Access" }, @@ -22146,250 +21889,271 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron/white/side, /area/station/science/research) -"hhx" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 +"gPA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"hhz" = ( -/obj/structure/cable/multilayer/connected, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"hhB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/command/bridge) +"gPB" = ( +/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/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "O2 Outlet Pump" +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"gPP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hhJ" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"hhK" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/spawner/random/armory/disablers, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"hhT" = ( -/obj/effect/landmark/navigate_destination/court, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"hhZ" = ( -/obj/machinery/destructive_scanner, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 9 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"hij" = ( /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"him" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/engineering/engine_smes) +"gPT" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"gPV" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"hiO" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/structure/closet/emcloset, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) -"hiQ" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"hiV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) -"hjq" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/science/ordnance/storage) +"gQk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/chair/comfy/black{ +/obj/effect/turf_decal/trimline/red/filled/corner, +/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/brig) +"gQv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gQz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hjB" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"hkm" = ( -/obj/structure/table, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"gQO" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/security/prison) +"gQZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"gRj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, /turf/open/floor/iron, -/area/station/commons/storage/art) -"hkC" = ( +/area/station/engineering/atmos) +"gRl" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, /turf/closed/wall/r_wall, -/area/station/command/teleporter) -"hkP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/area/station/engineering/atmos) +"gRG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/commons/fitness/recreation) -"hkS" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/service) +"gRO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"hkY" = ( -/obj/structure/chair/greyscale{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/bar{ +/obj/machinery/computer/security/telescreen/prison/directional/east, +/turf/open/floor/iron, +/area/station/security/office) +"gRQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/escapepodbay) -"hkZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/engineering/main) +"gRY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/chair/stool/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, -/area/station/security/prison) -"hlb" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/weather/snow, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"hlr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/engine, -/area/station/science/explab) -"hlz" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/secondary/service) +"gSa" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, -/obj/structure/rack, -/obj/item/pickaxe{ - pixel_x = 5 +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 6"; + dir = 6; + network = list("ss13","Security","prison","pcell") }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"hlD" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"hlR" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 +/area/station/security/prison/safe) +"gSf" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/service_all, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"hmd" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south{ - pixel_x = -3 +/area/station/engineering/storage/tech) +"gSi" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"gSj" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/station/cargo/sorting) +"gSF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/landmark/start/roboticist, /turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"hme" = ( -/obj/structure/railing/corner{ - dir = 1 +/area/station/science/robotics/lab) +"gSJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/glass/reinforced, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, /area/station/science/research) -"hmh" = ( +"gSV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/modular_computer/preset/cargochat/science, +/turf/open/floor/iron/white, +/area/station/science/lab) +"gTu" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"gTw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"hmp" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/area/station/maintenance/tram/left) +"gTx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, +/turf/open/floor/carpet, +/area/station/service/library) +"gTA" = ( +/obj/structure/fluff/tram_rail/electric, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"gTJ" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"gTK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gTN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"hms" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"hmu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/openspace, -/area/space/nearstation) -"hmE" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"gUn" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"gUE" = ( +/obj/machinery/power/emitter, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"gUH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 5 @@ -22401,2761 +22165,2675 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"hmM" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, +"gUO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"hmO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gVd" = ( /obj/structure/railing{ - dir = 6 + dir = 1 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Upper Ring North"; + network = list("aicore") }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"hmR" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/left) -"hmS" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/station/holodeck/rec_center) -"hnb" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet5"; - name = "Unit 5" +"gVI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gVO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/break_room) +"gVW" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"hnd" = ( -/obj/machinery/door/window/right/directional/south{ - name = "Suit Storage" +/obj/effect/turf_decal/tile/bar{ + dir = 8 }, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"hne" = ( -/obj/structure/cable, +/area/station/escapepodbay) +"gWd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/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, +/obj/structure/fireaxecabinet/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"hny" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/keycard_auth{ - pixel_x = -6; - pixel_y = 8 +/area/station/command/bridge) +"gWe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/machinery/button/door{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door Toggle"; - pixel_x = -7; - pixel_y = -2; - req_access = list("command") +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/carpet, -/area/station/command/bridge) -"hnE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"gWo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gWu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hnM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/engineering/atmos) +"gWx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"hob" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"hoo" = ( -/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) -"hop" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/mob/living/simple_animal/bot/secbot/pingsky{ dir = 1 }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"gWD" = ( +/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/security/interrogation) +"gWM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"hos" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ +/area/station/security/prison/workout) +"gWV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/virology) +"gXb" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/item/clothing/mask/whistle, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Mixing Lab"; - network = list("ss13","rd") +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"gXo" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"gXA" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "ordnanceburn" +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"hoF" = ( -/obj/structure/sign/warning/no_smoking, -/turf/closed/wall, -/area/station/engineering/atmos) -"hoJ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"hpc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"hpq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 1 +/area/station/medical/medbay/central) +"gYd" = ( +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/office) +"gYl" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron, +/area/station/security/prison) +"gYm" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/soap/nanotrasen, +/obj/machinery/shower/directional/east, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"hpA" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 5" +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"gYp" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/box, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"gYw" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"gYz" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"gYD" = ( +/obj/effect/turf_decal/siding/wood{ + 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/wood/large, +/area/station/service/library) +"gYI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"gYK" = ( +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/prison/safe) -"hpE" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #7"; - req_access = list("xenobiology") - }, -/obj/machinery/door/window/left/directional/south{ - name = "Containment Pen #7"; - req_access = list("xenobiology") - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez7"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hpM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/dogbed{ - desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."; - name = "cat bed" +/area/station/security/checkpoint/science) +"gYO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/mob/living/basic/pet/cat/jerry, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"hpU" = ( -/obj/structure/lattice/catwalk, +/area/station/hallway/secondary/exit) +"gZB" = ( +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 1 +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/structure/railing/corner{ +/turf/open/floor/iron, +/area/station/engineering/main) +"gZE" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gZM" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"hqk" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"gZP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"hae" = ( +/obj/machinery/duct, +/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/commons/lounge) +"haf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 10 }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"hqr" = ( -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 10 }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"hqu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/command/teleporter) +"hay" = ( +/obj/structure/cable, /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/hallway/secondary/command) -"hqB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison/garden) -"hqC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_lower_eva_internal"; - name = "External Access" +/area/station/security/checkpoint/medical) +"haB" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_lower_eva_internal"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"haC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "atmosdropoff" }, -/obj/effect/mapping_helpers/airlock/locked, -/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/maintenance/tram/mid) -"hqU" = ( -/turf/closed/wall, -/area/station/commons/dorms/laundry) -"hrn" = ( -/obj/machinery/computer/cargo/request{ +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"haH" = ( +/obj/structure/chair{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"hrB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"hrD" = ( -/turf/open/openspace, -/area/station/solars/port) -"hso" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/item/shovel/spade, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"hsv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"hsL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "trammaintdock" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/central) -"hsZ" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/area/station/commons/fitness) +"haS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Entry Airlock"; - dir = 10; - network = list("ss13","engineering") +/turf/open/floor/iron, +/area/station/cargo/storage) +"hbg" = ( +/obj/structure/table, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, /turf/open/floor/iron, -/area/station/engineering/main) -"hta" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/commons/storage/art) +"hbQ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Holodeck Controls" }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/science/lab) -"htb" = ( -/turf/open/floor/iron/chapel{ - dir = 6 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/area/station/service/chapel) -"htE" = ( -/obj/structure/bed{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/courtroom/holding) -"htF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +/area/station/commons/fitness/recreation) +"hbV" = ( +/obj/machinery/computer/security{ + dir = 1 }, -/obj/machinery/button/door/directional/west{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Privacy Shutters Toggle"; - req_one_access = list("pharmacy") +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"hce" = ( +/obj/effect/landmark/transport/transport_id/tramstation/line_1, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"hcu" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron, +/area/station/service/janitor) +"hcv" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 }, -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 6; - pixel_y = 4 +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"hde" = ( +/obj/machinery/sparker/directional/west{ + id = "testigniter" }, -/obj/item/reagent_containers/syringe, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"htT" = ( -/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/explab) +"hdn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"hdA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hdB" = ( +/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/cargo/bitrunning/den) -"hui" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +/area/station/engineering/atmos) +"hdD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/processing) +"hdG" = ( +/obj/structure/table, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Entry"; + dir = 10; + network = list("ss13","minisat") }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hdH" = ( +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/solars/starboard/fore) -"huk" = ( -/obj/structure/chair, +/area/station/service/library) +"hdL" = ( /obj/machinery/airalarm/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"hus" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/tank/air{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"huu" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, +/obj/structure/table, +/obj/item/storage/box/prisoner, /turf/open/floor/iron, -/area/station/security/courtroom) -"huv" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ +/area/station/security/processing) +"hdM" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"huK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/machinery/reagentgrinder, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"hvk" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/brig) -"hvm" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, /turf/open/floor/iron/white, -/area/station/science/lab) -"hvn" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"hvs" = ( -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 +/area/station/medical/chemistry) +"hdT" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/basic/pet/fox/renault, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"hee" = ( +/turf/closed/wall/r_wall, +/area/station/asteroid) +"hej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/decal/cleanable/oil/streak, -/obj/effect/landmark/start/bitrunner, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"hvu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"heD" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, /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) -"hvy" = ( -/obj/effect/landmark/start/security_officer, /turf/open/floor/iron, -/area/station/security/office) -"hvE" = ( -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"hvS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"hvU" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Science - Xenobiology Lower Containment Chamber"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 +/area/station/commons/fitness/recreation) +"heE" = ( +/obj/structure/ladder, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"heI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hwf" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/space/basic, -/area/space/nearstation) -"hwm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"heN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ dir = 8 }, +/area/station/ai_monitored/command/storage/eva) +"heY" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + 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/commons/fitness/recreation) +"hfe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /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/office) -"hwn" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/prison) +"hfs" = ( +/obj/structure/railing{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring West"; + dir = 6; + network = list("aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"hfy" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"hwo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hfP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"hfW" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"hwq" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Hydroponics Backroom" +/obj/structure/railing/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"hwu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, /turf/open/floor/iron, -/area/station/security/prison) -"hww" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/construction/engineering) +"hfZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"hgn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"hgG" = ( +/obj/structure/sign/warning/secure_area/directional/north, +/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, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Mid Right Command" }, -/obj/machinery/button/door/directional/south{ - id = "papersplease"; - name = "Arrival Checkpoint Enforcement Override"; - pixel_x = 24; - pixel_y = 0; - req_access = list("kitchen") +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"hgN" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/misc/asteroid, +/area/station/science/explab) +"hhc" = ( +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hhf" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"hht" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"hhC" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 2 }, /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) -"hwy" = ( -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hhD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination/library, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/mapping_helpers/mail_sorting/service/library, +/turf/open/floor/carpet, +/area/station/service/library) +"hhJ" = ( +/obj/machinery/requests_console/directional/east{ + department = "Captain's Desk"; + name = "Captain's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"hhN" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"hhO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/item/radio/intercom/directional/east, +/obj/machinery/coffeemaker, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hwz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/security/brig) +"hic" = ( +/obj/structure/railing{ dir = 4 }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Lower Ring Access"; - network = list("aicore") +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"hif" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"hwC" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lab) -"hwS" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"hwW" = ( -/turf/closed/wall, -/area/station/commons/storage/tools) -"hwX" = ( -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/work) -"hxj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"hxm" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ +/area/station/engineering/atmos) +"hik" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"hxC" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 +/obj/structure/sink/directional/east, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"hin" = ( +/turf/closed/wall/rock, +/area/station/engineering/atmos) +"hiq" = ( +/obj/structure/table/wood, +/obj/structure/sign/picture_frame/showroom/three{ + pixel_x = -8; + pixel_y = 32 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"hxT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line, -/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) -"hxW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/sign/picture_frame/showroom/four{ + pixel_x = 8; + pixel_y = 32 }, -/obj/machinery/light/directional/west, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"hyb" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +/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/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"hyc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/machinery/camera/directional/north{ + c_tag = "Command - Meeting Room North" }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"hyi" = ( +/turf/open/floor/wood, +/area/station/command/meeting_room) +"hiB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"hiD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"hiG" = ( +/obj/effect/turf_decal/sand, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/north{ - id = "engcell" +/obj/machinery/camera{ + c_tag = "Security - Rec Room East"; + dir = 6; + network = list("ss13","Security","prison") }, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"hyn" = ( -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"hyq" = ( -/obj/structure/disposalpipe/segment, +/area/station/security/prison/workout) +"hiR" = ( +/obj/machinery/door/airlock{ + name = "Bathroom" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"hyB" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hyR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/turf/open/floor/carpet, -/area/station/service/chapel) -"hza" = ( -/obj/machinery/computer/order_console/cook, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"hzi" = ( -/obj/effect/turf_decal/siding/wood{ +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"hiT" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/item/stack/tile/wood, -/obj/structure/cable, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"hzo" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/newscaster/directional/south, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"hzs" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"hiZ" = ( +/obj/structure/bodycontainer/morgue/beeper_off, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hja" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/sign/warning/test_chamber/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"hzz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"hzC" = ( +/obj/structure/cable, /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, -/area/station/hallway/secondary/exit/departure_lounge) -"hzO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/hallway/primary/tram/left) +"hjo" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell A" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"hzY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 +/area/station/cargo/sorting) +"hjv" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Distribution Loop"; + dir = 9; + network = list("ss13","engineering") }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"hAf" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" }, /obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"hAz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "lefttunnel" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"hAD" = ( -/turf/open/openspace, -/area/station/security/checkpoint/supply) -"hAH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"hjx" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"hAK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"hjM" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/turf/open/floor/iron/dark/corner, -/area/station/ai_monitored/command/storage/eva) -"hAP" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/medical/virology) -"hBa" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"hBi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"hkt" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/maintenance/port/central) -"hBo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/status_display/evac/directional/west, -/obj/effect/turf_decal/trimline/red/filled/warning{ +"hkB" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/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/commons/lounge) +"hkF" = ( /obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 3; - pixel_y = 8 +/obj/item/aicard, +/obj/item/ai_module/reset, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"hkN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/security/office) -"hBs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"hkQ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"hBt" = ( -/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, -/area/station/science/lobby) -"hBv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white/side{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, +/area/station/service/kitchen) +"hkW" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"hBJ" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"hlb" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/modular_computer/preset/id, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"hlk" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/toy/balloon, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"hln" = ( /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, -/area/station/engineering/atmos) -"hBQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/hallway/secondary/exit/departure_lounge) +"hlo" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -9; + pixel_y = 7 }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 +/obj/effect/landmark/navigate_destination/eva, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -9; + pixel_y = -1 }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 7; + pixel_y = 7 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"hBR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 7; + pixel_y = -1 }, -/obj/effect/turf_decal/trimline/dark_green/filled/corner, -/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hlB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/table, +/obj/machinery/coffeemaker, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"hlD" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/bot/left, +/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/science/research) -"hCC" = ( +/area/station/science/lobby) +"hlF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_eva_external"; - idInterior = "rightmost_lower_eva_internal"; - idSelf = "rightmost_lower_eva_airlock_control"; + idExterior = "middleright_lower_upper_eva_external"; + idInterior = "middleright_lower_upper_eva_internal"; + idSelf = "middleright_lower_upper_eva_airlock_control"; name = "External Access Console"; pixel_y = -24 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"hCJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/area/station/maintenance/tram/mid) +"hlJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ 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/thinplating{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"hCQ" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hlQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 }, -/obj/effect/turf_decal/stripes/line{ +/obj/item/storage/medkit/o2, +/obj/item/storage/medkit/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 2; + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"hlS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"hmb" = ( +/obj/effect/turf_decal/tile/bar{ dir = 8 }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/escapepodbay) +"hmd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"hCS" = ( -/obj/effect/turf_decal/sand, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"hDb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"hmA" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"hDm" = ( -/turf/open/floor/iron/chapel{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"hmF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/area/station/service/chapel) -"hDq" = ( -/obj/structure/table, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hmI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/toy/balloon, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"hDz" = ( -/obj/structure/table/wood, -/obj/item/staff/broom, -/obj/item/clothing/head/costume/sombrero/green, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/theater) -"hDU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 +/area/station/engineering/gravity_generator) +"hmR" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Cargo Bay - Drone Launch Room"; + pixel_x = 14 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/area/station/ai_monitored/command/storage/eva) -"hDW" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber" +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"hmZ" = ( +/obj/structure/sign/poster/official/space_cops/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"hne" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/explab) -"hDX" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/contraband/pwr_game/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/janitor) -"hEg" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/pepper, -/obj/item/assembly/flash/handheld{ - pixel_x = -6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"hng" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"hEl" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"hEs" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/command/bridge) -"hEH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ - dir = 1 +/area/station/hallway/secondary/entry) +"hnH" = ( +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"hnP" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 4 }, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"hEI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/effect/turf_decal/trimline/purple/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/brig) -"hES" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - 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/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"hFc" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"hou" = ( +/obj/machinery/duct, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"hFw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"hox" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/effect/turf_decal/stripes/line{ - dir = 6 + dir = 8 }, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"hFB" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/central) -"hFE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"hoB" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"hFH" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/bar/opposingcorners, +/area/station/hallway/secondary/service) +"hoE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/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/white, +/area/station/medical/surgery/fore) +"hoN" = ( +/obj/effect/landmark/event_spawn, +/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/miningdock/cafeteria) -"hFI" = ( -/obj/docking_port/stationary{ +/area/station/hallway/secondary/exit/departure_lounge) +"hpf" = ( +/obj/machinery/atmospherics/components/binary/pump{ dir = 8; - dwidth = 3; - height = 15; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - shuttle_id = "arrival_stationary"; - width = 7 + name = "Mix to Engine" }, -/turf/open/space/openspace, -/area/space) -"hGm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hpt" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"hpE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/airlock/security{ + name = "Pre-Trial Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" }, -/obj/machinery/firealarm/directional/east, /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/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -9 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"hqi" = ( +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"hqp" = ( +/obj/structure/table, +/obj/item/razor{ + pixel_x = 9; + pixel_y = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"hGE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/item/reagent_containers/cup/rag{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/bottle{ + desc = "A small bottle of Barber's Aid."; + list_reagents = list(/datum/reagent/barbers_aid = 30); + name = "Barber's Aid bottle"; + pixel_x = -2; + pixel_y = 10 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/wood/large, +/area/station/service/barber) +"hqx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/processing) -"hGF" = ( -/obj/machinery/computer/robotics{ - dir = 1 +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/camera/directional/west{ + c_tag = "Science - AI Access Hallway"; + network = list("ss13","rd") }, -/obj/structure/sign/calendar/directional/south, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"hGR" = ( +/obj/machinery/computer/security/telescreen/aiupload/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"hqN" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/fitness) +"hrb" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"hHe" = ( -/obj/structure/railing{ - dir = 1 +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_eva_internal"; + name = "External Access" }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_eva_internal"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hHg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"hrh" = ( +/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/security/glass{ + name = "Security Outpost - Medical" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"hHj" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/area/station/security/checkpoint/science) +"hrm" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/theater) +"hrn" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"hrr" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave/engineering/cell_included, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"hrF" = ( +/obj/structure/table/wood, +/turf/open/floor/wood/large, +/area/station/service/theater) +"hrS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/newscaster/directional/south, /turf/open/floor/iron/white, -/area/station/science/lobby) -"hHl" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, +/area/station/medical/medbay/central) +"hsb" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hsh" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + 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/central) -"hHn" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 4 +/area/station/medical/surgery/aft) +"hss" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 1" }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plating, -/area/station/science/lower) -"hHt" = ( -/obj/structure/chair{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/hangover, /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) -"hHv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/security/prison/safe) +"hst" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /turf/open/floor/iron, /area/station/security/prison) -"hHB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelright" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"hHL" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/stamp/head/hos, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"hHS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"hsN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"hHT" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/leavy/style_random, -/obj/machinery/light/directional/east, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"hHY" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/chapel/monastery) -"hHZ" = ( -/obj/structure/bed{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"htb" = ( +/obj/structure/closet/secure_closet/courtroom, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 + dir = 10 }, -/obj/effect/landmark/start/prisoner, -/obj/machinery/light/small/directional/west, /turf/open/floor/iron, -/area/station/security/prison/safe) -"hIb" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/security/courtroom) +"htq" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"hIg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"hIi" = ( -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"hIB" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"hIC" = ( -/obj/structure/chair/stool/bar/directional/south, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"hIJ" = ( -/obj/machinery/power/terminal{ - dir = 1 +/area/station/ai_monitored/security/armory) +"htr" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/command/bridge) +"htJ" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"huz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"hIK" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/dorms, /turf/open/floor/iron, -/area/station/commons/dorms) -"hIM" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ +/area/station/tcommsat/computer) +"huD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"huO" = ( +/obj/structure/transport/linear/tram, +/obj/structure/tram/split, +/obj/machinery/transport/destination_sign/split/south, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"huT" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - Central Hall"; + dir = 10 + }, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/teleporter) -"hIO" = ( -/obj/machinery/newscaster/directional/west, -/obj/structure/disposalpipe/segment, +/area/station/hallway/secondary/entry) +"huW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/cafeteria, /area/station/science/breakroom) -"hIQ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +"hvm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"hvt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"hJb" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/refreshing_beverage, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 12 +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"hvv" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = -1; - pixel_y = 13 +/obj/machinery/firealarm/directional/south{ + pixel_x = -3 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"hJo" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"hvE" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 + dir = 1 }, -/obj/structure/sign/departments/xenobio{ - pixel_y = -32 +/obj/machinery/camera/directional/north{ + c_tag = "Science - Research & Development"; + network = list("ss13","rd") }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"hJs" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ +/obj/item/kirbyplants/organic/plant10, +/turf/open/floor/iron/white, +/area/station/science/lab) +"hvJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/auxlab/firing_range) +"hvZ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/port) -"hJv" = ( -/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"hwn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 + }, /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"hwv" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"hJD" = ( /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hJK" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"hJP" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "QM #4" +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"hwM" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + department = "Robotics"; + name = "Robotics Requests Console" }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"hJR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"hwO" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/left{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"hJY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/area/station/hallway/secondary/service) +"hwQ" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/plumbing/growing_vat{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hKb" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 5 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"hxA" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"hKd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/floor/iron/dark/smooth_corner, +/area/station/commons/fitness) +"hxL" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"hxY" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Captain's Desk"; + req_access = list("captain") + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"hyy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"hKk" = ( /obj/structure/table, -/obj/item/radio{ - pixel_x = -7; - pixel_y = 6 +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"hyE" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 3 }, -/obj/item/binoculars{ - pixel_x = -3; - pixel_y = -2 +/turf/open/floor/glass, +/area/station/command/meeting_room) +"hze" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = -8 }, -/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ - pixel_x = 7; - pixel_y = 5 +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"hzk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"hKl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, -/obj/machinery/holopad, -/mob/living/carbon/human/species/monkey/punpun, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"hKr" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/security/interrogation) -"hKt" = ( -/obj/structure/table/reinforced, -/obj/item/storage/briefcase/secure, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/bridge) -"hKP" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"hLa" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/structure/sign/calendar/directional/east, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"hLd" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"hLp" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"hzC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"hLs" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"hzN" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"hzR" = ( +/obj/effect/turf_decal/trimline/neutral/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/courtroom) -"hLw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/cold/directional/south, +/area/station/service/hydroponics/garden) +"hAv" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/l3closet/scientist, +/obj/item/radio/intercom/directional/east, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"hLT" = ( -/obj/structure/table, -/obj/machinery/door/poddoor/shutters{ - id = "commissarydeezdoorz"; - name = "Vacant Commissary Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"hLU" = ( +/area/station/command/gateway) +"hAD" = ( +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"hAK" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"hLV" = ( -/obj/structure/closet/secure_closet/security/cargo, -/obj/item/clothing/mask/whistle, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"hLX" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"hAR" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"hMa" = ( -/obj/structure/toilet{ +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"hAW" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, -/obj/machinery/button/door/directional/west{ - id = "ToiletSci1"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"hMc" = ( -/obj/structure/fluff/iced_abductor, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"hMd" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, /obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics N2 Chamber"; - dir = 6; + c_tag = "Engineering - Atmospherics East"; + dir = 10; network = list("ss13","engineering") }, -/turf/open/floor/engine/n2, +/turf/open/floor/iron, /area/station/engineering/atmos) -"hMh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"hBf" = ( +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"hBl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"hBs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/floor/carpet, -/area/station/service/library) -"hMs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ +/obj/machinery/status_display/door_timer{ + id = "Isolation_D"; + name = "Isolation Cell D"; + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"hBy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + 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/directional/west, /turf/open/floor/iron, -/area/station/service/janitor) -"hMv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/supply) -"hMz" = ( -/obj/structure/railing{ - dir = 8 +/area/station/engineering/atmos/pumproom) +"hBH" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hBJ" = ( /obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring West"; - dir = 6; + c_tag = "Secure - AI Upper Ring South"; + dir = 9; network = list("aicore") }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"hMH" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip, -/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/command) -"hNf" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/security/armory) -"hNy" = ( +"hBK" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"hBV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron, +/area/station/commons/fitness) +"hBY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/security/telescreen/turbine/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"hCp" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"hNX" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"hCv" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"hCA" = ( +/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 }, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"hOc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/sign/clock/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = -8; + pixel_y = 23 }, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"hCN" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/light/floor, +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"hCO" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel, -/area/station/service/chapel) -"hOe" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"hOf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"hDj" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Testing Room" }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"hOi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) -"hOm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /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/processing) -"hOB" = ( -/turf/open/openspace/airless, -/area/station/asteroid) -"hOM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/commons/lounge) -"hOP" = ( +/area/station/engineering/atmospherics_engine) +"hDE" = ( +/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"hOR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"hDI" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"hDT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/prison) -"hOZ" = ( -/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/fitness/recreation) -"hPg" = ( -/obj/structure/chair/comfy/brown{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"hDZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"hEb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"hPr" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"hPs" = ( -/obj/structure/rack, -/obj/item/storage/box/gloves{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" }, -/obj/item/wrench, -/obj/item/knife/kitchen, -/obj/effect/turf_decal/siding/purple, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"hEq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hPv" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/carpet, -/area/station/service/theater) -"hPx" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 3 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"hEy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, +/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/service/theater) -"hPK" = ( -/obj/machinery/vending/autodrobe/all_access, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/area/station/security/checkpoint/medical) +"hEB" = ( +/obj/structure/fluff/tram_rail/electric, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"hEK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"hPX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, /obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"hQg" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"hQr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"hEV" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"hQw" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron/white, +/area/station/science/genetics) +"hEY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"hQx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/commons/dorms) -"hQA" = ( +"hFb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hFf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/instrument/musicalmoth, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"hFq" = ( /obj/structure/table, -/obj/item/stock_parts/micro_laser{ - pixel_x = -6; - pixel_y = 4 +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 }, -/obj/item/stock_parts/micro_laser{ - pixel_x = -2; - pixel_y = 2 +/obj/item/stack/cable_coil, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"hFr" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"hFC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"hFH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 2 +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"hFJ" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 6; - pixel_y = -2 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"hQE" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/brig) -"hQH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hFL" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"hQO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +/area/station/hallway/secondary/command) +"hFV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"hQY" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/bot{ - dir = 1 - }, +/area/station/cargo/storage) +"hGt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/engineering/main) -"hRc" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Oxygen Tank Injection Port" - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"hRg" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hRo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/area/station/commons/storage/tools) +"hGy" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"hRw" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 + 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) -"hRy" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/engine/cult, -/area/station/service/library) -"hRD" = ( -/obj/structure/disposalpipe/trunk/multiz/down, -/turf/closed/wall, -/area/station/cargo/sorting) -"hRI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 3 - }, +/area/station/commons/fitness/recreation) +"hGD" = ( +/obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8 - }, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/science/robotics/mechbay) -"hSa" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"hGI" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"hGK" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"hSc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/command/bridge) -"hSp" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/turf/open/openspace, +/area/station/engineering/engine_smes) +"hHd" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/landmark/transport/transport_id/tramstation/line_1, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/indestructible/tram/plate, /area/station/hallway/primary/tram/center) -"hSy" = ( +"hHf" = ( +/obj/structure/closet/bombcloset/security, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"hHm" = ( +/obj/structure/table/optable, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hHB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/prisoner/management, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"hHI" = ( +/turf/open/floor/glass, +/area/station/command/meeting_room) +"hHM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/button/door/directional/east{ + id = "cargowarehouse"; + name = "Cargo Warehouse Shutters" }, -/obj/machinery/firealarm/directional/east, -/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/security/brig) -"hSA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/area/station/cargo/storage) +"hHP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"hSJ" = ( +/area/station/hallway/secondary/service) +"hHY" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"hIg" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/flashlight/lamp, /turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"hSS" = ( +/area/station/service/janitor) +"hIE" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"hIO" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hIW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"hIY" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Outpost - Medical" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron, +/area/station/science/explab) +"hJa" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/white/filled/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"hJd" = ( +/turf/open/floor/iron, +/area/station/engineering/main) +"hJl" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload) +"hJA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/meter, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, -/area/station/security/checkpoint/medical) -"hSW" = ( -/obj/structure/chair{ +/area/station/science/ordnance/storage) +"hJN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hKj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"hKM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/effect/landmark/start/hangover, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hKV" = ( +/obj/machinery/vending/snack, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hTa" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/area/station/cargo/miningdock/cafeteria) +"hKX" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 }, -/obj/machinery/vending/wardrobe/viro_wardrobe, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"hTb" = ( -/obj/machinery/computer/operating{ - dir = 1 +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"hLd" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"hTd" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/storage/tools) -"hTi" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 9 }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"hTn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"hLi" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/button/transport/tram/directional/south{ + id = 1 + }, +/obj/machinery/transport/destination_sign/indicator/directional/south, /turf/open/floor/iron, -/area/station/engineering/main) -"hUe" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ - dir = 8 +/area/station/hallway/primary/tram/left) +"hLr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"hUr" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/contraband/prison, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/radio/intercom/prison/directional/east, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/turf/open/floor/plating, -/area/station/security/prison/work) -"hUA" = ( -/obj/structure/closet/secure_closet/brig{ - id = "medcell"; - name = "Medical Cell Locker" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hLx" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 3" }, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"hUF" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hUP" = ( +/area/station/security/prison/safe) +"hLX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/sign/clock/directional/east, +/obj/structure/closet/secure_closet/personal, +/obj/effect/spawner/random/bureaucracy/briefcase, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"hMg" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"hVr" = ( -/obj/docking_port/stationary{ - dwidth = 5; - height = 7; - name = "Cargo Bay"; - shuttle_id = "cargo_home"; - width = 12 +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"hMh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"hVw" = ( /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hMq" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/spawner/random/armory/shotgun, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"hMs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /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 = "Robotics Maintenance Hatch" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"hMA" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 }, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/science) -"hVz" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/floor/grass, -/area/station/asteroid) -"hVE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"hMB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" +/turf/open/floor/wood, +/area/station/service/theater) +"hMG" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/effect/landmark/navigate_destination{ - location = "Escape" +/obj/machinery/requests_console/directional/east{ + department = "Research Lab"; + name = "Research Requests Console" }, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"hVO" = ( +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lab) +"hMI" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"hMK" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueueend"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/loading_area/white{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"hWa" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"hMQ" = ( +/obj/structure/sign/warning/secure_area{ + name = "HIGH SECURITY STORAGE"; + pixel_y = 32 }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 1 +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"hMU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/item/stock_parts/cell/empty, +/obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"hWi" = ( -/obj/structure/flora/tree/palm/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"hXh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/cargo/warehouse) +"hNe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/button/elevator/directional/south{ - id = "tram_perma_lift" - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_perma_lift" +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"hXp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"hXs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/hallway/secondary/service) +"hNg" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/science/lab) -"hXw" = ( -/turf/closed/wall, -/area/station/maintenance/central/greater) -"hXx" = ( -/obj/structure/table/reinforced, -/obj/structure/window/spawner/directional/north, -/obj/structure/window/spawner/directional/west, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 11 +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"hNo" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"hNx" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" }, -/obj/item/clothing/mask/breath/medical, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"hXD" = ( -/obj/machinery/computer/atmos_control/nitrogen_tank{ - dir = 1 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"hNz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/turf/open/floor/iron, +/turf/open/floor/wood/large, +/area/station/service/library) +"hNI" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/light/floor, +/turf/open/floor/engine/air, /area/station/engineering/atmos) -"hXK" = ( -/obj/structure/chair/pew/left, -/turf/open/floor/iron/chapel{ - dir = 1 +"hNR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/area/station/service/chapel) -"hXP" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron, -/area/station/security/prison) -"hYb" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"hYd" = ( +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hOd" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/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/cargo/miningdock) -"hYe" = ( -/obj/machinery/chem_mass_spec, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"hYk" = ( -/turf/closed/wall/rock/porous, -/area/station/medical/chemistry) -"hYL" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = 32 - }, -/obj/effect/turf_decal/siding/wideplating{ +"hOf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"hZb" = ( -/obj/structure/fluff/tram_rail/electric, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"hZo" = ( -/obj/machinery/duct, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"hZv" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hOh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/prison) -"hZG" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/dark, +/area/station/service/bar) +"hOu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/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/cable, -/obj/structure/fireaxecabinet/directional/north, -/turf/open/floor/iron, -/area/station/command/bridge) -"hZM" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/asteroid) -"hZO" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/service_all, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"hZT" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ +/turf/open/floor/iron/white, +/area/station/medical/virology) +"hOE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "External Waste Ports to Filter" + }, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"iao" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/work) -"iar" = ( -/obj/structure/window/reinforced/spawner/directional/south, +/area/station/engineering/atmos) +"hOS" = ( /obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/machinery/button/door{ - id = "containdeez3"; - name = "Cell Containment Toggle Button" +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 2"; + dir = 6; + network = list("ss13","Security","prison","pcell") }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iaC" = ( -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ibC" = ( -/obj/machinery/door/poddoor/shutters{ - id = "secmechbay"; - name = "Security Mech Bay Shutters" +/area/station/security/prison/safe) +"hOZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/mechbay) -"ibI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_upper_eva_external"; - idInterior = "rightmost_upper_eva_internal"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/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, +/turf/open/floor/iron, +/area/station/security/prison) +"hPi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - North-West Escape Wing Entry" }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"icg" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"hPl" = ( +/obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 8 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"icr" = ( -/obj/machinery/smartfridge/organ, -/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"hPs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"icu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "cytologysecure2"; - name = "Secure Pen Lockdown" +/area/station/ai_monitored/security/armory) +"hPA" = ( +/obj/structure/chair/office{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"icA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - West Tram Tunnel 1" +/obj/machinery/newscaster/directional/west, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"hPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"hPI" = ( +/obj/machinery/holopad, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"hPM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"icC" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/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, +/area/station/hallway/secondary/command) +"hPQ" = ( +/obj/structure/secure_safe/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"icE" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/commons/vacant_room/commissary) +"hPW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/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/security/prison) +"hQk" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"hQm" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"hQE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /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, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/office) -"icN" = ( -/obj/effect/decal/cleanable/food/flour, -/turf/open/floor/iron/white/side{ +/area/station/science/ordnance/storage) +"hQK" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/area/station/service/kitchen) -"idc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"hRa" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Genetics"; + network = list("ss13","rd") + }, +/obj/structure/sign/clock/directional/west, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"hRi" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"hRj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + 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/hallway/secondary/exit) -"idh" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/sec{ - pixel_y = 7 - }, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 +/area/station/engineering/atmos) +"hRs" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, /turf/open/floor/iron, -/area/station/security/office) -"idm" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"idq" = ( +/area/station/cargo/storage) +"hRx" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"hRC" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/firealarm/directional/south, /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/hydroponics) -"idR" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig) +"hSs" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"idV" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/end, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"ieh" = ( -/obj/machinery/flasher/directional/north{ - id = "AI" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"ieq" = ( -/obj/structure/table, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"ieG" = ( /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/ai_monitored/turret_protected/aisat_interior) -"ieK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron, +/area/station/cargo/storage) +"hSw" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"ieM" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/tape{ - pixel_x = 5; - pixel_y = 2 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 6 }, -/obj/item/tape{ - pixel_x = 4; +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; pixel_y = 8 }, -/obj/item/taperecorder{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"ieT" = ( -/turf/closed/wall/r_wall, -/area/station/command/gateway) -"iff" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, +/turf/open/floor/iron, +/area/station/service/janitor) +"hSH" = ( /obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"ifz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"ifO" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"ifW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"ifX" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/lobby) -"ifY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/box, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"igg" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2"; - name = "Unloading Conveyor"; - pixel_x = -13; - pixel_y = -4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +/area/station/command/gateway) +"hSJ" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"hTa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/cargo/storage) -"igl" = ( -/obj/machinery/button/door/directional/west{ - id = "private_q"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"igL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, +/area/station/hallway/secondary/entry) +"hTc" = ( +/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"igP" = ( -/obj/modular_map_root/tramstation{ - key = "atmoscilower"; - name = "atmoscilower" - }, -/turf/open/misc/asteroid, -/area/station/asteroid) -"igQ" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/button/door/directional/west{ - id = "Toilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"igR" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - location = "Theatre"; - name = "navigation beacon (Theatre Delivery)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/south{ - name = "Theatre Delivery Chute"; - req_access = "theatre" +/area/station/cargo/miningdock) +"hTg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"igT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/siding/thinplating_new/corner, +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ihd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/science/explab) +"hTk" = ( +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"hTn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"hTF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hTL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/sign/warning/firing_range/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ihi" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/dorms) +"hTX" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"ihS" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hUa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/tank/air{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"ihY" = ( -/turf/closed/wall, -/area/station/maintenance/port/aft) -"iif" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"hUf" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator"; + dir = 9; + network = list("ss13","engineering") }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"iiA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iiC" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/maintenance/disposal/incinerator) +"hUo" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"iiH" = ( -/turf/open/openspace, -/area/station/science/research) -"iiK" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/machinery/modular_computer/preset/cargochat/medical{ dir = 1 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"iiL" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/area/station/medical/storage) +"hUr" = ( +/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/smooth_edge{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/service/library) -"iiQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/area/station/security/execution/education) +"hUt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"hUz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelright" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"hUK" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"iiX" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ijc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"hUQ" = ( +/obj/machinery/teleport/station, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"hUY" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_lower_eva_external"; + name = "External Access" }, -/obj/structure/railing{ - dir = 4 +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_lower_eva_external"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/effect/turf_decal/sand, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"hVa" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/iron, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, /area/station/commons/dorms) -"ije" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/button/door{ - id = "containdeez5"; - name = "Cell Containment Toggle Button" - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ijf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east{ - pixel_y = 4 +"hVo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) -"ijg" = ( -/obj/structure/table, -/obj/item/storage/dice, /obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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) -"ijn" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" - }, -/obj/machinery/light/directional/north, +/area/station/security/prison/safe) +"hVy" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/floor, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"hVG" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/cargo/sorting) -"ijq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/north{ - name = "Chemistry Desk"; - req_access = list("pharmacy") - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" +/area/station/maintenance/disposal/incinerator) +"hVZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"ijA" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"ijP" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing" +/area/station/medical/storage) +"hWI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/turf/open/floor/iron/white, +/area/station/science/lower) +"hWL" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/iron, -/area/station/security/processing) -"ijT" = ( -/obj/structure/urinal/directional/north, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"ijW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/chair/stool/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ika" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ikc" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/button/door/directional/west{ - id = "private_l"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +/area/station/security/brig) +"hWZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"ikd" = ( +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"hXJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"hXK" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/airalarm/directional/south, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 + dir = 1 }, -/obj/item/pen, +/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"ikk" = ( -/obj/machinery/pdapainter/supply, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"ikl" = ( +/area/station/security/prison) +"hXS" = ( /obj/structure/railing, /obj/machinery/door/window/left/directional/north{ name = "The Monkey Pit"; @@ -25163,210 +24841,251 @@ }, /turf/open/floor/glass/reinforced, /area/station/science/genetics) -"ikm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"hXZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/processing) -"ikr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/structure/sign/warning/secure_area{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/atmos) -"iky" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" +"hYd" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) +"hYg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"ikD" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"ikR" = ( -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"ikT" = ( +/area/station/science/explab) +"hYn" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, -/obj/structure/railing/corner{ - dir = 4 +/turf/open/space/basic, +/area/space/nearstation) +"hYo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"ikX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"hYK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"hYN" = ( +/obj/structure/railing{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"hYP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/theater) +"hYR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"ile" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, /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, -/area/station/engineering/gravity_generator) -"ilm" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/disposalpipe/junction/yjunction{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hYT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/space/openspace, -/area/station/solars/port) -"ilF" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ilM" = ( -/obj/item/radio/intercom/prison/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/security/prison) -"ilR" = ( +/area/station/security/processing) +"hYV" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tracking_beacon, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + 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/central) -"ilU" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hYX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hZc" = ( +/obj/machinery/static_signal/northeast, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"hZe" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/utility/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/obj/machinery/light/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"hZr" = ( +/turf/closed/wall/r_wall, /area/station/engineering/atmos) -"imi" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"hZA" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/basic/mouse, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"hZB" = ( +/obj/effect/turf_decal/trimline/white/line{ dir = 9 }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = -8 +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"imF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"hZL" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"imG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/tcommsat/computer) +"hZP" = ( +/obj/structure/railing/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/prison) -"imJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/junction/yjunction{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/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/science/robotics/lab) -"imK" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/turf_decal/weather/snow, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Kitchen Freezer" +/area/station/command/bridge) +"hZZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/button/elevator/directional/south{ + id = "tram_perma_lift" }, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"imO" = ( -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 +/obj/machinery/lift_indicator/directional/south{ + linked_elevator_id = "tram_perma_lift" }, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5; - pixel_y = 1 +/turf/open/floor/iron, +/area/station/security/brig) +"iae" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"imU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer's Office" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/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/command/heads_quarters/cmo) +"ial" = ( +/turf/open/floor/iron, +/area/station/engineering/break_room) +"iaE" = ( +/obj/machinery/door/airlock{ + id_tag = "private_e"; + name = "Private Quarters E" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"iaT" = ( +/obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"ine" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"ibg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" }, -/turf/open/floor/iron/stairs/old{ +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"ibs" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/area/station/service/theater) -"ini" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/wood/large, -/area/station/service/library) -"inC" = ( -/obj/structure/table/glass, -/obj/item/storage/briefcase/secure, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"inJ" = ( -/turf/open/floor/wood/tile, +/obj/machinery/button/door/directional/north{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + req_access = list("robotics") + }, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"ibW" = ( +/obj/effect/spawner/xmastree, +/turf/open/floor/carpet, /area/station/service/chapel) -"ioa" = ( +"ibY" = ( +/obj/effect/decal/cleanable/dirt, +/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/atmospherics_engine) +"ica" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ich" = ( /obj/machinery/door/airlock/command/glass{ name = "Control Room" }, @@ -25380,4036 +25099,4135 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/tcommsat/computer) -"iob" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"iok" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) -"ioC" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"ioD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"ioM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"ioO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"ipj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +"ici" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, /obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ipk" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, -/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"icl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, /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/commons/lounge) -"ipG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/solars/port) -"ipP" = ( -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ict" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 }, -/turf/open/floor/grass, -/area/station/hallway/secondary/construction/engineering) -"ipU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"icx" = ( +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"icO" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron, +/area/station/cargo/storage) +"icU" = ( +/obj/structure/chair/office, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"ide" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"idg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"idz" = ( +/obj/effect/turf_decal/trimline/green/corner, /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/trimline/purple/filled/corner, /turf/open/floor/iron/dark, -/area/station/science/lower) -"iqs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm/directional/west, +/area/station/service/hydroponics) +"idF" = ( +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"idG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"iqA" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"iqJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/hallway/secondary/command) +"idI" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Starboard Tram Platform South"; + pixel_y = -23 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/right) +"idW" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"iqN" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) -"iqT" = ( +/turf/open/floor/iron/smooth, +/area/station/command/gateway) +"iee" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter" + }, /obj/machinery/door/firedoor, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"ief" = ( +/turf/closed/wall/r_wall, +/area/station/command/teleporter) +"iei" = ( +/turf/closed/wall/r_wall, +/area/station/science/robotics/lab) +"ieu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /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/full, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"iqY" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/warning, +/area/station/science/lower) +"iev" = ( +/obj/structure/training_machine, +/obj/item/target, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"irb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/commons/fitness) +"iez" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"ieH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"irj" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/service/chapel) +"ieN" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ + dir = 8 }, -/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/central) -"irk" = ( -/obj/machinery/plate_press, -/turf/open/floor/iron, -/area/station/security/prison/work) -"irm" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/meter, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"irs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/secondary/construction/engineering) +"ieV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"ifg" = ( +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/storage) -"irA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/commons/fitness/recreation) +"ifn" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Dormatories Maintenance Hatch" }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/commons/dorms) +"ifw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/table, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/obj/item/clothing/under/misc/burial, +/obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"irF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/service/chapel/monastery) +"ifI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"ifN" = ( +/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/delivery/white{ + color = "#52B4E9" }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"irG" = ( -/obj/structure/chair/office{ - dir = 1 +/obj/effect/mapping_helpers/dead_body_placer, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/newscaster/directional/east, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"irR" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/warm/directional/north, /turf/open/floor/iron/dark, -/area/station/service/bar) -"isl" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/medical/morgue) +"ifS" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/iron, -/area/station/security/office) -"isB" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/sign/warning/pods/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"ifU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/chair, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Departures - Holding Wing"; + dir = 10; + network = list("ss13","Security") }, /turf/open/floor/iron, -/area/station/escapepodbay) -"isC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/exit/departure_lounge) +"ifX" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"ign" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"igy" = ( +/turf/closed/wall, +/area/station/engineering/supermatter/room) +"igA" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"isE" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/escapepodbay) -"isI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, +/area/station/service/theater) +"igS" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"igT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"isW" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"ite" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"iti" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"itv" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/obj/structure/plaque/static_plaque/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"itX" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/service/hydroponics/garden) +"igV" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ium" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"ihb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"ihc" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ihl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/structure/disposalpipe/segment, -/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/prison/directional/east, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/escapepodbay) -"iuU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/security/checkpoint/medical) +"ihu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"ihB" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/wall/virusfood/directional/east, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 3 }, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"iuW" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"iuX" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/medical/virology) +"iig" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, /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/engineering/main) -"ivb" = ( -/obj/modular_map_root/tramstation{ - key = "medsciupper"; - name = "medsciupper" +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iih" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/storage/toolbox/electrical{ + pixel_x = 4; + pixel_y = 9 }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) -"ivh" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/misc/asteroid, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/dark, /area/station/science/explab) -"ivk" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/bed/medical/emergency, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Lobby"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ivl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"iij" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"ivI" = ( /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/maintenance_hatch{ - name = "Cytology Maintenance Hatch" +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"iis" = ( +/obj/machinery/bci_implanter, +/turf/open/floor/iron, +/area/station/science/explab) +"iiw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/catwalk_floor, -/area/station/science/xenobiology) -"ivK" = ( /obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, +/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) -"ivP" = ( +/area/station/security/brig) +"iix" = ( +/turf/closed/wall/r_wall, +/area/station/science/lower) +"iiH" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ivS" = ( +/area/station/medical/chemistry) +"iiM" = ( +/obj/structure/table, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"iiN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/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/central) -"ivY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Chapel Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, -/turf/open/floor/iron/smooth, -/area/station/service/chapel/office) -"iwi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +/turf/open/floor/iron, +/area/station/security/processing) +"ijj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/departments/holy{ + pixel_y = -32 }, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Hallway - Service Wing Left Upper Hall" +/obj/structure/disposalpipe/junction/flip{ + 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/service) -"iwj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/area/station/commons/fitness/recreation) +"ijR" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ikc" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo - Mining Break Room"; + dir = 9; + network = list("ss13","cargo") }, -/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iwl" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/asteroid) -"iwp" = ( +/area/station/cargo/miningdock/cafeteria) +"iko" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigright"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig) -"iwz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/landmark/start/psychologist, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"iwH" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"iwS" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"iwY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"ixg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +"ikL" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box{ + pixel_x = -2; + pixel_y = 2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/lower) -"ixk" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"ikT" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) -"ixo" = ( -/obj/item/kirbyplants/organic/plant21, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 10 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_sci_lift" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_sci_lift" }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"ixt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"ixv" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"ixB" = ( -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/floor, -/turf/open/floor/grass, +/turf/open/floor/plating/elevatorshaft, /area/station/science/lower) -"ixD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"ild" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"ilh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"iyj" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Isolation Chambers" +/obj/machinery/door/airlock/public/glass{ + name = "Garden" }, -/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/execution/transfer) -"iyv" = ( +/area/station/service/hydroponics/garden) +"ilj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"ilS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/cable, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Dormitories South-West" + }, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/engineering/main) -"iyA" = ( -/obj/effect/turf_decal/stripes/line, +/area/station/commons/dorms) +"ilX" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iyB" = ( -/obj/structure/filingcabinet, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"iyJ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/storage/box/syringes{ - pixel_y = 4 - }, -/obj/item/storage/box/syringes, -/obj/item/mod/module/plasma_stabilizer, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") +/area/station/science/lower) +"ima" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/effect/turf_decal/siding/white{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"imc" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 1 }, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, -/obj/item/gun/syringe, /turf/open/floor/iron/dark, -/area/station/medical/storage) -"iyM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"iyX" = ( +/area/station/medical/morgue) +"imn" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"izq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/cargo/miningdock/oresilo) +"imr" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"inn" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/structure/chair, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"izy" = ( -/obj/structure/table, -/obj/item/clothing/mask/balaclava, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"izD" = ( -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/obj/structure/chair/comfy/black{ + dir = 1 }, -/turf/open/floor/iron/white/corner, -/area/station/service/kitchen) -"izI" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"inK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Recreation Area Maintenance Access" }, /obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres, +/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, /turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"izJ" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/lesser) -"izM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube/horizontal{ - dir = 1 +/area/station/maintenance/department/medical) +"inN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + id = "winkyface"; + name = "Docking Access Control" }, /turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"izS" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/east{ - department = "Research Lab"; - name = "Research Requests Console" +/area/station/maintenance/central/greater) +"inO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/structure/sign/clock/directional/north, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/lab) -"izU" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/security/medical) +"iog" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/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/hallway/secondary/service) +"ioh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/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/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"iAl" = ( -/obj/structure/table, -/obj/item/pipe_dispenser{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/pipe_dispenser, +/area/station/maintenance/tram/mid) +"ioi" = ( +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ios" = ( /obj/effect/turf_decal/trimline/purple/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"iAw" = ( +/obj/effect/landmark/navigate_destination/research, +/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 = 5 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"iAO" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/structure/railing{ - dir = 8 + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lab) +"ioz" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/obj/machinery/elevator_control_panel/directional/south{ - desc = "A small control panel used to move the kitchen dumbwaiter up and down."; - linked_elevator_id = "dumbwaiter_lift"; - name = "Dumbwaiter control Panel"; - preset_destination_names = list("2" = "Hydroponics", "3" = "Kitchen") +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"ioC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iAR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/area/station/security/courtroom/holding) +"ioI" = ( +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_cargo_lift" }, -/turf/open/floor/iron/white, -/area/station/science/research) -"iBc" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/west{ + linked_elevator_id = "tram_cargo_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck"); + req_access = list("mining") }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"iBn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_cargo_lift" + }, +/obj/structure/railing{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"ioM" = ( +/obj/structure/hoop{ + dir = 8 }, -/turf/open/openspace, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"ioN" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid/airless, /area/station/asteroid) -"iBr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"ipe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 8 }, -/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/meter, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"iBJ" = ( -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"iBL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/arrivals) -"iBN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/engineering/atmos/pumproom) +"ipm" = ( +/obj/machinery/computer/cargo/request{ dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/security/office) -"iBV" = ( -/obj/structure/sign/clock/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"iBY" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +/area/station/cargo/sorting) +"ipC" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/transport/crossing_signal/northwest, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"ipP" = ( +/obj/structure/table, +/obj/item/multitool/circuit{ + pixel_x = -8 }, -/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/dark, -/area/station/service/hydroponics) -"iBZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 +/obj/item/multitool/circuit{ + pixel_x = -4 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"iCa" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/item/multitool/circuit, +/obj/item/stock_parts/cell/high{ + pixel_x = 8; + pixel_y = 9 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"iCh" = ( -/obj/structure/cable/multilayer/multiz, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"iCx" = ( -/obj/structure/table/glass, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/suture, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +/obj/item/stock_parts/cell/high{ + pixel_x = 8; + pixel_y = -2 }, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"iCN" = ( -/obj/structure/cable/multilayer/connected, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"iCO" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +/obj/machinery/camera/directional/south{ + c_tag = "Science - Testing Lab"; + network = list("ss13","rd") }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/science/explab) +"iqa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ 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/commons/fitness/recreation) -"iCR" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"iDa" = ( -/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/neutral{ - dir = 1 - }, +/area/station/hallway/secondary/exit) +"iqg" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"iqH" = ( +/obj/effect/turf_decal/sand, /turf/open/floor/iron, -/area/station/commons/dorms) -"iDA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/security/prison/workout) +"iqL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ dir = 4 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/engineering/main) -"iDJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/engineering/atmos) +"iqM" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 1 }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iDN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"iDS" = ( -/obj/item/stack/ore/glass, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"iDW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) -"iEe" = ( -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"iqO" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"iqZ" = ( +/obj/structure/railing, +/obj/machinery/door/window/right/directional/north{ + name = "The Monkey Pit"; + req_access = list("genetics") + }, +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"ird" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"irf" = ( +/obj/machinery/button/door/directional/east{ + id = "armory"; + name = "Armory Shutters"; + req_access = list("armory") + }, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"irv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/item/phone{ + desc = "He bought?"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"irB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/structure/table/glass, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -4; + pixel_y = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"iEx" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating, -/area/station/asteroid) -"iEy" = ( -/obj/effect/turf_decal/sand/plating, +/area/station/engineering/break_room) +"irG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"iEJ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"irK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/courtroom) +"irN" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/command/bridge) +"isa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/service/janitor) +"ism" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"iEK" = ( +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"isM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Break Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, +/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/catwalk_floor, -/area/station/maintenance/starboard/greater) -"iES" = ( -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"iET" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"isP" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 0 + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"isV" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/area/station/hallway/primary/tram/left) -"iEV" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/iron/white, -/area/station/science/research) -"iFg" = ( +/turf/open/floor/iron, +/area/station/security/office) +"isW" = ( /turf/closed/wall, -/area/station/maintenance/starboard/lesser) -"iFo" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/security/prison/safe) +"itb" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/brig) -"iFz" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/area/station/security/courtroom/holding) +"itn" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iFB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/stairs/medium, +/area/station/commons/dorms) +"itE" = ( +/obj/modular_map_root/tramstation{ + key = "atmoscilower"; + name = "atmoscilower" + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"itH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/slippery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"itN" = ( +/obj/effect/turf_decal/stripes/white/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/turf_decal/tile/bar{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iFC" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Foyer" +/area/station/escapepodbay) +"iub" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"iue" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"iug" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iuz" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + space_dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"iva" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"ive" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/obj/effect/mapping_helpers/airlock/access/any/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/break_room) -"iFD" = ( -/obj/structure/chair/stool/bar/directional/east, -/turf/open/floor/wood/large, -/area/station/service/barber) -"iFE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/area/station/commons/storage/primary) +"ivk" = ( +/obj/structure/table, +/obj/item/clothing/head/utility/welding{ + pixel_x = -3; + pixel_y = 7 }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" +/obj/item/clothing/head/utility/welding{ + pixel_x = -5; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/obj/item/multitool, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"iFK" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"iFN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Recreation Area Maintenance Hatch" +"ivn" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Bar" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/modular_map_root/tramstation{ - key = "dormmedupper"; - name = "dormmedupper" +/turf/open/floor/iron/dark, +/area/station/service/bar) +"ivt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"iGf" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"iGi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"ivx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"ivy" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/brig) -"iGq" = ( -/obj/machinery/light/warm/directional/south, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"iGv" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/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, -/area/station/engineering/atmos) -"iGx" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"iGM" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"iHa" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/cargo/office) +"ivC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/duct, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iHG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigright"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, /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/security/brig) -"iHO" = ( -/obj/machinery/door/airlock/centcom{ - desc = "Truly, a marvel of modern engineering."; - name = "Syndicate Secure Airlock System" - }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"iHP" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 1 - }, -/obj/structure/mirror/directional/north, -/obj/structure/sink/directional/south, -/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/genetics) -"iHW" = ( +/area/station/science/auxlab/firing_range) +"iwg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Trial Cell A" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"iIg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/courtroom/holding) +"iws" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mechbay"; + name = "Mech Bay" }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/science/robotics/mechbay) +"iwP" = ( +/obj/structure/sign/departments/vault/directional/north, +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iIx" = ( -/obj/machinery/door/airlock{ - id_tag = "private_a"; - name = "Private Quarters A" +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"iJb" = ( -/obj/machinery/modular_computer/preset/engineering{ - dir = 8 +/turf/open/floor/plating, +/area/station/ai_monitored/command/nuke_storage) +"iwV" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/east, +/obj/machinery/holopad, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"iJd" = ( +/area/station/engineering/storage/tech) +"iwY" = ( /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/service/library) +"ixc" = ( +/obj/effect/turf_decal/bot/left, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"ixq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, -/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) -"iJi" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iJj" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"ixu" = ( +/obj/structure/noticeboard/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Science - Robotics"; + network = list("ss13","rd") }, -/obj/effect/landmark/navigate_destination{ - location = "Arrival Shuttle" +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/crate/mod, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"ixC" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"iJt" = ( -/obj/machinery/computer/security/mining{ +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"ixH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ dir = 4 }, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iJx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/turf/open/space/openspace, +/area/space) +"ixO" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/security/brig) -"iJz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/landmark/start/detective, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"ixP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"iJD" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/cargo/storage) -"iJG" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Freezer Maintenance Hatch" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt, -/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/starboard/greater) -"iJQ" = ( -/obj/machinery/door/window/brigdoor/right/directional/east{ - id = "scicell"; - name = "Science Cell"; - req_access = list("security") +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"ixT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"iJV" = ( +/area/station/hallway/secondary/construction/engineering) +"iyc" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/office) +"iyj" = ( /obj/effect/turf_decal/stripes/line{ - dir = 8 + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/disposalpipe/trunk/multiz{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"iKc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/closed/wall, -/area/station/maintenance/disposal/incinerator) -"iKi" = ( -/obj/structure/railing/corner{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"iyn" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"iKl" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8 +/obj/item/key/janitor, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitorial Requests Console" }, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"iKm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/turf/open/floor/iron, +/area/station/service/janitor) +"iyq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/structure/cable/layer1, -/obj/machinery/airalarm/directional/south, -/obj/effect/mapping_helpers/airalarm/engine_access, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "engine" +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 }, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"iKr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"iKx" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"iKG" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +/area/station/cargo/miningdock) +"iyK" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"iyQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/south{ + pixel_x = -1 + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = 8; + pixel_y = -23 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"iyS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/virology) -"iKX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/area/station/medical/medbay/central) +"izd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/firealarm/directional/south, +/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/miningdock) +"izy" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"izL" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/structure/railing/corner{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"izO" = ( +/turf/open/floor/plating, +/area/station/security/processing) +"izQ" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/barber) +"izU" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"iAb" = ( +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/port) -"iLI" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"iLJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"iAd" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"iLO" = ( -/obj/effect/landmark/navigate_destination/chapel, -/turf/open/floor/carpet, -/area/station/service/chapel) -"iMj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"iMH" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"iMN" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" - }, -/obj/effect/mapping_helpers/airlock/unres{ +/area/station/security/courtroom) +"iAm" = ( +/obj/structure/bodycontainer/morgue/beeper_off{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"iAo" = ( +/obj/machinery/door/airlock/external{ + name = "Common Mining Dock" }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/disposalpipe/segment{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"iMR" = ( -/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/hallway/secondary/exit) +"iAt" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace/airless, +/area/station/asteroid) +"iAI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Right Middle Hall" + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"iMU" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 +/area/station/hallway/secondary/service) +"iAW" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals - Central Docking Wing" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iMY" = ( -/obj/structure/disposaloutlet{ +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iBa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/machinery/button/elevator/directional/north{ + id = "tram_cargo_lift" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_cargo_lift" }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"iMZ" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/hop) -"iNd" = ( -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, -/area/station/cargo/storage) -"iNj" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/cargo/miningdock) +"iBx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/door/airlock/virology/glass{ - name = "Test Subject Cell" +/obj/structure/table, +/obj/item/stack/cable_coil/five, +/obj/item/assembly/igniter, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/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/virology) -"iNk" = ( -/obj/structure/chair/comfy/beige, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"iNm" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/item/assembly/health{ + pixel_x = -5; + pixel_y = 7 }, /turf/open/floor/iron/white, /area/station/science/lobby) -"iNt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, +"iBO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/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/brig) +"iBX" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iNB" = ( -/obj/structure/disposalpipe/junction{ - dir = 2 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, +/area/station/science/lower) +"iCc" = ( +/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/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iCe" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"iCj" = ( +/obj/structure/holosign/barrier/atmos/tram, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iNL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/center) +"iCu" = ( /obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/smartfridge/extract/preloaded, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iNR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"iCA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"iCF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 9 }, /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/east, /turf/open/floor/iron, -/area/station/commons/dorms) -"iNT" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/obj/machinery/door/airlock/external/glass, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"iOb" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/security/office) +"iDb" = ( +/obj/item/crowbar/large, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"iDB" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/item/folder/blue, +/obj/item/pen/blue, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"iDQ" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/turf_decal/stripes/white/line, /obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"iOh" = ( +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 + }, +/area/station/hallway/primary/tram/right) +"iDR" = ( /obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/east{ - pixel_y = 2 +/obj/item/folder/blue, +/obj/item/stamp/head/hop, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -8 }, -/obj/structure/window/reinforced/spawner/directional/south{ - pixel_y = 2 +/obj/machinery/requests_console/directional/west{ + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" }, -/obj/effect/spawner/random/decoration/ornament, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"iOs" = ( -/obj/structure/table, -/obj/machinery/duct, -/obj/structure/cable, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"iEl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"iOt" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron, -/area/station/command/bridge) -"iOA" = ( -/obj/machinery/telecomms/server/presets/service, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"iOH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"iEz" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External East"; + dir = 10; + network = list("ss13","minisat") }, +/turf/open/space/basic, +/area/space/nearstation) +"iEF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"iEG" = ( +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"iOP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Permabrig Maintenance" +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iFb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/rack, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"iFc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/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, -/area/station/maintenance/central/greater) -"iPb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iFH" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"iFP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iFV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness) +"iFX" = ( /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"iPh" = ( +/area/station/commons/dorms) +"iFY" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 10 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/mapping_helpers/apc/cell_10k, /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"iPs" = ( -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"iPy" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/iron/stairs/medium, -/area/station/commons/dorms) -"iPL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"iGh" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/disposalpipe/segment, /obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iGF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/kirbyplants/photosynthetic, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"iGG" = ( +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"iGJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/storage/box/prisoner{ + pixel_y = 8 + }, +/obj/item/storage/box/prisoner, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"iPY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 10 +/area/station/security/brig) +"iGM" = ( +/obj/structure/table/wood, +/obj/item/bodypart/chest/robot{ + pixel_x = -2; + pixel_y = 2 }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"iQs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"iQD" = ( -/obj/structure/chair, +/obj/item/bodypart/head/robot{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"iHh" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/machinery/light/floor, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"iHr" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"iHG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/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/garden) +"iHH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/corner{ +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"iHI" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/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/security/courtroom) +"iHK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"iHO" = ( +/obj/structure/chair{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/north{ - id = "crgcell" +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iQF" = ( +/area/station/commons/fitness/recreation) +"iHT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/warm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iIs" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/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/wood, -/area/station/service/theater) -"iQJ" = ( -/obj/structure/table/glass, -/obj/machinery/coffeemaker, -/obj/structure/sign/calendar/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"iQO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 +/area/station/service/bar/backroom) +"iIH" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"iIS" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = -40 + }, +/obj/structure/sign/directions/upload{ + pixel_y = -22 }, -/turf/open/space/basic, -/area/space/nearstation) -"iQQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iJd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"iJl" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, /area/station/hallway/primary/tram/center) -"iRf" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" +"iJn" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"iJM" = ( +/obj/machinery/light/warm/directional/north, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"iJY" = ( +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"iKg" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/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/iron/white, -/area/station/medical/pharmacy) -"iRs" = ( +/area/station/medical/virology) +"iKr" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"iKN" = ( +/obj/docking_port/stationary/syndicate/northwest{ + dir = 8 + }, +/turf/open/space/openspace, +/area/space) +"iKY" = ( +/obj/item/experi_scanner{ + pixel_x = 5 + }, +/obj/item/experi_scanner, +/obj/item/experi_scanner{ + pixel_x = -5 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/research) +"iLn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"iLs" = ( /obj/effect/landmark/event_spawn, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"iRA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"iLu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"iRK" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"iSy" = ( -/obj/structure/sink/kitchen/directional/west, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"iLv" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, /turf/open/floor/wood, /area/station/service/bar/backroom) -"iSU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"iLP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"iMd" = ( /obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; +/obj/item/folder/white{ pixel_y = 4 }, -/obj/item/pen, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"iTa" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/item/pen/red, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Virology Patient Room B"; + network = list("ss13","medbay") }, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/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 = 10 - }, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"iTp" = ( +/area/station/medical/virology) +"iMj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /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/cargo/lobby) -"iTv" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/newscaster/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/turf/open/floor/iron, -/area/station/service/janitor) -"iTD" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"iTZ" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Chapel North" +"iMl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron/chapel{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/newscaster/directional/west, +/obj/structure/disposalpipe/segment{ dir = 6 }, -/area/station/service/chapel) -"iUX" = ( -/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) -"iVh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - 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, -/area/station/hallway/secondary/exit/departure_lounge) -"iVr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/commons/dorms) +"iMt" = ( +/obj/machinery/air_sensor/oxygen_tank{ + chamber_id = "o2ordance" + }, +/turf/open/floor/engine/o2, +/area/station/science/ordnance/storage) +"iMy" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"iMA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/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/tcommsat/computer) -"iVx" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"iVJ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + 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/service/janitor) -"iVS" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" +/area/station/cargo/storage) +"iMC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/box, +/obj/structure/sign/warning/directional/west{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"iMH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"iWa" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/area/station/engineering/main) +"iNc" = ( +/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/security/brig) +"iNo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "lefttunnel" +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"iNr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"iWd" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/directional/north, -/turf/open/floor/grass, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"iWk" = ( +"iNB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/dorms) +"iNV" = ( /obj/structure/table, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door{ - id = "containdeez4"; - name = "Cell Containment Toggle Button" - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iWl" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/plate, +/obj/item/kitchen/fork/plastic, +/obj/item/knife/plastic{ + pixel_x = 9 }, -/turf/open/floor/carpet, -/area/station/service/library) -"iWm" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"iNZ" = ( +/obj/structure/chair/office{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"iWp" = ( -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"iWB" = ( -/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"iWS" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/storage/primary) -"iWV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/miningdock) -"iXl" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +/turf/open/floor/iron, +/area/station/security/processing) +"iOc" = ( +/obj/machinery/stasis{ + dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 +/obj/machinery/defibrillator_mount/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/siding/wood{ +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"iOh" = ( +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"iOi" = ( /turf/open/floor/wood/large, /area/station/service/library) -"iXo" = ( -/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/trimline/purple/filled/line{ +"iOm" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 23; + pixel_y = -10 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"iOo" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_lavaland" + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"iOy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/incident_display/dual/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"iOC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/obj/machinery/door/airlock/external/glass, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"iOG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"iXt" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Hall"; + dir = 6 }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"iXw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"iXy" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/area/station/hallway/secondary/entry) +"iON" = ( +/turf/open/floor/iron/stairs/left, +/area/station/science/lower) +"iOO" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"iXF" = ( -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/structure/chair, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iXL" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) -"iXO" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/cargo/warehouse) +"iOS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = 4; + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/item/storage/medkit/regular, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main North"; + network = list("ss13","medbay") + }, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iOT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/structure/railing/corner{ +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"iPd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -23 + }, +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"iPi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"iXP" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/iron/smooth, -/area/station/commons/dorms) -"iXZ" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/cable, +/area/station/security/brig) +"iPy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"iPD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"iYn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/airalarm/directional/south, +/area/station/hallway/primary/tram/right) +"iPQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/commons/fitness) -"iYu" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/engineering/supermatter/room) -"iYN" = ( -/obj/structure/chair{ +/area/station/security/prison) +"iQC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/turf/open/floor/iron/white, +/area/station/science/research) +"iQF" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"iQG" = ( +/obj/structure/railing{ dir = 4 }, +/obj/machinery/button/elevator/directional/north{ + id = "tram_xeno_lift" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_xeno_lift" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"iQH" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"iQU" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/office) -"iYU" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" +/area/station/engineering/atmos) +"iRe" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"iRn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"iRC" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"iRL" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"iRQ" = ( +/obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"iRZ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/security/interrogation) +"iSc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/security/interrogation) -"iYV" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"iSf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 + dir = 8 }, +/obj/structure/cable, +/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/security/courtroom) -"iYX" = ( -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"iZC" = ( +/area/station/hallway/secondary/exit) +"iSh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/chapel) -"iZI" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"iSt" = ( +/obj/structure/table/wood, +/obj/item/staff/broom, +/obj/item/clothing/head/costume/sombrero/green, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/theater) +"iSw" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"iSC" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage" +/obj/machinery/camera{ + c_tag = "Maintenance - East Tram Tunnel 3"; + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"iZK" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"iZO" = ( -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"iZW" = ( -/turf/closed/wall, -/area/station/maintenance/department/security) -"jac" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/maintenance/tram/right) +"iSF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"iST" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"iTm" = ( +/obj/structure/table/glass, +/obj/item/storage/pill_bottle/mannitol, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jaD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"jaL" = ( -/obj/effect/spawner/structure/window/reinforced, +/area/station/medical/treatment_center) +"iTr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"jaM" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"iTt" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"iTz" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"iTI" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 4 }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"iTL" = ( +/obj/structure/closet/crate, +/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 + }, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"iTQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/courtroom) -"jaP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_eva_external"; - name = "External Access" +/area/station/hallway/secondary/command) +"iTS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_eva_external"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"iUf" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"jbj" = ( -/obj/effect/landmark/event_spawn, /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/dark, +/area/station/medical/morgue) +"iUh" = ( +/turf/closed/wall, +/area/station/security/warden) +"iUr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iUv" = ( +/obj/structure/bed{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"jbm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"jbo" = ( -/obj/structure/easel, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_twentythree, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"jbA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/prisoner, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"jbL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small/directional/west, /turf/open/floor/iron, -/area/station/engineering/main) -"jcg" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Theatre Stage" - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood, -/area/station/service/theater) -"jcs" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/utility/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +/area/station/security/prison/safe) +"iUw" = ( /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jcO" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"jdi" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/north, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/wood/large, -/area/station/service/library) -"jdK" = ( -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"jdS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"jek" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jen" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/decal/cleanable/cobweb, +/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) -"jeq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/science/research) -"jeN" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = 3 +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"iUD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Public Lavaland Mining Dock" }, -/obj/item/circuitboard/machine/exoscanner, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = -3 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/west, +/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/drone_bay) -"jeQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit) +"iUE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/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, -/area/station/hallway/secondary/exit) -"jeU" = ( +/area/station/security/brig) +"iUO" = ( +/obj/structure/window/reinforced/spawner/directional/south, /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, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jfj" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"iVj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/lattice/catwalk, -/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/tram/mid) -"jfk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, -/area/station/commons/dorms) -"jfv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/area/station/security/prison) +"iVr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/decal/cleanable/oil, -/obj/item/clothing/glasses/welding, /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/port/central) -"jfy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste to Filter" +/area/station/hallway/primary/tram/center) +"iVs" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ +/obj/effect/turf_decal/arrows/white{ + color = "#0000FF"; dir = 4 }, -/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"jfA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Left Lower Hall" +/area/station/engineering/atmospherics_engine) +"iVt" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/effect/landmark/start/prisoner, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jfD" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/prison/safe) +"iVy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell D" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"jfI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jfK" = ( /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"jfO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ - dir = 5 +/area/station/hallway/secondary/exit) +"iVG" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"jfP" = ( -/obj/machinery/computer/security{ +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"jfU" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iWf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"jfY" = ( -/obj/machinery/door/firedoor, +/turf/open/openspace/airless, +/area/station/asteroid) +"iWj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jgG" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jgN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" +/area/station/commons/fitness/recreation) +"iWz" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "holodeck" +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jhg" = ( -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/plating, +/area/station/cargo/storage) +"iWI" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/botanist, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"jhj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"jhk" = ( -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"jhr" = ( -/obj/machinery/modular_computer/preset/civilian{ - dir = 8 +/area/station/service/hydroponics) +"iWL" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 }, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"jhH" = ( -/obj/structure/fluff/tram_rail/end{ +/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/ai_monitored/turret_protected/aisat_interior) +"iWQ" = ( +/obj/structure/chair/office{ dir = 4 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"jhN" = ( -/obj/structure/reagent_dispensers/watertank/high, +/obj/machinery/light/small/built/directional/north, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"iXe" = ( +/obj/structure/lattice/catwalk, /obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"iXx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"iXQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"jhP" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"jid" = ( /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/security/prison/work) -"jig" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/engineering/break_room) +"iXW" = ( +/obj/machinery/static_signal/southeast, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iXX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/departments/science{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iYa" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ dir = 4 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"jir" = ( +/area/station/security/checkpoint/supply) +"iYd" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"iYv" = ( +/obj/structure/chair/office/light{ dir = 4 }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/area/station/escapepodbay) -"jiH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"jiL" = ( +/area/station/medical/pharmacy) +"iYy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/trunk/multiz{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"iZb" = ( +/turf/closed/wall, +/area/station/security/office) +"iZc" = ( +/obj/structure/chair{ + dir = 8 + }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jiP" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"iZf" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/pepper, +/obj/item/assembly/flash/handheld{ + pixel_x = -6 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"iZh" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"jji" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 1 +/area/station/medical/medbay/lobby) +"iZk" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Chapel Office" }, -/obj/structure/railing{ - dir = 1 +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"iZn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"jjm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron, +/area/station/service/theater) +"iZo" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"jjI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_eva_internal"; - name = "External Access" +/area/station/hallway/secondary/entry) +"iZp" = ( +/obj/structure/flora/tree/palm/style_random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_eva_internal"; - idSelf = "mostleft_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/turf/open/floor/grass, +/area/station/medical/virology) +"iZz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"jjQ" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"jjR" = ( -/turf/open/floor/wood/large, -/area/station/service/barber) -"jkG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/railing/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/port) -"jkN" = ( -/obj/structure/lattice/catwalk, +/turf/open/floor/iron, +/area/station/science/lab) +"iZL" = ( +/obj/structure/chair/stool/bar/directional/east, /obj/structure/cable, -/obj/structure/railing{ +/turf/open/floor/iron, +/area/station/security/prison) +"iZM" = ( +/obj/structure/chair{ dir = 4 }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/openspace, -/area/station/solars/port) -"jkP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"iZN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"jkX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/office) +"iZV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"jkY" = ( +/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/dark, -/area/station/service/bar) -"jld" = ( -/obj/structure/table/wood, -/obj/item/disk/data{ - pixel_x = 9; - pixel_y = -1 - }, -/obj/item/disk/design_disk{ - name = "component design disk"; - pixel_y = 6 - }, -/obj/item/disk/tech_disk{ - pixel_x = -2; - pixel_y = -3 - }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"jli" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jlj" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/item/cultivator, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"jlk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"iZY" = ( +/obj/structure/bed/medical/anchored, +/obj/machinery/light/red/directional/west, +/turf/open/floor/iron/textured_large, +/area/station/security/execution/education) +"jai" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"jap" = ( +/obj/structure/chair/office, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"jav" = ( +/obj/structure/alien/weeds/node, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"jaD" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jaG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"jlz" = ( -/obj/machinery/flasher/directional/east{ - id = "medcell" +/area/station/hallway/secondary/service) +"jaL" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"jlO" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"jaQ" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"jaW" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/commons/fitness) -"jlV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/gateway) -"jmp" = ( -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"jmq" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 +/area/station/engineering/atmos) +"jba" = ( +/obj/structure/chair/pew, +/turf/open/floor/iron/chapel{ + dir = 9 }, -/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/area/station/service/chapel) +"jbb" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/engineering/main) -"jmr" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"jmF" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high{ - pixel_x = -5; - pixel_y = 8 +"jbg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/item/stock_parts/cell/high{ - pixel_x = 7; - pixel_y = 8 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"jbp" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"jmZ" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, +/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/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"jnn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/cargo/miningdock) +"jbt" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor/border_only, +/obj/effect/landmark/event_spawn, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"jbx" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/disposalpipe/junction{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"jnv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"jnH" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"jnI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/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/commons/lounge) +"jcm" = ( +/obj/structure/disposaloutlet{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/light/cold/directional/west, -/obj/machinery/firealarm/directional/west{ - pixel_y = -5 +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = 8 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jcv" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, /turf/open/floor/iron, -/area/station/command/bridge) -"jnQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/cargo/storage) +"jcI" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"jnS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - 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/security/prison/safe) +"jcP" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/research) +"jcQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Cargo - Bank Vault"; + dir = 6; + network = list("ss13","cargo") }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 1; - pixel_y = -32 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"jnT" = ( -/obj/structure/table/wood, -/obj/structure/mirror/directional/south, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"jcT" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"jde" = ( +/obj/machinery/door/airlock/engineering{ + name = "Vacant Office A" }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/turf/open/floor/iron, -/area/station/service/theater) -"jnV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/structure/cable, -/obj/machinery/camera/directional/south{ - c_tag = "Command - Meeting Room South" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"jnY" = ( /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/wood, +/area/station/commons/vacant_room/office) +"jdk" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"jdq" = ( +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"jdt" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Security - Prison Block North"; + dir = 6; + network = list("ss13","Security","prison") }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"job" = ( -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"jdF" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/blue/filled/line, /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/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"jdN" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, +/obj/effect/turf_decal/trimline/red/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"joh" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/station/solars/port) -"joC" = ( -/turf/closed/wall/r_wall, -/area/station/medical/virology) -"joD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/engineering/break_room) +"jdZ" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"joM" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"joO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"jed" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/light/directional/east, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigleft"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"joW" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/brig) +"jel" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"jer" = ( +/obj/item/clothing/under/color/jumpskirt/white, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"jpr" = ( +/area/station/hallway/secondary/service) +"jev" = ( /obj/effect/turf_decal/siding/wood{ - dir = 4 + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"jps" = ( -/obj/structure/table, -/obj/item/stack/sheet/iron{ - amount = 10 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/item/electropack, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"jpF" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 10 +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"jeC" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/rack, +/obj/item/clipboard, +/obj/item/chair/plastic, +/obj/item/chair/plastic{ + pixel_y = 5 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"jpG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/spawner/random/bureaucracy/briefcase, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"jeO" = ( +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"jeQ" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"jeS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, /turf/open/floor/iron, -/area/station/command/teleporter) -"jpI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"jpR" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ - dir = 4 +/area/station/hallway/secondary/service) +"jeW" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jpW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, /area/station/hallway/primary/tram/center) -"jpY" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +"jff" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jfn" = ( +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"jfp" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/bridge) +"jfu" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"jfH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/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/dark, +/area/station/security/courtroom/holding) +"jfN" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"jqa" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"jqb" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"jfR" = ( +/obj/structure/chair{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/apc/auto_name/directional/north{ - areastring = "/area/station/engineering/supermatter" +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"jfU" = ( +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen" }, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jqf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/area/station/science/xenobiology) +"jge" = ( +/obj/structure/cable/layer1, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"jgn" = ( +/obj/structure/table/reinforced, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 }, -/obj/machinery/vending/modularpc, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"jqh" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"jgq" = ( +/obj/structure/railing/corner, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"jgs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jqt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/toolbox/electrical, /obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"jqu" = ( +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"jgM" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium, +/area/station/security/checkpoint/supply) +"jha" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Escape Wing Entry" +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/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/hallway/secondary/exit) -"jqw" = ( -/obj/structure/sign/clock/directional/north, -/turf/open/openspace, -/area/station/security/checkpoint/supply) -"jqG" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/duct, +"jhj" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, /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/white, -/area/station/medical/surgery/aft) -"jqQ" = ( -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jqU" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"jre" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"jrp" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/area/station/hallway/secondary/entry) +"jhs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"jrx" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/security/checkpoint/arrivals) +"jht" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/trash{ + pixel_x = 24; + pixel_y = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/stripes/white/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"jrB" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + id = "fortnitedoor"; + name = "Trash Disposal Toggle"; + pixel_y = -8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"jhN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"jhV" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Lobby North"; + dir = 9; + network = list("ss13","engineering") + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"jid" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ 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/security/prison/garden) -"jrK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_lower_eva_external"; - idInterior = "rightmost_lower_lower_eva_internal"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/area/station/ai_monitored/turret_protected/aisat_interior) +"jil" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"jrL" = ( -/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/server) -"jrX" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jrZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/basic, -/area/station/solars/port) -"jsj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"jst" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"jim" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 10 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"jsy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"jit" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, /obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jsD" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"jsT" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jiv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"jtc" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/security/prison/safe) +"jiz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"jtf" = ( -/obj/effect/landmark/start/janitor, -/turf/open/floor/iron, -/area/station/service/janitor) -"jto" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"jiF" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ +/area/station/security/execution/transfer) +"jiQ" = ( +/turf/closed/wall, +/area/station/science/xenobiology) +"jiS" = ( +/obj/machinery/computer/exoscanner_control{ dir = 1 }, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"jtx" = ( -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"jtI" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/cargo/drone_bay) +"jjl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jtP" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/effect/landmark/navigate_destination/hydro, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"juj" = ( +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"jjy" = ( /obj/structure/table, -/obj/item/paper_bin, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"jup" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/plastic{ - dir = 8 +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"jut" = ( -/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, -/area/station/security/checkpoint/supply) -"juy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jjB" = ( +/obj/machinery/vending/cart{ + req_access = list("hop") }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/iron, -/area/station/escapepodbay) -"juL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/structure/rack, -/obj/item/shovel{ - pixel_x = -5 +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"jjG" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External West"; + dir = 6; + network = list("ss13","minisat") }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"juY" = ( -/obj/structure/chair{ +/turf/open/space/basic, +/area/space/nearstation) +"jjP" = ( +/obj/effect/spawner/random/structure/billboard/nanotrasen, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"jjS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jvc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 5 +/area/station/hallway/secondary/exit) +"jkc" = ( +/obj/machinery/status_display/ai/directional/west, +/obj/structure/chair/office{ + dir = 1 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"jkt" = ( +/turf/open/floor/carpet, +/area/station/service/chapel) +"jkv" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/item/toy/balloon, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"jkM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"jvh" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"jkQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jvi" = ( -/turf/closed/wall/r_wall, -/area/station/commons/vacant_room) -"jvo" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, +/area/station/security/office) +"jkR" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/white/smooth_corner, +/area/station/security/execution/education) +"jkY" = ( +/obj/structure/disposalpipe/segment, +/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/hallway/secondary/exit) -"jvz" = ( +/area/station/commons/dorms) +"jll" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Vault Entrance"; + network = list("ss13","secure") + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/ai_monitored/command/nuke_storage) +"jlo" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 10 }, -/obj/machinery/computer/camera_advanced/xenobio, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jlQ" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, /obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jvJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"jvP" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/ai_monitored/security/armory) +"jlX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"jwd" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 - }, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 1 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"jwv" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 2; - pixel_y = 2 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/airalarm/directional/east, +/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/dark, -/area/station/service/chapel/office) -"jwB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/security/courtroom/holding) +"jmb" = ( +/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, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"jmk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/processing) -"jwD" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"jwG" = ( +/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{ +/turf/open/floor/wood, +/area/station/service/lawoffice) +"jmp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/courtroom) +"jmL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/area/station/command/bridge) -"jwJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"jmO" = ( +/obj/machinery/holopad, +/obj/effect/landmark/observer_start, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"jxm" = ( -/obj/effect/decal/cleanable/dirt, /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, -/area/station/maintenance/central/greater) -"jxy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/button/transport/tram/directional/south{ + id = 2 }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"jxL" = ( -/obj/machinery/duct, -/obj/structure/cable, +/obj/machinery/transport/destination_sign/indicator/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jxN" = ( -/obj/structure/closet/emcloset{ - anchored = 1 +/area/station/hallway/primary/tram/center) +"jmR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"jxQ" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/navigate_destination/hop, /turf/open/floor/iron/dark, -/area/station/security/evidence) -"jxY" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 +/area/station/command/heads_quarters/hop) +"jmY" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber East"; - dir = 10; - network = list("ss13","minisat") +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 1"; + network = list("ss13","Security","prison","pcell") }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"jyh" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"jym" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ +/turf/open/floor/iron, +/area/station/security/prison/safe) +"jne" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ dir = 1 }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"jyE" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"jyF" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"jnq" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"jnC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"jnD" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/lobby) +"jnY" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/cake_ingredients, /turf/open/floor/iron/white, -/area/station/science/lower) -"jyY" = ( -/obj/machinery/computer/atmos_control/oxygen_tank{ +/area/station/service/kitchen) +"joi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jzm" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/hallway/secondary/exit/departure_lounge) +"jop" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"joq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"jzC" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = -5; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"jzH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/structure/table, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"jzK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/engineering/gravity_generator) +"jos" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, -/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, -/area/station/security/courtroom) -"jzL" = ( -/obj/structure/chair{ +/area/station/hallway/secondary/command) +"joB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"jzX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) -"jAl" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"jAo" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/hallway/secondary/command) +"joF" = ( +/turf/open/floor/wood, +/area/station/command/meeting_room) +"joG" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"joS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"joV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/floor/grass, -/area/station/hallway/secondary/construction/engineering) -"jAq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/machinery/modular_computer/preset/id, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"jAr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/area/station/commons/fitness/recreation/entertainment) +"jpa" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/floor/wood, +/area/station/command/meeting_room) +"jpd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"jAL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/security/prison/work) +"jpr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jps" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 2 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jpt" = ( +/obj/machinery/duct, +/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/hallway/secondary/command) -"jAQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/service) +"jpB" = ( +/obj/structure/sign/clock/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"jpC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"jAX" = ( +/area/station/medical/medbay/central) +"jpV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"jBl" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"jBo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/door_timer{ - id = "scicell"; - name = "Science Cell"; - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"jBu" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Science - Monkey Pit"; - network = list("ss13","rd") - }, -/obj/machinery/light/warm/directional/north, -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt +/area/station/science/research) +"jpW" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" }, -/area/station/science/explab) -"jBw" = ( -/obj/machinery/status_display/evac/directional/west, -/obj/structure/disposalpipe/trunk{ +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron, -/area/station/command/bridge) -"jBO" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Secure - AI Minisat Internal Power Access"; - dir = 9; - network = list("ss13","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"jBT" = ( -/obj/structure/ladder, -/obj/structure/railing{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"jqd" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/tram/center) +"jqs" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"jCo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"jCt" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, /turf/open/floor/plating, -/area/station/cargo/sorting) -"jCB" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jqv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"jqA" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Virology"; - network = list("ss13","medbay") +/turf/open/floor/iron/white, +/area/station/science/research) +"jqK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" }, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"jqR" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/aquarium_kit, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jqS" = ( +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"jqY" = ( +/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/virology) -"jCF" = ( +"jra" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"jCL" = ( -/obj/structure/railing{ - dir = 4 +/area/station/hallway/secondary/service) +"jrp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/chair{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"jrI" = ( +/obj/structure/disposalpipe/trunk/multiz{ dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"jCU" = ( -/obj/machinery/netpod, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"jDb" = ( -/obj/effect/spawner/random/structure/table, -/obj/item/paper/pamphlet/radstorm, -/obj/item/paper/pamphlet/radstorm, -/obj/item/paper/pamphlet/radstorm, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"jDh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box, -/obj/structure/sign/warning/directional/west{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" +/turf/closed/wall, +/area/station/maintenance/disposal) +"jrR" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 }, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"jDq" = ( -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"jst" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/door/airlock/command/glass{ - name = "AI Core" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutters" +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"jsy" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/obj/machinery/flasher/directional/west{ - id = "AI" +/turf/open/floor/wood/large, +/area/station/service/theater) +"jsz" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/structure/cable, +/obj/effect/landmark/start/botanist, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"jDv" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/service/hydroponics) +"jsA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "Arrivals - Central Hall"; - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/entry) -"jDB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/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, -/area/station/cargo/warehouse) -"jDM" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/fitness) +"jsE" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"jsT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/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/white, -/area/station/medical/medbay/central) -"jDY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jDZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera/directional/north{ + c_tag = "Command - Bridge North" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/incident_display/dual/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jEc" = ( -/obj/structure/table/wood, -/obj/item/book/bible, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"jEf" = ( -/obj/structure/chair{ +/area/station/command/bridge) +"jsW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"jta" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"jtg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/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) -"jEh" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"jtl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, +/obj/machinery/duct, +/obj/machinery/status_display/evac/directional/west, /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/central/greater) -"jEo" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/firealarm/directional/south{ - pixel_x = 1 +/turf/open/floor/iron, +/area/station/security/prison/safe) +"jtr" = ( +/turf/closed/wall, +/area/station/medical/treatment_center) +"jts" = ( +/obj/structure/bed/medical{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"jEp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/defibrillator_mount/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"jEr" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"jtH" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"jEz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Monastary" }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"jED" = ( -/turf/open/floor/iron, -/area/station/engineering/main) -"jEE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"jEL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"jFc" = ( +/area/station/service/chapel/monastery) +"jtM" = ( /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/security/lockers) -"jFg" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_x = 32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/security/processing) -"jFh" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jud" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/commons/dorms) -"jFl" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/sign/plaques/kiddie/perfect_drone{ - pixel_y = -32 - }, -/obj/structure/table/wood, -/obj/item/storage/backpack/duffelbag/drone, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) -"jFI" = ( +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/prison/work) -"jFJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/area/station/escapepodbay) +"jur" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"jFZ" = ( -/obj/structure/chair/greyscale{ - dir = 4 +/turf/open/floor/iron, +/area/station/cargo/sorting) +"jus" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/flasher/directional/west{ + id = "AI"; + pixel_y = -26 }, -/obj/effect/turf_decal/tile/bar{ +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"juw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/escapepodbay) -"jGh" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/area/station/hallway/secondary/command) +"jux" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, -/obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"jGy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"juT" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, /obj/structure/cable, +/obj/effect/spawner/random/armory/laser_gun, /turf/open/floor/iron, -/area/station/engineering/break_room) -"jGz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/chapel{ - dir = 10 +/area/station/ai_monitored/security/armory) +"juV" = ( +/obj/structure/chair{ + dir = 8 }, -/area/station/service/chapel) -"jGK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/assistant, /turf/open/floor/iron/white, -/area/station/medical/storage) -"jGL" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"jGV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"jHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 +/area/station/medical/medbay/lobby) +"juY" = ( +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/west{ + linked_elevator_id = "tram_perma_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Atmospherics Delivery Chute" +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"jHi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"jHl" = ( -/obj/effect/turf_decal/trimline/dark_green/line{ +/obj/structure/railing{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"jHm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"jva" = ( +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"jvf" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/hop) +"jvk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"jHn" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/hallway/secondary/service) +"jvE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"jHT" = ( -/obj/structure/alien/weeds, -/obj/item/clothing/mask/facehugger/dead, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"jHZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"jvR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/sign/departments/chemistry/pharmacy/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"jIc" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"jvV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, +/obj/machinery/door/firedoor, +/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_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = -24; + req_access = list("virology") + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /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/white, -/area/station/medical/chemistry) -"jIe" = ( -/obj/structure/railing/corner{ - dir = 1 +/area/station/medical/virology) +"jwa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jwe" = ( /obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"jwf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"jwj" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 }, -/turf/open/floor/iron, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"jwq" = ( +/obj/machinery/button/door/directional/west{ + id = "private_o"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, /area/station/commons/dorms) -"jIL" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ +"jwz" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"jwH" = ( +/obj/structure/fluff/tram_rail/electric{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 - }, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"jwT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"jwU" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"jIM" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/structure/desk_bell{ - pixel_x = 7 +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Medical Delivery Chute" }, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"jJf" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"jJo" = ( -/turf/closed/wall, -/area/station/cargo/sorting) -"jJt" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron/dark/corner, -/area/station/science/robotics/mechbay) -"jJG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"jJJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Medical"; + name = "navigation beacon (Medical Delivery)" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/effect/turf_decal/loading_area{ + dir = 4 }, +/turf/open/floor/plating, +/area/station/medical/storage) +"jwV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/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, +/area/station/security/brig) +"jwX" = ( /obj/structure/railing{ - dir = 4 + dir = 1 }, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = -5 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"jKb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/port) -"jKg" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/spawner/random/vending/colavend{ + pixel_x = 5 }, -/obj/machinery/light/cold/directional/north, -/obj/item/storage/box/bandages, -/turf/open/floor/iron/white, -/area/station/security/medical) -"jKt" = ( -/obj/structure/cable, -/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/iron, -/area/station/security/prison/work) -"jKD" = ( +/area/station/hallway/primary/tram/left) +"jwZ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 + dir = 8 }, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 +/turf/open/floor/iron/white, +/area/station/science/lower) +"jxb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform South-East"; + dir = 6 }, +/obj/machinery/firealarm/directional/east, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 6 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"jKL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"jxi" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"jxz" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Supply Door Airlock" }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"jKU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/cargo/storage) +"jxK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"jKY" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"jLv" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/science/lobby) +"jxM" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/wood, +/area/station/service/library) +"jxV" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"jyA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/storage) -"jLJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/area/station/security/courtroom) +"jyF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"jyH" = ( +/turf/closed/wall, +/area/station/medical/pharmacy) +"jyQ" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"jLL" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" +/area/station/security/courtroom) +"jyR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/brig) +"jyU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"jLP" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 +/obj/machinery/incident_display/delam/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jyV" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/science/robotics, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"jLV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/storage/medkit/brute, /turf/open/floor/iron, -/area/station/security/office) -"jLX" = ( +/area/station/commons/fitness) +"jza" = ( +/obj/effect/landmark/event_spawn, /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) +"jzo" = ( +/obj/machinery/door/firedoor/border_only, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"jMf" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"jMp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"jMr" = ( -/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/machinery/camera{ - c_tag = "Security - Prison Workshop"; - dir = 6; - network = list("ss13","Security","prison") - }, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/station/security/prison/work) -"jMw" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"jMy" = ( -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/service/kitchen) -"jMF" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/sign/departments/psychology{ - pixel_x = 32 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"jMH" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"jzt" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"jzz" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/large, +/area/station/commons/dorms) +"jzF" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/cable, +/obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/modular_map_root/tramstation{ - key = "servicecargolower"; - name = "servicecargolower" - }, /turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"jNJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 4 - }, -/obj/machinery/meter, +/area/station/hallway/primary/tram/right) +"jzK" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jOy" = ( -/obj/machinery/door/airlock/security{ - name = "Security Office" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/checkpoint/medical) +"jzW" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/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/security/office) -"jOz" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/pdas{ - pixel_x = 4; - pixel_y = 4 +/obj/machinery/camera{ + c_tag = "Cargo - Warehouse East"; + dir = 6; + network = list("ss13","cargo") }, -/obj/item/storage/box/pdas, -/obj/machinery/camera/directional/east{ - c_tag = "Command - Bridge South" +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/light/cold/directional/east, /turf/open/floor/iron, -/area/station/command/bridge) -"jOA" = ( +/area/station/cargo/storage) +"jzX" = ( /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ cycle_id = "tcomms-entrance" }, /obj/machinery/door/airlock/engineering{ name = "Telecommunications" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/general, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -29417,4695 +29235,5109 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"jOB" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/commons/fitness) -"jOG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jOI" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/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/virology) -"jOU" = ( -/obj/structure/cable, -/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/hallway/secondary/command) -"jOY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ +/area/station/tcommsat/computer) +"jAa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_blue/line, -/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/command/heads_quarters/hop) -"jPe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"jPk" = ( -/obj/structure/chair/office/light{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Cargo Desk"; + req_access = list("cargo") }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"jPo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"jPx" = ( -/turf/closed/wall/r_wall, -/area/station/tcommsat/computer) -"jPI" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/tram/center) -"jPS" = ( -/obj/structure/chair/office{ - dir = 4 +/obj/structure/desk_bell{ + pixel_x = -7 }, -/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"jPW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ +/turf/open/floor/iron, +/area/station/cargo/office) +"jAc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, -/area/station/ai_monitored/command/storage/eva) -"jPX" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/library) -"jQd" = ( -/obj/structure/table/wood, -/obj/structure/sign/flag/nanotrasen/directional/north, -/obj/item/book/manual/wiki/security_space_law{ - name = "space law"; - pixel_y = 2 - }, -/obj/item/toy/gun, -/obj/item/restraints/handcuffs, -/obj/item/clothing/head/collectable/hos{ - name = "novelty HoS hat" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"jQm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/railing{ dir = 4 }, -/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jQr" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock"; - space_dir = 4 +/area/station/hallway/primary/tram/center) +"jAi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"jQz" = ( /turf/open/floor/iron, -/area/station/commons/dorms) -"jQP" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/area/station/command/teleporter) +"jAk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"jAt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jAF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"jQU" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"jRh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Main North"; + network = list("ss13","Security","prison") }, +/turf/open/floor/iron, +/area/station/security/prison) +"jAK" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jRt" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/dormitories, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"jRv" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"jAL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, +/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) -"jRA" = ( -/obj/structure/railing{ - dir = 1 +/area/station/commons/fitness/recreation) +"jAU" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"jRB" = ( -/obj/structure/chair/pew, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/chapel{ - dir = 9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"jBn" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber" }, -/area/station/service/chapel) -"jRL" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/rnd_all, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"jRS" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"jBy" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"jSl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/service/hydroponics/garden) +"jBC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"jBD" = ( +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"jSq" = ( -/obj/effect/turf_decal/stripes/white/line{ +/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/security/prison/mess) +"jCn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate/energized{ - inbound = 2; - outbound = 3 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/area/station/hallway/primary/tram/right) -"jSN" = ( -/obj/structure/reflector/box/anchored{ +/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/trimline/white/warning, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"jCw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"jTb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + pixel_x = 6; + pixel_y = 10 }, -/obj/machinery/vending/coffee, -/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"jCH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/commons/dorms) -"jTg" = ( +/area/station/cargo/miningdock/cafeteria) +"jCT" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics South-West"; + dir = 10; + network = list("ss13","engineering") }, -/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/courtroom/holding) -"jTk" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"jTx" = ( -/obj/structure/ladder, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/service/bar/backroom) -"jTD" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 + dir = 8 }, -/obj/machinery/vending/cigarette, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"jTJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"jTL" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/storage/box/prisoner{ - pixel_y = 8 +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 }, -/obj/item/storage/box/prisoner, -/obj/machinery/light/directional/south, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/security/brig) -"jTM" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"jTO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/reagent_dispensers/foamtank, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"jTQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ +/area/station/engineering/atmos) +"jDd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_secure_all, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"jDg" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"jUq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jDx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Engine Room South-East"; + network = list("ss13","engine","engineering") + }, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jDF" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #5"; + req_access = list("xenobiology") }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"jUr" = ( -/obj/structure/railing/corner{ - dir = 4 +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #5"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez5"; + name = "Xenobiology Containment Blast Door" }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"jUE" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/bot/right, -/obj/effect/turf_decal/bot/left, -/turf/open/floor/iron, -/area/station/science/lab) -"jUN" = ( -/obj/item/stack/ore/glass, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"jUS" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jDN" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album/chapel, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"jDV" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/turf_decal/bot_white, +/obj/item/reagent_containers/condiment/rice, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"jEc" = ( +/obj/structure/fluff/tram_rail/floor{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"jUV" = ( -/obj/structure/railing/corner{ - dir = 4 +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"jEd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"jVb" = ( -/obj/structure/transit_tube, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"jVp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ dir = 1 }, -/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jVy" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/obj/machinery/door/window/elevator/right/directional/west{ - elevator_mode = 1; - transport_linked_id = "tram_cargo_lift" - }, +/area/station/engineering/atmos) +"jEu" = ( /turf/open/floor/iron, -/area/station/cargo/miningdock) -"jVz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Recreational Area South-East" +/area/station/hallway/secondary/entry) +"jEx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"jVJ" = ( -/obj/structure/chair/sofa/corp/left, -/turf/open/floor/wood/large, -/area/station/service/theater) -"jWc" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 +"jEF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 }, -/obj/structure/cable, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"jWf" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/indestructible/tram, +/area/station/hallway/primary/tram/right) +"jEK" = ( +/obj/effect/landmark/start/hangover, /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/brig) -"jWg" = ( -/obj/machinery/firealarm/directional/south{ - pixel_x = -3 +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jEL" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/light_switch/directional/south{ - pixel_x = 8; - pixel_y = -23 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"jWp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-East"; - dir = 6 +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"jFh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"jWr" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/turf/open/floor/iron, +/area/station/security/brig) +"jFi" = ( +/obj/structure/flora/bush/lavendergrass/style_random, /obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jWt" = ( -/obj/structure/closet/emcloset{ - anchored = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"jWO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"jFt" = ( +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"jWU" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jXd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"jXi" = ( -/obj/machinery/power/smes, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"jXm" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/structure/table, -/obj/item/radio/intercom/directional/east, -/obj/item/paper{ - default_raw_text = "buy more donk pockets"; - name = "To-Do List" +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"jFC" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 }, +/obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/virology) -"jXu" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +/area/station/service/hydroponics) +"jFJ" = ( +/turf/closed/wall, +/area/station/service/chapel/office) +"jFM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/horizontal{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jFR" = ( +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"jGi" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"jXD" = ( +/area/station/commons/fitness/recreation) +"jGl" = ( /obj/structure/lattice/catwalk, -/obj/structure/ladder, -/turf/open/openspace/airless, -/area/station/asteroid) -"jXE" = ( -/obj/structure/table/glass, -/obj/item/folder/red, -/obj/item/folder/blue{ - pixel_x = 3; - pixel_y = 5 +/obj/structure/railing/corner{ + dir = 1 }, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -10; - pixel_y = 2 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"jGx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"jXF" = ( -/obj/effect/turf_decal/box/white{ - color = "#EFB341" +/obj/machinery/computer/atmos_control/ordnancemix{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"jXQ" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access = list("library") +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"jGD" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/machinery/barsign/directional/south, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jGG" = ( +/obj/structure/fluff/tram_rail/electric{ + dir = 1 }, -/obj/structure/sign/painting/large/library{ - dir = 4 +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"jGI" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"jXU" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mailing Sorting Office" +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"jGL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/supply/shipping, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/firealarm/directional/west, /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/cargo/sorting) -"jYp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/brig) +"jGN" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"jGX" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"jYs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment{ +/area/station/security/processing) +"jHb" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"jHc" = ( +/obj/structure/rack, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jHd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + name = "Tram Maintenance Dock" + }, /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/escapepodbay) -"jYM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/maintenance/port/central) +"jHr" = ( +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"jHE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/tools) +"jHP" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/radio/intercom/directional/east, +/obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jYR" = ( -/obj/structure/table, -/obj/item/training_toolbox, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/main) +"jHX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"jZj" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/openspace, -/area/space) -"jZn" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/status_display/evac/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"jIy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/rnd_all, +/obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"jZp" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/engineering/storage/tech) +"jIA" = ( +/obj/structure/chair/pew/right, +/turf/open/floor/iron/chapel{ + dir = 5 }, -/obj/item/storage/box/hug{ - pixel_x = 4; - pixel_y = 3 +/area/station/service/chapel) +"jIG" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"jIN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/item/razor{ - pixel_x = -8; - pixel_y = 3 +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/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, +/area/station/maintenance/central/greater) +"jJd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Security - Gulag Prep"; - dir = 6; - network = list("ss13","Security") +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"jZu" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue{ - pixel_y = 2 - }, -/obj/item/pen, +/area/station/cargo/sorting) +"jJv" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"jZE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"jJz" = ( +/obj/structure/chair{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jJE" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Material Storage"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jZL" = ( -/obj/machinery/computer/scan_consolenew{ +/area/station/engineering/main) +"jJO" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"jZQ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire, -/obj/item/storage/medkit/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + space_dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"jZU" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"jJR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"jZX" = ( -/obj/effect/turf_decal/siding/thinplating/end{ +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"kae" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber" +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jJX" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"kaf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"kak" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Arrivals Maintenance Hatch" + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"jKb" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargoupperbelt" }, -/obj/structure/ore_box, -/obj/effect/turf_decal/stripes/corner{ +/obj/structure/plasticflaps, +/obj/structure/disposaloutlet{ dir = 1 }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"kam" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"kar" = ( +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"jKg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, +/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/commons/fitness) -"kax" = ( -/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, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance Hatch" +"jKi" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/storage/box/bodybags{ + pixel_x = 5; + pixel_y = 5 }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/science) -"kaB" = ( -/obj/machinery/medical_kiosk, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 + dir = 5 }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/east, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kaL" = ( +/area/station/medical/treatment_center) +"jKq" = ( /turf/closed/wall, -/area/station/commons/lounge) -"kaN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/food/cheese/wheel, -/obj/structure/fluff/paper/stack{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"kaO" = ( -/obj/machinery/vending/tool, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/interrogation) +"jKL" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Primary Tool Storage" +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"kbc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 1 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"jKQ" = ( +/obj/machinery/modular_computer/preset/civilian{ dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, /turf/open/floor/iron, -/area/station/security/brig) -"kbj" = ( -/obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"kbr" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/science/robotics/lab) +"jKV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 1 }, -/obj/structure/sign/clock/directional/north, /obj/structure/cable, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"kbv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"kby" = ( -/obj/structure/curtain, -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"kbz" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" +/area/station/engineering/atmos) +"jKZ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"jLf" = ( +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"jLx" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"kbU" = ( -/obj/machinery/newscaster/directional/north, -/obj/machinery/modular_computer/preset/id, -/obj/structure/sign/calendar/directional/west, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"kbV" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"jLy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/security/office) -"kca" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/ethanol{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bottle/carbon{ - pixel_x = 7; - pixel_y = 3 +/area/station/tcommsat/computer) +"jLH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/turf/closed/wall, +/area/station/science/ordnance) +"jLI" = ( +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 8 }, -/obj/item/reagent_containers/cup/bottle/chlorine{ - pixel_x = -5; - pixel_y = -2 +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"jLU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"jMe" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, -/obj/item/reagent_containers/cup/bottle/multiver{ - pixel_x = 7; - pixel_y = -2 +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Security Outpost"; + network = list("ss13","Security") }, -/turf/open/floor/iron/dark/textured_edge{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"jMo" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ dir = 8 }, -/area/station/medical/medbay/central) -"kcc" = ( -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"kcm" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Bay"; - space_dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"kcv" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"jMs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, -/turf/open/indestructible/tram, -/area/station/hallway/primary/tram/left) -"kcC" = ( -/obj/machinery/computer/apc_control{ - dir = 1 +/obj/machinery/button/door/directional/west{ + id = "cytologysecure2"; + name = "Secure Pen Lockdown" }, -/obj/machinery/requests_console/directional/south{ - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Request Console" +/obj/machinery/requests_console/directional/north{ + department = "Cytology"; + name = "Cytology Requests Console" }, -/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, /obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/computer/security/telescreen/engine{ - dir = 4; - pixel_x = -24 - }, +/obj/machinery/light/directional/north, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"kcR" = ( -/obj/machinery/button/door/directional/west{ - id = "commissarydeezdoorz"; - name = "Commissary Shutter Access" +/area/station/science/xenobiology) +"jMu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/button/door/directional/west{ - id = "vacant_space"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +/turf/open/floor/iron, +/area/station/security/prison) +"jMH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = 9 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"jNb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"jNj" = ( +/obj/structure/sign/poster/official/do_not_question/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"kdx" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/security/interrogation) +"jNy" = ( +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison/workout) -"kdy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 +/area/station/engineering/gravity_generator) +"jNz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kdD" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/box, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"kdP" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"jNI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"kdR" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Cargo - Lower Security Outpost" }, -/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/iron, -/area/station/science/ordnance/storage) -"kdV" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"ker" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"kev" = ( -/obj/structure/bed/medical/emergency, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kex" = ( -/obj/machinery/modular_computer/preset/engineering{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ +/area/station/security/checkpoint/supply) +"jNM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"keG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Dormitories West" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"keH" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/commons/dorms) +"jNT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/machinery/light/directional/north, +/obj/structure/chair, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"keI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"jPd" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"jPo" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"jPt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"keM" = ( -/obj/structure/chair/comfy/black, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jPx" = ( +/obj/machinery/gulag_teleporter, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Labor Dock"; + network = list("ss13","Security") + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"jPK" = ( +/obj/structure/cable, +/obj/machinery/holopad, +/mob/living/carbon/human/species/monkey/punpun, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"jPM" = ( +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jPP" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"jPY" = ( +/obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ - dir = 10 + dir = 1 }, +/obj/machinery/light/warm/directional/west, /turf/open/floor/wood, -/area/station/command/meeting_room) -"keZ" = ( +/area/station/service/library) +"jQa" = ( /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/security/office) -"kfw" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/turf/open/floor/carpet, +/area/station/service/library) +"jQm" = ( +/turf/open/floor/engine/hull, +/area/station/solars/port) +"jQx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"jQE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"kfy" = ( -/obj/structure/table/glass, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"kga" = ( -/obj/structure/railing{ - dir = 8 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez2"; + name = "Xenobiology Containment Blast Door" }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/plating, +/area/station/science/xenobiology) +"jQJ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"jQM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"kgi" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 - }, -/obj/machinery/fax{ - fax_name = "Engineering Lobby"; - name = "Engineering Lobby Fax Machine" - }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/structure/table/glass, +/obj/machinery/coffeemaker, /turf/open/floor/iron, /area/station/engineering/break_room) -"kgl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"jQS" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/wood, -/area/station/service/theater) -"kgy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"jRa" = ( +/obj/item/trash/flare, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"jRo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jRy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 +/turf/open/floor/plating, +/area/station/science/lab) +"jRS" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"jSa" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/bureaucracy/briefcase{ + spawn_loot_count = 2; + spawn_random_offset = 1 }, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"jSc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"kgz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/area/station/medical/storage) +"jSd" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 8 }, -/obj/structure/railing/corner{ - dir = 4 +/obj/structure/railing{ + dir = 1 }, -/obj/structure/railing/corner, /obj/structure/railing/corner{ - dir = 1 + dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"kgP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"jSi" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/bot{ +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/commons/dorms) +"jSj" = ( +/obj/structure/table/optable, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"jSJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/portable_atmospherics/pump, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, /turf/open/floor/iron, -/area/station/engineering/main) -"kgU" = ( +/area/station/construction/mining/aux_base) +"jSK" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Theatre"; + name = "navigation beacon (Theatre Delivery)" + }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/crew_quarters/dorms) -"kgZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/obj/machinery/door/window/right/directional/south{ + name = "Theatre Delivery Chute"; + req_access = "theatre" }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"jTa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/duct, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, /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/white, -/area/station/medical/surgery/fore) -"khf" = ( -/obj/structure/railing/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"jTf" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/ornament, +/obj/structure/sign/calendar/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"jTC" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"khm" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/chair{ +/turf/open/floor/engine, +/area/station/science/xenobiology) +"jTF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/bluespace_vendor/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"khr" = ( -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/dorms) -"khu" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" +/area/station/construction/mining/aux_base) +"jUa" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/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/catwalk_floor, -/area/station/maintenance/central/lesser) -"khB" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"khD" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"khG" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"jUz" = ( /obj/structure/table, -/obj/item/multitool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"khK" = ( +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 + dir = 8 }, -/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, -/obj/machinery/conveyor_switch/oneway{ - id = "hydrodropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 +/obj/structure/plaque/static_plaque/atmos{ + pixel_x = -32 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"khQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kib" = ( -/obj/structure/closet/secure_closet/captains, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"kih" = ( -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/wood/large, -/area/station/service/barber) -"kiw" = ( -/obj/structure/chair/comfy/black{ +"jUO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External Air Ports" }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"kiI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jUS" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"kiK" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"kiP" = ( -/obj/structure/chair/office{ +/area/station/ai_monitored/turret_protected/aisat/foyer) +"jUW" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kiQ" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark/side{ +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, +/turf/open/space/basic, +/area/space/nearstation) +"jVw" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"jVG" = ( +/obj/structure/sign/warning/secure_area{ + name = "HIGH SECURITY STORAGE"; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/area/station/command/bridge) -"kiS" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"jVT" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/iron, +/area/station/commons/fitness) +"jWe" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/siding/white{ dir = 1 }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"jWf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"jWg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals - North Hall" + }, +/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/miningdock) -"kiT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"kjk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"kjt" = ( -/obj/structure/chair/office{ +/area/station/hallway/secondary/entry) +"jWn" = ( +/obj/structure/bed/medical/emergency{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/broken/directional/south, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"kjw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"kjy" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/security/medical) +"jWp" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kjG" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"kjQ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"kkn" = ( -/obj/machinery/light/directional/north, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"kkp" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/processing) -"kks" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/weather/snow/corner, -/obj/effect/turf_decal/weather/snow, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"kkv" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Library Maintenance Hatch" +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"jWs" = ( +/turf/closed/wall/r_wall, +/area/station/security/execution/transfer) +"jWy" = ( +/obj/machinery/button/door/directional/east{ + name = "Security Mech Garage Door Controls"; + id = "secmechbay"; + req_access = list("security") }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/service/library, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/catwalk_floor, -/area/station/service/library/lounge) -"kkE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/security/mechbay) +"jWC" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/structure/closet/secure_closet/security, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"kkF" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "tram_upper_center_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"kkK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"jXc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"jXd" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/tram/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/tram/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/main) -"kkO" = ( -/obj/machinery/button/door/directional/west{ - id = "private_c"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 +/area/station/hallway/primary/tram/left) +"jXr" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"jXw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"kkU" = ( -/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"jXE" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"jXF" = ( /obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine" }, -/obj/machinery/button/door{ - id = "containdeez7"; - name = "Cell Containment Toggle Button" +/obj/machinery/button/door/directional/south{ + id = "Sciencelockdown"; + name = "Science Lockdown Toggle"; + pixel_x = -6; + req_access = list("research") }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"kkV" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/machinery/button/door/directional/south{ + id = "rndlab1"; + name = "Research Lab Shutter Control"; + pixel_x = 6; + req_access = list("research") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"klk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/button/door/directional/south{ + id = "xenobiomain"; + name = "Xenobiology Containmenr Blast Door"; + pixel_x = -6; + pixel_y = -34; + req_access = list("xenobiology") + }, +/obj/machinery/button/door/directional/south{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = -34; + req_access = list("xenobiology") }, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"jXG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 + dir = 1 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, +/turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"kln" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"klo" = ( -/obj/structure/disposaloutlet{ - dir = 4 +"jXH" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"klq" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medical Maintenance Hatch" +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"jXN" = ( +/obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"kls" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"klF" = ( -/obj/machinery/requests_console/directional/south{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jXU" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/table/wood, +/obj/item/storage/box/coffeepack{ + pixel_x = 8; + pixel_y = 12 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -1; + pixel_y = 8 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"klH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -3; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"jXY" = ( +/obj/effect/turf_decal/siding/wood{ dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"klN" = ( -/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/grimy, -/area/station/service/chapel/office) -"kmc" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/item/stamp/head/cmo, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"kmG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/service/lawoffice) +"jYb" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/bodycontainer/morgue{ + dir = 2 }, -/turf/open/floor/iron, -/area/station/security/brig) -"kmO" = ( -/obj/structure/transport/linear/public, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_lower_center_lift" +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = -8 }, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_lower_center_lift" +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"jYe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"knj" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"jYf" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"jYj" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/landmark/start/bitrunner, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jYn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/item/storage/box/bandages{ - pixel_x = -6; - pixel_y = 6 +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"jYr" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Bar Maintenance Hatch" }, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 2 +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 }, -/obj/item/reagent_containers/syringe, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"knl" = ( /obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/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/maintenance/department/security) +"jYz" = ( +/obj/machinery/shieldgen, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"jYC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, +/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/medical/medbay/central) -"knr" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/medical/chemistry) +"jYF" = ( +/obj/machinery/door/airlock{ + id_tag = "private_d"; + name = "Private Quarters D" }, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"jYJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"jYO" = ( +/obj/machinery/firealarm/directional/west, /turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"knx" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +/area/station/security/interrogation) +"jYS" = ( +/turf/closed/wall, +/area/station/medical/chemistry) +"jYU" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"jZb" = ( +/obj/effect/turf_decal/stripes/white/corner, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"knD" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 4 +/area/station/maintenance/disposal) +"jZk" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" }, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"knE" = ( /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 6" +/obj/machinery/door/window/left/directional/south{ + dir = 4; + name = "Chemistry Desk"; + req_access = list("pharmacy") }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"jZJ" = ( +/obj/structure/chair/plastic, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"jZM" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"jZP" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"knV" = ( -/turf/closed/wall/r_wall, -/area/station/solars/starboard/fore) -"kok" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/transport/linear/public, +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"kac" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"kol" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kom" = ( -/obj/structure/flora/bush/grassy, -/turf/open/floor/grass, -/area/station/asteroid) -"koo" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/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/security/brig) -"kow" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"koA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/engineering/main) +"kau" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"kaD" = ( /obj/structure/table, -/obj/machinery/fax{ - fax_name = "Cargo Office"; - name = "Cargo Office Fax Machine" +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/machinery/light/directional/east, +/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron, -/area/station/cargo/storage) -"koB" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/area/station/construction/mining/aux_base) +"kaF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"kaJ" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/landmark/event_spawn, +/obj/item/clothing/suit/hooded/wintercoat/engineering, /turf/open/floor/iron, -/area/station/engineering/atmos) -"koD" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8; - initialize_directions = 8 +/area/station/engineering/main) +"kaN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kaT" = ( +/obj/structure/closet/secure_closet/brig/genpop, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"koF" = ( -/obj/structure/railing{ - dir = 1 +/area/station/security/execution/transfer) +"kbc" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"koK" = ( -/obj/machinery/porta_turret/ai{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"kbi" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"koO" = ( -/obj/machinery/conveyor{ - id = "cargolower" +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"koP" = ( -/obj/structure/ore_box, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"koV" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ +/turf/open/floor/grass, +/area/station/hallway/secondary/construction/engineering) +"kbq" = ( +/obj/structure/railing{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"kpk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 4 }, -/obj/machinery/bluespace_vendor/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kpl" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"kpF" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) -"kpW" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"kqb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +/obj/machinery/vending/coffee{ + pixel_x = 5 }, -/turf/open/floor/plating, -/area/station/command/bridge) -"kqq" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"kbz" = ( /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/medical/medbay/central) -"kqs" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"kqu" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, +/obj/machinery/light/dim/directional/south, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"kqA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/bar) +"kbA" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/escapepodbay) +"kbF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"kqO" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"kbG" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"kri" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 }, -/obj/machinery/computer/prisoner/management, -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"krk" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/railing{ dir = 4 }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/east{ + linked_elevator_id = "tram_lower_center_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"kbM" = ( +/obj/structure/table/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"krG" = ( -/obj/structure/table/glass, -/obj/item/storage/pill_bottle/mannitol, -/obj/item/reagent_containers/dropper{ - pixel_y = 6 +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"kbW" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/north{ + pixel_x = -2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"krS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = 8; + pixel_y = 23 }, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"kcm" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"krZ" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"ksl" = ( -/obj/structure/railing{ - dir = 8 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" }, -/turf/open/floor/iron/stairs/left, -/area/station/hallway/secondary/construction/engineering) -"kst" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery" +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kcp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" }, -/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/surgery/fore) -"ksK" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"ksP" = ( /obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kcu" = ( +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"kcw" = ( +/obj/structure/sign/poster/official/love_ian/directional/west, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"kcA" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kcB" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, /turf/open/floor/iron/smooth, /area/station/maintenance/disposal) -"kta" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +"kcC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/effect/landmark/start/chief_medical_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"kcF" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/corner, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"ktf" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ktj" = ( -/obj/structure/cable, +/area/station/science/robotics/lab) +"kcV" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil{ + amount = 15; + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"kcZ" = ( +/obj/item/kirbyplants/random, /turf/open/floor/carpet, -/area/station/service/theater) -"ktp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/medical/psychology) +"kda" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ktv" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"ktA" = ( -/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 = 4 + }, +/obj/machinery/digital_clock/directional/north, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ktC" = ( -/turf/closed/wall/r_wall, -/area/station/security/brig) -"ktD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Distro" +/area/station/medical/chemistry) +"kdb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"ktO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"kul" = ( +/area/station/engineering/storage/tech) +"kdr" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/computer/records/security{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"kuu" = ( -/obj/structure/table, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"kuF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"kuR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron, /area/station/security/brig) -"kuY" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +"kdu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"kvc" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office" +/area/station/commons/fitness/recreation/entertainment) +"kdw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kdI" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"kdV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"kvg" = ( -/turf/closed/wall/r_wall, -/area/station/science/lab) -"kvh" = ( -/obj/structure/chair{ +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"keb" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"kvn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"keh" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"kvH" = ( -/obj/structure/sign/warning/pods/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/rd, +/obj/machinery/requests_console/directional/south{ + department = "Research Director's Desk"; + name = "Research Director's Request Console" }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, /turf/open/floor/iron, -/area/station/escapepodbay) -"kvS" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet/scientist, -/obj/item/radio/intercom/directional/east, -/obj/machinery/airalarm/directional/south, +/area/station/command/heads_quarters/rd) +"ket" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/iron, -/area/station/command/gateway) -"kwc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/plasticflaps/opaque{ - name = "airtight delivery flaps" +/area/station/engineering/atmos) +"keF" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Lathe Access" }, -/turf/open/floor/plating, -/area/station/medical/storage) -"kwx" = ( /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"keJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"keQ" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"keT" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"kwz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/line{ 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/science/lower) -"kwE" = ( -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Prison Showers" - }, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"kwQ" = ( -/turf/closed/wall, -/area/station/security/checkpoint/medical) -"kwV" = ( -/turf/closed/wall/rock/porous, -/area/station/maintenance/department/science) -"kxn" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"kff" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"kxq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/service/chapel/monastery) -"kxr" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/obj/machinery/airalarm/directional/north, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/science/lower) +"kfq" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/machinery/door/poddoor/shutters{ - id = "righttunnel" - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"kxu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron, +/area/station/service/janitor) +"kft" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"kxB" = ( -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"kxC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/item/storage/medkit/regular{ - pixel_x = 4; - pixel_y = 4 +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/brig) +"kfD" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_lower_eva_external"; + name = "External Access" }, -/obj/item/storage/medkit/regular, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main North"; - network = list("ss13","medbay") +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_lower_eva_external"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kxL" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Lathe Access" +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"kfO" = ( +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"kgd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, +/turf/open/floor/wood/large, +/area/station/service/library) +"kgr" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + 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/service) -"kxN" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/reagent_dispensers/wall/peppertank/directional/south, -/obj/machinery/computer/records/security{ +/area/station/hallway/secondary/entry) +"kgw" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/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/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/modular_map_root/tramstation{ + key = "dormenginelower"; + name = "dormenginelower" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"kgx" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"kgA" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/cable/multilayer/multiz, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) +"kgG" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, +/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/checkpoint/engineering) -"kxO" = ( -/obj/machinery/newscaster/directional/north, +/area/station/hallway/secondary/entry) +"kgS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"khE" = ( /obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"khF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"kyc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/structure/sign/departments/restroom{ - pixel_x = -32 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"kyk" = ( +/area/station/engineering/atmos) +"khV" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"kia" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"kil" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/filingcabinet, -/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/security/brig) +"kin" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kis" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/sign/clock/directional/north, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"kyq" = ( -/obj/machinery/sparker/directional/west{ - id = "testigniter" +/area/station/engineering/engine_smes) +"kiC" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/defibrillator/loaded{ + pixel_y = 6 }, -/turf/open/floor/engine, -/area/station/science/explab) -"kyO" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/siding/white, +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"kiN" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kiT" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/railing{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Cargo - Mining South-West" +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"kyT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/checkpoint/supply) +"kiU" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/security/prison/garden) -"kze" = ( +/area/station/hallway/primary/tram/left) +"kjf" = ( /obj/structure/table, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"kzh" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/sign/plaques/kiddie/perfect_man{ - pixel_y = -32 +/obj/item/folder/white{ + pixel_y = 4 }, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) -"kzq" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/structure/table, -/obj/item/radio/intercom/directional/south, +/obj/item/pen/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"kzw" = ( -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"kzy" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/medical/virology) +"kjm" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 10 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"kzB" = ( -/obj/structure/sign/warning/radiation/rad_area{ - dir = 1; - pixel_y = 32 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"kjr" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, +/obj/effect/landmark/start/assistant, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"kzH" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/iron, -/area/station/command/bridge) -"kzL" = ( +/area/station/commons/fitness/recreation) +"kjF" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/floor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"kjH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"kzS" = ( -/obj/effect/spawner/structure/window/reinforced, +/area/station/science/lower) +"kjN" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/brig) -"kAe" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 - }, /turf/open/floor/iron, -/area/station/cargo/storage) -"kAF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/cargo/miningdock) +"kjY" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/effect/mapping_helpers/mail_sorting/service/theater, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"kAQ" = ( -/turf/open/floor/iron, -/area/station/security/office) -"kAY" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/station/cargo/sorting) -"kBd" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/turf/open/openspace, /area/station/hallway/primary/tram/center) -"kBf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +"kkc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kBH" = ( -/turf/open/floor/iron/stairs/right{ - dir = 4 - }, -/area/station/maintenance/central/greater) -"kBI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/area/station/engineering/atmos) +"kkd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, /obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ dir = 4 }, +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = -5 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"kBL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/hallway/primary/tram/center) +"kkg" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"kki" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"kkn" = ( +/obj/machinery/button/door/directional/west{ + id = "private_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"kkq" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison) -"kCh" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access" +/area/station/cargo/office) +"kkr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"kkx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" +/turf/open/floor/engine, +/area/station/science/xenobiology) +"kkF" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/transport/crossing_signal/northeast, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"kkK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"kkL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Science - Xenobiology North"; + network = list("ss13","rd") + }, /turf/open/floor/iron/white, -/area/station/science/research) -"kCj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/area/station/science/xenobiology) +"kkP" = ( +/obj/structure/bookcase/random/religion, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library) +"kkR" = ( +/obj/structure/transport/linear/tram/corner/northwest, +/obj/structure/tram/spoiler{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"kkV" = ( +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"kli" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/brig) -"kCm" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/spawner/random{ - loot = list(/obj/effect/decal/cleanable/oil/slippery = 10, /obj/effect/decal/cleanable/oil = 90); - name = "funny slipper :)" - }, -/turf/open/floor/tram/plate, +/area/station/service/theater) +"klk" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"kll" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"kCo" = ( +"kly" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/disposalpipe/junction/flip{ + dir = 4 }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"kCt" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/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) +"klI" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/camera{ + c_tag = "Secure - Tech Secure Storage"; + dir = 10 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"kCy" = ( -/obj/structure/table/wood, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"kCD" = ( -/obj/effect/turf_decal/siding/thinplating/end, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"klY" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 1 +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"kCE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/engineering/storage/tech) +"kmf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"kCR" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/status_display/ai/directional/south, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/commons/dorms) +"kmh" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/item/cultivator, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"kCS" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/structure/sign/clock/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Courtroom Jury North" }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"kDm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kmk" = ( /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 10 }, /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/neutral{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/escapepodbay) -"kDu" = ( +/area/station/commons/dorms) +"kmr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, +/obj/machinery/meter/layer2, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"kmy" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) +"kmM" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 10 }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"kmX" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kDJ" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/turf/open/floor/iron/white, +/area/station/science/lobby) +"knb" = ( +/obj/structure/transport/linear/public, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_xeno_lift" + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"kDL" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 5 +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"knl" = ( +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"knO" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"kDS" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 8; - initialize_directions = 8 +/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/central) +"koo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"koq" = ( +/obj/machinery/air_sensor/oxygen_tank, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"kot" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"kow" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"kDU" = ( /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/interrogation) -"kEc" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/virology) +"koy" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - transport_linked_id = "tram_upper_center_lift" +/obj/structure/rack, +/obj/item/gps/mining{ + pixel_x = -5; + pixel_y = -2 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"kEq" = ( -/obj/structure/railing{ - dir = 1 +/obj/item/gps/mining{ + pixel_x = -2; + pixel_y = 1 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"kpd" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kpg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"kEw" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/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, -/area/station/security/brig) -"kEx" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ +/area/station/engineering/atmos) +"kpt" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kpw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"kpC" = ( +/obj/structure/chair/comfy/beige{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kEz" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Mixing Chamber"; - dir = 9; - network = list("ss13","engineering") +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"kpE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ + dir = 8 }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"kED" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 7 +"kpF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"kpW" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/item/storage/box/evidence{ - pixel_x = -5; - pixel_y = 12 +/turf/open/floor/iron, +/area/station/security/courtroom) +"kqf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/item/toy/crayon/white{ - pixel_y = -4 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kqD" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 }, -/obj/item/toy/crayon/white{ - pixel_x = -5; - pixel_y = -4 +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" }, /turf/open/floor/iron, -/area/station/security/office) -"kFb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, +/area/station/engineering/atmos/pumproom) +"kqI" = ( /obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"kqK" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"kFm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/bar{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area South" }, +/obj/machinery/light/cold/directional/north, /turf/open/floor/iron, -/area/station/escapepodbay) -"kFp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"kFu" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 +/area/station/commons/fitness/recreation) +"kqP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"kFG" = ( -/obj/item/kirbyplants/random, -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"kqY" = ( +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-West"; + dir = 10 }, +/obj/structure/extinguisher_cabinet/directional/west, /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/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"kre" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"krk" = ( +/obj/structure/floodlight_frame, +/obj/machinery/light/directional/north, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"krn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant10, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kFS" = ( -/turf/open/floor/iron/stairs/right, -/area/station/science/lower) -"kFY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/effect/mapping_helpers/airalarm/all_access, +/area/station/science/lobby) +"kro" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"kGp" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 +/area/station/hallway/secondary/exit) +"krq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"kGr" = ( -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"kGs" = ( +/obj/machinery/firealarm/directional/east, /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/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"krB" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leavy/style_random, +/obj/machinery/light/directional/east, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"krE" = ( +/obj/machinery/computer/crew{ dir = 4 }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"krH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"kGx" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/security/brig) +"ksa" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 }, -/obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/station/engineering/atmos) -"kGK" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +"ksk" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ksm" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access" }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"kGT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"ksq" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Lathe Access" + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/service) -"kGW" = ( -/obj/structure/chair/office{ +"ksH" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"ksP" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/railing{ dir = 1 }, -/obj/effect/landmark/start/roboticist, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"kHn" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/hallway/secondary/construction/engineering) +"ksT" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 6 }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"kHq" = ( -/obj/structure/closet/secure_closet/brig/genpop, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"kHr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"kHD" = ( -/turf/closed/wall/r_wall, -/area/station/asteroid) -"kIh" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"ksW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"kIk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/firealarm/directional/west, +/obj/structure/table/glass, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/item/storage/box/donkpockets/donkpocketberry{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"ktb" = ( +/obj/structure/chair/sofa/middle{ dir = 8 }, -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal/directional/west, -/obj/structure/disposalpipe/trunk{ +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"ktl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ktw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Xenobiology West"; - network = list("ss13","rd") +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"kIo" = ( +/area/station/medical/medbay/central) +"ktA" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"ktB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ktX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/security/courtroom/holding) -"kID" = ( -/obj/item/storage/toolbox/electrical, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"kIK" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigleft"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/door/firedoor, +/obj/machinery/scanner_gate/preset_guns, +/turf/open/floor/iron, +/area/station/security/brig) +"kul" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white, -/obj/machinery/door/window/right/directional/east{ - name = "Secure Medical Storage"; - req_access = list("medical") +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 }, -/obj/item/storage/medkit/regular{ +/obj/item/storage/medkit/brute, +/obj/item/storage/medkit/brute{ pixel_x = -3; pixel_y = -3 }, -/obj/item/storage/medkit/regular, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") }, /obj/effect/turf_decal/siding/white{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"kIT" = ( -/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, -/area/station/command/heads_quarters/captain) -"kJc" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"kJk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"kJp" = ( +"kum" = ( +/obj/effect/landmark/event_spawn, /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/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/hallway/secondary/command) -"kJv" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters" +/area/station/cargo/office) +"kuq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/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, -/area/station/command/heads_quarters/captain/private) -"kJx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/tram/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"kJz" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"kJH" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"kKc" = ( -/obj/structure/railing/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/tram/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"kuB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"kuX" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/main) +"kvd" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"kKj" = ( -/obj/structure/table, -/obj/item/razor{ - pixel_x = 9; - pixel_y = 5 +/area/station/security/prison/workout) +"kvt" = ( +/turf/closed/wall, +/area/station/science/genetics) +"kvO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = -6; - pixel_y = 2 +/obj/machinery/button/door/directional/east{ + id = "cytologysecure1"; + name = "Secure Pen Lockdown" }, -/obj/item/reagent_containers/cup/bottle{ - desc = "A small bottle of Barber's Aid."; - list_reagents = list(/datum/reagent/barbers_aid = 30); - name = "Barber's Aid bottle"; - pixel_x = -2; - pixel_y = 10 +/obj/machinery/light/directional/north, +/obj/item/soap{ + pixel_y = 2 }, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/wood/large, -/area/station/service/barber) -"kKu" = ( -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"kKH" = ( -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/engine, +/obj/structure/table/glass, +/turf/open/floor/iron/dark, /area/station/science/xenobiology) -"kKJ" = ( -/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/commons/storage/primary) -"kKS" = ( -/obj/machinery/door/window/right/directional/north{ - name = "The Monkey Pit"; - req_access = list("science") +"kwa" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"kLn" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/east, -/obj/item/stack/sheet/iron/five, -/obj/item/stack/cable_coil/five, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"kLs" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"kLF" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, -/obj/effect/landmark/start/prisoner, -/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/security/prison/safe) -"kLG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"kwe" = ( +/obj/structure/ladder, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"kwk" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/iron/white, -/area/station/science/research) -"kMn" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"kwo" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/tape, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"kwp" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"kMt" = ( -/obj/machinery/duct, -/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 = 10 +"kwq" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/spawner/random/armory/disablers, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"kwD" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/glass, +/area/station/cargo/storage) +"kwN" = ( +/obj/machinery/computer/holodeck{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"kMA" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/commons/fitness/recreation) +"kxC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 }, -/obj/structure/closet/l3closet/scientist, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"kMH" = ( -/obj/structure/chair/comfy/beige, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/dogbed{ + desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."; + name = "cat bed" }, -/obj/structure/extinguisher_cabinet/directional/west, +/mob/living/basic/pet/cat/jerry, /turf/open/floor/iron, -/area/station/commons/dorms) -"kMY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/area/station/maintenance/tram/mid) +"kxF" = ( +/obj/item/kirbyplants/random/dead/research_director, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"kNc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 - }, -/obj/effect/landmark/generic_maintenance_landmark, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"kNk" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"kye" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"kyq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"kyF" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/sec{ + pixel_y = 7 }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Hallway turret control"; +/obj/item/clothing/mask/gas/sechailer{ pixel_x = 3; - pixel_y = 28 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"kNm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 + pixel_y = -3 }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"kNr" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/security/office) +"kyG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "lefttunnel" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"kNw" = ( -/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"kyN" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"kNP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym{ - pixel_y = -32 + dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/line, /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, -/area/station/commons/dorms) -"kNT" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" +/obj/machinery/firealarm/directional/north{ + pixel_x = 3 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 +/obj/machinery/light_switch/directional/north{ + pixel_x = -8; + pixel_y = 23 }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"kNW" = ( -/turf/closed/wall, -/area/station/maintenance/department/medical) -"kOa" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"kOe" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"kyU" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + name = "Tramstation emergency evac bay"; + shuttle_id = "emergency_home"; + width = 32 }, -/obj/machinery/airalarm/directional/east, +/turf/open/space/openspace, +/area/space) +"kzg" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"kzw" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"kOi" = ( -/obj/machinery/door/poddoor/massdriver_ordnance, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"kOG" = ( -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"kOI" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/hallway/secondary/entry) +"kzx" = ( +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"kzQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness) +"kzR" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"kOR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway" }, -/obj/structure/sign/poster/official/cleanliness/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kOV" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"kzT" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/service/chapel) +"kAl" = ( /obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/head/hop, -/obj/item/trapdoor_remote/preloaded{ - pixel_x = -8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" +/obj/item/nullrod{ + pixel_x = 4 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"kPc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ +/turf/open/floor/cult, +/area/station/service/chapel/office) +"kAx" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"kAO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"kPf" = ( -/obj/effect/spawner/structure/electrified_grille, -/turf/open/floor/plating, -/area/station/asteroid) -"kPg" = ( -/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"kAX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/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/service) +"kBi" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"kBo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"kPw" = ( -/obj/machinery/button/door/directional/west{ - id = "private_h"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +/area/station/science/server) +"kBs" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"kPL" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"kBv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"kBG" = ( +/obj/structure/transport/linear/tram/corner/northeast, +/obj/structure/tram/spoiler{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"kBM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, +/obj/structure/table, +/obj/machinery/light/dim/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"kQm" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 5 +/area/station/cargo/warehouse) +"kCm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 5 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"kQp" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kQu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"kCB" = ( +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"kQI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, +/area/station/security/checkpoint/engineering) +"kCQ" = ( +/obj/machinery/duct, +/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/hallway/secondary/entry) -"kQN" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/turf/open/floor/plating, -/area/station/science/robotics/mechbay) -"kQP" = ( +/area/station/hallway/secondary/service) +"kDd" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"kRe" = ( -/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, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"kRh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_upper_eva_internal"; + name = "External Access" }, -/obj/machinery/camera{ - c_tag = "Civilian - aux_base Construction"; - dir = 9 +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_upper_eva_internal"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 }, +/obj/effect/mapping_helpers/airlock/locked, +/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/maintenance/tram/right) +"kDi" = ( /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"kRH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/area/station/cargo/miningdock) +"kDm" = ( +/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) +"kDo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"kRT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{ +/turf/open/floor/iron, +/area/station/security/prison) +"kDB" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"kSe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/turf/open/floor/iron/dark/corner{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/ai_monitored/command/storage/eva) +"kDF" = ( +/obj/structure/closet/wardrobe/miner, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"kDH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit) +"kDS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kSM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/area/station/security/processing) +"kEc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/station/security/brig) +"kEf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"kSR" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/disposal/bin, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Courtroom Jury South" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"kTy" = ( -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"kTB" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/food/flour, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"kTH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"kTU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/courtroom) +"kEN" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/right, +/area/station/science/lower) +"kEO" = ( +/turf/open/floor/iron/white/side{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/service/kitchen) +"kFa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/box, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"kFd" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kUm" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 +/area/station/cargo/miningdock) +"kFf" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"kFl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"kUt" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/remains/human, -/obj/item/clothing/shoes/clown_shoes, -/obj/item/clothing/under/rank/civilian/clown, -/obj/item/clothing/mask/gas/clown_hat, -/obj/effect/decal/cleanable/blood/old, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"kUH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 10 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/security/office) -"kUQ" = ( -/obj/structure/chair, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"kUR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/brig) +"kFp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"kFs" = ( +/obj/structure/bed{ dir = 4 }, -/obj/structure/sign/warning/secure_area{ - pixel_x = 32 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kUV" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/sign/flag{ - pixel_y = 32 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"kVo" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ +/obj/item/bedsheet/syndie{ dir = 4 }, -/obj/machinery/newscaster/directional/south, -/obj/machinery/fax{ - fax_name = "Psychology Office"; - name = "Psychology Office Fax Machine" +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"kFu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"kVF" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" +/obj/structure/table, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"kFx" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space/nearstation) +"kFz" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"kFH" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 9 }, -/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"kFT" = ( +/obj/machinery/door/airlock{ + id_tag = "private_f"; + name = "Private Quarters F" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"kGa" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"kVO" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"kVU" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/hos) -"kWa" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kGf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"kWg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"kWh" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"kWm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"kWx" = ( -/obj/structure/table/reinforced, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Upper Hall Left"; + network = list("ss13","rd") }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" +/turf/open/floor/iron/white, +/area/station/science/research) +"kGo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - dir = 4; - name = "Chemistry Desk"; - req_access = list("pharmacy") +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"kWD" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"kWI" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/filingcabinet/chestdrawer{ - pixel_y = 2 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"kWL" = ( -/obj/structure/girder, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"kWO" = ( -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/tree/palm/style_random, -/turf/open/floor/grass, -/area/station/medical/virology) -"kWT" = ( +/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/fitness/recreation) +"kGr" = ( /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "tcomms-entrance" +/obj/machinery/door/airlock/security{ + name = "Re-Education Center" }, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications" +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/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/security/execution/education) +"kGv" = ( +/obj/structure/disposaloutlet{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"kGA" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"kGF" = ( /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, -/area/station/tcommsat/computer) -"kXf" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/tram/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/tram/corner{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"kXl" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"kXq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) -"kXu" = ( +/area/station/hallway/primary/tram/left) +"kGG" = ( /obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ +/obj/machinery/research/anomaly_refinery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"kGH" = ( +/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/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"kXw" = ( +/turf/open/floor/wood/large, +/area/station/service/barber) +"kGR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"kHa" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1"; + space_dir = 2 }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"kHn" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 6 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 }, +/obj/effect/mapping_helpers/mail_sorting/engineering/general, +/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/engineering/atmos) -"kXx" = ( -/obj/vehicle/ridden/secway, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/tile/red/fourcorners, +/area/station/engineering/main) +"kHp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/security/checkpoint/science) -"kXJ" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +/area/station/commons/dorms) +"kHt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/air_sensor/incinerator_tank, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"kHv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/openspace, +/area/space/nearstation) +"kHy" = ( +/obj/structure/chair/office/light{ dir = 4 }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Minisat Chargebay"; - network = list("ss13","minisat") +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"kXU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/command/heads_quarters/cmo) +"kHB" = ( +/turf/open/floor/grass, +/area/station/medical/virology) +"kHR" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/button/door/directional/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = 8; + req_access = list("atmospherics") + }, +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access = list("engine_equip") + }, +/obj/machinery/button/door/directional/west{ + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_y = -8; + req_access = list("engineering") }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/mob/living/basic/parrot/poly, /turf/open/floor/iron, -/area/station/commons/dorms) -"kYg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/area/station/command/heads_quarters/ce) +"kHS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" }, -/obj/structure/sink/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kYn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/obj/machinery/door/firedoor, -/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/service/hydroponics/garden) -"kYt" = ( +/area/station/hallway/secondary/command) +"kHT" = ( /obj/structure/table, -/obj/item/wirecutters, -/obj/item/screwdriver{ - pixel_y = 9 - }, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Tech Stortage" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"kYu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 +/turf/open/floor/iron, +/area/station/security/prison) +"kHZ" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/structure/rack, -/obj/item/gps/mining{ - pixel_x = -5; - pixel_y = -2 +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"kIh" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/item/gps/mining{ - pixel_x = -2; - pixel_y = 1 +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"kIi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"kYv" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/obj/machinery/door/window/brigdoor/left/directional/north{ - name = "Engineering Delivery Chute" - }, +/area/station/engineering/atmos) +"kIo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"kYC" = ( -/obj/structure/table/glass, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/stack/cable_coil, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = -4; - pixel_y = 4 +/area/station/hallway/secondary/exit/departure_lounge) +"kIz" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"kIA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/item/book/manual/wiki/grenades, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"kZb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"kZg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/item/stack/rods/two, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"kIE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"kIG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"kZB" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/area/station/command/heads_quarters/ce) +"kII" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/rack, -/obj/item/storage/bag/money, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"kZC" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) -"kZE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/instrument/musicalmoth, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"kZF" = ( -/obj/machinery/computer/station_alert{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" }, -/obj/structure/sign/poster/official/build/directional/east, +/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, +/area/station/hallway/secondary/command) +"kIU" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"kZJ" = ( -/obj/effect/spawner/structure/window/reinforced, +/area/station/security/processing) +"kIZ" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison/mess) -"kZV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - 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 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator ACcess"; - dir = 9; - network = list("ss13","engineering") +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kJy" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_2_lavaland" }, -/obj/machinery/atmospherics/components/unary/bluespace_sender{ - dir = 4; - initialize_directions = 4 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"kJA" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/circuit/green, +/area/station/science/server) +"kJU" = ( +/obj/structure/chair/comfy/beige, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"kJV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Cargo - Mining South-West" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"kJY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"lae" = ( +/area/station/hallway/secondary/service) +"kKe" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad"; + name = "Loading Conveyor"; + pixel_x = -13; + pixel_y = -5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kKo" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"lah" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"lar" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez6"; - name = "Xenobiology Containment Blast Door" +/turf/open/floor/iron/white, +/area/station/science/explab) +"kKB" = ( +/obj/machinery/door/airlock{ + name = "Law Office" }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"las" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"kKV" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"kKZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/button/door/directional/north{ + id = "midtunnelleft"; + name = "Tunnel Access Shutters Toggle" }, -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/library) -"laF" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, /turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"lbn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/maintenance/tram/mid) +"kLz" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/work) +"kLI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/cable, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"lbq" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"kLJ" = ( +/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/security/prison) +"kLM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/warning{ +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"kMc" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"kMi" = ( +/obj/machinery/lift_indicator{ + linked_elevator_id = "tram_upper_center_lift"; + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/button/elevator{ + id = "tram_upper_center_lift"; + pixel_x = 5; + pixel_y = -1 + }, +/turf/closed/wall, +/area/station/service/janitor) +"kMl" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"kMm" = ( +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"kMn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/sorting) -"lbr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/ai_slipper{ - uses = 10 +/area/station/cargo/storage) +"kMD" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"kMI" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 7 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"lbB" = ( -/obj/structure/chair/office/light{ - dir = 1 +/obj/item/storage/box/evidence{ + pixel_x = -5; + pixel_y = 12 }, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"lbF" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/item/toy/crayon/white{ + pixel_y = -4 + }, +/obj/item/toy/crayon/white{ + pixel_x = -5; + pixel_y = -4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"lcB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/area/station/security/office) +"kMR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"kMZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, /obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/pharmacy) +"kNf" = ( +/obj/structure/closet/secure_closet/brig{ + id = "crgcell"; + name = "Cargo Cell Locker" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/office) -"lcJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/box, -/obj/machinery/shower/directional/north, +/area/station/security/checkpoint/supply) +"kNj" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"lcM" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/security/prison/workout) +"kNk" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Genetics Lab Desk"; + req_access = list("science") }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 8 +/obj/structure/desk_bell{ + pixel_x = 7 }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 8 +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/white/side, +/area/station/science/genetics) +"kNn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"lcO" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/exit) -"lcV" = ( +/area/station/commons/dorms) +"kNo" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"kNr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"kNw" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/end{ + dir = 4 + }, /turf/open/floor/plating, -/area/station/service/lawoffice) -"lcW" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ +/area/station/maintenance/tram/right) +"kNE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"ldi" = ( -/obj/effect/landmark/navigate_destination/dockarrival, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ldk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"ldp" = ( -/obj/effect/turf_decal/trimline/green/corner{ +/area/station/science/ordnance/testlab) +"kNM" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"kNO" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"ldu" = ( -/obj/machinery/door/poddoor/massdriver_trash{ - id = "fortnitedoor" - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"ldz" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - 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/hallway/primary/tram/right) -"ldG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/area/station/engineering/engine_smes) +"kNT" = ( +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) +"kOf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"ldN" = ( -/obj/docking_port/stationary/syndicate/northwest{ +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"kOh" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/turf/open/space/openspace, -/area/space) -"leb" = ( -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"lec" = ( +/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, +/area/station/engineering/atmos) +"kOl" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/structure/sign/poster/official/safety_internals/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Public Mining Dock"; - network = list("ss13","cargo") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lef" = ( -/turf/closed/wall, -/area/station/commons/storage/art) -"leg" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/structure/chair/comfy, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"leu" = ( +/area/station/command/heads_quarters/qm) +"kOr" = ( /obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/library) -"lev" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"kOu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/machinery/firealarm/directional/west{ - pixel_y = -5 - }, +/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/command/heads_quarters/rd) -"lez" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/turf/open/floor/iron/white, +/area/station/science/research) +"kOD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 + dir = 4 }, -/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/south, /turf/open/floor/iron, -/area/station/commons/storage/art) -"leK" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"leW" = ( -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"leZ" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"lff" = ( -/obj/structure/table, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 +/area/station/hallway/secondary/exit/departure_lounge) +"kOE" = ( +/turf/closed/wall, +/area/station/security/detectives_office) +"kOL" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/obj/item/transfer_valve{ - pixel_x = -5 +/obj/structure/bed{ + dir = 4 }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/structure/sign/clock/directional/west, +/obj/effect/landmark/start/virologist, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"lfi" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External West"; - dir = 6; - network = list("ss13","minisat") +/area/station/medical/virology) +"kPf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/space/basic, -/area/space/nearstation) -"lfw" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"kPo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/cargo/sorting) -"lfA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/hallway/secondary/command) +"kPr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"lfM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kPx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/ai_monitored/command/storage/eva) +"kPC" = ( +/turf/closed/wall/rust, +/area/station/security/prison/workout) +"kPE" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"kPT" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kQy" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"kQM" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Xenobiology West"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"kQR" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/item/food/grown/banana/bunch{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"kQX" = ( +/obj/machinery/computer/security{ dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"kRm" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, /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/security/checkpoint/supply) -"lgb" = ( +/area/station/command/heads_quarters/captain) +"kRr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"kRB" = ( +/obj/effect/landmark/event_spawn, +/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, +/area/station/security/brig) +"kRL" = ( +/turf/closed/wall, +/area/station/medical/coldroom) +"kRP" = ( +/obj/effect/turf_decal/siding/wood, +/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/wood, +/area/station/service/bar/backroom) +"kRR" = ( +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"kRW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/structure/rack, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"kSa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharge_station, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"kSh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"lgz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/medical/pharmacy) +"kSi" = ( +/turf/open/openspace, +/area/station/maintenance/department/medical) +"kSp" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"kSA" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Pure to Port" }, -/obj/machinery/space_heater, /turf/open/floor/iron, /area/station/engineering/atmos) -"lhf" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/engineering/gravity_generator) -"lhA" = ( -/obj/structure/table, -/obj/item/assembly/timer{ - pixel_x = -4; - pixel_y = 2 +"kSL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -4 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"kSZ" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/assembly/timer{ - pixel_x = 5; - pixel_y = 4 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"kTi" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, -/obj/item/assembly/timer, +/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) +"kTr" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/left, +/area/station/hallway/secondary/construction/engineering) +"kTz" = ( /obj/machinery/camera/directional/west{ - c_tag = "Science - Ordnance Launch Bay"; - network = list("ss13","rd") + c_tag = "Hallway - Port Tram Platform North" }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"lhB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/left) +"kTI" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 5 }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lhG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/genetics) +"kTK" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"kTL" = ( +/obj/machinery/power/terminal{ dir = 8 }, -/obj/machinery/duct, -/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"kTR" = ( +/obj/structure/closet{ + name = "Beekeeper Uniform" + }, +/obj/item/clothing/head/utility/beekeeper_head, +/obj/item/melee/flyswatter, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/item/clothing/suit/utility/beekeeper_suit, +/obj/item/clothing/head/utility/beekeeper_head, /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/safe) -"lhJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/eva) -"lhK" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/storage/toolbox/drone, +/obj/machinery/light/dim/directional/south, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"lhO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/service/hydroponics) +"kTS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"lic" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/airalarm/directional/south, +/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/science/ordnance/office) -"lig" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 - }, -/obj/machinery/door/window/elevator/left/directional/east{ - elevator_mode = 1; - transport_linked_id = "tram_dorm_lift" +/area/station/medical/pharmacy) +"kTT" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"lij" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoupperbelt" +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"kTU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/structure/plasticflaps, -/obj/structure/disposaloutlet{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"lio" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"liD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" }, -/obj/machinery/duct, +/obj/machinery/door/firedoor, /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/security/prison) -"liE" = ( -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"kUm" = ( +/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/commons/vacant_room/office) +"kUo" = ( /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"liJ" = ( +/area/station/service/chapel) +"kUs" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/shower/directional/west, +/turf/open/floor/iron, +/area/station/engineering/main) +"kUu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"kUF" = ( /obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, /obj/structure/railing/corner{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"liN" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"kUN" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_lower_eva_internal"; + name = "External Access" }, -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"liO" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_lower_eva_internal"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"ljm" = ( +/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/maintenance/tram/left) +"kVf" = ( +/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, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"kVl" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"ljA" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"ljL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/escapepodbay) -"ljS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/lattice/catwalk, /obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"ljU" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ljV" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Loop" +/area/station/maintenance/tram/right) +"kVs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"lkg" = ( -/obj/structure/railing{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/chair{ +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kVt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"kVP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"kVV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/meeting_room) +"kWd" = ( /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/commons/fitness/recreation) -"lkt" = ( -/obj/structure/chair/comfy/black{ +/area/station/security/brig) +"kWp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"kWq" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"lky" = ( -/obj/structure/closet/secure_closet/injection{ - name = "educational injections"; - pixel_x = 2 - }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"lkD" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"lkH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Main South-West"; - network = list("ss13","Security","prison") - }, -/turf/open/floor/iron, -/area/station/security/prison) -"lkV" = ( -/obj/structure/closet/l3closet/security, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"lll" = ( /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, -/area/station/cargo/miningdock) -"lln" = ( -/obj/machinery/modular_computer/preset/id{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"llu" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"kWr" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"kWH" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"kWN" = ( +/obj/structure/table, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"llx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_eva_internal"; - name = "External Access" +/area/station/commons/fitness/recreation/entertainment) +"kWR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_eva_internal"; - idSelf = "middleleft_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"kWV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"llA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"llH" = ( -/obj/machinery/dna_scannernew, -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"lmC" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/stack/ore/glass, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"lmJ" = ( +/area/station/engineering/atmos) +"kXd" = ( +/obj/machinery/duct, +/obj/structure/table, /obj/structure/cable, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"lmK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/security/prison) +"kXg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"kXk" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"lmP" = ( -/obj/effect/spawner/structure/electrified_grille, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) -"lni" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port) +"kXr" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"lny" = ( -/obj/structure/table/glass, -/obj/machinery/coffeemaker, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"lnC" = ( -/obj/structure/table, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/signlang_radio, -/obj/item/mod/module/thermal_regulator, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/office) -"lnH" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/cargo/warehouse) +"kXy" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"kXz" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, +/obj/effect/turf_decal/trimline/green/filled/corner, +/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/central) -"lnV" = ( -/obj/machinery/computer/monitor{ - dir = 1 +/area/station/medical/virology) +"kXZ" = ( +/obj/machinery/door/airlock{ + id_tag = "private_l"; + name = "Private Quarters L" }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"lnX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"kYk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_upper_eva_external"; + idInterior = "rightmost_upper_eva_internal"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/button/door/directional/west{ - id = "cytologysecure2"; - name = "Secure Pen Lockdown" +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"kYl" = ( +/obj/item/storage/box/beakers{ + pixel_x = 5; + pixel_y = 3 }, -/obj/machinery/requests_console/directional/north{ - department = "Cytology"; - name = "Cytology Requests Console" +/obj/item/grenade/chem_grenade{ + pixel_x = -7; + pixel_y = 7 }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/light/directional/north, +/obj/item/grenade/chem_grenade{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, +/obj/structure/table, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"lob" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/science/explab) +"kYL" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"kYP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + 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, -/area/station/commons/fitness) -"lod" = ( -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/glass, -/area/station/service/kitchen) -"loe" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lox" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/science/lower) +"kZh" = ( +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"kZt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"kZw" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" }, +/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, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"loN" = ( -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) -"loQ" = ( +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"kZB" = ( +/obj/effect/landmark/start/hangover, +/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/medical/virology) -"loW" = ( -/turf/open/floor/iron/stairs/left{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/area/station/maintenance/central/greater) -"loX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kZC" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance Hatch" }, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) -"lpp" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"kZD" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"kZI" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"kZK" = ( +/obj/effect/turf_decal/trimline/white/line{ dir = 4 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "External Waste Ports to Filter" +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber East"; + dir = 10; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"kZM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"lai" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, /turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"lam" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, /area/station/engineering/atmos) -"lpq" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_lower_eva_external"; - name = "External Access" +"lan" = ( +/obj/vehicle/sealed/mecha/ripley/cargo, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_lower_eva_external"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/turf/open/floor/iron, +/area/station/cargo/storage) +"lax" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"lpr" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light/floor, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"lpV" = ( -/turf/closed/wall, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, /area/station/engineering/main) -"lpY" = ( +"laB" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"laM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"laT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"laU" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/left) +"lbv" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"lbz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/button/door/directional/north{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -6; + req_access = list("atmospherics") + }, +/obj/machinery/button/door/directional/north{ + desc = "A door remote control switch for the engineering security airlocks."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = 6; + req_access = list("engineering") + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"lbL" = ( +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"lbZ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, /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/structure/cable, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"lqj" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/area/station/commons/fitness/recreation/entertainment) +"lcf" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white/side, -/area/station/science/explab) -"lqo" = ( -/obj/machinery/airalarm/directional/north, -/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/dark, -/area/station/command/teleporter) -"lqr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"lco" = ( +/obj/machinery/computer/shuttle/mining/common{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/stripes{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/courtroom) -"lqu" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Wing" +/area/station/hallway/secondary/exit) +"ldd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"ldf" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering - Engine Room North-West"; + network = list("ss13","engine","engineering") + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ldp" = ( +/obj/machinery/status_display/door_timer{ + id = "crgcell"; + name = "Cargo Cell"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"ldu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/door_timer{ + id = "Isolation_C"; + name = "Isolation Cell C"; + pixel_y = 32 + }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"lqN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"ldy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lej" = ( +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/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/tram/right) -"lra" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/area/station/hallway/primary/tram/center) +"lew" = ( /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/central) -"lri" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/science/lobby) +"leA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lrq" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/right) -"lrI" = ( -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/entry) +"lfq" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 4 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"lsk" = ( -/obj/structure/closet/secure_closet/freezer/fridge/open, -/obj/structure/window/spawner/directional/west, -/obj/item/toy/plush/goatplushie, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"lsn" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/item/bikehorn/rubberducky, -/obj/machinery/shower/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"lsC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"lsL" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/turf/open/floor/engine/hull, +/area/station/solars/port) +"lfw" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ + name = "Burn Chamber Interior Airlock" }, -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 4 +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = 24; + pixel_y = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"lsP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_x = 24; + pixel_y = -6 }, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/airlock_controller/incinerator_ordmix{ + pixel_x = -24 }, -/turf/open/floor/iron, -/area/station/security/processing) -"lsV" = ( -/obj/modular_map_root/tramstation{ - key = "cargoscilower"; - name = "cargoscilower" +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"lfB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"lfP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"lfQ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lobby) +"lgi" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"lgo" = ( +/obj/machinery/atmospherics/pipe/smart/simple/violet/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lgu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"lgD" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/open/misc/asteroid, -/area/station/asteroid) -"lth" = ( -/obj/effect/mapping_helpers/ianbirthday, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"ltr" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/caution/stand_clear/red, -/turf/open/floor/plating/elevatorshaft, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"lgK" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"lgO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"lgP" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"lhi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"lho" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"lhI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/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, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, /area/station/maintenance/tram/mid) -"ltu" = ( +"lhS" = ( /obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/east{ +/obj/machinery/door/window/left/directional/north{ name = "Containment Pen #3"; req_access = list("xenobiology") }, -/obj/machinery/door/window/left/directional/west{ +/obj/machinery/door/window/left/directional/south{ name = "Containment Pen #3"; req_access = list("xenobiology") }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/door/poddoor/preopen{ id = "containdeez3"; name = "Xenobiology Containment Blast Door" }, /turf/open/floor/engine, /area/station/science/xenobiology) -"ltA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +"lhT" = ( +/obj/structure/cable/multilayer/connected, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"ltC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"ltE" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"ltF" = ( -/obj/structure/table/wood, -/obj/structure/noticeboard/directional/south, -/obj/machinery/computer/records/medical/laptop{ - dir = 1 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"ltS" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"lhV" = ( +/obj/structure/displaycase/trophy, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"lib" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"liC" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"liN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/processing) -"ltY" = ( +/area/station/commons/dorms) +"liZ" = ( /obj/structure/cable, -/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/security/brig) -"lub" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"luc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 Outlet Pump" +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"lje" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"ljn" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"luo" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/area/station/hallway/primary/tram/right) +"ljw" = ( +/obj/structure/chair{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"luA" = ( -/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/security/prison/work) -"luW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/security/office) +"ljC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/navigate_destination/lawyer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"ljI" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab" }, -/obj/effect/turf_decal/stripes{ +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lva" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lvc" = ( -/obj/effect/turf_decal/stripes/corner{ +/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/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"ljR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"ljZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ dir = 1 }, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"lkj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + 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/pharmacy) +"lkk" = ( +/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/engine_smes) -"lvm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/security/prison/workout) +"lku" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/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/iron, -/area/station/commons/fitness/recreation) -"lvw" = ( -/turf/closed/wall, -/area/station/engineering/supermatter/room) -"lvD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"lvI" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/bot_white/right, -/obj/item/folder/documents, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"lvJ" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"lvK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/area/station/engineering/main) +"lkw" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"lkD" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 9 + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Tech Stortage" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/directional/north, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"lvS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/area/station/engineering/storage/tech) +"lkK" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"lvY" = ( +/obj/machinery/airalarm/directional/west, /obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/maintenance/central/greater) -"lwb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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/iron, +/area/station/science/ordnance/testlab) +"lkP" = ( /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"lwg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/security/prison) +"lkZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lower) -"lwl" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"lla" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"llf" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"llj" = ( +/obj/structure/sink/kitchen/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/station/service/kitchen) +"llk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"lwm" = ( -/obj/structure/railing{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"llm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"llo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"lwr" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"llx" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 8 }, -/obj/structure/sign/calendar/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"lwy" = ( -/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/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/service/chapel) -"lwN" = ( -/turf/closed/wall, -/area/station/medical/pharmacy) -"lwO" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"lxn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/cargo/storage) -"lxz" = ( +/area/station/engineering/atmos) +"llE" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/navigate_destination/kitchen, /obj/structure/table, -/obj/machinery/microwave, -/obj/item/radio/intercom/prison/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Prison Cafeteria"; - network = list("ss13","Security","prison") - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"lxA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/item/food/piedough, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"llJ" = ( +/obj/structure/chair/office{ + dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"llK" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/iron, -/area/station/security/prison/safe) -"lxE" = ( +/area/station/command/heads_quarters/ce) +"llN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -34114,223 +34346,238 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"lxR" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/center) -"lxT" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 8 +"llU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"lxU" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Lab" +/obj/machinery/button/elevator/directional/north{ + id = "tram_lower_center_lift" }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"lyl" = ( -/obj/structure/bed{ - dir = 4 +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_lower_center_lift" }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"lml" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) +"lmn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/landmark/start/prisoner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, /obj/structure/cable, -/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/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, -/area/station/security/prison/safe) -"lyJ" = ( -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"lyN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/table, -/obj/machinery/coffeemaker, +/area/station/commons/fitness/recreation) +"lmy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"lyO" = ( -/obj/structure/rack, -/obj/item/storage/box/lights/tubes{ - pixel_x = 4; - pixel_y = 4 +/area/station/commons/dorms) +"lmG" = ( +/obj/structure/chair/comfy/black{ + dir = 4 }, -/obj/item/storage/box/lights/tubes, -/obj/item/wrench, -/obj/item/stack/cable_coil, -/obj/machinery/light/directional/north, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"lyQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"lyR" = ( -/obj/structure/chair/pew/left, -/turf/open/floor/iron/chapel{ dir = 9 }, -/area/station/service/chapel) -"lzb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"lmZ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" + }, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Mail Office" + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"lnk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"lzc" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +"lns" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"lnO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + 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/siding/purple{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lzd" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm1"; - name = "Room 1" +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"lnU" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"lzm" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"lzp" = ( -/turf/open/floor/iron/stairs/right, -/area/station/command/gateway) -"lzq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lnX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, /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, -/area/station/escapepodbay) -"lzt" = ( -/obj/machinery/modular_computer/preset/id{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/machinery/keycard_auth/directional/north, -/obj/machinery/button/door/directional/north{ - id = "cmoshutter"; - name = "CMO Privacy Shutters"; - pixel_y = 38; - req_access = list("cmo") +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"lzB" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"lzG" = ( -/obj/modular_map_root/tramstation{ - key = "arrivalsecupper"; - name = "arrivalsecupper" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/misc/asteroid, -/area/station/asteroid) -"lzK" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/south{ - pixel_y = 2 +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"loa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/bureaucracy/folder, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"lzN" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"lzU" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"lob" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"lof" = ( +/obj/item/toy/balloon, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"loh" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"lAl" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"lAC" = ( -/obj/structure/chair, +/area/station/commons/fitness) +"lox" = ( +/obj/structure/window/reinforced/spawner/directional/north, /obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"lAD" = ( -/obj/structure/railing{ - dir = 4 + dir = 9 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"loF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"loG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, +/obj/structure/closet/secure_closet/brig{ + id = "medcell"; + name = "Medical Cell Locker" + }, /turf/open/floor/iron, -/area/station/cargo/storage) -"lAK" = ( -/obj/machinery/status_display/ai/directional/north, +/area/station/security/checkpoint/science) +"loJ" = ( +/obj/structure/fireaxecabinet/mechremoval/directional/north, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"loQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/chair/office, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"lpg" = ( /obj/structure/table, -/obj/effect/turf_decal/tile/neutral/full, -/turf/open/floor/iron/large, -/area/station/commons/dorms) -"lAS" = ( -/obj/machinery/light/dim/directional/south, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"lAZ" = ( -/turf/closed/wall, -/area/station/service/kitchen) -"lBk" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 6 }, -/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) +"lpo" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery = 10, /obj/effect/decal/cleanable/oil = 90); + name = "funny slipper :)" + }, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/left) +"lpu" = ( +/obj/structure/table, +/obj/item/camera, +/obj/item/camera_film, +/obj/item/hand_labeler, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Art Storage" + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"lpC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lpE" = ( /obj/machinery/door/airlock/security{ - name = "Pre-Trial Room" + name = "Interrogation" }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ cycle_id = "interro-court" }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -34339,968 +34586,1089 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom/holding) -"lBp" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/wirecutters, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +"lpS" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/station/science/lower) +"lpT" = ( +/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 = "Robotics Maintenance Hatch" }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"lBE" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"lqu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"lBF" = ( -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"lBQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"lqy" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lqQ" = ( +/obj/machinery/computer/teleporter{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lqS" = ( +/obj/structure/table/wood, +/obj/item/book/bible, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"lqT" = ( +/turf/open/floor/iron/stairs/right, +/area/station/command/gateway) +"lqV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/research) +"lra" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"lrq" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"lrt" = ( /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/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"lBT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) -"lBU" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"lrw" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics O2 Chamber"; + dir = 6; + network = list("ss13","engineering") }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating/airless, -/area/station/engineering/supermatter/room) -"lBX" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8; - piping_layer = 2 +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"lrx" = ( +/obj/structure/table/reinforced, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"lCc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"lCe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/dorms) -"lCg" = ( -/obj/machinery/door/window/brigdoor/left/directional/south{ - name = "Secure Morgue Trays"; - req_access = list("morgue_secure") +/obj/machinery/requests_console/directional/north{ + department = "AI"; + name = "AI Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"lry" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 }, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"lCs" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/hop) -"lCz" = ( -/obj/structure/chair/comfy/beige{ +/area/station/ai_monitored/command/nuke_storage) +"lrA" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"lCG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/table/glass, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/syringe/antiviral, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"lrG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/flashlight/flare, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"lrI" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"lCL" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) +"lrQ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"lrX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 }, -/obj/effect/landmark/event_spawn, -/obj/machinery/computer/rdconsole, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, /turf/open/floor/iron, -/area/station/science/lab) -"lDb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/science) -"lDl" = ( -/obj/effect/landmark/event_spawn, +/area/station/engineering/atmos) +"lse" = ( +/turf/open/floor/carpet, +/area/station/service/theater) +"lss" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/contraband/prison, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/knife/plastic, +/obj/item/knife/plastic, +/obj/item/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"lst" = ( +/obj/machinery/power/terminal, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"lsx" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lDw" = ( -/obj/structure/closet/crate/goldcrate, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"lDA" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/area/station/commons/lounge) +"lsJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South-West"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/turf/open/floor/iron, -/area/station/cargo/office) -"lDD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/iron/white, -/area/station/science/lobby) -"lDG" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/medical/medbay/central) +"lsR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Delivery Desk"; + req_access = list("shipping") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"ltc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/caution/stand_clear/red{ dir = 4 }, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"ltl" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, /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/fitness/recreation) -"lEf" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"lEA" = ( -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 +/area/station/security/office) +"ltq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 8 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ltt" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ltw" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain/private) +"ltZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 }, +/obj/structure/chair/comfy, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/command/teleporter) -"lEN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"lET" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"lEZ" = ( -/obj/machinery/vending/boozeomat, -/obj/effect/landmark/navigate_destination/bar, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"lFb" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"lFi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/area/station/hallway/secondary/exit) +"lue" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"lul" = ( +/obj/structure/table, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/cargo/office) -"lFs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/medical/virology) +"luy" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"luC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lFv" = ( -/obj/structure/railing{ +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"luD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"luP" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"lFS" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/wood, +/area/station/service/library) +"luX" = ( +/obj/item/radio/intercom/directional/west{ + pixel_y = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"lFU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 9 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/structure/railing/corner, +/obj/machinery/light/small/directional/west, +/obj/machinery/flasher/directional/west{ + pixel_x = -24; + pixel_y = -8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 2 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"luY" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + 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/commons/fitness/recreation) -"lGp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"lGY" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/line, -/obj/machinery/status_display/ai/directional/south, +/obj/machinery/light/dim/directional/east, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"lHb" = ( -/obj/structure/railing{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"lHe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/maintenance/central/greater) +"lvb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/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/hallway/secondary/command) -"lHl" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"lHo" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/safe) -"lHq" = ( -/obj/machinery/firealarm/directional/west{ - pixel_y = -3 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"lvc" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"lHs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/brig) +"lvg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Main South-West"; + network = list("ss13","Security","prison") }, -/area/station/ai_monitored/command/storage/eva) -"lHt" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/iron, +/area/station/security/prison) +"lvm" = ( +/obj/machinery/computer/records/security{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lHL" = ( -/obj/item/crowbar/large, -/obj/structure/rack, -/obj/item/flashlight, +/obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"lHV" = ( -/turf/open/floor/iron/recharge_floor, -/area/station/science/robotics/mechbay) -"lIb" = ( -/obj/structure/disposalpipe/trunk{ +/area/station/security/office) +"lvH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/disposaloutlet{ - dir = 4 +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/office) +"lvK" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"lIm" = ( -/turf/closed/wall, -/area/station/commons/storage/primary) -"lIo" = ( -/obj/item/kirbyplants/random, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Ordnance Storage"; - network = list("ss13","rd") +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"lIv" = ( -/obj/structure/sink/directional/south, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"lIK" = ( -/obj/machinery/holopad, -/obj/effect/landmark/navigate_destination/bridge, +/area/station/cargo/office) +"lwd" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"lIL" = ( -/obj/structure/bed/medical/emergency, -/obj/machinery/iv_drip, -/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"lwj" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"lJa" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"lwt" = ( +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/science/ordnance) +"lwx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/station/service/library) +"lwB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"lJf" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/area/station/medical/virology) +"lwF" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"lwN" = ( +/obj/structure/fluff/tram_rail/electric{ dir = 1 }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"lJk" = ( -/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 = 5 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"lwV" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Plasma Chamber"; + dir = 9; + network = list("ss13","engineering") }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"lxi" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"lJl" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/area/station/ai_monitored/turret_protected/ai) +"lxm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/miningdock) +"lxq" = ( +/obj/structure/fluff/tram_rail/electric{ dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"lJq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 1 }, -/obj/machinery/firealarm/directional/east{ - pixel_y = 4 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"lxH" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 2; + pixel_y = 3 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 24; - pixel_y = -8 +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -2 }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"lJv" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, +/area/station/engineering/break_room) +"lxI" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"lxK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"lJG" = ( -/obj/structure/bed{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/bedsheet/dorms{ +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"lxW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/sign/clock/directional/west, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"lJM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, +/turf/open/floor/iron/white, /area/station/science/lower) -"lJO" = ( -/obj/machinery/conveyor{ - id = "QMLoad2" +"lxX" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/station/cargo/storage) -"lJR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/button/door{ + id = "containdeez2"; + name = "Cell Containment Toggle Button" + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lye" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"lyf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lym" = ( +/obj/machinery/monkey_recycler, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"lKe" = ( +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lyt" = ( /obj/machinery/door/airlock/external{ - name = "Solar Maintenance" + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_upper_eva_external"; + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_upper_eva_external"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"lyx" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"lKf" = ( -/obj/structure/noticeboard/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Security - Main Office North"; - dir = 9; - network = list("ss13","Security") - }, /turf/open/floor/iron, -/area/station/security/office) -"lKj" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/area/station/security/checkpoint/arrivals) +"lyz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/cable, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"lKk" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/sand, /turf/open/floor/iron, -/area/station/security/prison/workout) -"lKo" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"lKA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/area/station/hallway/secondary/entry) +"lyC" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"lyH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/armory/bulletproof_armor, +/obj/effect/spawner/random/armory/bulletproof_helmet, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"lyK" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"lKF" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"lKG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +"lyQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lyV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/thinplating{ - dir = 4 + dir = 1 }, -/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/fitness/recreation) -"lKH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"lKM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"lKW" = ( -/obj/item/clothing/under/color/jumpskirt/white, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/maintenance/tram/left) +"lzc" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"lLJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled, -/turf/open/floor/iron/textured, -/area/station/medical/medbay/central) -"lLT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"lMe" = ( -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/landmark/event_spawn, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"lzo" = ( +/obj/machinery/door/window/left/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"lzp" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access = list("library") + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/painting/large/library{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"lzJ" = ( +/obj/structure/sign/warning/pods/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/science/explab) -"lMp" = ( -/obj/machinery/computer/security{ +/area/station/escapepodbay) +"lzZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"lAm" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/office) -"lMy" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/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/virology) +"lAA" = ( +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron, +/area/station/security/prison) +"lAC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"lAO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lAR" = ( /obj/structure/railing/corner{ - dir = 8 + dir = 4 }, -/obj/structure/railing/corner, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/siding/thinplating/corner, /obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 + dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light/cold/directional/south, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"lMD" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 9 +"lBb" = ( +/obj/structure/toilet{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"lMJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/button/door/directional/west{ + id = "ToiletSci2"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/engineering/main) -"lMM" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"lBF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lMN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/flasher/directional/west{ - id = "permafrontdoor" +/obj/machinery/airalarm/directional/west, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "ordnancefreezer" }, -/turf/open/floor/iron, -/area/station/security/prison) -"lMR" = ( -/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"lBP" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"lNh" = ( -/turf/open/floor/iron/dark, -/area/station/service/bar) -"lNi" = ( -/obj/machinery/computer/atmos_control/oxygen_tank{ - atmos_chambers = list("o2ordance" = "Oxygen Supply") - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"lNn" = ( -/obj/structure/chair/pew/left, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/chapel{ - dir = 9 +/area/station/maintenance/radshelter/civil) +"lBQ" = ( +/turf/closed/wall, +/area/station/medical/surgery/aft) +"lBW" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/area/station/service/chapel) -"lNs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lNC" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 5 +/area/station/cargo/storage) +"lCk" = ( +/obj/machinery/door/airlock/atmos{ + name = "The Pipe Cave" }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"lNE" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lCw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"lNI" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"lNR" = ( -/obj/machinery/newscaster/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"lNX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 +/obj/machinery/door/airlock/mining/glass{ + name = "MULE Storage" }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"lNY" = ( -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"lOd" = ( +/area/station/cargo/warehouse) +"lCy" = ( /turf/closed/wall/r_wall, -/area/station/command/heads_quarters/ce) -"lOf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/exit) +"lCA" = ( +/obj/machinery/chem_mass_spec, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"lCJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"lCV" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Engineering Entry East" + }, +/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ dir = 4 }, /turf/open/floor/iron, -/area/station/science/lab) -"lOg" = ( -/obj/structure/railing{ - dir = 8 +/area/station/hallway/secondary/construction/engineering) +"lDl" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = 8 }, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"lDo" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/item/storage/box/prisoner{ + pixel_y = 8 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"lOw" = ( -/obj/machinery/door/window/left/directional/south, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"lOB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/bluespace_vendor/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lOE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/paper/fluff/genpop_instructions, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"lOR" = ( -/obj/structure/chair{ - dir = 4 +/area/station/security/execution/transfer) +"lDt" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/station/medical/medbay/lobby) +"lDw" = ( +/obj/machinery/door/airlock/glass{ + name = "Break Room" }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"lDy" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lOW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "cytologysecure1"; - name = "Secure Pen Lockdown" +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"lOY" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/mob/living/carbon/human/species/monkey, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"lPd" = ( /turf/open/floor/engine, -/area/station/science/xenobiology) -"lPi" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/south{ - pixel_y = 2 +/area/station/engineering/supermatter/room) +"lDM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"lPm" = ( -/obj/structure/dresser, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"lPr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"lPG" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"lPI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/office) +"lDW" = ( +/obj/machinery/plate_press, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/work) +"lEf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"lEj" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/center) +"lEl" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 }, -/obj/effect/turf_decal/caution/stand_clear/red, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ +/obj/item/folder/blue, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) +"lEp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"lEq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/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, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"lPN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/fitness/recreation) +"lEr" = ( +/obj/structure/table/wood, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"lEt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ + chamber_id = "o2ordance"; dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/engine/o2, +/area/station/science/ordnance/storage) +"lED" = ( +/obj/effect/turf_decal/trimline/red/corner{ dir = 4 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigleft"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "engcell"; + name = "Engineering Cell Locker" }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/turf/open/floor/iron, -/area/station/security/brig) -"lPP" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"lPQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"lPX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/security/checkpoint/engineering) +"lEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 10 }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"lQd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"lQr" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/effect/turf_decal/siding/white{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"lQw" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lQy" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"lQF" = ( +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"lEL" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"lQG" = ( -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"lQN" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/book/manual/wiki/ordnance{ - pixel_x = 5; - pixel_y = 1 +/area/station/medical/medbay/central) +"lEU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, +/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/white, -/area/station/science/ordnance/office) -"lQX" = ( -/obj/structure/cable/multilayer/multiz, +/area/station/science/lab) +"lEW" = ( +/obj/machinery/door/airlock{ + id_tag = "private_a"; + name = "Private Quarters A" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"lFa" = ( /obj/effect/turf_decal/stripes/line{ - dir = 5 + dir = 1 }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"lFk" = ( +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"lFl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/central) -"lRZ" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"lSg" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"lSt" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/mapping_helpers/mail_sorting/service/library, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"lFw" = ( +/obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"lSz" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"lFz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lFQ" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"lGp" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"lSJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/escapepodbay) -"lSQ" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"lSV" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"lGu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/openspace/airless, +/area/station/asteroid) +"lGz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_y = 8; - req_access = list("atmospherics") +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"lGH" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"lGQ" = ( +/obj/machinery/power/terminal{ + dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "Secure Storage"; - name = "Engineering Secure Storage"; - req_access = list("engine_equip") +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_y = -8; - req_access = list("engineering") +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, /obj/structure/cable, -/mob/living/basic/parrot/poly, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"lSX" = ( +/area/station/engineering/engine_smes) +"lHa" = ( /obj/structure/chair/office{ dir = 4 }, @@ -35311,2500 +35679,2438 @@ }, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) -"lTa" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/shower/directional/west, -/turf/open/floor/iron, -/area/station/engineering/main) -"lTd" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Service - Autolathe Room" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/north, -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Service Hallway"; - name = "Service Fax Machine" +"lHp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"lHu" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"lTf" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"lTk" = ( -/obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) -"lTp" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"lTr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"lHz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/status_display/ai/directional/east, +/obj/machinery/newscaster/directional/east, /turf/open/floor/iron, -/area/station/security/prison/safe) -"lTA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/dorms) +"lHU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"lHW" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 }, -/obj/machinery/door/airlock/security/glass{ - name = "Permanent Convict Item Storage" +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"lTE" = ( -/turf/closed/wall/r_wall, -/area/station/security/courtroom/holding) -"lTN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/effect/turf_decal/siding/white{ dir = 8 }, -/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"lIe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"lTZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"lIC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/duct, -/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/security/prison) -"lUe" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/wideplating/corner{ +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lIM" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"lUC" = ( -/obj/effect/landmark/transport/transport_id/tramstation/line_1, -/turf/closed/wall, +/turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"lUE" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/navigate_destination/med, -/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/lobby) -"lUM" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ +"lIQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_eva_internal"; + idSelf = "mostleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"lIS" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"lVa" = ( -/obj/machinery/power/emitter/welded{ +/obj/machinery/bluespace_vendor/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"lIZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ dir = 4 }, /obj/structure/cable, -/turf/open/floor/plating, +/turf/open/floor/engine, /area/station/engineering/supermatter/room) -"lVc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +"lJm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"lVe" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/area/station/engineering/atmos) +"lJt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/lobby) -"lVh" = ( -/obj/effect/turf_decal/trimline/white/line{ +/area/station/cargo/miningdock) +"lJu" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, -/obj/effect/turf_decal/trimline/yellow/corner, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"lVl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"lJv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 8 }, -/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/hallway/secondary/entry) -"lVn" = ( +/area/station/hallway/secondary/construction/engineering) +"lJA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"lJS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"lKc" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"lKe" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"lVr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"lKE" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/mob/living/basic/mouse, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"lVw" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"lKI" = ( +/obj/structure/chair/stool/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lLx" = ( +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"lVD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"lVI" = ( -/obj/structure/sign/warning/secure_area/directional/north, -/obj/structure/disposalpipe/segment{ +/area/station/cargo/storage) +"lLB" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/ethanol{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/carbon{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/chlorine{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/medical/medbay/central) +"lLP" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ 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/directional/north{ - c_tag = "Hallway - Mid Right Command" - }, -/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"lVJ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/area/station/engineering/atmos) +"lMa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/firealarm/directional/south{ + pixel_x = 1 }, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"lVP" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room" +/area/station/science/ordnance/office) +"lMg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/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/exit) +"lMh" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Gravity Generator Area"; + req_one_access = list("command","tech_storage") + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"lVU" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"lMw" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Unit 3" + }, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"lMD" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"lMJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"lML" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/barber) +"lMQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /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/security/prison) -"lWg" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 +/area/station/security/office) +"lMR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"lWx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/security/brig) +"lMS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"lMZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, /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/security/prison) -"lWG" = ( -/obj/machinery/stasis{ - dir = 8 - }, -/obj/machinery/defibrillator_mount/directional/north, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 +"lNa" = ( +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"lWK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, /turf/open/floor/iron, -/area/station/escapepodbay) -"lWM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/east{ - name = "Containment Pen #7"; - req_access = list("xenobiology") +/area/station/engineering/main) +"lNl" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/machinery/door/window/left/directional/west{ - name = "Containment Pen #7"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez7"; - name = "Xenobiology Containment Blast Door" +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lNm" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 9 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"lWN" = ( -/obj/structure/railing{ - dir = 1 +/turf/open/floor/engine/hull, +/area/station/solars/port) +"lNp" = ( +/obj/machinery/field/generator, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Secure Storage"; + dir = 9; + network = list("ss13","engineering") }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"lWO" = ( -/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"lNF" = ( /obj/structure/cable, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"lNP" = ( +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"lNQ" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 10 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"lXj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/genetics) +"lNZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"lXk" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"lXt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/security/brig) +"lOe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"lXu" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/machinery/smartfridge/petri/preloaded, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lXB" = ( -/obj/machinery/door/airlock/vault{ - name = "High Security Vault" + dir = 5 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/navigate_destination/vault, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"lXS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"lXV" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"lYa" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +"lOv" = ( +/obj/structure/chair{ + name = "Defense" }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/courtroom) +"lOC" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + id = "scicell"; + name = "Science Cell"; + req_access = list("security") }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron, -/area/station/science/lower) -"lYr" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/light/warm/directional/west, +/area/station/security/checkpoint/science) +"lOE" = ( +/obj/structure/weightmachine/weightlifter, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"lYv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/security/prison/workout) +"lOK" = ( +/obj/machinery/computer/gateway_control, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/command/gateway) +"lOM" = ( +/obj/structure/table, +/obj/item/storage/box/tail_pin, +/obj/item/clothing/head/costume/festive, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"lOV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"lYM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"lOX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"lPl" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lPq" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"lYS" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"lZE" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"lZV" = ( -/obj/effect/turf_decal/tile/bar{ +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"lPO" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"lPU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/light/directional/west, +/obj/machinery/duct, +/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/escapepodbay) -"lZW" = ( -/obj/machinery/mass_driver/trash{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/directional/south, +/area/station/security/prison) +"lPV" = ( +/obj/effect/spawner/structure/electrified_grille, /turf/open/floor/plating, -/area/station/maintenance/disposal) -"mae" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, /area/station/asteroid) -"mar" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Main"; - dir = 10; - network = list("ss13","engineering") +"lPY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" }, +/turf/open/floor/plating, +/area/station/command/bridge) +"lQg" = ( /obj/structure/rack, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 4; - pixel_y = 6 +/obj/effect/spawner/random/techstorage/medical_all, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"lQm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"maZ" = ( -/obj/structure/table, -/obj/machinery/microwave, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"mbt" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" +/area/station/hallway/secondary/exit) +"lQn" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/secondary/entry) +"lQx" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/status_display/ai/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/item/cultivator, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"lQH" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + transport_linked_id = "tram_lower_center_lift" }, /turf/open/floor/iron, -/area/station/cargo/office) -"mbv" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/area/station/maintenance/tram/mid) +"lQM" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port/central) +"lQS" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/landmark/start/bitrunner, +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"lQT" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/obj/structure/sign/departments/science{ - pixel_x = -32; - pixel_y = -32 +/obj/structure/closet/l3closet/virology, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"lRr" = ( +/obj/effect/mapping_helpers/iannewyear, +/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, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"lRs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) -"mbD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"lRC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"mbM" = ( +/area/station/hallway/primary/tram/center) +"lRP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south{ - dir = 1 - }, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/science/ordnance) -"mbX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/engineering/supermatter/room) +"lSo" = ( +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"lSp" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"lSv" = ( +/obj/structure/table/wood, +/obj/structure/mirror/directional/south, +/obj/item/food/baguette, +/turf/open/floor/iron/white/side{ + dir = 4 }, +/area/station/service/theater) +"lSC" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"mbZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/area/station/hallway/secondary/service) +"lSG" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/structure/chair/office{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/turf/open/floor/plating, -/area/station/asteroid) -"mcb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance" - }, -/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/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"mcN" = ( -/obj/structure/chair/sofa/corp/corner{ +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"lSI" = ( +/obj/structure/chair/office{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/machinery/newscaster/directional/east, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"lSM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"mcP" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"mcT" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"lSQ" = ( +/obj/structure/disposalpipe/sorting/wrap/flip{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/window/elevator/right/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_xeno_lift" +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"lTc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/obj/effect/landmark/start/paramedic, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"mcV" = ( -/obj/item/paint/yellow{ - pixel_x = -9; - pixel_y = 2 +/area/station/medical/treatment_center) +"lTh" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/item/storage/toolbox/emergency/old{ - pixel_x = 1; - pixel_y = -5 +/obj/machinery/transport/crossing_signal/southwest, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"lTm" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"mcW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 4"; + dir = 6; + network = list("ss13","Security","prison","pcell") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) -"mde" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/prison/safe) +"lTP" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"mdk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/hallway/secondary/service) +"lTR" = ( +/obj/machinery/door/airlock/command{ + name = "Gateway Access" }, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, /turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"mdu" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access" +/area/station/command/gateway) +"lTS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, +/obj/machinery/computer/camera_advanced/xenobio, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 + dir = 1 }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" +/obj/machinery/requests_console/directional/north{ + department = "Xenobiology"; + name = "Xenobiology Requests Console" }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/iron/white/side, -/area/station/science/research) -"mdv" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lTU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"mdy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"mdE" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/service/library, /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) -"mdW" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/area/station/commons/fitness/recreation) +"lTV" = ( +/obj/machinery/computer/warrant{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"lUa" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"lUe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm/directional/north, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lUf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"lUr" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ 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/central) -"mdX" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, /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/neutral{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/brig) +"lUw" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"lUz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, +/obj/machinery/light/dim/directional/south, /turf/open/floor/iron, -/area/station/commons/dorms) -"meb" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room" +/area/station/cargo/warehouse) +"lUE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /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/security/lockers) -"med" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lUK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueueend"; + name = "HoP Queue Shutters" }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"lUM" = ( +/obj/machinery/door/poddoor/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"lUZ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Kitchen"; + name = "navigation beacon (Kitchen Delivery)" + }, +/obj/effect/turf_decal/loading_area{ dir = 8 }, -/turf/open/floor/plating, -/area/station/asteroid) -"mel" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/west{ + name = "Kitchen Delivery Chute"; + req_access = "kitchen" }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"lVe" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/brig) -"mev" = ( -/obj/item/wrench{ - pixel_x = -10; - pixel_y = 2 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"meC" = ( +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"lVh" = ( +/obj/structure/disposalpipe/segment, /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/hallway/secondary/command) +"lVi" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"lVu" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/light/floor, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"lVz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lower) -"meI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/gateway, -/turf/open/floor/iron/stairs/medium, -/area/station/command/gateway) -"meK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/chem_pile, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"meO" = ( -/obj/machinery/vending/drugs, -/obj/effect/turf_decal/siding/white{ +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"lVC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/noticeboard/directional/south, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"meS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"lVJ" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"meW" = ( -/obj/structure/disposalpipe/segment{ +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"lVK" = ( +/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/interrogation) +"lWj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"lWm" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"meX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "QM #6" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #6"; - suffix = "#6" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"lWs" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 }, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"mfh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/explab) -"mfm" = ( -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/security/courtroom) +"lWu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"mfy" = ( -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"mfF" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - name = "port bay 2"; - shuttle_id = "ferry_home"; - width = 5 +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/item/clothing/gloves/latex/nitrile, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -9 }, -/turf/open/space/openspace, -/area/space) -"mfO" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"mfQ" = ( -/obj/machinery/ore_silo, -/obj/machinery/door/window/left/directional/south{ - name = "Silo Access"; - req_access = list("qm") +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"lWv" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "rdoffice"; + name = "Privacy Shutter Control"; + pixel_x = -7; + pixel_y = -2; + req_access = list("research") }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"mfX" = ( -/obj/machinery/modular_computer/preset/cargochat/security{ - dir = 4 +/obj/item/folder/white{ + pixel_x = 5 }, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/item/stamp/head/rd{ + pixel_x = 6; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 6 +/obj/item/pen/fountain{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/iron, -/area/station/security/office) -"mgr" = ( -/obj/machinery/computer/upload/ai{ - dir = 8 +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"lWy" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"lWz" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"lWF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/north{ + name = "Law Office Delivery Chute" }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"mgZ" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 }, -/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"lWJ" = ( /obj/machinery/disposal/bin, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"mhc" = ( -/obj/structure/closet/secure_closet/security/science, -/obj/item/clothing/mask/whistle, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"mhm" = ( -/obj/structure/chair/office{ - dir = 8 +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 9 }, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"mhI" = ( +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"lWZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/railing{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"mhT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/evac/directional/west, +/area/station/engineering/main) +"lXd" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/end, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mik" = ( -/obj/structure/chair/wood, -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 4 +/area/station/science/genetics) +"lXe" = ( +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"lXC" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/area/station/service/theater) -"miz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"lXH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 }, -/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"miD" = ( +"lXK" = ( +/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, -/area/station/security/checkpoint/escape) -"mjg" = ( -/obj/structure/railing, -/obj/machinery/door/firedoor/border_only, -/obj/effect/landmark/event_spawn, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"mjm" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/machinery/door/window/elevator/right/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_perma_lift" +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"mjo" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 4; - name = "server vent" +/obj/machinery/door/airlock/highsecurity{ + name = "AI Access" }, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) -"mjs" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Entertainment Center North" +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"lXR" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room" }, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"mjA" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"lXZ" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 - }, -/area/station/hallway/primary/tram/center) -"mjJ" = ( +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"lYA" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 10 }, -/obj/structure/chair/greyscale{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"lYZ" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, /obj/effect/landmark/start/hangover, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"lZj" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/right) +"lZl" = ( +/turf/open/floor/iron/stairs/left, +/area/station/command/gateway) +"lZm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"lZz" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/escapepodbay) -"mjK" = ( -/obj/structure/chair/pew/right, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/chapel{ +/area/station/security/checkpoint/arrivals) +"lZJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, -/area/station/service/chapel) -"mjO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"lZW" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"lZX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"mjS" = ( -/obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mjZ" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/commons/dorms) +"mad" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, +/obj/machinery/computer/records/medical, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mai" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/scientist, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/bot/left, +/turf/open/floor/iron, +/area/station/science/lab) +"mal" = ( +/obj/effect/landmark/start/hangover, /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) -"mke" = ( -/obj/structure/transport/linear/tram/corner/northwest, -/obj/structure/tram/spoiler{ - dir = 8 +/area/station/hallway/secondary/exit) +"mar" = ( +/obj/structure/fluff/tram_rail/electric{ + dir = 1 }, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"mkn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"may" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"maz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/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, -/area/station/security/prison) -"mkw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/service/hydroponics/garden) +"maC" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/experi_scanner{ - pixel_x = -4 - }, -/obj/item/experi_scanner{ - pixel_x = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"mkI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - Lower East Power Hatch" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"mkS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"mkY" = ( -/obj/effect/decal/cleanable/dirt, -/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/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) -"mlb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mle" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"mlg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"mlq" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"mlt" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"mlW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/science/xenobiology) +"maI" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/door_timer{ + id = "Isolation_B"; + name = "Isolation Cell B"; + pixel_y = -32 }, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/security/brig) -"mlY" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/security/execution/transfer) +"maN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"mmd" = ( -/obj/docking_port/stationary{ - dwidth = 2; - height = 5; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/generic; - shuttle_id = "laborcamp_home"; - width = 9 +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"mbe" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Lower External North"; + network = list("ss13","minisat") }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"mmf" = ( +/turf/open/space/basic, +/area/space) +"mbk" = ( +/obj/effect/turf_decal/sand, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 8 }, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"mmg" = ( -/obj/effect/landmark/start/hangover, -/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/machinery/camera/directional/west{ + c_tag = "Security - Rec Room West"; + network = list("ss13","Security","prison") }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mmo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, +/area/station/security/prison/workout) +"mbm" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/storage/bag/ore, +/obj/item/shovel, +/obj/item/stack/marker_beacon/ten, +/obj/item/clothing/gloves/color/yellow/heavy, +/obj/item/clothing/glasses/meson, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"mmY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/medical/chemistry) +"mbt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, +/area/station/commons/fitness) +"mbJ" = ( +/turf/closed/wall, /area/station/maintenance/tram/right) -"mnj" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"mnk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"mbQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"mnn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"mbX" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control" }, -/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/science/xenobiology) -"mno" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/sign/poster/official/safety_report/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"mnw" = ( -/obj/machinery/door/airlock{ - name = "Law Office" +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"mnz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"mnD" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"mcg" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"mcD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"mnH" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark/smooth_corner, -/area/station/commons/fitness) -"mnK" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/storage) -"mnY" = ( -/turf/open/floor/carpet, -/area/station/service/chapel) -"moi" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"moj" = ( +/area/station/hallway/secondary/command) +"mcU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"mcX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"moy" = ( -/obj/item/radio/intercom/chapel/directional/east, -/obj/structure/chair/wood, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"moM" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/barber) -"mph" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"mpm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"mpr" = ( -/obj/structure/sign/clock/directional/north, -/obj/machinery/computer/records/security, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"mps" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, /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) -"mpR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/sign/poster/official/cleanliness/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mpU" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"mqg" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/turf/open/floor/carpet, +/area/station/service/library) +"mdf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"mdl" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"mqi" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"mdp" = ( +/obj/structure/table, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"mdq" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 9 }, -/obj/structure/chair/comfy{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"mdr" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"mqs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Freezer Maintenance Hatch" +/area/station/ai_monitored/turret_protected/aisat/foyer) +"mdD" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/maintenance/starboard/greater) -"mqt" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"mqu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"mqS" = ( -/obj/structure/table/reinforced, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"mqV" = ( -/obj/structure/ladder, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"mrc" = ( -/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/hallway/secondary/service) -"mrd" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 4; - name = "killroom vent" +/area/station/cargo/storage) +"mdI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_lower_lower_eva_external"; + idInterior = "mostleft_lower_lower_eva_internal"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"mro" = ( -/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/carpet, -/area/station/service/theater) -"mrp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"mdM" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - Upper East Power Hatch" }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"mdV" = ( /turf/open/floor/iron, -/area/station/tcommsat/computer) -"mrr" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, +/area/station/ai_monitored/command/storage/eva) +"mdY" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"meb" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/openspace, +/area/space) +"mee" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"mrE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/courtroom) +"men" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Port Tram Platform North-East" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"mrH" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"mer" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/closet/secure_closet/research_director, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Research Director's Office"; - network = list("ss13","rd") - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -24 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) -"mrI" = ( -/obj/structure/closet/secure_closet/bar, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c100, -/obj/machinery/airalarm/directional/north, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"mrN" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"mrP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - Central Tram Tunnel 2" +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"meu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, /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/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 + dir = 4 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"mrS" = ( +/turf/open/floor/iron/white, +/area/station/science/lobby) +"mez" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/oil/slippery, +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron/smooth, /area/station/security/mechbay) -"mrU" = ( -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Cytology West"; - network = list("ss13","rd","xeno") +"meA" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"msc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/airalarm/directional/north, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"msd" = ( +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"meD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"meE" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance" }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/tram/right) -"msm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/maintenance/starboard/greater) +"meO" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"msr" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 28 +/area/station/command/bridge) +"mfB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 34 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mfF" = ( +/obj/structure/sign/painting/library_private{ + pixel_y = -32 }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 40 - }, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/turf/open/floor/engine/cult, +/area/station/service/library) +"mfN" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"mfU" = ( +/obj/structure/chair/office/light{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"msD" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"msN" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 8 }, +/obj/effect/landmark/start/geneticist, /turf/open/floor/iron/white, +/area/station/science/genetics) +"mfX" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"mfY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/freezer, /area/station/science/lower) -"mta" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +"mgh" = ( +/obj/structure/sign/clock/directional/north, +/turf/open/openspace, +/area/station/security/checkpoint/supply) +"mgi" = ( +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = -8 }, -/obj/structure/table, -/obj/machinery/camera/directional/south{ - c_tag = "Science - AI Station Access Exterior"; - network = list("ss13","rd") +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"mtu" = ( -/obj/structure/railing{ - dir = 1 +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/landmark/start/ai, +/obj/machinery/button/door/directional/south{ + id = "AI Core shutters"; + name = "AI Core Shutters Control"; + pixel_x = 24; + req_access = list("ai_upload") }, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"mtB" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai) +"mgq" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"mtD" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/camera/emp_proof/directional/west{ - c_tag = "Secure - Telecomms Server Room West" +/area/station/command/bridge) +"mgB" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"mtF" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/landmark/navigate_destination/lawyer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"mtG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/service/library/lounge) +"mgE" = ( +/obj/machinery/computer/quantum_console{ + dir = 1 }, -/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/checkpoint/science) -"mtK" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/smooth_corner, +/area/station/cargo/bitrunning/den) +"mgG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/cargo/warehouse) -"mtW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"muh" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mgS" = ( +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"mgZ" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/west{ + department = "Kitchen"; + name = "Kitchen Requests Console" }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/tram/right) -"muq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"mus" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/air_sensor/incinerator_tank, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"muI" = ( -/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/delivery/white{ - color = "#52B4E9" +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/reagentgrinder{ + pixel_x = -5; + pixel_y = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/item/reagent_containers/cup/rag{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron/white/side{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"muS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/service/kitchen) +"mhl" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"muW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ +/area/station/science/lab) +"mhz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"muY" = ( -/obj/machinery/newscaster/directional/west, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, /obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, /turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mhE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_eva_external"; + idSelf = "middleright_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, /area/station/hallway/primary/tram/center) -"mva" = ( -/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, -/area/station/engineering/atmos) -"mvr" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"min" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, +/obj/structure/table, +/obj/item/radio/intercom/directional/east, +/obj/item/paper{ + default_raw_text = "buy more donk pockets"; + name = "To-Do List" + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"miE" = ( +/obj/effect/turf_decal/siding/thinplating/dark, /obj/structure/chair{ dir = 8 }, -/obj/effect/landmark/start/assistant, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"mvu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/bar) -"mvw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"mvC" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"mvE" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"miR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"mvF" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Hallway - Upper Left Command"; + dir = 6 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"miU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mjd" = ( +/obj/effect/turf_decal/siding/wood, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"mwf" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"mjp" = ( +/obj/structure/transport/linear/tram/corner/southeast, +/obj/structure/tram/spoiler{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"mwx" = ( +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"mjx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"mwE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"mjF" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 }, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/mapping_helpers/mail_sorting/security/general, /turf/open/floor/iron, -/area/station/engineering/break_room) -"mwH" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/disposal/bin, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk, -/obj/structure/noticeboard/directional/north, +/area/station/security/brig) +"mjG" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"mjI" = ( +/obj/machinery/vending/cigarette, /turf/open/floor/wood, -/area/station/service/lawoffice) -"mwL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/station/command/heads_quarters/captain) +"mjM" = ( +/turf/closed/wall, +/area/station/security/medical) +"mki" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel" }, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/mapping_helpers/airlock/access/all/command/hop, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/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/atmospherics_engine) -"mwY" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"mxe" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"mkl" = ( +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/structure/rack, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white/side{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mxi" = ( -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 +/area/station/service/kitchen) +"mkq" = ( +/obj/machinery/door/airlock{ + id_tag = "private_q"; + name = "Private Quarters Q" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/wood, +/area/station/commons/dorms) +"mkA" = ( +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/wood/large, +/area/station/service/barber) +"mkS" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"mld" = ( +/obj/effect/landmark/navigate_destination/dockescpod2, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Security Delivery Chute"; + req_access = list("security") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/security/office) +"mlj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"mxs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/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/iron, /area/station/commons/fitness/recreation) -"mxz" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/ordnance{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"mxE" = ( -/obj/machinery/computer/atmos_control/carbon_tank{ - dir = 8 +"mln" = ( +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"mlu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"mlC" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"mxF" = ( +/area/station/science/robotics/mechbay) +"mlM" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 8 }, /turf/open/floor/iron/white, -/area/station/science/lower) -"mxM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, +/area/station/science/lab) +"mlW" = ( /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, -/area/station/hallway/secondary/construction/engineering) -"mxR" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"myc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/displaycase/labcage, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"mmi" = ( +/obj/effect/turf_decal/stripes/corner{ 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/trimline/white/warning{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/storage) +"mmk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"myx" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"myC" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" +/area/station/hallway/secondary/exit/departure_lounge) +"mmm" = ( +/obj/effect/landmark/atmospheric_sanity/mark_all_station_areas_as_goal, +/turf/open/space/basic, +/area/space) +"mmv" = ( +/obj/structure/table/glass, +/obj/item/folder/red, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 5 }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -10; + pixel_y = 2 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"myD" = ( -/obj/structure/disposalpipe/segment{ +/turf/open/floor/glass, +/area/station/command/meeting_room) +"mmy" = ( +/obj/structure/flora/bush/jungle/c/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"mmH" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mng" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, /obj/structure/cable, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"myM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"mnp" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"myQ" = ( -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/maintenance/disposal) -"myS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"myV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/solars/port) +"mns" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/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/disposal/incinerator) -"myY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/area/station/cargo/miningdock) +"mon" = ( +/mob/living/basic/sloth/paperwork, +/turf/open/floor/glass, +/area/station/cargo/storage) +"moo" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/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/commons/storage/tools) -"mzh" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/security/office) +"moq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ dir = 8 }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"mos" = ( +/turf/closed/wall, +/area/station/tcommsat/server) +"moz" = ( +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"moE" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/lower) -"mzj" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/machinery/recharge_station, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"mzM" = ( +"moH" = ( /obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - name = "Armory Desk"; - req_access = list("armory") - }, -/obj/machinery/door/window/left/directional/east{ - name = "Armory Desk"; - req_access = list("security") - }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"mzN" = ( -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"mAg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"mAm" = ( -/turf/open/openspace, -/area/station/security/brig) -"mAJ" = ( -/obj/structure/table/glass, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/obj/item/clothing/mask/balaclava, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5 - }, -/obj/structure/sign/poster/official/do_not_question/directional/north, -/obj/machinery/button/flasher{ - id = "reeducation"; - pixel_x = -24; - pixel_y = -8; - req_access = list("brig") - }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"mAN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"mAP" = ( -/turf/closed/wall, -/area/station/service/chapel/monastery) -"mAT" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/virology) -"mAX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Arrivals Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/aft) -"mBd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"mBp" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, +/area/station/security/checkpoint/science) +"moQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mBr" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mBE" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/button/door/directional/west{ - id = "private_k"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"mBT" = ( -/obj/structure/chair/sofa/corp/left, -/obj/item/radio/intercom/directional/east, -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/effect/turf_decal/stripes/end{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"mCd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque{ - name = "airtight delivery flaps" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"mCe" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -12 +/obj/structure/closet/secure_closet/research_director, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Research Director's Office"; + network = list("ss13","rd") }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/light_switch/directional/south{ + pixel_x = -8; + pixel_y = -24 }, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"mCo" = ( -/obj/machinery/firealarm/directional/south{ - pixel_x = 3 - }, -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/asteroid) -"mCv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/bridge) -"mCE" = ( +/area/station/command/heads_quarters/rd) +"moU" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"moV" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"moX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/firealarm/directional/east, -/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/fitness/recreation) -"mCI" = ( -/turf/closed/wall/r_wall, -/area/station/security/mechbay) -"mDe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/wood/large, +/area/station/service/library) +"mpa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/security/brig) -"mDl" = ( +/area/station/hallway/primary/tram/center) +"mpd" = ( +/turf/open/floor/engine/o2, +/area/station/science/ordnance/storage) +"mpw" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"mpx" = ( /obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/dark/smooth_edge{ dir = 4 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"mDx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/area/station/commons/fitness) +"mpz" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"mDI" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"mpA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, -/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/service/hydroponics) -"mDK" = ( -/obj/structure/closet/crate/coffin, -/turf/open/floor/plating, -/area/station/service/chapel/monastery) -"mEd" = ( -/obj/structure/sign/clock/directional/north, -/turf/open/floor/glass, -/area/station/service/kitchen) -"mEh" = ( -/obj/structure/closet/wardrobe/miner, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/sign/departments/chemistry/pharmacy/directional/west, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"mEA" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/hallway/primary/tram/center) +"mpF" = ( +/turf/closed/indestructible/riveted{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + name = "hyper-reinforced wall" }, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mEE" = ( +/area/station/science/ordnance/bomb) +"mpX" = ( +/obj/structure/window/reinforced/spawner/directional/south, /obj/structure/table/wood, -/obj/structure/showcase/machinery/tv{ - desc = "A slightly battered looking TV. Several slideshows play on the screen, showcasing Nanotrasen's various technological marvels. They even got the Nanoplay on this thing!"; - dir = 1; - pixel_x = 2; - pixel_y = 3 +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 }, +/obj/item/pen, /turf/open/floor/wood, -/area/station/command/meeting_room) -"mER" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/command/heads_quarters/captain) +"mqq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"mFa" = ( -/obj/structure/closet/secure_closet/brig{ - id = "crgcell"; - name = "Cargo Cell Locker" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"mFl" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/power/apc/auto_name/directional/north, +/area/station/maintenance/tram/mid) +"mqK" = ( /obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"mFt" = ( -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mrb" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/stamp/law, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"mrf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"mFx" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"mFz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/medical/storage) +"mrr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Monastary" +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"mFB" = ( +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"mrs" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "External Docking Access" +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_upper_lower_eva_external"; + idInterior = "middleleft_upper_lower_eva_internal"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"mFM" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = -8; - pixel_y = 12 +/area/station/maintenance/tram/mid) +"mrC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"mFZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/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/cable, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mrF" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/item/radio/intercom/directional/north{ + freerange = 1; + frequency = 1447; + name = "Private Channel" + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Upper Ring Access" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"mrS" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"mGg" = ( -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"mGi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"msg" = ( +/obj/structure/closet/secure_closet/brig/genpop, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"msn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/sign/warning/rad_shelter{ - pixel_y = 32 +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine" }, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"mGk" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/cargo/storage) +"msx" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"msF" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"msU" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/tcomms_all, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"msW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/duct, +/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/security/prison) -"mGo" = ( -/obj/machinery/door/airlock/glass{ - name = "Break Room" +/area/station/security/brig) +"mtd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"mGA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/area/station/security/office) +"mtr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) -"mGD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"mGH" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_lower_eva_internal"; - name = "External Access" +/area/station/hallway/secondary/entry) +"mtI" = ( +/turf/closed/wall, +/area/station/science/explab) +"mtU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_lower_eva_internal"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating, +/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/catwalk_floor, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, /area/station/maintenance/tram/left) -"mGR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"mtY" = ( +/obj/structure/lattice, +/obj/machinery/light/cold/dim/directional/west, +/obj/machinery/transport/guideway_sensor, +/turf/open/openspace, +/area/station/asteroid) +"muf" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #3"; + req_access = list("xenobiology") }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"mGV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #3"; + req_access = list("xenobiology") }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mHe" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez3"; + name = "Xenobiology Containment Blast Door" }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mur" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/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) +"muK" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"muP" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"muV" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 1; + id = "portsolar"; + name = "Port Solar Control" }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"muZ" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"mHv" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/science/robotics/lab) +"mvi" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"mvm" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark_green/line, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"mvy" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/obj/effect/turf_decal/trimline/yellow/filled/end{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mHO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/engineering/break_room) +"mwd" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/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/commons/dorms) -"mHQ" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = -6; - pixel_y = -3 +/area/station/commons/fitness/recreation) +"mwg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/item/key/security, -/obj/machinery/light/directional/south, +/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/checkpoint/science) -"mHS" = ( -/obj/machinery/washing_machine, -/obj/item/radio/intercom/prison/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"mHU" = ( -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/floor, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"mIe" = ( -/obj/effect/turf_decal/trimline/neutral/line{ +/area/station/security/brig) +"mwt" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mIg" = ( -/obj/structure/table/optable, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"mIn" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"mwy" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"mwA" = ( +/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/wood, +/area/station/service/theater) +"mwK" = ( /turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"mIG" = ( -/obj/machinery/door/window/brigdoor/right/directional/east{ - id = "medcell"; - name = "Medical Cell"; - req_access = list("security") +/area/station/maintenance/starboard/lesser) +"mwL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"mxf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"mxm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"mxt" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Service - Autolathe Room" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/north, +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Service Hallway"; + name = "Service Fax Machine" }, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"mIJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/service) +"mxE" = ( +/obj/structure/chair/office{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"mxR" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 }, -/obj/machinery/door/airlock/hatch{ - name = "Tram Maintenance Dock" +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"myc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/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/port/central) -"mIP" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/command) +"myo" = ( +/obj/structure/training_machine, +/obj/item/target/alien, +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"myy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"mIR" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/purple/corner{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"mJb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/area/station/service/janitor) +"myz" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Entertainment Center North" + }, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"myA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"myB" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/security/office) +"myD" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/tram/right) +"myK" = ( +/obj/structure/chair/office, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mJl" = ( -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/explab) +"myN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"mzb" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"mzf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"mzg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/art) -"mJA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/maintenance/port/central) +"mzs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/firealarm/directional/west, /turf/open/floor/iron, -/area/station/security/brig) -"mJD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"mJE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"mJH" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"mJM" = ( -/obj/machinery/power/terminal{ +/area/station/hallway/secondary/command) +"mzD" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/item/storage/toolbox/mechanical{ - desc = "Danger. Kinda robust."; - icon_state = "syndicate"; - inhand_icon_state = "toolbox_syndi"; - name = "moderately suspicious looking toolbox" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"mKz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mKL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -37812,642 +38118,857 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"mKV" = ( +"mzQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"mzV" = ( /obj/structure/table, -/obj/item/plate, -/obj/item/kitchen/fork, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"mLk" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot/right, -/obj/effect/turf_decal/bot/left, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"mLq" = ( -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) -"mLt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"mLE" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/item/pen/red, -/obj/effect/turf_decal/siding/wood{ +/obj/item/paper_bin, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"mAb" = ( +/obj/effect/spawner/random/entertainment/arcade{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/library) -"mMd" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"mMl" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"mAf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mAx" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mAB" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"mAC" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"mAG" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/space/openspace, +/area/station/solars/port) +"mAL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/machinery/door/airlock/command/glass{ + name = "Server Access" }, -/turf/open/floor/iron/white/side{ - dir = 8 +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"mAS" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3 }, -/area/station/science/ordnance/office) -"mMn" = ( -/obj/machinery/computer/monitor{ - dir = 8 +/obj/item/pen{ + pixel_x = -3 }, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"mMy" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"mMB" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/item/folder/yellow{ + pixel_x = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"mMK" = ( -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"mMM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/area/station/cargo/sorting) +"mAT" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/hos) +"mBm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez1"; + name = "Xenobiology Containment Blast Door" }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"mMY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"mBo" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 + dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"mNe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/incident_display/tram/directional/north{ + desc = "A display that indicates how many dents that'll need fixed after the shift is over."; + name = "darwin award counter" }, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"mNi" = ( +/area/station/maintenance/port/central) +"mBq" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/crew_quarters/dorms) +"mBT" = ( +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/wood/large, -/area/station/service/library) -"mNk" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office" +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"mBW" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 5 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"mCu" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/left) +"mCx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/effect/turf_decal/siding/thinplating/corner{ + 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, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"mNn" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mNv" = ( -/obj/machinery/computer/atmos_alert{ +/area/station/hallway/secondary/service) +"mCO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mCQ" = ( +/obj/structure/urinal/directional/north, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"mCR" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/railing/corner{ dir = 8 }, -/area/station/command/bridge) -"mNw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mNL" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"mDl" = ( +/obj/machinery/recharger{ + pixel_y = 4 }, -/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/security/prison) -"mNP" = ( /obj/structure/table, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 4; - pixel_y = 2 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 8 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"mDm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -4; - pixel_y = 6 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_y = 4 +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 }, -/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"mNR" = ( -/obj/structure/table, -/obj/machinery/microwave, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"mOc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"mOn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_lower_eva_external"; - name = "External Access" +/area/station/hallway/secondary/exit/departure_lounge) +"mDp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"mDx" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_lower_eva_external"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mDy" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"mOq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/conveyor_switch/oneway{ + id = "hydrodropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"mDC" = ( +/obj/machinery/air_sensor/carbon_tank, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"mDJ" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom/holding) +"mDS" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/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/white, /area/station/medical/medbay/central) -"mOE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lower) -"mOQ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +"mDY" = ( +/obj/structure/table/wood, +/obj/item/toy/talking/ai{ + name = "\improper Nanotrasen-brand toy AI"; + pixel_y = 6 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"mOR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"mEb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/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/commons/dorms) -"mOS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"mOW" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"mEd" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/line{ +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber West"; - dir = 6; - network = list("ss13","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"mPe" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 28 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 4 }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 34 +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = 5 }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 40 +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"mEs" = ( +/turf/open/floor/iron/chapel{ + dir = 10 }, -/obj/structure/sign/directions/vault{ - dir = 1; - pixel_y = 22 +/area/station/service/chapel) +"mEt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lab) +"mEu" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/effect/landmark/start/psychologist, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"mEF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"mEH" = ( +/obj/machinery/door/poddoor/massdriver_chapel, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/station/service/chapel/monastery) +"mEK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"mPg" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom Holding Area" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron/dark, -/area/station/maintenance/central/greater) -"mPk" = ( +/area/station/command/bridge) +"mEM" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) -"mPl" = ( -/obj/item/radio/intercom/directional/west{ - pixel_y = 4 - }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/obj/structure/railing/corner, -/obj/machinery/light/small/directional/west, -/obj/machinery/flasher/directional/west{ - pixel_x = -24; - pixel_y = -8 +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"mER" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"mPu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"mPJ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/turf/open/floor/wood/large, +/area/station/service/theater) +"mFh" = ( +/obj/machinery/sparker/directional/west{ + id = "Xenobio" }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"mFo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"mFV" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mGl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"mPO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"mGo" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"mGp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/green/half/contrasted{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/processing) -"mPZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Lower Hall South"; - network = list("ss13","rd") +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/science/lower) -"mQa" = ( +/area/station/command/bridge) +"mGw" = ( /turf/closed/wall, -/area/station/security/interrogation) -"mQb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/station/service/barber) +"mGN" = ( +/obj/effect/turf_decal/siding/thinplating/end, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2; + req_access = list("armory") }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Cooling Loop Bypass" +/obj/machinery/button/door{ + id = "briglockdown"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access = list("armory") }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mQu" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/structure/chair/office{ + dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ +/obj/effect/landmark/start/warden, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"mGO" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"mQD" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber West"; + dir = 6; + network = list("ss13","minisat") }, -/obj/item/pen, -/obj/item/airlock_painter, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"mHc" = ( +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"mHm" = ( +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/structure/table/reinforced, +/obj/item/table_clock{ + pixel_y = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 6 +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/surgery_tray/full/morgue, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"mHw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/space/basic, +/area/space/nearstation) +"mHA" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"mQE" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ 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/virology) -"mQF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/security/prison) +"mHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mHP" = ( +/obj/machinery/door/airlock{ + id_tag = "private_o"; + name = "Private Quarters O" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"mQR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/wood, +/area/station/commons/dorms) +"mHR" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/remains/human, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/clothing/under/rank/civilian/clown, +/obj/item/clothing/mask/gas/clown_hat, +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"mHX" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 10 }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"mQS" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/railing, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"mQW" = ( -/obj/structure/chair{ - dir = 8 +/area/station/command/heads_quarters/hop) +"mHZ" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/photobooth, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"mId" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"mQX" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/epinephrine{ - pixel_x = -5; - pixel_y = 3 +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/item/reagent_containers/cup/bottle/fluorine{ - pixel_x = 7; - pixel_y = 3 +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/item/reagent_containers/cup/bottle/iodine{ - pixel_x = -5; - pixel_y = -2 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"mIe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mIp" = ( +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/item/reagent_containers/cup/bottle/nitrogen{ - pixel_x = 7; - pixel_y = -2 +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured_edge{ +/turf/open/floor/iron/dark/side{ dir = 8 }, -/area/station/medical/medbay/central) -"mRa" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/tram/mid) -"mRe" = ( -/obj/structure/railing{ - dir = 6 - }, +/area/station/command/bridge) +"mIN" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"mRn" = ( -/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/prison) +"mIU" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"mRS" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/engineering/gravity_generator) +"mIZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"mSe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mJh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"mSi" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/testlab) -"mSs" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"mJi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/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, -/area/station/commons/fitness/recreation) -"mSt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/commons/dorms) +"mJj" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/kitchen/rollingpin{ + pixel_x = 6 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/window/spawner/directional/west, +/obj/item/knife/kitchen, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"mJm" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"mJw" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"mJF" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"mJG" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"mJQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, /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/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"mSL" = ( +/turf/open/floor/iron, +/area/station/security/brig) +"mKe" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"mSO" = ( -/obj/machinery/button/elevator{ - id = "tram_upper_center_lift"; - pixel_x = 5 +/area/station/solars/port) +"mKh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/machinery/lift_indicator{ - linked_elevator_id = "tram_upper_center_lift"; - pixel_x = 4; - pixel_y = -2 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "engi-entrance" }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"mSU" = ( -/obj/structure/table/wood, -/obj/machinery/libraryscanner, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Library West" +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" }, -/turf/open/floor/wood, -/area/station/service/library) -"mTm" = ( -/obj/modular_map_root/tramstation{ - key = "arrivallibraryupper"; - name = "arrivallibraryupper" +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/misc/asteroid, -/area/station/asteroid) -"mTE" = ( -/obj/structure/chair{ +/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/engineering/main) +"mKj" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/circuit/green, +/area/station/science/robotics/mechbay) +"mKq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Security - Warden's Office"; + dir = 9; + network = list("ss13","Security") }, +/obj/structure/sign/calendar/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) -"mTJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"mKP" = ( +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"mKQ" = ( +/obj/machinery/dna_infuser, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"mLo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Armory Desk"; + req_access = list("armory") + }, +/obj/machinery/door/window/left/directional/south{ + name = "Reception Desk"; + req_access = list("security") + }, +/obj/item/papercutter, +/turf/open/floor/plating, +/area/station/security/warden) +"mLp" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/structure/sign/warning/no_smoking/circle/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"mLu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"mUb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"mLE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/virology, -/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) -"mUf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 +/area/station/science/xenobiology) +"mLM" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/rods/fifty, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"mUy" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/area/station/engineering/main) +"mLO" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"mLS" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/security/office) -"mUI" = ( -/obj/effect/turf_decal/trimline/green/corner{ +/area/station/security/execution/transfer) +"mMc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mMn" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"mUM" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/trimline/purple/filled/line, +/area/station/medical/storage) +"mMK" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mNp" = ( +/obj/structure/chair/sofa/middle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"mUX" = ( +/area/station/cargo/miningdock/cafeteria) +"mNy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/computer/security, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"mUY" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"mNB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/effect/turf_decal/weather/snow, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 }, -/mob/living/basic/goat/pete, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"mUZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 +/area/station/hallway/primary/tram/center) +"mNC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"mVc" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 9 }, +/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/garden) +"mNP" = ( +/obj/machinery/door/window/left/directional/east{ + dir = 1; + icon_state = "right"; + name = "Incoming Mail"; + req_access = list("shipping") + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"mNV" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"mOi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/screwdriver, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"mOj" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/suture, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"mOB" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/wrench, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"mOM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/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/white, +/area/station/medical/pharmacy) +"mOW" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"mVk" = ( +/area/station/engineering/storage/tech) +"mOZ" = ( /obj/machinery/door/airlock/security{ name = "Labor Shuttle" }, @@ -38466,385 +38987,283 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) -"mVq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals - North Hall" +"mPe" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"mPr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/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) -"mVs" = ( /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"mVy" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/medical/storage) +"mPN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"mPV" = ( +/obj/structure/chair/office/light{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"mVC" = ( -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/right) -"mVH" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"mVK" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/area/station/science/ordnance/testlab) +"mQa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"mQi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"mVN" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/space/basic, +/area/space/nearstation) +"mQp" = ( +/obj/structure/railing{ dir = 4 }, -/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, -/area/station/science/research) -"mVO" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"mVU" = ( -/obj/structure/flora/bush/sunny/style_random, -/obj/item/food/grown/banana, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"mWf" = ( +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"mQu" = ( +/obj/structure/closet/secure_closet/brig, /obj/effect/decal/cleanable/dirt, -/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/smooth, -/area/station/security/mechbay) -"mWj" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"mWF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mWG" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/spawner/random/bureaucracy/pen, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"mWL" = ( -/obj/structure/chair{ +/area/station/security/courtroom/holding) +"mQS" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mRb" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"mWU" = ( /obj/structure/disposalpipe/segment{ - dir = 6 + 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/security/office) -"mXj" = ( -/obj/machinery/sparker/directional/west{ - id = "Xenobio" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"mXk" = ( -/turf/closed/wall, -/area/station/maintenance/department/crew_quarters/dorms) -"mXm" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/exit) +"mRs" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mRD" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/science/explab) +"mRY" = ( +/obj/machinery/computer/scan_consolenew{ dir = 8 }, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/obj/machinery/light/directional/east, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"mXp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"mXq" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/iron, -/area/station/security/office) -"mXA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/science/genetics) +"mSf" = ( /obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, +/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/miningdock) -"mXD" = ( -/obj/machinery/computer/security/mining{ - dir = 4 +/area/station/hallway/secondary/command) +"mSi" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, -/area/station/command/bridge) -"mXK" = ( +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mSw" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 + dir = 9 }, -/obj/item/radio/intercom/prison/directional/east, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"mYm" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"mYq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit) -"mYF" = ( -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"mYG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/item/pen{ + pixel_x = 3; + pixel_y = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"mYH" = ( -/obj/machinery/vending/coffee, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/wood/parquet, -/area/station/command/meeting_room) -"mYN" = ( -/obj/machinery/holopad, -/turf/open/floor/wood/large, -/area/station/service/theater) -"mYR" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"mYW" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/security/office) +"mSx" = ( +/obj/machinery/computer/teleporter{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/circuit, +/area/station/command/teleporter) +"mSE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/openspace/airless, +/area/station/asteroid) +"mST" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"mTe" = ( +/obj/structure/chair/sofa/left{ dir = 8 }, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"mTh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/iron/chapel{ + dir = 6 }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"mYX" = ( -/obj/machinery/door/airlock/security{ - name = "Security Office" +/area/station/service/chapel) +"mTR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"mZc" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/item/reagent_containers/syringe, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/camera{ - c_tag = "Security - Medical Center"; - dir = 10; - network = list("ss13","Security") +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 3 }, +/obj/item/extinguisher, /turf/open/floor/iron/white, -/area/station/security/medical) -"mZd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/area/station/science/xenobiology) +"mUd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"mZn" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"mZu" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"mZJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"mZK" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" - }, -/obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"nac" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/engine/air, +/area/station/engineering/atmos) +"mUu" = ( +/obj/machinery/mass_driver/trash{ dir = 4 }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"mUL" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lab) -"naF" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Service - Kitchen West" - }, -/obj/machinery/grill, -/obj/structure/sign/poster/official/work_for_a_future/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white/side{ - dir = 4 + dir = 1 }, /area/station/service/kitchen) -"naK" = ( -/obj/structure/rack, -/obj/item/stack/cable_coil/five, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"naO" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +"mVj" = ( +/obj/machinery/modular_computer/preset/civilian{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"mVo" = ( +/obj/item/book/bible, +/obj/structure/altar_of_gods, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"mVT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"naR" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"mWj" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"mWp" = ( +/obj/machinery/atmospherics/components/tank/air{ + dir = 1 }, /turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"naT" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/area/station/science/ordnance) +"mWu" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"mWC" = ( +/obj/machinery/holopad, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"mWK" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/carpet, +/area/station/hallway/secondary/entry) +"mWR" = ( +/obj/structure/fluff/tram_rail/end, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"mWS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/smooth_corner{ dir = 8 }, -/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, +/area/station/commons/fitness) +"mXb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/storage) -"naX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"nbk" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"nbp" = ( +/area/station/security/prison) +"mXd" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"mXi" = ( +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/obj/structure/plaque/static_plaque/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"mXo" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/weather/snow, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"mXt" = ( /obj/effect/turf_decal/stripes/white/corner{ dir = 8 }, @@ -38853,1282 +39272,1179 @@ }, /turf/open/floor/iron, /area/station/escapepodbay) -"nbx" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Supply Door Airlock" +"mXD" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"mXH" = ( +/obj/structure/chair/office{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mXU" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"mXY" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/cargo/storage) -"nbz" = ( -/turf/closed/wall, -/area/station/medical/medbay/central) -"nbB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"mYc" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood/large, +/area/station/service/barber) +"mYg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, /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/security/courtroom) -"nbC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"nbM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/service/hydroponics) +"mYn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"nbQ" = ( -/obj/effect/spawner/random/structure/billboard/nanotrasen, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ncb" = ( -/obj/effect/turf_decal/trimline/white/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/line{ - 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/commons/dorms) +"mYt" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/turf/open/floor/iron/dark, +/turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"ncj" = ( -/obj/structure/chair/office{ - dir = 1 +"mYw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"mYB" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"mYI" = ( /obj/structure/disposalpipe/segment{ - dir = 8 + dir = 4 }, -/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/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/engineering/break_room) -"ncq" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/area/station/hallway/primary/tram/center) +"mZc" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"ncy" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, -/area/station/security/prison/workout) -"ncz" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ +/area/station/engineering/atmos) +"mZt" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/dorms) +"mZD" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/item/pen, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"nag" = ( +/obj/effect/decal/cleanable/dirt, +/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/maintenance/tram/mid) +"nar" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/station/service/barber) +"nav" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 4 }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area South" +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ncL" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"nay" = ( +/obj/machinery/button/door/directional/west{ + id = "private_d"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ncZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"naz" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole, +/turf/open/floor/wood/large, +/area/station/service/library) +"naB" = ( +/turf/open/openspace, +/area/station/service/kitchen) +"naC" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/evac/directional/west{ - pixel_y = -32 +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Engineering Delivery Chute" }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/turf/open/floor/iron, +/area/station/engineering/main) +"naD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"naI" = ( +/obj/item/toy/basketball{ + pixel_x = 8; + pixel_y = 14 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"nda" = ( -/obj/structure/transport/linear/tram/corner/northeast, -/obj/structure/tram/spoiler{ - dir = 1 +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"naN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Lounge" }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"ndi" = ( +/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/security/prison) -"nds" = ( -/obj/machinery/atmospherics/components/tank/air{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/science/ordnance) -"ndu" = ( -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"nbh" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) -"ndT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nbl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 1 + }, +/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"nea" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access" +"nbm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nbo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"nbv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, +/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/iron/white, -/area/station/science/research) -"neg" = ( -/obj/structure/mirror/directional/east, -/obj/structure/sink/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"nei" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"nbF" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"nbI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez7"; + name = "Xenobiology Containment Blast Door" }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/button/door/directional/east{ - id = "cargowarehouse"; - name = "Cargo Warehouse Shutters" +/turf/open/floor/plating, +/area/station/science/xenobiology) +"nca" = ( +/turf/open/openspace, +/area/station/security/brig) +"nck" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"net" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"neE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/junction{ - 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/central) -"neR" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"ncv" = ( /obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, /obj/structure/cable, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"nfp" = ( -/obj/machinery/air_sensor/carbon_tank, -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"ngf" = ( -/obj/machinery/shieldgen, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"ngo" = ( -/obj/structure/chair/comfy/beige{ +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ngv" = ( -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"ngz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/railing/corner{ dir = 8 }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"ncE" = ( +/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plating/airless, +/area/station/solars/port) +"ncF" = ( +/turf/closed/wall, +/area/station/maintenance/tram/left) +"ncT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ngB" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ngF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +/area/station/hallway/primary/tram/right) +"ncV" = ( +/obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/neutral/filled/line{ 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/commons/fitness/recreation) -"ngG" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 10 - }, -/obj/machinery/airalarm/directional/west, -/obj/structure/closet/radiation, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"ngN" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/item/folder/yellow, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/engineering/main) -"ngP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/meter, -/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/iron, -/area/station/science/ordnance/storage) -"ngZ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/medical/virology) -"nhd" = ( -/obj/machinery/teleport/station, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ndb" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"ndt" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, /obj/structure/cable, /turf/open/floor/circuit, -/area/station/command/teleporter) -"nhH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/ai_monitored/turret_protected/ai) +"ndz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/wood/large, +/area/station/service/library) +"ndA" = ( +/obj/structure/fluff/tram_rail/electric, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/left, +/obj/machinery/computer/tram_controls/split/directional/north, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"ndN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"nhJ" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai_upload) -"nhP" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/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_buttons/access_button{ - dir = 1; - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = -24; - req_access = list("virology") +/obj/effect/turf_decal/tile/bar{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/escapepodbay) +"ndO" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, /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/virology) -"nhW" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"nia" = ( -/obj/machinery/computer/message_monitor{ +/area/station/command/heads_quarters/captain/private) +"ndP" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"nij" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"niD" = ( -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"nel" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"nen" = ( +/obj/structure/sign/calendar/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"niE" = ( -/obj/machinery/rnd/server/master, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) -"nje" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 10 +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"njk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/medical/break_room) +"net" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"njF" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"njQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"ney" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"neB" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ dir = 1 }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"nka" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/engineering/atmos) -"nkb" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +/area/station/solars/starboard/fore) +"neC" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/effect/mapping_helpers/mail_sorting/security/general, -/turf/open/floor/iron, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, /area/station/security/brig) -"nkq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +"neE" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"nfB" = ( /obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/book/manual/wiki/tcomms, +/obj/item/radio/off, /obj/machinery/firealarm/directional/east, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"nkv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/area/station/tcommsat/computer) +"nfJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"nkC" = ( -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"nfR" = ( +/obj/structure/table/glass, +/obj/machinery/coffeemaker, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"nfW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/firealarm/directional/north{ - pixel_x = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -6; - pixel_y = 28 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"nkI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/maintenance/tram/right) +"ngg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"ngl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 8 }, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"nkV" = ( -/obj/structure/dresser, -/turf/open/floor/iron/white, -/area/station/service/theater) -"nkY" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"nlf" = ( +/area/station/engineering/atmos) +"ngp" = ( /turf/closed/wall, -/area/station/science/genetics) -"nlo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"nlA" = ( +/area/station/tcommsat/computer) +"ngv" = ( /obj/structure/cable, -/obj/machinery/power/solar_control{ - dir = 1; - id = "portsolar"; - name = "Port Solar Control" - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"nlS" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/science/lobby) -"nmi" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"nmn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"nmp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nmt" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 +/area/station/hallway/primary/tram/left) +"ngA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"nmJ" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"ngC" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nmK" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"ngD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"nmN" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 2 +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"ngN" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"nhc" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" }, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 6 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"nmU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"nmV" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"nhj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/explab) +"nhm" = ( +/turf/closed/wall, +/area/station/security/prison/shower) +"nho" = ( +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"nmW" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"nna" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/engineering/atmos) -"nnk" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"nhz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/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, -/area/station/cargo/miningdock) -"nnm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"nnz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/east{ - req_access = list("science") - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Science"; - name = "navigation beacon (Science Delivery)" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/science) -"nnG" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"nnS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, +/area/station/maintenance/tram/left) +"nhJ" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/light/blacklight/directional/south, +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"nhL" = ( /obj/structure/disposalpipe/segment, /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, -/area/station/commons/fitness/recreation) -"nnW" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"nnX" = ( -/obj/effect/landmark/navigate_destination/engineering, -/obj/machinery/modular_computer/preset/cargochat/engineering{ - dir = 1 +/area/station/commons/dorms) +"nhP" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"nhV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/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/break_room) -"nnY" = ( -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 4 +/obj/item/storage/box/pdas, +/obj/machinery/camera/directional/east{ + c_tag = "Command - Bridge South" }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron, +/area/station/command/bridge) +"nhZ" = ( +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"nob" = ( -/obj/structure/table, -/obj/item/razor, -/obj/item/reagent_containers/cup/rag{ - pixel_x = 8; - pixel_y = 15 - }, -/obj/item/reagent_containers/cup/bottle{ - desc = "A small bottle of Barber's Aid."; - list_reagents = list(/datum/reagent/barbers_aid = 30); - name = "Barber's Aid bottle"; - pixel_x = 10; - pixel_y = 3 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/wood/large, -/area/station/service/barber) -"nov" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/stairs/right, +/area/station/hallway/secondary/construction/engineering) +"nim" = ( /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"noZ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #5"; - req_access = list("xenobiology") - }, -/obj/machinery/door/window/left/directional/south{ - name = "Containment Pen #5"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez5"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"npb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/vacant_room) +"niF" = ( +/obj/structure/railing/corner, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"niG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/airalarm/directional/south, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 }, +/obj/item/pen, /turf/open/floor/iron, -/area/station/security/prison/garden) -"npo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, +/area/station/security/checkpoint/engineering) +"niN" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/library) -"npq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"npC" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"npD" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 +/area/station/hallway/secondary/entry) +"niS" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffelbag/sec/surgery{ + pixel_y = 5 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"npF" = ( -/obj/structure/bodycontainer/morgue/beeper_off{ - dir = 8 +/obj/item/clothing/mask/balaclava, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 }, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"nqa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/commons/fitness/recreation) -"nqd" = ( -/obj/structure/mirror/directional/north, -/obj/structure/sink{ - pixel_y = 17 +/obj/structure/sign/poster/official/do_not_question/directional/north, +/obj/machinery/button/flasher{ + id = "reeducation"; + pixel_x = -24; + pixel_y = -8; + req_access = list("brig") }, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"nqj" = ( -/obj/machinery/atmospherics/pipe/color_adapter, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"nql" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Library South" +/area/station/security/execution/education) +"niZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/service/library) -"nqo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/turbine_computer{ - mapping_id = "main_turbine" +/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/maintenance/disposal/incinerator) -"nqt" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner, +/area/station/security/brig) +"njf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/genetics) -"nqz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 +/area/station/science/xenobiology) +"njl" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, /obj/structure/cable, -/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) -"nqB" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/siding/thinplating_new{ +/area/station/hallway/secondary/service) +"njq" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 4 }, -/turf/open/floor/iron/white/side, -/area/station/science/explab) -"nqE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + 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/command) -"nqG" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white/side, -/area/station/science/lobby) -"nrb" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/utility/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"njx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 4 }, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/obj/machinery/light/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"nrk" = ( -/obj/structure/chair/sofa/corp/corner{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/cargo/storage) +"njz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"njC" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"njI" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"nro" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"nrs" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab" +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"njK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/miningdock/cafeteria) +"njP" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side, -/area/station/science/robotics/lab) -"nru" = ( -/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/service/theater) -"nrO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"njQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"nrS" = ( -/turf/closed/wall, -/area/station/cargo/storage) -"nsc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"nsh" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"nsl" = ( -/obj/effect/turf_decal/trimline/white/line{ +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"njR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/line{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"nsn" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/doppler_array{ +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"njX" = ( +/obj/structure/chair/comfy/beige{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nkl" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/requests_console/directional/south{ + department = "Chief Medical Officer's Console"; + name = "Chief Medical Officer's Request Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"nso" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/command/heads_quarters/cmo) +"nkt" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/machinery/chem_master, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"nsu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/medical/pharmacy) +"nky" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"nkF" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"nsx" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" +/area/station/engineering/engine_smes) +"nkU" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"nle" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/science/lower) -"nsG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/slippery, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"nsW" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/iron{ - pixel_x = -5; - pixel_y = 3 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"nlf" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/obj/item/reagent_containers/cup/bottle/lithium{ - pixel_x = 7; - pixel_y = 3 +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/east{ + department = "Virology"; + name = "Virology Requests Console" }, +/obj/effect/mapping_helpers/requests_console/ore_update, /obj/item/storage/box/beakers{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 7; - pixel_y = -5 - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/station/medical/medbay/central) -"ntr" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 + pixel_x = 2; + pixel_y = 2 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Engineering Entry East" +/obj/item/storage/box/syringes, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"nlm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_lower_eva_internal"; + name = "External Access" }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ - dir = 4 +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_lower_eva_internal"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"nts" = ( +/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/maintenance/tram/right) +"nlD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"ntx" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/item/radio/intercom/prison/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"ntH" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"ntR" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/service) +"nlF" = ( +/obj/machinery/computer/rdconsole{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"ntZ" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating/icemoon, -/area/station/engineering/atmos) -"nuc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"nuM" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"nvj" = ( -/obj/structure/bed{ - dir = 4 +/area/station/command/bridge) +"nlS" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/left) +"nmf" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"nmh" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Service - Bar Lounge South East" }, -/obj/item/bedsheet/brown{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"nvl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/service/janitor) -"nvo" = ( -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/reagent_containers/cup/glass/mug/coco{ - pixel_x = -6; - pixel_y = -1 - }, -/obj/item/folder/yellow{ - pixel_x = 5; - pixel_y = 3 +/obj/machinery/barsign/directional/south, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nmk" = ( +/obj/structure/toilet{ + pixel_y = 8 }, -/obj/item/pen{ - pixel_x = 6 +/obj/machinery/button/door/directional/west{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"nvu" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"nms" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"nmx" = ( +/obj/structure/chair{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"nvQ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ - dir = 2 +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = -8 +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nmK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/machinery/meter, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"nmP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"nvV" = ( -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"nmV" = ( +/obj/machinery/duct, /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/checker, /area/station/commons/lounge) -"nwf" = ( -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"nww" = ( +"nmW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nmY" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/security/processing) -"nxn" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 +/area/station/hallway/secondary/entry) +"nnb" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/cargo/storage) +"nns" = ( +/obj/structure/table/reinforced, +/obj/item/retractor, +/obj/item/hemostat{ + pixel_x = 3 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"nxu" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery B" +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"nny" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/corner{ 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/surgery/aft) -"nxE" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"nnA" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nnQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/fitness/recreation) +"noc" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/dest_tagger, +/obj/item/dest_tagger, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/item/papercutter{ + pixel_x = 17 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"nog" = ( +/obj/effect/landmark/event_spawn, +/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, +/turf/open/floor/iron, +/area/station/engineering/main) +"noi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ autoclose = 0; frequency = 1449; - id_tag = "mostleft_lower_eva_external"; + id_tag = "middleleft_upper_lower_eva_internal"; name = "External Access" }, /obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_eva_external"; - idSelf = "mostleft_lower_eva_airlock_control"; + idDoor = "middleleft_upper_lower_eva_internal"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; name = "External Access Button"; - pixel_y = -24 + pixel_x = -24 }, /obj/effect/mapping_helpers/airlock/locked, +/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/primary/tram/left) -"nyc" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/engineering/main) -"nyp" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/maintenance/tram/mid) +"not" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"noy" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"noI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Mining North-West" - }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/structure/sign/calendar/directional/north, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"nyG" = ( -/turf/open/floor/engine/hull, -/area/station/asteroid) -"nyM" = ( -/obj/structure/table, +/area/station/security/checkpoint/escape) +"npb" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 + dir = 1 }, -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"npe" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 }, -/obj/machinery/light/directional/east, +/obj/effect/mapping_helpers/mail_sorting/service/dormitories, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/office) -"nyU" = ( +/area/station/commons/dorms) +"npU" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"npX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/table, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -8 +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"nqb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Arrivals Maintenance Hatch" }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = 5; - pixel_y = 7 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"nqh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"nzb" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/red/corner{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nzo" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/flasher/directional/north{ + id = "crgcell" }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"nzq" = ( +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"nqB" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ - dir = 4 + dir = 8 }, -/turf/open/openspace/airless, -/area/station/asteroid) -"nzt" = ( -/obj/effect/landmark/navigate_destination/cargo, -/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/cargo/office) -"nzG" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"nzH" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 +/obj/structure/railing{ + dir = 4 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"nzL" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/obj/effect/turf_decal/trimline/dark_blue/corner{ +/turf/open/space/basic, +/area/space/nearstation) +"nqH" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"nzM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"nzX" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"nAd" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"nAf" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"nrf" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/table/wood/fancy/red, +/obj/item/ai_module/reset/purge, +/obj/effect/spawner/random/aimodule/harmful, +/obj/machinery/door/window/left/directional/east{ + name = "Dangerous Modules"; + req_access = list("captain") }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"nAt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"nrh" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = 8; + pixel_y = 6 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_x = -5; + pixel_y = 7 }, -/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/trimline/white/warning, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"nAz" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"nri" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40139,4085 +40455,3761 @@ }, /turf/open/floor/iron/white, /area/station/science/lower) -"nAL" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 4 +"nrM" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" }, -/area/station/command/gateway) -"nAN" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/fitness) -"nAO" = ( -/obj/effect/turf_decal/trimline/white/warning{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"nAU" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nAV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nAX" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"nBh" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nBs" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nBG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"nBR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"nBW" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/item/kirbyplants/random, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8 +/turf/open/floor/iron, +/area/station/cargo/office) +"nrQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 }, -/turf/open/floor/iron/white/corner{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"nrV" = ( +/obj/structure/rack, +/obj/item/book/manual/chef_recipes, +/obj/item/holosign_creator/robot_seat/restaurant, +/obj/item/reagent_containers/condiment/enzyme, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white/side{ + dir = 4 }, /area/station/service/kitchen) -"nCj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +"nrX" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/science/lower) +"nsn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, /turf/open/floor/iron, -/area/station/cargo/drone_bay) -"nCk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/secondary/command) +"nss" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber South"; + dir = 9; + network = list("ss13","minisat") + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig) -"nCo" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"nsv" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Science - Testing Chamber"; + network = list("test","rd") }, +/turf/open/floor/engine, /area/station/science/explab) -"nCs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +"nsy" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right, +/area/station/hallway/secondary/construction/engineering) +"nsK" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + 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/dark/corner{ - dir = 1 +/obj/effect/turf_decal/siding/purple{ + dir = 8 }, -/area/station/ai_monitored/command/storage/eva) -"nCB" = ( +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"nti" = ( +/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/hallway/secondary/exit) -"nDb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron, -/area/station/security/brig) -"nDn" = ( +/turf/open/floor/carpet, +/area/station/service/library) +"ntp" = ( +/obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"nDx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Lower Hall North"; - network = list("ss13","rd") +/area/station/security/brig) +"nts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"ntL" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"nDA" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/computer/crew{ +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"nDB" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"nDE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos) -"nDF" = ( +/area/station/hallway/secondary/construction/engineering) +"nuj" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"nDH" = ( -/turf/open/floor/wood, -/area/station/service/theater) -"nDW" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/structure/cable, +/obj/effect/landmark/navigate_destination/chemfactory, /turf/open/floor/iron/white, -/area/station/science/genetics) -"nDZ" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" - }, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/command/general, +/area/station/medical/chemistry) +"nuu" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"nEc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +/area/station/science/ordnance/storage) +"nuw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nEf" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nEh" = ( -/turf/open/floor/iron, -/area/station/security/prison/workout) -"nEl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"nvf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "tcomms-entrance" +/obj/structure/railing/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"nEr" = ( -/obj/effect/turf_decal/arrows/white{ +/turf/open/space/openspace, +/area/station/solars/port) +"nvo" = ( +/obj/machinery/button/door/directional/west{ + id = "private_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"nvA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"nEN" = ( -/obj/machinery/air_sensor/plasma_tank, -/turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"nET" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, +"nvE" = ( +/obj/effect/turf_decal/sand, /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/atmospherics_engine) -"nFc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/door/window/elevator/left/directional/north{ - elevator_mode = 1; - transport_linked_id = "tram_xeno_lift" - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"nFe" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"nvH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"nFy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"nFF" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/dorms) +"nvI" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nFI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/ai_monitored/security/armory) +"nwd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"nFJ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, +/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/security/checkpoint/engineering) -"nFV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_lower_eva_external"; - idInterior = "middleright_lower_lower_eva_internal"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"nGf" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics O2 Chamber"; - dir = 6; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"nGg" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/area/station/commons/dorms) +"nwe" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/dorms_double, +/obj/structure/sign/clock/directional/north, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"nwv" = ( +/obj/machinery/shower{ + pixel_y = 12 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/cold/directional/east, +/obj/structure/curtain, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nGh" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"nGv" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/rack, -/obj/item/clipboard, -/obj/item/chair/plastic, -/obj/item/chair/plastic{ - pixel_y = 5 - }, -/obj/effect/spawner/random/bureaucracy/briefcase, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 - }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"nGD" = ( -/obj/structure/lattice, +/area/station/command/heads_quarters/captain/private) +"nwz" = ( /obj/structure/railing/corner{ - dir = 4 + dir = 8 }, -/turf/open/openspace, -/area/station/asteroid) -"nGG" = ( -/obj/structure/disposaloutlet{ +/obj/structure/railing/corner, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, +/obj/structure/cable, /obj/structure/disposalpipe/trunk{ dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"nGP" = ( -/obj/machinery/door/firedoor, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nwB" = ( +/obj/machinery/netpod, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) +"nwD" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"nwE" = ( +/obj/machinery/pdapainter/research, +/obj/machinery/computer/security/telescreen/rd/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"nwI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"nxq" = ( +/obj/structure/table/wood, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"nxy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - West Tram Tunnel 2" + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer" +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"nxB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/effect/turf_decal/stripes{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"nHe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/area/station/hallway/secondary/exit) +"nxT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/engineering/main) +"nyr" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"nHF" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - Rec Room South"; - network = list("ss13","Security","prison") +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/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/security/prison/workout) -"nHI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/security/office) +"nys" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/eyepatch, +/turf/open/floor/wood, +/area/station/service/theater) +"nyt" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"nHT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"nyv" = ( +/obj/machinery/button/elevator/directional/east{ + id = "tram_xeno_lift" + }, +/obj/machinery/lift_indicator/directional/east{ + linked_elevator_id = "tram_xeno_lift" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"nyx" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ + dir = 6 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Ordnance Freezer Chamber Access"; + req_access = list("ordnance") + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"nyM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"nyV" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/incident_display/dual/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"nIj" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 +/area/station/commons/dorms) +"nzd" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/supply/disposals, -/turf/closed/wall, -/area/station/maintenance/disposal) -"nIq" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/structure/table/glass, -/obj/machinery/requests_console/directional/west{ - department = "Genetics"; - name = "Genetics Requests Console" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"nID" = ( +/turf/open/floor/iron, +/area/station/cargo/lobby) +"nze" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/item/radio/intercom/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"nIG" = ( -/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/machinery/transport/crossing_signal/southeast, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"nIT" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nzh" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 8 }, -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Cargo - Lower Security Outpost" +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"nzj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"nIX" = ( -/obj/structure/flora/bush/jungle/c/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"nJd" = ( -/obj/machinery/plumbing/synthesizer{ - reagent_id = /datum/reagent/water +/area/station/hallway/primary/tram/center) +"nzk" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/central/greater) -"nJN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"nzz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"nzH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigleft"; - name = "Brig" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/brig) -"nJR" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"nJX" = ( +/area/station/commons/fitness/recreation) +"nzL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/pdapainter/medbay, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"nKb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"nKn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +/area/station/security/courtroom) +"nzN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"nzO" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt }, +/area/station/science/explab) +"nzR" = ( +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"nzU" = ( /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"nKq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 10 +/obj/machinery/door/airlock/glass{ + name = "Prison Laundry" }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"nAB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"nAH" = ( +/obj/machinery/computer/cargo{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"nKs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/machinery/status_display/supply{ + pixel_x = -32 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"nKt" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/break_room) -"nKA" = ( -/obj/machinery/air_sensor/oxygen_tank{ - chamber_id = "o2ordance" - }, -/turf/open/floor/engine/o2, -/area/station/science/ordnance/storage) -"nKL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 +/area/station/command/heads_quarters/qm) +"nAP" = ( +/obj/machinery/modular_computer/preset/id{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"nAS" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"nKM" = ( -/obj/effect/turf_decal/sand/plating, +/area/station/cargo/lobby) +"nBj" = ( /obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"nLd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) +"nBo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 8 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"nLi" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/right/directional/east{ - name = "Security Front Desk"; - req_access = list("security") +"nBu" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/door/window/left/directional/west, +/obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, -/area/station/security/brig) -"nLs" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/lobby) -"nLE" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_y = 9 - }, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/station/service/library) -"nLG" = ( -/obj/structure/bed/double{ +/area/station/hallway/secondary/entry) +"nBy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"nBA" = ( +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"nBM" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/item/bedsheet/dorms_double{ +/turf/open/floor/iron/white, +/area/station/science/lobby) +"nBY" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 4 }, -/obj/structure/sign/clock/directional/north, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"nLH" = ( -/obj/machinery/computer/quantum_console{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"nCe" = ( +/turf/open/floor/iron, +/area/station/security/courtroom) +"nCh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark/smooth_corner, -/area/station/cargo/bitrunning/den) -"nLN" = ( -/obj/structure/chair{ - dir = 8 +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"nCy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"nMa" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ +/turf/open/floor/iron, +/area/station/security/brig) +"nDj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/office) -"nMl" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank Out" - }, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"nMv" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/area/station/security/brig) +"nDm" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower"; + name = "secservicelower" }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nDM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"nMG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nMZ" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"nDR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 4 +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/turf/open/floor/iron/white, +/area/station/science/lab) +"nDX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"nNd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"nDY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"nEc" = ( /obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/electropack, +/obj/item/assembly/signaler, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) +"nEf" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/item/folder/red, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"nNn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"nNq" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ +/area/station/hallway/secondary/exit/departure_lounge) +"nEl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/center) +"nEu" = ( +/obj/structure/sign/directions/supply{ dir = 4; - name = "Cooling Loop to Gas" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 + pixel_y = 28 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"nNs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 34 }, -/obj/machinery/meter/monitored/waste_loop, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 40 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"nNv" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = 22 }, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Privacy Shutters Toggle"; - req_access = list("pharmacy") +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 6; - pixel_y = 4 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/obj/item/reagent_containers/syringe, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"nNw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, /turf/open/floor/iron, -/area/station/science/explab) -"nNy" = ( -/obj/machinery/button/door/directional/west{ - id = "private_r"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 +/area/station/hallway/primary/tram/left) +"nEB" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"nNG" = ( -/obj/structure/chair/stool/bar/directional/east, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white/side, +/area/station/science/explab) +"nEF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/plantbgone, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/item/reagent_containers/cup/bottle/nutrient/ez, +/obj/item/reagent_containers/cup/bottle/nutrient/rh, +/obj/item/reagent_containers/cup/watering_can, /turf/open/floor/iron, -/area/station/security/prison) -"nNJ" = ( -/obj/machinery/button/door/directional/east{ - id = "miningdorm1"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/area/station/service/hydroponics/garden) +"nES" = ( +/obj/machinery/door/airlock/glass{ + name = "Break Room" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"nOb" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"nOo" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"nFn" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, /turf/open/floor/iron/white, /area/station/science/genetics) -"nOp" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison, -/obj/machinery/duct, +"nFu" = ( +/obj/structure/closet/radiation, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /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/security/prison) -"nOz" = ( -/obj/structure/chair{ +/area/station/engineering/gravity_generator) +"nFL" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics West"; + dir = 6; + network = list("ss13","engineering") + }, /turf/open/floor/iron, -/area/station/security/office) -"nOH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/engineering/atmos) +"nFZ" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Command - Captain's Office" + }, +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"nGh" = ( +/obj/structure/chair{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nGi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/firealarm/directional/north{ - pixel_x = 3 - }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8; - pixel_y = 23 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"nOV" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Recharge Bay" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"nPc" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"nGI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"nGV" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, /turf/open/floor/iron, -/area/station/science/lab) -"nPi" = ( -/turf/open/floor/grass, -/area/station/service/hydroponics) -"nPG" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/kitchen/rollingpin{ - pixel_x = 6 - }, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_x = -5; - pixel_y = 9 +/area/station/cargo/storage) +"nGZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/chair{ + dir = 4 }, -/obj/structure/window/spawner/directional/west, -/obj/item/knife/kitchen, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"nQc" = ( +/obj/machinery/bluespace_vendor/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"nHi" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, +/turf/open/floor/plating, /area/station/maintenance/tram/mid) -"nQg" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/bluespace_vendor/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"nQj" = ( -/turf/closed/wall, -/area/station/tcommsat/server) -"nQN" = ( -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nQP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +"nHk" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" }, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Chemistry Airlock"; - network = list("ss13","medbay") +/obj/machinery/door/window/left/directional/south{ + dir = 1; + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"nHo" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"nQV" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass, -/area/station/cargo/sorting) -"nRa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/security/medical) +"nHt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell D" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) -"nRl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"nRI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 8 +/area/station/security/execution/transfer) +"nHu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) -"nRL" = ( -/obj/structure/cable, -/turf/open/floor/iron/chapel{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"nHz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/area/station/service/chapel) -"nRP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"nHM" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 }, -/obj/effect/turf_decal/trimline/tram/corner{ - dir = 1 +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_upper_center_lift" }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"nSe" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"nSp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/area/station/hallway/primary/tram/center) +"nHW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, +/obj/structure/cable, +/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/ai_monitored/security/armory) -"nSs" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 +/area/station/security/brig) +"nIc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/closet/masks, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"nIr" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"nSy" = ( -/obj/machinery/power/supermatter_crystal/engine, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"nSK" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"nSN" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/landmark/navigate_destination/atmos, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Atmospherics Front Desk"; - req_access = list("atmospherics") +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/airlock/virology{ + name = "Break Room" }, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nSQ" = ( -/obj/machinery/door/airlock/centcom{ - desc = "Truly, a marvel of modern engineering."; - name = "Syndicate Secure Airlock System" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"nIQ" = ( +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/herringbone, -/area/station/commons/vacant_room) -"nSU" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"nSW" = ( /obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron, -/area/station/commons/fitness) -"nTe" = ( -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison/work) -"nTl" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Plasma Chamber"; - dir = 9; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"nTn" = ( -/turf/closed/wall/r_wall, -/area/station/security/execution/transfer) -"nTK" = ( -/obj/structure/railing, -/obj/machinery/door/window/right/directional/north{ - name = "The Monkey Pit"; - req_access = list("genetics") +/area/station/security/checkpoint/supply) +"nIU" = ( +/obj/structure/fluff/tram_rail/electric, +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nJd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"nTO" = ( /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/computer/records/security{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"nTV" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"nUb" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"nJm" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 3; + pixel_y = 3 }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"nUi" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 6; - pixel_y = 4 +/obj/machinery/camera/directional/north{ + c_tag = "Service - Hydroponics" }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"nJr" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"nJF" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"nJJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"nUt" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"nUJ" = ( +/area/station/science/ordnance/office) +"nKb" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/chair{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"nUL" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"nUP" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Freezer Maintenance Hatch" +/area/station/security/checkpoint/science) +"nKg" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nKj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) -"nUW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"nKm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"nVa" = ( -/obj/structure/chair{ +/area/station/hallway/secondary/command) +"nKo" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -40 + }, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/command/gateway) -"nVd" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/hallway/primary/tram/left) +"nKu" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nKz" = ( +/turf/open/floor/iron/dark, +/area/station/service/bar) +"nKQ" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nKU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/server) +"nKY" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/full, +/turf/open/floor/iron/large, +/area/station/commons/dorms) +"nLd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"nVj" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/obj/structure/sign/poster/official/safety_report/directional/north, +/turf/open/floor/iron, +/area/station/security/prison) +"nLe" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/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, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"nVI" = ( -/turf/open/floor/iron/dark/side{ +/turf/open/floor/iron, +/area/station/cargo/lobby) +"nLp" = ( +/obj/machinery/computer/bank_machine{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/area/station/command/teleporter) -"nVQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nVT" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Terminal Access"; + req_access = list("qm") }, +/obj/machinery/light/cold/directional/south, /turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"nVU" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Vault Entrance"; - network = list("ss13","secure") +/area/station/cargo/miningdock/oresilo) +"nLK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/stripes/end, -/obj/structure/cable/multilayer/multiz, -/turf/open/floor/plating, -/area/station/ai_monitored/command/nuke_storage) -"nWh" = ( +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"nMb" = ( /obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/button/door/directional/north{ - id = "lefttunnel"; + id = "righttunnel"; name = "Tunnel Access Shutters Toggle" }, /turf/open/floor/plating, -/area/station/maintenance/tram/left) -"nWt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/maintenance/tram/right) +"nMd" = ( +/obj/effect/landmark/navigate_destination/court, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"nMe" = ( +/obj/structure/chair/sofa/corp{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/processing) -"nWv" = ( -/obj/structure/chair/office{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/effect/landmark/start/assistant, /turf/open/floor/wood/large, -/area/station/service/library) -"nWz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/service/theater) +"nMg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"nWG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"nMu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"nMw" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/chair/office/light{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/stripes/line{ + 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/security/interrogation) -"nWL" = ( +/area/station/science/ordnance/testlab) +"nMB" = ( +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"nMW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nMX" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nNh" = ( +/obj/structure/flora/bush/sunny/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"nNi" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/north{ + pixel_y = 2 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"nWO" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/obj/structure/window/reinforced/spawner/directional/east{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nWR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"nNk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload Turret Control"; - pixel_x = 25; - req_access = list("minisat") +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"nNl" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"nWV" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/right) +"nNs" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/mineral/stacking_machine, +/obj/structure/ladder, /turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"nWZ" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 4 +/area/station/maintenance/tram/mid) +"nNw" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"nNz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Genetics"; - network = list("ss13","rd") +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/sign/clock/directional/west, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"nXi" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nNM" = ( +/obj/structure/girder, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"nXn" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"nXp" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/engineering/supermatter/room) +"nNQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"nNZ" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"nXu" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/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/engineering/main) -"nXv" = ( -/turf/closed/wall/r_wall, -/area/station/construction/mining/aux_base) -"nXw" = ( +/area/station/hallway/secondary/service) +"nOa" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nOd" = ( +/turf/open/openspace, +/area/station/solars/starboard/fore) +"nOe" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"nXD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"nXM" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 5 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"nXS" = ( -/obj/structure/chair/stool/directional/north, +/area/station/security/prison/safe) +"nOq" = ( +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"nYd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/research) -"nYf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/engineering/engine_smes) +"nOI" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/security/prison/workout) -"nYk" = ( -/obj/item/target, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"nYv" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Armory"; - req_access = list("armory") - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"nYF" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"nYG" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/area/station/cargo/miningdock/cafeteria) +"nPe" = ( +/turf/open/floor/carpet, +/area/station/medical/psychology) +"nPw" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /obj/structure/cable, +/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/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/security/office) +"nPM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"nYL" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External East"; - dir = 10; - network = list("aicore") +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 6 }, -/turf/open/space/openspace, -/area/space/nearstation) -"nYM" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"nYX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"nZk" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Testing Lab" - }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"nPN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot{ dir = 1 }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"nPR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"nZl" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ +/turf/open/floor/iron, +/area/station/engineering/main) +"nPZ" = ( +/obj/machinery/pdapainter/security, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"nQo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"nZv" = ( -/obj/machinery/shower{ - pixel_y = 12 - }, -/obj/structure/curtain, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"nZV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"nZW" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Starboard Tram Platform North-East" - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"nZX" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, -/area/station/security/checkpoint/engineering) -"nZY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"nQr" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"oab" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"nQB" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"nQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"oaf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"oas" = ( -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/security/warden) -"oaE" = ( -/obj/structure/table/wood, -/obj/item/bodypart/chest/robot{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/bodypart/head/robot{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"oaX" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"obk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"obl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/maintenance/tram/left) +"nQG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"obt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/commons/dorms) -"obv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "Test Chamber Blast Door" +/area/station/hallway/secondary/entry) +"nQM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/science/explab) -"obA" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"nQN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"obG" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 +/area/station/commons/fitness/recreation) +"nQY" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/right) +"nRd" = ( /obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/spawner/random/decoration/ornament, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"obY" = ( -/obj/effect/turf_decal/weather/snow, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"nRw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 }, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"oci" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"nRA" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 }, -/obj/structure/railing/corner{ +/area/station/command/gateway) +"nRK" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"nRO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/obj/structure/disposalpipe/segment{ +/obj/machinery/camera/directional/west{ + c_tag = "Departures - East Main" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"nRQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"nRW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"ocp" = ( -/turf/closed/wall, -/area/station/science/lobby) -"ocA" = ( -/obj/structure/closet/wardrobe/green, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"nRZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "The Cantina" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nSa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"ocR" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"odc" = ( -/obj/structure/training_machine, -/obj/item/target, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, -/area/station/commons/fitness) -"odq" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/sign/departments/medbay/alt{ - pixel_y = 32 +/area/station/hallway/secondary/command) +"nSd" = ( +/obj/machinery/button/door/directional/west{ + id = "commissarydeezdoorz"; + name = "Commissary Shutter Access" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/machinery/button/door/directional/west{ + id = "vacant_space"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"odu" = ( -/obj/machinery/holopad/secure, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"odx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 4 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = 9 }, -/obj/machinery/meter, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"nSf" = ( +/obj/structure/table, +/obj/item/pai_card, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"odJ" = ( -/obj/machinery/button/ignition/incinerator/atmos, +/area/station/commons/fitness/recreation) +"nSi" = ( +/obj/structure/beebox, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"nSI" = ( /turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"odK" = ( -/obj/machinery/igniter/incinerator_atmos, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"odN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/commons/vacant_room/commissary) +"nSP" = ( +/obj/structure/fluff/tram_rail/electric, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nSR" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/plumbing/input{ + dir = 8 }, -/obj/effect/spawner/random/vending/colavend, -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Dormitories West Stairwell" +/turf/open/floor/engine, +/area/station/science/xenobiology) +"nSV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/structure/sign/flag/nanotrasen/directional/north, -/turf/open/floor/iron, -/area/station/commons/dorms) -"odO" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/corner{ 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, -/area/station/engineering/engine_smes) -"odP" = ( -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/landmark/start/hangover, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"odY" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nTa" = ( +/obj/effect/landmark/start/station_engineer, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/machinery/door/airlock/hydroponics{ - name = "Hydroponics Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"oes" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/commons/dorms) -"oev" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, +/area/station/engineering/main) +"nTg" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oeC" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 8 - }, -/area/station/commons/fitness) -"oeU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, +/area/station/security/checkpoint/supply) +"nTm" = ( /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/security/brig) -"ofh" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"nTo" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/hallway/primary/tram/center) +"nTr" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/west{ + pixel_y = 2 }, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"ofx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"nTz" = ( +/obj/machinery/holopad{ + pixel_y = 16 }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"nTG" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"nUo" = ( +/obj/structure/chair{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ofB" = ( -/turf/open/floor/iron/stairs/medium{ +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/hangover, +/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) +"nUr" = ( +/obj/item/target, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/area/station/security/execution/transfer) -"ofC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"nUt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/structure/rack, +/obj/item/stack/sheet/rglass{ + amount = 15 }, +/obj/item/stack/rods/twentyfive, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ofE" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/maintenance/port/central) +"nUu" = ( +/obj/structure/chair/sofa/middle{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"nUy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"nUM" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"ofK" = ( -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"nUP" = ( +/turf/closed/wall, +/area/station/service/hydroponics) +"nUR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"nUW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"nVd" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/light_switch/directional/south{ + pixel_x = 10; + pixel_y = -24 + }, +/obj/machinery/button/door/directional/south{ + id = "crgdoor"; + req_access = list("brig_entrance"); + name = "Cargo Cell Control"; + normaldoorcontrol = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"nVg" = ( +/obj/machinery/door/airlock/hatch{ + name = "Radstorm Shelter" + }, +/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/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"ofN" = ( -/obj/effect/spawner/random/trash/garbage, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ofX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/maintenance/radshelter/civil) +"nVm" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Break Room" }, /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, -/area/station/engineering/engine_smes) -"oge" = ( -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"ogn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"ogr" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"ogu" = ( -/obj/structure/chair/office{ - dir = 4 +/area/station/science/breakroom) +"nVq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"ogy" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/command/teleporter) +"nVr" = ( +/obj/structure/fluff/tram_rail/electric, +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"nVL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"ogI" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, /obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating/corner{ +/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) +"nVP" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ dir = 4 }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ogK" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 6 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"ogP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1"; - space_dir = 2 - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"ohE" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/engineering/atmos) +"nVV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"ohG" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"ohJ" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt - }, -/area/station/science/explab) -"ohK" = ( -/obj/structure/noticeboard/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Robotics"; - network = list("ss13","rd") - }, +/area/station/hallway/secondary/entry) +"nWi" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/crate/mod, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"ohM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +/area/station/commons/vacant_room/commissary) +"nWu" = ( +/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/button/door/directional/north{ - id = "midtunnelleft"; - name = "Tunnel Access Shutters Toggle" +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nWB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/closet/toolcloset, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"nWR" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nWT" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"nWW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"oia" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"ois" = ( -/obj/structure/transport/linear/public, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_xeno_lift" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"nWX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ +/turf/open/floor/iron, +/area/station/command/teleporter) +"nXh" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"oit" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating/dark{ - 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/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"nXn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/lattice/catwalk, /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/tram/mid) -"oiy" = ( -/turf/closed/wall, -/area/station/service/bar) -"oiL" = ( +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nXo" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"nXp" = ( +/obj/structure/floodlight_frame, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"nXx" = ( +/obj/structure/chair{ dir = 1 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"oiX" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"oiZ" = ( /obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"nXA" = ( +/obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"nXI" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 1 }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"nXK" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/item/stamp/head/cmo, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"nXM" = ( +/obj/structure/table/glass, +/obj/item/storage/briefcase/secure, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"nXP" = ( +/obj/structure/disposalpipe/segment, /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{ +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"nXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/all_access, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"nYq" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = -40 + }, +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"ojp" = ( +"nYr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"ojs" = ( -/turf/closed/wall, -/area/station/cargo/drone_bay) -"ojx" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/shower) -"ojC" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"ojI" = ( +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Head of Personnel's Office)" + }, /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, -/area/station/hallway/primary/tram/right) -"ojQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/hallway/secondary/command) +"nYL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigleft"; - name = "Brig" +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"nYX" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" +/turf/open/space/basic, +/area/space/nearstation) +"nZm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Recreation Area Maintenance Hatch" }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/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/brig) -"ojU" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/station/service/chapel) -"oka" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/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/brig) -"okd" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oke" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/modular_map_root/tramstation{ + key = "dormmedupper"; + name = "dormmedupper" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"nZr" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"okf" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"okC" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"okD" = ( -/obj/machinery/computer/order_console/mining, -/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"okG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"nZL" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/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/iron, -/area/station/commons/fitness/recreation) -"okL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip, -/obj/effect/mapping_helpers/mail_sorting/science/ordnance, /turf/open/floor/iron/white, /area/station/science/lower) -"okR" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"old" = ( -/obj/structure/table, -/obj/item/storage/medkit/regular{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/machinery/status_display/supply{ - pixel_y = 32 +"nZO" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Cargo - Main Office"; - dir = 9; - network = list("ss13","cargo") +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 }, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Lab" }, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, +/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/light/directional/north, -/turf/open/floor/iron, -/area/station/cargo/office) -"ole" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/smartfridge/chemistry/virology/preloaded, /turf/open/floor/iron/white, -/area/station/medical/virology) -"olg" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/area/station/science/genetics) +"nZP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"olj" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/machinery/light/floor, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"oll" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/item/radio/intercom/directional/west, -/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) -"olt" = ( -/obj/structure/table, -/obj/machinery/processor{ - pixel_y = 12 +/area/station/security/execution/transfer) +"nZS" = ( +/obj/structure/closet/l3closet/security, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"nZW" = ( +/obj/structure/sign/poster/contraband/lusty_xenomorph/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/iron/white/side{ +/turf/open/floor/wood/parquet, +/area/station/service/library) +"nZY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/area/station/service/kitchen) -"olB" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 5 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"olE" = ( -/obj/effect/landmark/navigate_destination/tcomms, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"olR" = ( -/obj/structure/table/wood, -/obj/item/nullrod{ - pixel_x = 4 - }, -/turf/open/floor/cult, -/area/station/service/chapel/office) -"olV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"omf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"omp" = ( +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"oab" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 + dir = 6 }, +/obj/machinery/airalarm/directional/east, /obj/structure/disposalpipe/trunk{ - dir = 2 + dir = 8 }, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"oms" = ( -/obj/structure/sign/warning/radiation, -/obj/effect/baseturf_helper/space, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"omt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"omu" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ - dir = 8 +/area/station/medical/medbay/lobby) +"oae" = ( +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"oai" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/west, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/left) +"oar" = ( +/obj/machinery/button/door/directional/west{ + id = "private_p"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"omw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/dorms/laundry) -"omF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"omU" = ( +/turf/open/floor/carpet, +/area/station/commons/dorms) +"oaw" = ( +/obj/machinery/newscaster/directional/west, /obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"omW" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"omZ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/storage) -"onc" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"one" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"ono" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"onD" = ( -/obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"onN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/closet/emcloset, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ood" = ( -/obj/structure/table, -/obj/item/exodrone{ - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/drone_bay) -"oog" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/hallway/primary/tram/center) +"oaB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel) -"ooo" = ( -/obj/machinery/power/emitter, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"oor" = ( -/turf/closed/wall/r_wall, -/area/station/command/meeting_room) -"oow" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"oaD" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ooO" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"ooR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"ooZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/trimline/white/warning, /turf/open/floor/iron, -/area/station/engineering/main) -"opa" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 6 - }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"opb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"opl" = ( -/obj/machinery/door/morgue{ - name = "Relic Closet"; - req_access = list("chapel_office") - }, -/turf/open/floor/cult, -/area/station/service/chapel/office) -"opw" = ( -/obj/machinery/atmospherics/pipe/smart/simple/violet/visible{ - dir = 8 +/area/station/maintenance/tram/mid) +"oaX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 }, -/obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"opP" = ( -/obj/structure/curtain, -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"opT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"obh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"oqe" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"obq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"oqh" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison) -"oql" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/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/ai_monitored/turret_protected/aisat_interior) -"oqn" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/turf/open/floor/iron, -/area/station/security/processing) -"oqo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"oqA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/thinplating, /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/stripes/white/full, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"oqO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/area/station/maintenance/tram/right) +"oby" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Armory"; + req_access = list("armory") }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"oqW" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"obz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"oqX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/item/radio/intercom/directional/east, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"oro" = ( -/obj/machinery/duct, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"obC" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"obL" = ( /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/surgery/aft) -"orI" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Custodial Closet" +/turf/open/floor/iron/stairs/old{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/medical/virology) -"orN" = ( -/obj/structure/railing{ - dir = 8 +/area/station/service/theater) +"obW" = ( +/obj/machinery/modular_computer/preset/engineering{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/command/bridge) +"oca" = ( +/turf/closed/wall, +/area/station/construction/mining/aux_base) +"och" = ( +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access = list("captain") }, /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/cargo/storage) -"orO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"orW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "HOSOffice"; - name = "Privacy Shutters" +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"ocn" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"ocK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/warning/secure_area{ + pixel_y = -32 }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) -"ose" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel, -/area/station/service/chapel) -"osh" = ( /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"osx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"osI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/tcommsat/computer) +"odr" = ( +/obj/structure/railing{ dir = 4 }, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Recreational Area East" +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"osQ" = ( -/turf/closed/wall, -/area/station/security/execution/education) -"osV" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"otc" = ( -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"ote" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance) -"otj" = ( -/obj/structure/disposalpipe/junction/flip{ +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"odC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/firecloset, +/turf/open/floor/iron/white, +/area/station/science/research) +"odF" = ( +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"otr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ +/area/station/ai_monitored/turret_protected/aisat/foyer) +"odH" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/obj/machinery/button/door/directional/north{ - id = "trammaintdock"; - name = "Tram Maintenance Dock Access"; - pixel_x = -8 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"ots" = ( +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"odK" = ( +/obj/structure/closet/crate/wooden/toy, /turf/open/floor/iron/white/side{ dir = 4 }, -/area/station/service/kitchen) -"otV" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/item/storage/box/prisoner{ - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/item/paper/fluff/genpop_instructions, -/obj/machinery/light/directional/north, +/area/station/service/theater) +"odV" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"oua" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/security/prison/work) +"oeP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"off" = ( +/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, +/turf/open/floor/iron/goonplaque, /area/station/hallway/secondary/entry) -"our" = ( -/obj/machinery/air_sensor/engine_chamber, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"ouy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"ofv" = ( +/obj/structure/chair{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"ofA" = ( +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 24; + pixel_y = -1; + req_access = list("kitchen") }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ouR" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"ovc" = ( -/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 = 4 +/obj/machinery/button/door/directional/south{ + id = "papersplease"; + name = "Arrival Checkpoint Enforcement Procedure"; + pixel_x = 35; + pixel_y = -10; + req_access = list("kitchen") }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ovf" = ( -/obj/effect/turf_decal/stripes/line, -/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/iron/dark/side, -/area/station/science/robotics/mechbay) -"ovq" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/plumbing/input{ - dir = 8 +/obj/machinery/button/ticket_machine{ + pixel_x = 24; + pixel_y = -10 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"ovs" = ( -/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/iron/white, -/area/station/science/xenobiology) -"ovv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/button/door/directional/south{ + id = "hopqueuestart"; + name = "Queue Shutters Entry Control"; + pixel_x = 24; + pixel_y = 8; + req_access = list("kitchen") }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ovC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/machinery/button/door/directional/south{ + id = "hopqueueend"; + name = "Queue Shutters Upper Exit Control"; + pixel_x = 35; + pixel_y = 8; + req_access = list("kitchen") }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/machinery/button/door/directional/south{ + id = "hopqueueendbottom"; + name = "Queue Shutters Lower Exit Control"; + pixel_x = 35; + pixel_y = -1; + req_access = list("kitchen") + }, +/obj/effect/landmark/start/head_of_personnel, +/obj/structure/chair/office, +/obj/machinery/keycard_auth/wall_mounted/directional/south{ + pixel_x = 26 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"ofT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"ovK" = ( -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"ovX" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/box/red, -/obj/machinery/power/apc/auto_name/directional/south{ - areastring = "/area/station/science/ordnance/freezerchamber" +/area/station/hallway/primary/tram/center) +"ofZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"oga" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"owb" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"ogt" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ pixel_y = 7 }, -/obj/item/flashlight/lamp/green{ - pixel_x = -3; - pixel_y = 8; - start_on = 0 +/obj/item/clothing/ears/earmuffs{ + pixel_x = 6; + pixel_y = 3 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"owd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"ohd" = ( +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"oho" = ( +/obj/structure/bookcase, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"ohr" = ( +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"oht" = ( +/obj/structure/chair{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"ohF" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 9 }, /turf/open/floor/iron, -/area/station/science/lab) -"owi" = ( -/obj/machinery/restaurant_portal/bar, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"owr" = ( -/obj/machinery/camera{ - c_tag = "Security - Detective's Office"; - dir = 9; - network = list("ss13","Security") - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"owF" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/primary/tram/center) +"ohL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"owK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Research Lab Desk"; - req_access = list("science") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"ohS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/storage) +"ohU" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/item/folder{ - pixel_x = 5 +/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/commons/lounge) +"ohY" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"oih" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/desk_bell{ - pixel_x = -7 +/obj/structure/sign/poster/official/report_crimes/directional/north, +/turf/open/floor/iron, +/area/station/security/prison) +"oir" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/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/white, -/area/station/science/lab) -"owL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"owT" = ( -/obj/structure/sign/directions/evac{ - dir = 4; +/turf/open/floor/wood, +/area/station/commons/dorms) +"oiv" = ( +/obj/structure/sign/directions/supply{ + dir = 1; pixel_y = 28 }, -/obj/structure/sign/directions/medical{ +/obj/structure/sign/directions/security{ + dir = 8; pixel_y = 34 }, -/obj/structure/sign/directions/engineering{ +/obj/structure/sign/directions/command{ + dir = 8; pixel_y = 40 }, -/obj/structure/sign/directions/upload{ - dir = 4; +/obj/structure/sign/directions/vault{ + dir = 8; pixel_y = 22 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, /obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"owX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"oxd" = ( +/area/station/hallway/primary/tram/right) +"oiF" = ( /obj/structure/table, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/item/crowbar, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"oxe" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"oxh" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External West"; - dir = 6; - network = list("aicore") +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"oiG" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 }, -/turf/open/space/openspace, -/area/space/nearstation) -"oxm" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/tile/bar{ - dir = 8 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"oiI" = ( +/obj/machinery/firealarm/directional/south{ + pixel_x = -3 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/light_switch/directional/south{ + pixel_x = 8; + pixel_y = -23 }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/escapepodbay) -"oxu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"oxx" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/science/ordnance) -"oxY" = ( -/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, -/area/station/security/execution/transfer) -"oyq" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/unary/passive_vent{ +/area/station/cargo/miningdock/cafeteria) +"oiL" = ( +/obj/structure/filingcabinet, +/obj/structure/window/spawner/directional/north, +/obj/item/paper{ + default_raw_text = "A crude mapping of the station layout based on leaked internal documents and orbital snapshots taken during construction. I'm not sure how up-to-date this is anymore.."; + icon = 'icons/obj/scrolls.dmi'; + icon_state = "blueprints"; + inhand_icon_state = "blueprints"; + name = "station layout" + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"oiV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/space/basic, -/area/space/nearstation) -"oyv" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"oyz" = ( -/obj/effect/turf_decal/siding/thinplating, +/area/station/commons/fitness/recreation) +"ojj" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ojI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"ojP" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ dir = 1 }, -/area/station/service/kitchen) -"oyE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) +"ojQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"ojS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"ojT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/left) +"ojU" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/siding/thinplating_new/end, +/obj/effect/turf_decal/siding/thinplating_new/end{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"ozd" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/dark, +/area/station/science/explab) +"okd" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, +/obj/machinery/light/warm/directional/west, /turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"ozm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/commons/dorms/laundry) +"okh" = ( +/obj/structure/chair/sofa/left{ dir = 1 }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Break Room"; + network = list("ss13","rd") + }, /turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"ozs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/science/breakroom) +"okn" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ozA" = ( -/obj/structure/cable, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/floor, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"ozB" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron, -/area/station/security/courtroom) -"ozJ" = ( +/area/station/science/robotics/lab) +"okt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"ozR" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/greater) -"ozU" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/construction/mining/aux_base) +"okA" = ( +/obj/structure/table, +/obj/item/computer_disk{ + pixel_x = -2 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"ozY" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/item/computer_disk{ + pixel_x = 7; + pixel_y = 2 }, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Library East" +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"okF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood/large, -/area/station/service/library) -"oAr" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes{ - pixel_y = 5 +/obj/machinery/disposal/bin, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper{ - pixel_y = 7 +/turf/open/floor/iron, +/area/station/commons/dorms) +"okG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"okK" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"oAs" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/north{ - pixel_x = -2 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/machinery/light_switch/directional/north{ - pixel_x = 8; - pixel_y = 23 +/area/station/science/research) +"okO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"oAv" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"oAB" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/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/command/heads_quarters/qm) -"oAF" = ( -/obj/structure/beebox, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"oAH" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/left) -"oAJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/area/station/commons/fitness/recreation) +"olc" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_y = 9 }, -/obj/machinery/computer/records/security{ - dir = 4 +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"oAN" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/service/library) +"ols" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/medical/emergency, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Lobby"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"olG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, -/obj/structure/sign/clock/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"oAZ" = ( -/obj/structure/bookcase, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"oBj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/execution/transfer) +"olR" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"omc" = ( +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/machinery/newscaster/directional/east, +/area/station/service/kitchen) +"omh" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 10 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"oBw" = ( +/area/station/hallway/secondary/exit) +"omm" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"omn" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"omu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"omH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"onc" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"oBG" = ( -/obj/effect/turf_decal/siding/wideplating{ +/area/station/commons/dorms) +"onf" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"oBQ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to East Ports" - }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"oCp" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/station/hallway/primary/tram/left) +"ong" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"oCw" = ( -/obj/structure/fluff/tram_rail/end, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"oDk" = ( -/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"onl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Testing Range Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/turf/open/floor/catwalk_floor, +/area/station/science/auxlab/firing_range) +"onS" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, /obj/effect/decal/cleanable/dirt, -/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, -/area/station/maintenance/central/greater) -"oDr" = ( -/obj/structure/railing{ +/area/station/hallway/primary/tram/center) +"onW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"oog" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"oop" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = 5 - }, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"oDL" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Post - Cargo" - }, +/area/station/security/courtroom) +"ooz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"oDS" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Lower External North"; - network = list("ss13","minisat") - }, -/turf/open/space/basic, -/area/space) -"oDV" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/structure/filingcabinet, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"ooV" = ( +/obj/effect/turf_decal/trimline/tram/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/tram/corner{ 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) -"oEc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"oEZ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"opb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/space/openspace, +/area/station/solars/port) +"opT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/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/camera/directional/east{ + c_tag = "Security - Main East"; + network = list("ss13","Security") + }, +/obj/structure/table, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/food/donut/plain{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/cargo/office) -"oFh" = ( -/turf/closed/wall, -/area/station/maintenance/starboard/greater) -"oFA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/area/station/security/brig) +"oqh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, +/obj/structure/sign/poster/official/safety_internals/directional/north, +/obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"oFE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/engineering/atmos) +"oqi" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"oqp" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oqy" = ( +/obj/machinery/conveyor{ + id = "cargolower" }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"oFG" = ( -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"oFL" = ( -/turf/closed/wall, -/area/station/hallway/secondary/service) -"oGc" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "Disposal Exit Vent" }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"oGQ" = ( -/obj/structure/bed{ - dir = 4 +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 }, -/obj/item/bedsheet/dorms{ +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"oqS" = ( +/obj/structure/chair/pew/left, +/turf/open/floor/iron/chapel{ + dir = 9 + }, +/area/station/service/chapel) +"oqT" = ( +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/clock/directional/west, -/obj/item/pillow/random, -/turf/open/floor/carpet, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, /area/station/commons/dorms) -"oHd" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"ora" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/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/bot, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"oHj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" +/area/station/engineering/atmos) +"ore" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/cargo/warehouse) -"oHn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"oHT" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 +/area/station/hallway/primary/tram/center) +"orh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"orQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"orX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"oHY" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/hallway/secondary/exit/departure_lounge) +"ose" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/sign/departments/chemistry{ + pixel_y = -32 }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/north{ - pixel_x = 10; - pixel_y = 25 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"oIf" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"oIg" = ( -/turf/closed/wall, -/area/station/maintenance/department/eva) -"oIk" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" +/area/station/medical/medbay/central) +"osj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + name = "Engineering Requests Console" }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"oIo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"oIy" = ( /obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"osk" = ( +/turf/closed/wall, +/area/station/maintenance/department/eva) +"oss" = ( +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"osw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"oID" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/medium, -/area/station/security/checkpoint/supply) -"oIF" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"oII" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" +/turf/open/floor/iron/dark/side{ + dir = 8 }, -/turf/open/space/basic, -/area/station/solars/port) -"oIN" = ( +/area/station/command/bridge) +"osB" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"osG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"osN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/engine, +/area/station/science/explab) +"osT" = ( /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/side{ + dir = 4 + }, +/area/station/command/gateway) +"otf" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/assistant, /turf/open/floor/iron, -/area/station/cargo/lobby) -"oIO" = ( +/area/station/commons/fitness) +"otn" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/status_display/evac/directional/north, /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"oJq" = ( -/obj/effect/turf_decal/loading_area{ +/area/station/security/prison/garden) +"ots" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/door/window/left/directional/west{ - name = "Atmospherics Delivery"; - req_access = list("atmospherics") - }, -/obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos) -"oJr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal{ +/area/station/engineering/main) +"otx" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"oJD" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/iron/white, +/turf/open/floor/iron, /area/station/service/theater) -"oJJ" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 2; - req_access = list("xenobiology") - }, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_x = -6; - pixel_y = 2 +"otz" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"otC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/science/explab) -"oJN" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/effect/turf_decal/siding/wideplating/corner{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"otP" = ( +/obj/structure/railing/corner{ dir = 8 }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"oJX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"oum" = ( +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/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/safe) -"oJY" = ( -/obj/structure/cable, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood, -/area/station/service/theater) -"oJZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/requests_console/directional/west{ + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/camera{ + c_tag = "Cargo - Quartermaster's Office"; + dir = 10; + network = list("ss13","cargo") + }, +/obj/machinery/light/warm/directional/west, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"oKj" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"oKD" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/command/heads_quarters/qm) +"out" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"oKG" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"oKN" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"oKO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/box, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"oKY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"oLf" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/transport/crossing_signal/northeast, +/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, +/obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"oLk" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/electropack, -/obj/item/assembly/signaler, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/security/brig) -"oLn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"ouz" = ( +/obj/effect/turf_decal/trimline/white/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"oLt" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 9 }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/escapepodbay) -"oLx" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/ai_monitored/turret_protected/aisat_interior) +"ouE" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"oLI" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/machinery/keycard_auth/directional/east, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/button/door/directional/east{ - id = "greedygrinnersden"; - name = "Privacy Shutters Toggle"; - pixel_y = -11 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"oLT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/area/station/cargo/office) +"ouJ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oLY" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood/large, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"ouM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"ouW" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album/library, +/obj/item/camera, +/obj/machinery/light/small/blacklight/directional/west, +/turf/open/floor/engine/cult, /area/station/service/library) -"oMo" = ( +"ovC" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"ovL" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"ovR" = ( +/obj/machinery/air_sensor/plasma_tank, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"ovU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"ovV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/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/checkpoint/supply) +"ovW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ovY" = ( +/obj/machinery/duct, /obj/structure/cable, -/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/carpet, -/area/station/service/chapel) -"oMq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/lower) -"oMt" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Lobby North"; - dir = 9; - network = list("ss13","engineering") +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"owc" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/break_room) -"oMN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lower) -"oNc" = ( -/obj/item/bikehorn, -/obj/item/grown/bananapeel, -/obj/item/food/spaghetti/copypasta, -/turf/open/floor/plating, -/area/station/engineering/main) -"oNg" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/power/apc/auto_name/directional/west, +/area/station/cargo/miningdock) +"owl" = ( +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"owm" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"owI" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Port Tram Platform North-West" + }, /obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"oNk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"owO" = ( +/turf/open/floor/engine, +/area/station/science/explab) +"owQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"oxf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"oxr" = ( +/obj/machinery/door/airlock{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/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/security/courtroom) +"oxs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, +/area/station/engineering/main) +"oxy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"oxE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, /area/station/commons/fitness/recreation) -"oNl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"oxL" = ( +/turf/closed/wall/r_wall, +/area/station/science/lab) +"oxN" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) +"oys" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/starboard/central) +"oyy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/escapepodbay) +"oyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"oyQ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oND" = ( +/turf/open/floor/wood, +/area/station/service/library) +"oyR" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/science/explab) +"ozd" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"oNP" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Kitchen"; - name = "navigation beacon (Kitchen Delivery)" +/area/station/command/heads_quarters/ce) +"ozz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/loading_area{ +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"ozM" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/dice, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"ozX" = ( +/obj/structure/toilet{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/west{ - name = "Kitchen Delivery Chute"; - req_access = "kitchen" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"oNT" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/structure/sign/calendar/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"oOa" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"oAg" = ( +/obj/machinery/power/solar_control{ + id = "forestarboard"; + name = "Starboard Solar Control" }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Minisat Teleporter"; - network = list("ss13","minisat") +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"oAn" = ( +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_x = 23; + pixel_y = 1 }, -/obj/machinery/button/door/directional/south{ - id = "teledoor"; - name = "MiniSat Shutter Control"; - pixel_x = 8; - req_one_access = list("teleporter","minisat") +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"oOc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Dormitories East" +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"oAG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/stripes{ + dir = 4 }, +/obj/structure/table, +/obj/item/folder/yellow, /turf/open/floor/iron, -/area/station/commons/dorms) -"oOe" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/plating/airless, -/area/station/engineering/supermatter/room) -"oOx" = ( -/obj/structure/bed, -/obj/effect/landmark/start/janitor, -/obj/effect/decal/cleanable/cobweb/cobweb2, +/area/station/hallway/secondary/exit) +"oAV" = ( +/turf/closed/wall, +/area/station/cargo/office) +"oBc" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/janitor) -"oOP" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/commons/vacant_room/commissary) +"oBY" = ( +/obj/effect/turf_decal/stripes/line{ dir = 5 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"oOU" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/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/cargo/storage) -"oOY" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - SMES"; - dir = 10; - network = list("ss13","engineering") +/area/station/ai_monitored/security/armory) +"oBZ" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/cable, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"oOZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/machinery/status_display/supply{ - pixel_y = 32 - }, -/obj/machinery/conveyor{ - dir = 5; - id = "QMLoad" +/area/station/hallway/primary/tram/center) +"oCe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/storage) -"oPc" = ( -/obj/structure/disposalpipe/segment{ +/area/station/cargo/miningdock/cafeteria) +"oCj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"oPe" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Recreational Area West" + }, +/obj/structure/cable, +/obj/machinery/light/cold/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oPj" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 6 +/area/station/commons/fitness/recreation) +"oCk" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, /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/white, -/area/station/science/genetics) -"oPn" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/hos, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"oCt" = ( +/obj/effect/decal/cleanable/dirt, /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/carpet, -/area/station/command/heads_quarters/hos) -"oPz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"oPD" = ( -/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"oCv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, /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/service) -"oPI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"oPN" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/turf/open/floor/grass, -/area/station/science/lower) -"oPV" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/area/station/security/brig) +"oCx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"oCR" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, +/obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/science/lower) -"oPX" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electric_shock{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"oQn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4 +"oDd" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/obj/item/stack/cable_coil{ - amount = 15 +/obj/machinery/firealarm/directional/east, +/obj/machinery/suit_storage_unit/medical, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"oDj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"oQH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/item/stock_parts/cell/high/empty, /turf/open/floor/iron, -/area/station/cargo/storage) -"oQK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/hallway/primary/tram/left) +"oDP" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"oQM" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/service/kitchen) +"oEf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/turf/open/space/basic, +/area/space/nearstation) +"oEl" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet4"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/effect/landmark/blobstart, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"oEz" = ( /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/command/heads_quarters/cmo) -"oQS" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, -/area/station/security/courtroom) -"oQU" = ( +/area/station/engineering/main) +"oEI" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/carpet, +/area/station/service/theater) +"oEN" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison) +"oEY" = ( +/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, +/area/station/engineering/atmos) +"oFd" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"oFh" = ( +/obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/line{ dir = 5 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"oFo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"oRa" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Filter" +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"oRh" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Restroom South" - }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"oRk" = ( -/turf/open/floor/iron/textured_large, -/area/station/security/execution/education) -"oRq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 - }, +/area/station/commons/fitness/recreation) +"oFp" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, -/area/station/engineering/atmos) -"oRB" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"oRP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ +/area/station/security/prison) +"oFH" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oRZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"oSa" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/space/basic, +/area/space/nearstation) +"oFV" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications" +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"oGj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "tcomms-entrance" +/turf/open/space/basic, +/area/space/nearstation) +"oGo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/iron, -/area/station/engineering/main) -"oSn" = ( -/turf/closed/wall/rock/porous, -/area/station/security/prison/workout) -"oSs" = ( -/obj/structure/table, -/obj/machinery/microwave, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/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/commons/vacant_room) -"oSA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/medical/medbay/central) +"oGs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"oSL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"oSN" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"oGF" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 4 +/turf/open/floor/iron, +/area/station/cargo/office) +"oGJ" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/medical/chemistry) +"oGM" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ +/turf/closed/wall, +/area/station/hallway/primary/tram/right) +"oGN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"oTj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"oGO" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /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 = 9 + dir = 6 }, /turf/open/floor/iron/white, -/area/station/science/research) -"oTt" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/storage/medkit/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/brute, -/obj/item/storage/medkit/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/right/directional/east{ - name = "Secure Medical Storage"; - req_access = list("medical") +/area/station/science/lab) +"oHp" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood/large, +/area/station/service/library) +"oHz" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" }, -/obj/effect/turf_decal/siding/white{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/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/hallway/primary/tram/right) +"oHJ" = ( +/obj/machinery/power/emitter/welded{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"oTx" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Control Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"oTI" = ( -/obj/structure/chair/office{ +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"oHO" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"oTZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/area/station/hallway/primary/tram/right) +"oHU" = ( +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"oIa" = ( +/turf/closed/wall, +/area/station/medical/morgue) +"oIc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/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, +/area/station/science/research) +"oIe" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"oIz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"oUu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"oUw" = ( +/area/station/security/brig) +"oIP" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"oIU" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"oJm" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"oUI" = ( -/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{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"oJx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oUP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Surgery Room A"; + network = list("ss13","medbay") }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"oUT" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"oJP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 8 }, /obj/structure/table, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"oVf" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"oVm" = ( -/obj/structure/cable, -/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/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"oVs" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"oVy" = ( -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"oWb" = ( -/obj/machinery/duct, -/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/commons/lounge) -"oWt" = ( -/obj/machinery/vending/snack, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"oWU" = ( -/obj/structure/extinguisher_cabinet/directional/east, +/area/station/hallway/secondary/exit/departure_lounge) +"oKe" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"oXb" = ( -/obj/structure/rack, -/obj/structure/window/spawner/directional/north, -/obj/item/hand_tele, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/stripes/corner{ +/area/station/security/courtroom/holding) +"oKh" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/obj/machinery/status_display/evac/directional/east, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"oXc" = ( -/obj/structure/table/reinforced, -/obj/structure/window/spawner/directional/north, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 }, -/obj/machinery/light/warm/directional/west, /turf/open/floor/iron/dark, -/area/station/service/bar) -"oXj" = ( +/area/station/medical/virology) +"oKl" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/openspace, +/area/space/nearstation) +"oKm" = ( +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"oKB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"oKZ" = ( /obj/effect/turf_decal/stripes/line{ - dir = 10 + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"oXm" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/cable, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"oLn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_cargo_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_cargo_lift" +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"oXu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/maintenance/tram/right) +"oLp" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"oLv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"oMc" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"oMh" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/detectiveboard/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"oMz" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + 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/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"oXz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/science/research) +"oMI" = ( +/turf/open/openspace, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"oMK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oMP" = ( +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"oMU" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"oXB" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/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/service) -"oXD" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/cold/directional/west, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"oNa" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/east, +/obj/item/stack/sheet/iron/five, +/obj/item/stack/cable_coil/five, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/virology) -"oXG" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"oXM" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"oXN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"oXY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez4"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"oYl" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/radshelter/civil) -"oYu" = ( -/turf/closed/wall, -/area/station/service/bar/backroom) -"oYG" = ( -/obj/machinery/computer/holodeck{ - dir = 4 +/area/station/commons/vacant_room/commissary) +"oNp" = ( +/obj/structure/sink{ + pixel_y = 15 }, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"oYI" = ( +/area/station/cargo/miningdock/cafeteria) +"oNq" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/science/genetics) -"oYQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, +/area/station/engineering/atmos) +"oNA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/mineral/stacking_machine, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"oNE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/maintenance/seven, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, -/area/station/commons/dorms) -"oYU" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/maintenance/port/central) +"oNG" = ( +/obj/structure/railing{ dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"oYX" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"oNJ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, @@ -44229,3930 +44221,4022 @@ }, /turf/open/floor/iron, /area/station/cargo/lobby) -"oZe" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/poddoor/shutters{ - id = "winkyface"; - name = "External Dock Access" +"oNT" = ( +/obj/machinery/door/airlock{ + id_tag = "ToiletSci1"; + name = "Private Stall 1" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"oZn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"oNW" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"oZq" = ( -/obj/machinery/duct, -/obj/structure/cable, +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"oOb" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"oOd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"oZw" = ( -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"oZx" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/catwalk_floor, -/area/station/security/mechbay) -"oZC" = ( -/obj/machinery/vending/wardrobe/coroner_wardrobe, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"oZQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/station/science/lower) -"pae" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" - }, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"pap" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/service/theater) -"paw" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"oOJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"paC" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +/turf/open/space/openspace, +/area/station/solars/port) +"oOT" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"paJ" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"paY" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 1; - name = "plasma mixer" +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pba" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 1 +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"pbd" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/item/food/grown/poppy{ + pixel_y = 2 }, -/obj/structure/sink/directional/west, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"oOZ" = ( +/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, -/area/station/medical/medbay/central) -"pbn" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/breakroom) -"pbw" = ( -/obj/structure/window/reinforced/plasma/spawner/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 +/area/station/science/research) +"oPf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"pbP" = ( -/obj/structure/closet{ - name = "Beekeeper Uniform" +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 }, -/obj/item/clothing/head/utility/beekeeper_head, -/obj/item/melee/flyswatter, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/item/clothing/suit/utility/beekeeper_suit, -/obj/item/clothing/head/utility/beekeeper_head, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/dim/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"pbU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/white, +/area/station/science/lab) +"oPg" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"oPs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"oPw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pbZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/primary/tram/right) +"oPF" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"oQf" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) +"oQq" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ dir = 1 }, -/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, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"oQs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/station/science/lobby) -"pcp" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"pcs" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"oQt" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/iron/white, +/area/station/service/theater) +"oQF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"oQU" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"oQW" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"pcH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/grass, +/area/station/hallway/secondary/construction/engineering) +"oRl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/security/prison) -"pcR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, +/area/station/hallway/secondary/command) +"oRz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"pdq" = ( -/obj/structure/chair/office, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"pdu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 +/area/station/science/explab) +"oRE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pdC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"oRO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/machinery/airalarm/directional/north, +/obj/machinery/status_display/ai/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pdV" = ( -/turf/open/misc/asteroid/airless, -/area/space) -"pec" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"oRV" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"pel" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Hallway - Service Wing Right Upper Hall" + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"peo" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/area/station/security/courtroom) +"oSb" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"peQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oSg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/vending/wardrobe/chem_wardrobe, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"peW" = ( -/obj/machinery/airalarm/directional/north, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/wood, +/area/station/service/theater) +"oSl" = ( +/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/dark, -/area/station/service/bar) -"peZ" = ( -/obj/effect/turf_decal/box/white, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"pfb" = ( +/area/station/commons/storage/primary) +"oSB" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Security Outpost"; + network = list("ss13","Security","cargo") + }, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 + dir = 8 }, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"pfq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/area/station/security/checkpoint/supply) +"oTa" = ( +/obj/structure/railing{ + dir = 9 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"oTc" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad2" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"oTd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison) -"pfr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/cargo/miningdock) +"oTl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) +"oTq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office) +"oTu" = ( +/obj/machinery/power/apc/auto_name/directional/south, /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/medical/chemistry) -"pfv" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 5 +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"oTA" = ( +/turf/closed/wall, +/area/station/commons/fitness/recreation/entertainment) +"oTC" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"oTJ" = ( /obj/structure/railing{ - dir = 1 + dir = 4 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"pfA" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"pfG" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelleft" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"pfN" = ( -/obj/structure/table/reinforced, -/obj/item/surgical_drapes, -/obj/item/cautery, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Robotics Surgery"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"pfP" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"oTK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"pfX" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"oTO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"pgf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ dir = 1 }, -/obj/machinery/firealarm/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"pgs" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/engineering/atmos) +"oTT" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/stairs/left{ + dir = 4 + }, +/area/station/maintenance/central/greater) +"oUg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"pgA" = ( -/turf/closed/indestructible/riveted{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - name = "hyper-reinforced wall" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/station/science/ordnance/bomb) -"pgD" = ( -/obj/structure/railing{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/lower) +"oUq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ + dir = 4 }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"oUx" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/iron, +/area/station/security/office) +"oUA" = ( +/obj/structure/railing, /obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 4 + dir = 8 }, /obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 4 + dir = 8 }, /obj/effect/spawner/random/vending/colavend{ - pixel_x = 5 + pixel_x = -5 }, -/obj/machinery/light/directional/east, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"pgF" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/area/station/hallway/primary/tram/right) +"oVc" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"oVd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"oVM" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/mess) +"oVN" = ( /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/construction/mining/aux_base) -"pgX" = ( -/obj/machinery/computer/rdconsole{ +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"oWq" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"phy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"phG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/closed/wall, +/area/station/cargo/sorting) +"oWy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"phM" = ( +/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/interrogation) +"oWA" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, /turf/open/floor/iron/white, /area/station/science/lower) -"phU" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 +"oWB" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security - Rec Room South"; + network = list("ss13","Security","prison") }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) -"pih" = ( -/turf/closed/wall, -/area/station/security/courtroom) -"piD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"piN" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"oWI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"oWZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"piX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"piY" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Emitter Room West"; - dir = 10; - network = list("ss13","engine","engineering") +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"oXb" = ( +/turf/closed/wall, +/area/station/security/courtroom/holding) +"oXe" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"pja" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"pjk" = ( -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"pjz" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/center) -"pjL" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/obj/effect/landmark/event_spawn, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"oXq" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "teledoor"; + name = "MiniSat Teleport Access" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"pjO" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"oXz" = ( +/obj/machinery/iv_drip, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 + dir = 4 }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/assembly/signaler, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/command/bridge) -"pjR" = ( -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"pjY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot/right, -/obj/effect/turf_decal/bot/left, -/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/science/lobby) -"pkh" = ( +/area/station/medical/treatment_center) +"oXC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"oXP" = ( /obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, /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, -/area/station/security/prison) -"pks" = ( -/obj/structure/closet/crate/trashcart/laundry, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/shoes/sneakers/orange, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"pky" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/checkpoint/medical) +"oXU" = ( +/obj/machinery/computer/order_console/cook, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"oYs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"oYE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"oYH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"oYK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"oYS" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"pkR" = ( +"oYY" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"oZh" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/meter, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"pkZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/airlock_controller/incinerator_atmos{ + pixel_x = -24 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"oZq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pld" = ( -/obj/machinery/status_display/evac/directional/north, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"plp" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"plw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"oZA" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/escapepodbay) -"plx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/area/station/security/brig) +"pal" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/modular_computer/preset/cargochat/science, -/turf/open/floor/iron/white, -/area/station/science/lab) -"ply" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"pam" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"plI" = ( -/obj/effect/turf_decal/tile/bar{ +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/theater) +"paq" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"pmi" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"paH" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"paS" = ( +/obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"pmq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"pmr" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/lobby) -"pms" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/landmark/start/hangover/closet, -/obj/structure/sign/poster/official/random/directional/east, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"pmx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"paT" = ( +/obj/structure/chair{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"pbo" = ( +/obj/structure/rack, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Armory"; + network = list("ss13","Security") + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/cable, +/obj/effect/spawner/random/armory/e_gun, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"pbr" = ( +/obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"pmD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, +/area/station/hallway/secondary/entry) +"pbw" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"pmL" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/prison) -"pmW" = ( -/obj/machinery/teleport/station, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"pmY" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/button/door/directional/north{ - id = "righttunnel"; - name = "Tunnel Access Shutters Toggle" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"pnd" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/medical/virology) -"pnB" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/landmark/start/hangover/closet, -/obj/structure/sign/poster/official/random/directional/east, -/obj/effect/turf_decal/tile/red/full, +/obj/machinery/byteforge, +/obj/effect/turf_decal/box, /turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"pnG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/cargo/bitrunning/den) +"pbx" = ( +/obj/structure/bed{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/item/bedsheet/captain{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"pnI" = ( +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Command - Captain's Quarters" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"pbH" = ( /turf/closed/wall/r_wall, -/area/station/maintenance/department/security) -"pnT" = ( +/area/station/science/server) +"pbL" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor, /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access" - }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/commons/dorms) +"pbM" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"pbR" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/security/courtroom) +"pbV" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/musician/piano, +/turf/open/floor/carpet, +/area/station/service/theater) +"pcm" = ( +/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/command/heads_quarters/captain/private) +"pcu" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/tram/mid) +"pcx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 4 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"pcE" = ( +/obj/structure/chair{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"pcO" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"pcY" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/power/solar_control{ + id = "aicore"; + name = "AI Core Solar Control" + }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) -"poh" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_2_lavaland" +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"pcZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"pdf" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Engineering - Security Outpost"; + network = list("ss13","engineering","Security") }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"poj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Chamber" +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"por" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/escapepodbay) -"pos" = ( -/obj/structure/sign/warning/secure_area/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 }, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"pow" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/checkpoint/engineering) +"pdj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/duct, /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/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"poK" = ( +/area/station/hallway/secondary/exit) +"pdn" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"pdr" = ( +/obj/structure/urinal/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"pdy" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"pdz" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/docking{ - desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; - name = "KEEP CLEAR: TRAM DOCKING AREA sign"; - pixel_y = 32 +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32; + spawn_loot_chance = 50 }, /obj/effect/turf_decal/siding/thinplating, -/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, /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"poQ" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"poU" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/maintenance/tram/right) +"pdE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "MULE Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"pph" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 +/obj/structure/railing/corner{ + dir = 4 }, /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/commons/dorms) -"ppj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pdZ" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/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/service) -"ppv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"ppK" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/tram/right) -"ppO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side, +/area/station/science/robotics/lab) +"pec" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/warning/chem_diamond{ - pixel_x = 32 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chemist, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"ppS" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ppW" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/left) -"pqG" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/structure/disposalpipe/segment, +/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/cargo/miningdock) -"pqZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/security/prison/safe) +"peB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump/on/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"peO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"peR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"pri" = ( -/obj/structure/weightmachine, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"prl" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"prC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell A" }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"prK" = ( -/obj/machinery/air_sensor/ordnance_burn_chamber, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"prS" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"prX" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/holopad/secure, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"pst" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/left) -"psB" = ( -/obj/machinery/photocopier, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"ptl" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/area/station/security/execution/transfer) +"pfh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/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/checker, -/area/station/commons/lounge) -"ptx" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/wood/fancy/red, -/obj/item/ai_module/reset/purge, -/obj/effect/spawner/random/aimodule/harmful, -/obj/machinery/door/window/left/directional/east{ - name = "Dangerous Modules"; - req_access = list("captain") +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"pfj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/floor/circuit/red, -/area/station/ai_monitored/turret_protected/ai_upload) -"ptQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"pfD" = ( +/obj/machinery/computer/crew{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"pui" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/area/station/command/bridge) +"pfG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/no_smoking{ + pixel_y = -32 }, +/obj/machinery/power/apc/auto_name/directional/east, /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/cargo/storage) -"puj" = ( +/area/station/engineering/main) +"pfR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"pfT" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/lobby) -"pus" = ( -/obj/machinery/camera{ - c_tag = "Secure - Gravity Generator"; - dir = 10 +/area/station/cargo/miningdock/cafeteria) +"pfZ" = ( +/obj/machinery/exodrone_launcher, +/obj/item/exodrone, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"pgm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"puy" = ( -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Research Director's Office"; - name = "Research Director's Fax Machine" - }, -/obj/machinery/button/door/directional/south{ - id = "Sciencelockdown"; - name = "Science Lockdown Toggle"; - pixel_x = -6; - req_access = list("research") +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/button/door/directional/south{ - id = "rndlab1"; - name = "Research Lab Shutter Control"; - pixel_x = 6; - req_access = list("research") +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"pgo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/button/door/directional/south{ - id = "xenobiomain"; - name = "Xenobiology Containmenr Blast Door"; - pixel_x = -6; - pixel_y = -34; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/button/door/directional/south{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_x = 6; - pixel_y = -34; - req_access = list("xenobiology") +/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/hallway/secondary/exit) +"pgz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"puD" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/left{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"puI" = ( +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"pgS" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/maintenance_hatch{ - name = "Engineering Maintenance Hatch" - }, /turf/open/floor/catwalk_floor, -/area/station/maintenance/central/lesser) -"puK" = ( -/obj/structure/disposaloutlet{ - dir = 4 +/area/station/maintenance/starboard/lesser) +"pgV" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" }, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"puM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"phl" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"phB" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"phE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"puR" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"pib" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"puU" = ( -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"pvn" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ +/area/station/hallway/secondary/construction/engineering) +"pik" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/port) +"piv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, /turf/open/floor/iron, +/area/station/science/robotics/lab) +"piE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/chapel) +"piH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"piX" = ( +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"pjb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, /area/station/commons/dorms) -"pvS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"pwu" = ( -/obj/machinery/power/apc/auto_name/directional/south, +"pjc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Recreational Area South-West" + }, +/obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron, -/area/station/commons/storage/art) -"pwz" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/fitness/recreation) +"pjg" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint" }, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/machinery/button/transport/tram/directional/north{ - id = 1 +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"pjC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/transport/destination_sign/indicator/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"pwI" = ( +/area/station/hallway/secondary/service) +"pjK" = ( +/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, -/area/station/science/lobby) -"pwP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"pwX" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"pxa" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/door_timer{ - id = "Isolation_B"; - name = "Isolation Cell B"; - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"pxh" = ( -/turf/open/misc/asteroid/dug, -/area/station/science/explab) -"pxu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pjQ" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "MiniSat Access" - }, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/landmark/navigate_destination/minisat_access_ai, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"pxv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"pxG" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison/mess) -"pxH" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"pkk" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white, -/area/station/science/lower) -"pxI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"pkp" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/engine_smes) +"pkq" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Laundry Room" }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/structure/sign/clock/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"pkD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/landmark/start/hangover, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/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/hallway/secondary/command) -"pxR" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/security/checkpoint/escape) +"pkG" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Entry Airlock"; + dir = 10; + network = list("ss13","engineering") }, /turf/open/floor/iron, -/area/station/cargo/storage) -"pxY" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"pyg" = ( -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/area/station/engineering/main) +"pkH" = ( +/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/item/food/meat/rawcutlet/plain, +/obj/item/food/meat/rawcutlet/plain, +/obj/item/food/meat/rawcutlet/plain, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"pkP" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 1 }, +/obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"pyh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/area/station/command/bridge) +"plh" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/engineering/main) -"pyk" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/cargo/miningdock) +"plk" = ( +/turf/closed/wall/r_wall, +/area/station/solars/starboard/fore) +"pln" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"plr" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm3"; + name = "Room 3" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, /area/station/cargo/miningdock) -"pyr" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +"plu" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"plz" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"pyB" = ( -/obj/structure/sign/departments/vault/directional/north, -/obj/effect/turf_decal/stripes/end, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"plQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"plU" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/here_for_your_safety/directional/south, +/turf/open/floor/iron, +/area/station/security/prison) +"plW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/plating, -/area/station/ai_monitored/command/nuke_storage) -"pyC" = ( -/obj/machinery/lift_indicator{ - linked_elevator_id = "tram_lower_center_lift"; - pixel_x = -5; - pixel_y = -3 +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"pmc" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/machinery/button/elevator{ - id = "tram_lower_center_lift"; - pixel_x = -7; - pixel_y = -1 +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"pyL" = ( -/obj/machinery/firealarm/directional/north{ - pixel_x = 5 +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"pml" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8; - pixel_y = 23 +/obj/machinery/light/warm/directional/north, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"pmq" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"pyR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"pmt" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"pmu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"pzb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"pmG" = ( +/obj/structure/sink/directional/south, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"pmM" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/research) +"pmO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/light/warm/directional/east, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"pne" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"pni" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pzf" = ( -/obj/machinery/computer/telecomms/server{ - dir = 1; - network = "tcommsat" +/area/station/cargo/miningdock) +"pnn" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/breakroom) +"pnp" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/bot_white/right, +/obj/item/folder/documents, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"pnD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"pzo" = ( -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/theater) +"pnF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) -"pzp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/duct, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/prison) -"pzy" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/maintenance/tram/mid) +"pnT" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 10 }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/construction/plumbing, -/obj/item/construction/plumbing, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"pzD" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"pzG" = ( -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/item/stamp/head/qm, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"pzX" = ( -/obj/machinery/door/window/left/directional/east{ - dir = 1; - icon_state = "right"; - name = "Incoming Mail"; - req_access = list("shipping") +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"pnU" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pob" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/medical/pharmacy) +"pof" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"pAc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"pot" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pAe" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/landmark/navigate_destination/incinerator, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"pAj" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"pow" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"poM" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 5 + }, /turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"pAp" = ( -/obj/structure/toilet{ - dir = 8 +/area/station/science/genetics) +"poT" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" }, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"pAC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ppa" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/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/security/brig) -"pAH" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/north, -/obj/item/book/bible, -/turf/open/floor/iron/chapel{ - dir = 9 +/area/station/hallway/secondary/service) +"ppb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/commons/fitness) +"pph" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_y = 5 }, -/area/station/service/chapel) -"pAU" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper{ + pixel_y = 7 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"ppr" = ( +/obj/machinery/computer/security{ dir = 1 }, -/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) -"pAW" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/main) -"pBb" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"pBf" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/office) +"pps" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ppK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"ppQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"pBg" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/solars/port) +"ppU" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 4 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"pBj" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"pBm" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 6; - pixel_y = 9 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 4 }, -/obj/item/pen{ - pixel_x = 3; - pixel_y = 8 +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"pqd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -7 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/item/food/donut/caramel{ - pixel_x = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, +/obj/structure/sign/departments/security{ + pixel_x = 32 + }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/security/office) -"pBo" = ( -/obj/structure/cable, +/area/station/hallway/secondary/command) +"pqf" = ( +/obj/machinery/light/warm/directional/west, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"pBx" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console" +/area/station/service/chapel) +"pqU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_upper_eva_external"; + idInterior = "rightmost_lower_upper_eva_internal"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"pBA" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"pqV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 }, +/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/iron/white, +/area/station/science/research) +"pri" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"pBH" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"pBI" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/obj/structure/fluff/paper/stack{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"prq" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"pBJ" = ( +"prs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pCl" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Testing Lab" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/heavy, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"prt" = ( +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side, -/area/station/science/ordnance/testlab) -"pCn" = ( -/obj/structure/chair/comfy/black{ - dir = 4 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/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/carpet, +/turf/open/floor/wood/large, /area/station/service/library) -"pCq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +"prI" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Testing Lab" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/turf/open/floor/iron/white, +/area/station/science/explab) +"prW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"psa" = ( +/obj/structure/tank_holder/anesthetic, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"psv" = ( +/obj/effect/landmark/start/hangover, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"pCw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"pCD" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/eva) -"pCH" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/command) +"psy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/spawner/random/food_or_drink/seed{ - spawn_all_loot = 1; - spawn_random_offset = 1 +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"pCR" = ( -/obj/structure/railing/corner{ +/area/station/hallway/primary/tram/right) +"psU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/science/research) -"pCS" = ( -/obj/structure/floodlight_frame, -/obj/machinery/light/directional/north, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"pCV" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"ptg" = ( +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"pth" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/sign/warning/secure_area/directional/north, +/obj/effect/turf_decal/box, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"pCY" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/north, +/area/station/science/explab) +"ptn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/escapepodbay) -"pDc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/hallway/secondary/service) +"pts" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"ptu" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/head/hos, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"ptD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ptL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"pDd" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway" - }, +/area/station/science/xenobiology) +"ptQ" = ( +/turf/open/openspace, +/area/station/science/genetics) +"ptU" = ( +/obj/structure/table, +/obj/item/storage/photo_album/prison, +/obj/item/camera, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/prison) +"ptV" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"pDk" = ( +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"puf" = ( /obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/bed/medical/anchored{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"pDm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pDE" = ( -/turf/closed/wall, -/area/station/medical/surgery/fore) -"pDT" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 +/area/station/medical/virology) +"pul" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Holding Area" }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"pEe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /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/brig) -"pEg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"pur" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"puL" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ + name = "Burn Chamber Exterior Airlock" }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"puN" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"puT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"pEh" = ( -/obj/structure/chair{ - dir = 8 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"pEo" = ( +/turf/open/floor/iron/white, +/area/station/science/lower) +"puZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall, -/area/station/cargo/sorting) -"pED" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/engineering/main) +"pvg" = ( /obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/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/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"pEG" = ( -/obj/structure/safe, -/obj/item/clothing/head/costume/bearpelt, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/wood, +/area/station/service/theater) +"pvi" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/east, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"pEI" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 9 +/area/station/ai_monitored/security/armory) +"pvp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"pEP" = ( -/obj/structure/toilet{ +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"pvC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/button/door/directional/west{ - id = "Toilet4"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/landmark/blobstart, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"pET" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access" +/obj/structure/disposalpipe/segment{ + dir = 8 }, /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/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"pEV" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/closed/wall/r_wall, +/turf/open/floor/iron, /area/station/engineering/atmos) -"pFd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"pvI" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 }, -/obj/machinery/computer/camera_advanced/xenobio, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 40 + }, +/obj/structure/sign/directions/upload{ + pixel_y = 22 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/obj/machinery/requests_console/directional/north{ - department = "Xenobiology"; - name = "Xenobiology Requests Console" +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"pFr" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"pvR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/firealarm/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"pvU" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"pwd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 }, +/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, +/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/virology) -"pFt" = ( -/obj/machinery/holopad, -/obj/structure/cable, +/area/station/medical/medbay/central) +"pwe" = ( /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/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/obj/machinery/button/transport/tram/directional/south{ - id = 3 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/transport/destination_sign/indicator/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"pFM" = ( -/obj/machinery/door/airlock/command{ - name = "Gateway Access" +/area/station/commons/dorms) +"pwh" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/gateway, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"pGb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"pGf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"pGq" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 1 +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"pwm" = ( +/obj/structure/railing{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/line, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"pGs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"pwx" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"pGE" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"pGL" = ( -/obj/machinery/light/directional/south, -/obj/machinery/modular_computer/preset/engineering{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"pwF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"pGX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/security/prison/workout) -"pHr" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"pHv" = ( -/obj/structure/lattice/catwalk, +/area/station/hallway/secondary/service) +"pwH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, /obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/port) -"pHz" = ( -/obj/machinery/door/airlock/research{ - name = "Chemical Storage" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"pwX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/textured, -/area/station/medical/medbay/central) -"pHF" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album/library, -/obj/item/camera, -/obj/machinery/light/small/blacklight/directional/west, -/turf/open/floor/engine/cult, -/area/station/service/library) -"pHH" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway" +/obj/structure/closet/toolcloset, +/turf/open/floor/iron, +/area/station/engineering/main) +"pxf" = ( +/obj/structure/closet/secure_closet/hos, +/obj/structure/secure_safe/hos{ + pixel_x = 35 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"pIh" = ( +/obj/structure/sign/poster/official/space_cops/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"pxj" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"pIw" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"pIy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"pIH" = ( -/obj/structure/ladder, +/obj/effect/turf_decal/bot, +/obj/item/stack/sheet/plasteel/fifty, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"pII" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/command/storage/eva) -"pIQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ +/obj/item/hfr_box/body/fuel_input, +/obj/item/hfr_box/body/interface, +/obj/item/hfr_box/body/moderator_input, +/obj/item/hfr_box/body/waste_output, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"pxo" = ( +/obj/structure/chair/pew, +/turf/open/floor/iron/chapel{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pJm" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/item/clothing/mask/whistle, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/chapel) +"pxs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"pxC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"pJs" = ( -/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/hallway/primary/tram/center) +"pxD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"pxM" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/red, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"pxO" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/catwalk_floor, -/area/station/science/lower) -"pJB" = ( -/obj/item/paper/fluff/ids_for_dummies, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"pJF" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/right) +"pxW" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/safe) +"pxY" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 4 }, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer1, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 5 }, -/obj/machinery/requests_console/directional/west{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pJU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/engineering/engine_smes) +"pyf" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"pKg" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Freezer" - }, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/hallway/primary/tram/left) +"pym" = ( +/obj/structure/chair{ + dir = 4 }, -/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/medical/coldroom) -"pKj" = ( +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"pyn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 5 }, -/obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"pKr" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 +"pyz" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"pKs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"pKx" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 6 +/area/station/commons/fitness/recreation) +"pyA" = ( +/obj/structure/dresser, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"pyF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + name = "Armory Desk"; + req_access = list("armory") }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 6 +/obj/machinery/door/window/left/directional/east{ + name = "Armory Desk"; + req_access = list("security") }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"pKy" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/transport/crossing_signal/northwest, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"pKE" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/closet/secure_closet/medical1, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"pKF" = ( -/obj/machinery/button/door/directional/east{ - id = "ceprivacy"; - name = "Privacy Shutters Control" +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) +"pyG" = ( +/obj/machinery/atmospherics/components/binary/tank_compressor{ + dir = 8 }, +/obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"pKH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/landmark/start/roboticist, +/area/station/science/ordnance/testlab) +"pyQ" = ( +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"pKM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"pLh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/service/hydroponics) +"pyT" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"pLk" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +/area/station/hallway/secondary/entry) +"pyW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"pLl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"pLm" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"pLp" = ( -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ +/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/port/central) +"pzc" = ( +/obj/machinery/camera{ + c_tag = "Security - Interrogation Observation"; + dir = 6; + network = list("ss13","Security") + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/security/processing) -"pLs" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/security/interrogation) +"pzd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"pzv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"pLW" = ( -/obj/effect/turf_decal/siding/wood{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"pzw" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"pMh" = ( -/obj/structure/rack, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"pAo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 }, -/obj/item/lighter, -/obj/item/reagent_containers/pill/patch/aiuri, -/obj/item/stock_parts/cell/high, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pAv" = ( +/obj/structure/curtain, +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"pAw" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 + dir = 5 }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/computer_disk/engineering, -/obj/item/computer_disk/engineering, -/obj/item/computer_disk/engineering, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"pMi" = ( +/area/station/hallway/secondary/entry) +"pAA" = ( +/obj/machinery/door/airlock/vault{ + name = "High Security Vault" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/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{ +/obj/effect/landmark/navigate_destination/vault, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"pAC" = ( +/obj/effect/turf_decal/siding/thinplating/end, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/barber) -"pMj" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pAD" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 1 }, -/obj/machinery/button/flasher{ - id = "permafrontdoor"; - pixel_x = 9; - pixel_y = 24; - req_access = list("brig") +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" }, -/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) -"pMo" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/department/eva) -"pMz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/area/station/engineering/atmos/pumproom) +"pAJ" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Lower Hall East"; - network = list("ss13","rd") +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"pMA" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" }, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"pMF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/effect/turf_decal/tile/bar{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white, +/area/station/science/research) +"pAR" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/escapepodbay) -"pMM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/large, -/area/station/service/barber) -"pMO" = ( -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"pNi" = ( +/area/station/security/prison) +"pAT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/storage) +"pBj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"pNn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/commons/fitness/recreation) +"pBp" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"pBx" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/machinery/door/poddoor/shutters{ + id = "righttunnel" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"pBD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pNw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"pBQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pNC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"pND" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/cargo/sorting) +"pBZ" = ( +/obj/structure/railing/corner{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/server) -"pNN" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/security/prison) -"pOc" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"pOg" = ( -/obj/machinery/computer/station_alert{ - dir = 8 +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"pCg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"pOi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"pCi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"pCq" = ( /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, -/area/station/security/brig) -"pOk" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/checkpoint/supply) +"pCr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/security/prison/workout) -"pOw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"pOK" = ( -/turf/closed/wall, -/area/station/commons/toilet) -"pOO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/engineering/main) +"pCL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/cargo/miningdock) +"pCM" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/obj/effect/turf_decal/stripes/white/full, -/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/hallway/secondary/entry) -"pOP" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pOS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/commons/storage/primary) +"pCU" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"pOX" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ +/area/station/security/office) +"pCV" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/station/medical/treatment_center) +"pDa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pOY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot/left, -/obj/effect/turf_decal/bot/right, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/cargo/lobby) +"pDu" = ( +/obj/machinery/duct, +/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) +"pDy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"pPn" = ( +/area/station/hallway/secondary/command) +"pDz" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/ai_all, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"pDF" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pPo" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/maint) -"pPr" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics N2O Chamber"; - dir = 9; - network = list("ss13","engineering") - }, -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"pPw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/box/red, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east{ - areastring = "/area/station/science/ordnance/burnchamber" - }, -/obj/structure/sign/warning/hot_temp/directional/south, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"pPI" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"pPP" = ( -/obj/machinery/modular_computer/preset/civilian, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/structure/disposalpipe/junction{ + dir = 2 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, /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/break_room) -"pPX" = ( -/obj/structure/railing{ - dir = 1 +/area/station/commons/fitness/recreation) +"pEa" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 8; + name = "killroom vent" }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"pEe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"pQj" = ( -/obj/structure/chair{ +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"pEx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"pEB" = ( +/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/openspace, +/area/space) +"pEC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pQq" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) -"pQB" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/cargo) -"pQD" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, -/area/station/cargo/office) -"pQG" = ( -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/door/window/elevator/right/directional/south{ - elevator_mode = 1; - name = "Dumbwaiter"; - req_access = null; - transport_linked_id = "dumbwaiter_lift" +/area/station/hallway/primary/tram/center) +"pEM" = ( +/obj/structure/railing{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"pRe" = ( -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Firing Range Gear Crate"; - req_access = list("science") +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"pFe" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access" }, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/alien, -/obj/item/target/alien, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 8 }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"pRg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/iron/dark, -/area/station/science/explab) -"pRs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"pRE" = ( -/obj/structure/railing{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white/side, +/area/station/science/research) +"pFm" = ( +/obj/machinery/porta_turret/ai{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) +"pFw" = ( +/obj/machinery/vending/modularpc, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"pFE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"pFH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"pFJ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/transit_tube/station/reverse/flipped{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"pRK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +/obj/structure/transit_tube_pod, /turf/open/floor/plating, -/area/station/maintenance/tram/right) -"pRP" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/ladder, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"pRS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 +/area/station/science/lower) +"pFU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"pFX" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -5; + pixel_y = 3 }, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"pRY" = ( -/obj/machinery/requests_console/directional/south{ - department = "Law Office"; - name = "Law Office Requests Console" +/obj/item/reagent_containers/cup/bottle/fluorine{ + pixel_x = 7; + pixel_y = 3 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/item/reagent_containers/cup/bottle/iodine{ + pixel_x = -5; + pixel_y = -2 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"pRZ" = ( -/obj/structure/railing{ - dir = 8 +/obj/item/reagent_containers/cup/bottle/nitrogen{ + pixel_x = 7; + pixel_y = -2 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_edge{ dir = 8 }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"pSl" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 +/area/station/medical/medbay/central) +"pGg" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower"; + name = "cargoscilower" }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 9 +/turf/open/misc/asteroid, +/area/station/asteroid) +"pGj" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/plating/elevatorshaft, +/turf/open/floor/carpet, /area/station/cargo/miningdock) -"pSs" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/left) -"pSv" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 +"pGy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/modular_computer/preset/cargochat/medical{ - dir = 1 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"pSK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/escapepodbay) -"pSS" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/entertainment/cigarette_pack, -/obj/effect/spawner/random/entertainment/lighter{ - pixel_x = 9 +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"pTs" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/item/soap/nanotrasen, -/obj/machinery/shower/directional/east, /obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"pTt" = ( -/obj/machinery/door/airlock{ - id_tag = "private_p"; - name = "Private Quarters P" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"pTG" = ( /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"pTI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 +/area/station/hallway/secondary/service) +"pGS" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"pHb" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/turf/open/openspace, -/area/station/asteroid) -"pTN" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"pTT" = ( -/obj/structure/tank_holder/anesthetic, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"pUn" = ( -/obj/structure/sign/poster/official/do_not_question/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"pUs" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 1 +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 }, -/obj/machinery/door/window/elevator/right/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_perma_lift" +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/security/brig) -"pUB" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/engineering/main) +"pHl" = ( +/obj/machinery/light/floor, +/turf/open/floor/grass, +/area/station/science/lower) +"pHM" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"pHX" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ dir = 1 }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/science/server) +"pIb" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"pVu" = ( -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"pVB" = ( -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"pVU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/cargo/miningdock) +"pIk" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"pIl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"pIp" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"pIt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pWa" = ( -/obj/machinery/firealarm/directional/north, +/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/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"pWe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"pIx" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/wrench, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Server Room"; + network = list("ss13","rd") }, -/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/science/server) +"pIA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/light/small/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"pWG" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/maintenance/disposal/incinerator) +"pIQ" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai) +"pIS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology{ - name = "Break Room" +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/disposalpipe/segment{ +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port) +"pIT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"pJb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"pJc" = ( +/obj/effect/landmark/blobstart, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"pWN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Prison Showers" +/turf/open/floor/wood, +/area/station/commons/dorms) +"pJE" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"pJG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/security/prison) +"pJJ" = ( +/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/freezer, -/area/station/security/prison/shower) -"pWP" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control" +/turf/open/floor/iron, +/area/station/security/brig) +"pJP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/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/showroomfloor, -/area/station/security/warden) -"pWZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"pKk" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"pKo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"pXb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"pXw" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"pXz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/cargo/office) -"pXB" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/hop, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/engineering/atmos) +"pKr" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console" }, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"pKC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"pXF" = ( -/obj/structure/sign/calendar/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/dark, +/area/station/science/lower) +"pKI" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"pXL" = ( -/obj/machinery/computer/crew{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"pKW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/here_for_your_safety/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"pKX" = ( +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"pKZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"pLf" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"pLg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"pXT" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/trimline/dark_blue/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigright"; + name = "Brig" }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"pXX" = ( -/obj/structure/hoop, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"pYf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination/sec, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron, -/area/station/commons/dorms) -"pYp" = ( -/obj/structure/fluff/tram_rail, +/area/station/security/brig) +"pLs" = ( /obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, +/obj/structure/tram/split, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"pYu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing/corner, -/turf/open/space/basic, -/area/space/nearstation) -"pYM" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/engineering) -"pYX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +"pLH" = ( +/turf/closed/wall, +/area/station/engineering/engine_smes) +"pLJ" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"pLO" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 }, -/obj/structure/chair{ +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"pLR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"pZc" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"pZj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"pMd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 5 + }, /turf/open/floor/iron, -/area/station/security/prison) -"pZl" = ( -/turf/open/misc/asteroid, -/area/station/hallway/primary/tram/center) -"pZp" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/secondary/exit) +"pMi" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"pMk" = ( +/turf/closed/wall/r_wall, +/area/station/science/research) +"pMw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"pMz" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"pMA" = ( +/obj/structure/bed{ + dir = 8 + }, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/clock/directional/east, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"pMG" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/ladder, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"pZS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/disposal/incinerator) -"pZU" = ( -/turf/closed/wall, -/area/station/medical/coldroom) -"pZZ" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/door/firedoor/border_only, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"qat" = ( -/obj/structure/transport/linear/public, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_dorm_lift" +/area/station/ai_monitored/turret_protected/aisat_interior) +"pMS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_dorm_lift" +/obj/item/radio/intercom/directional/west, +/obj/machinery/airalarm/directional/north, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"qaQ" = ( -/obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qbg" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 +/area/station/security/checkpoint/arrivals) +"pMW" = ( +/turf/open/space/openspace, +/area/space) +"pNa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" }, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"qbj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/floor/plating, +/area/station/science/xenobiology) +"pNc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/landmark/start/hangover, +/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, -/area/station/security/checkpoint/escape) -"qbr" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/hallway/secondary/entry) +"pNj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"pNk" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"pNv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = 3 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"qbz" = ( +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"pNz" = ( +/obj/effect/landmark/navigate_destination/chapel, +/turf/open/floor/carpet, +/area/station/service/chapel) +"pNB" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"pNI" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/storage/box/hug{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/razor{ + pixel_x = -8; + pixel_y = 3 + }, /obj/machinery/camera{ - c_tag = "Security - Interrogation Observation"; + c_tag = "Security - Gulag Prep"; dir = 6; network = list("ss13","Security") }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron, +/area/station/security/brig) +"pOg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Science - Lower Hall North"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"pOh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"qbG" = ( -/obj/structure/chair/pew, -/turf/open/floor/iron/chapel{ - dir = 9 +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"pOi" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/area/station/service/chapel) -"qbH" = ( -/obj/machinery/door/morgue{ - name = "Adult Section" +/obj/structure/transport/linear/public, +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"pOy" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"qbS" = ( -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/utility/welding{ - pixel_x = -3; - pixel_y = 5 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/rack, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"qcb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"pOE" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qch" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers, -/obj/item/storage/box/bodybags{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qcn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"pOI" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/port) -"qco" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/turf/open/indestructible/tram, -/area/station/hallway/primary/tram/right) -"qcA" = ( -/obj/machinery/grill, -/turf/open/floor/iron/white/side{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"pOQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/area/station/service/kitchen) -"qcM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/closet/wardrobe/mixed, -/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness) -"qcU" = ( -/obj/machinery/door/airlock{ - id_tag = "private_e"; - name = "Private Quarters E" +/area/station/commons/storage/primary) +"pPe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/chapel{ + dir = 10 + }, +/area/station/service/chapel) +"pPn" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"qdd" = ( -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_cargo_lift" +/turf/open/floor/iron, +/area/station/science/lower) +"pPA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/transport/linear/public, -/obj/machinery/elevator_control_panel/directional/west{ - linked_elevator_id = "tram_cargo_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck"); - req_access = list("mining") +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"pPC" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_cargo_lift" +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"pPN" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, /obj/structure/railing{ dir = 8 }, +/obj/structure/transport/linear/public, /turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"qdu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"qec" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/station/cargo/sorting) -"qeg" = ( +/area/station/maintenance/tram/mid) +"pPP" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, +/obj/structure/cable, +/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/engineering/atmos) -"qeq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 +/area/station/security/brig) +"pQx" = ( +/turf/open/misc/asteroid/dug, +/area/station/science/explab) +"pQF" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"pQO" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" }, -/obj/item/multitool, -/obj/machinery/camera/emp_proof{ - c_tag = "Secure - Telecomms Control Room"; - dir = 9 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"qeA" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pQY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"qeB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/plating/airless, +/area/station/ai_monitored/turret_protected/aisat_interior) +"pRm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/lower) +"pRB" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"pRM" = ( +/turf/closed/wall, +/area/station/cargo/sorting) +"pSb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"pSr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"pSG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ 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, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qeF" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/ai_all, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"qeG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/security/brig) +"pSJ" = ( +/obj/structure/sign/clock/directional/north, +/turf/open/floor/glass, +/area/station/service/kitchen) +"pSV" = ( +/turf/closed/wall, +/area/station/security/checkpoint/escape) +"pTj" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/iron/white, -/area/station/science/research) -"qeV" = ( -/obj/structure/chair{ +/area/station/science/explab) +"pTl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"qeX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"pTr" = ( /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"qfD" = ( -/obj/structure/chair/office/light{ - dir = 8 +/area/station/security/interrogation) +"pTt" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ +/turf/open/floor/tram, +/area/station/hallway/primary/tram/right) +"pTx" = ( +/obj/structure/bed{ dir = 8 }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"qgc" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"qgg" = ( -/obj/structure/table/wood, -/obj/item/toy/talking/ai{ - name = "\improper Nanotrasen-brand toy AI"; - pixel_y = 6 - }, +/obj/item/bedsheet/dorms, +/obj/structure/sign/clock/directional/east, +/obj/item/pillow/random, /turf/open/floor/carpet, -/area/station/command/meeting_room) -"qgi" = ( -/obj/machinery/elevator_control_panel{ - layer = 3.1; - linked_elevator_id = "tram_xeno_lift"; - pixel_y = 2; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") +/area/station/commons/dorms) +"pTP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/closed/wall, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/computer/security/telescreen/test_chamber/directional/north, +/turf/open/floor/iron/dark, /area/station/science/xenobiology) -"qgD" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +"pUi" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"qgQ" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/grassy, -/turf/open/floor/grass, -/area/station/asteroid) -"qgT" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"qhf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qhn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"pUj" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, +/obj/structure/rack, /turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"qhp" = ( -/turf/open/floor/carpet, -/area/station/service/library) -"qhr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, +/area/station/cargo/miningdock/oresilo) +"pUq" = ( +/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/maintenance/tram/left) -"qhs" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"qhw" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qhx" = ( +/area/station/medical/storage) +"pUw" = ( /turf/closed/wall, -/area/station/science/xenobiology) -"qhL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/service/chapel) +"pUz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"pUC" = ( +/obj/machinery/portable_atmospherics/pump{ + name = "Lil Pump" }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"qhV" = ( -/obj/machinery/computer/bank_machine{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"pUG" = ( +/obj/machinery/computer/security/mining{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Terminal Access"; - req_access = list("qm") +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"qhW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/dark/side{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"qhY" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/stripes{ +/area/station/command/bridge) +"pUJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/table, -/obj/item/folder/yellow, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"qih" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"pUK" = ( +/obj/item/target/alien/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"qiv" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"qiB" = ( -/obj/item/book/bible, -/obj/structure/altar_of_gods, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"qiC" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/machinery/camera/preset/ordnance{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"pUS" = ( /obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"pUV" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/computer_disk/quartermaster, +/obj/item/computer_disk/quartermaster, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"pUZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/button/door/directional/south{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list("engineering") + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pVk" = ( +/obj/machinery/duct, +/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/white, -/area/station/medical/virology) -"qiH" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/effect/spawner/random/entertainment/lighter, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"qiX" = ( +/area/station/medical/surgery/fore) +"pVD" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_upper_eva_external"; - idInterior = "middleright_lower_upper_eva_internal"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, +/obj/effect/turf_decal/trimline/yellow/warning, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"qjc" = ( -/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"pVI" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/warm/directional/north, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"qjz" = ( -/obj/structure/table/wood, -/obj/item/storage/dice, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"qjB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/landmark/navigate_destination/research, -/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{ +/area/station/service/bar) +"pWt" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"qjF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"pWu" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"qjG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_eva_internal"; - name = "External Access" +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/bot, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"pWw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_eva_internal"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/machinery/vending/cytopro, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"pWC" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/iron/stairs/medium, +/area/station/commons/dorms) +"pWN" = ( +/obj/structure/plaque/static_plaque/golden/commission/tram, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"qjR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pWO" = ( +/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, +/area/station/security/brig) +"pWP" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"pWW" = ( +/obj/structure/table/wood, +/obj/structure/showcase/machinery/tv{ + desc = "A slightly battered looking TV. Several slideshows play on the screen, showcasing Nanotrasen's various technological marvels. They even got the Nanoplay on this thing!"; + dir = 1; + pixel_x = 2; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"qjT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"qkb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/wood, +/area/station/command/meeting_room) +"pXh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/computer/records/security{ + dir = 4 }, /turf/open/floor/iron, -/area/station/commons/fitness) -"qkE" = ( -/obj/effect/turf_decal/trimline/white/corner{ - dir = 4 +/area/station/security/checkpoint/supply) +"pXk" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, +/obj/item/kirbyplants/photosynthetic, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"qkM" = ( -/obj/effect/turf_decal/sand, +"pXC" = ( /obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_lower_eva_external"; name = "External Access" }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_lower_eva_external"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"qkP" = ( -/obj/machinery/door/airlock{ - name = "Barber Maintenance" +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/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, -/area/station/service/barber) -"qkR" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"pXG" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"qkS" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ +/turf/open/floor/iron/stairs/left, +/area/station/hallway/secondary/construction/engineering) +"pXL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"qkT" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Chemistry East"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/firealarm/directional/north, /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) -"qkZ" = ( -/turf/open/floor/iron/stairs/medium{ - dir = 4 - }, -/area/station/maintenance/central/greater) -"qlh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"qlJ" = ( -/obj/machinery/status_display/shuttle, -/turf/closed/wall, -/area/station/hallway/secondary/exit/departure_lounge) -"qlK" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 9 - }, -/obj/structure/disposalpipe/trunk, /turf/open/floor/iron/white, -/area/station/science/genetics) -"qmy" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"qmC" = ( +/area/station/medical/chemistry) +"pXZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 + dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qmR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/engineering/glass{ - name = "Material Storage" - }, -/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{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, +/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"qmW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"pYh" = ( +/obj/structure/table/glass, +/obj/item/crowbar, +/obj/item/hatchet, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"qnY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{ - dir = 8 +/area/station/service/hydroponics/garden) +"pYt" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"qnZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ +/turf/open/floor/wood, +/area/station/service/lawoffice) +"pYH" = ( +/obj/structure/bed{ dir = 4 }, -/obj/structure/rack, -/obj/item/stack/sheet/rglass{ - amount = 15 +/obj/item/bedsheet/brown{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"pYM" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/stack/rods/twentyfive, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"qou" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" +/area/station/hallway/primary/tram/right) +"pYU" = ( +/obj/machinery/computer/apc_control{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "holodeck" +/obj/machinery/requests_console/directional/south{ + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Request Console" }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/computer/security/telescreen/engine/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"pYZ" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qow" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 +/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/science/xenobiology) +"pZd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance Hatch" }, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /obj/structure/cable, +/obj/effect/decal/cleanable/dirt, /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/janitor) -"qoB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"pZr" = ( +/mob/living/basic/mouse/brown/tom, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"pZA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/dorms) -"qoF" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/office) -"qoJ" = ( -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"qoL" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"qoR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/cargo/storage) +"pZE" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/left) +"pZF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Skill Games" }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"pZG" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qoS" = ( -/obj/docking_port/stationary/mining_home{ - dir = 4 +/obj/structure/railing, +/turf/open/openspace, +/area/station/solars/port) +"pZH" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"pZM" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Cytology West"; + network = list("ss13","rd","xeno") }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"qpe" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"pZO" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ dir = 4 }, -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/wall/virusfood/directional/east, -/obj/machinery/reagentgrinder{ - pixel_y = 8 +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 3 +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 }, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"pZW" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"qab" = ( +/obj/machinery/dna_scannernew, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/tile/dark_green/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/virology) -"qpl" = ( -/obj/effect/turf_decal/sand, +/area/station/science/genetics) +"qah" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"qpv" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"qal" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 }, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"qpx" = ( -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"qpy" = ( -/obj/structure/cable, -/obj/item/radio/intercom/directional/west, +/area/station/cargo/miningdock/cafeteria) +"qar" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"qas" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/tram/center) +"qaM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/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/grimy, +/area/station/ai_monitored/command/nuke_storage) +"qaN" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/chapel) +"qaO" = ( +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"qaX" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/obj/machinery/incident_display/tram/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qbp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"qpN" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 +/area/station/hallway/secondary/exit) +"qbu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/item/stock_parts/cell/high, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"qpX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"qqf" = ( -/obj/machinery/air_sensor/oxygen_tank, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"qqi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/smooth_large, -/area/station/cargo/bitrunning/den) -"qqs" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1"; - space_dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"qbT" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/filingcabinet, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"qch" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/plating, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, /area/station/hallway/secondary/entry) -"qqw" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"qcj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/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/medical/coldroom) +"qcu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/computer/cargo, -/obj/machinery/airalarm/directional/north, +/obj/structure/sign/clock/directional/west, /turf/open/floor/iron, -/area/station/cargo/office) -"qqz" = ( -/obj/structure/bed/medical/emergency{ - dir = 4 +/area/station/security/courtroom) +"qcw" = ( +/obj/machinery/computer/station_alert{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/security/medical) -"qqG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/item/radio/intercom/directional/south, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"qcE" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Restroom North" + }, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"qcG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/iron/smooth, +/area/station/service/hydroponics) +"qcU" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Breakroom"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"qda" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/brig) -"qqK" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, +/area/station/tcommsat/computer) +"qdd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/port) +"qde" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"qdj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"qdn" = ( /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, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qdy" = ( +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/courtroom) -"qqM" = ( -/obj/structure/table/glass, -/obj/item/folder/white{ - pixel_x = 3 - }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"qqO" = ( -/obj/structure/fluff/tram_rail/electric, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"qqX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit) +"qdF" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qrg" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ +/area/station/commons/storage/tools) +"qdG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, /turf/open/floor/iron, -/area/station/service/theater) -"qrD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/fitness/recreation) +"qdK" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/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/central) +"qdY" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"qeb" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + 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/commons/dorms) -"qrK" = ( -/obj/effect/spawner/structure/window/reinforced, +/area/station/service/janitor) +"qec" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"qeg" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"qel" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"qeo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/landmark/event_spawn, /turf/open/floor/plating, -/area/station/tcommsat/computer) -"qrW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood/large, -/area/station/service/barber) -"qsl" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/maintenance/tram/right) +"qeq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/airalarm/directional/east, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"qes" = ( +/obj/machinery/door/airlock/grunge{ + name = "Entertainment Center" + }, /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/science/lower) -"qsp" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/commons/fitness/recreation/entertainment) +"qez" = ( +/obj/machinery/computer/slot_machine{ + pixel_y = 2 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qsS" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"qsV" = ( -/turf/open/openspace/airless/planetary, -/area/station/asteroid) -"qsZ" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 4 +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"qeD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"qtc" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, -/area/station/security/prison) -"qtv" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/commons/storage/primary) +"qeS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -8; + pixel_y = 6 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Block North"; - dir = 6; - network = list("ss13","Security","prison") +/obj/effect/spawner/random/food_or_drink/donkpockets{ + pixel_x = 4; + pixel_y = 6 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"qfc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"qfg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, +/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/medbay/central) +"qfs" = ( +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/glass, +/area/station/service/kitchen) +"qfv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/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/security/prison/safe) -"qtJ" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/commons/dorms) +"qfD" = ( /obj/machinery/door/airlock/external{ autoclose = 0; frequency = 1449; - id_tag = "middleright_lower_eva_internal"; + id_tag = "mostleft_upper_lower_eva_external"; name = "External Access" }, /obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_eva_internal"; - idSelf = "middleright_lower_eva_airlock_control"; + idDoor = "mostleft_upper_lower_eva_external"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; name = "External Access Button"; pixel_y = -24 }, /obj/effect/mapping_helpers/airlock/locked, +/obj/effect/turf_decal/sand, /turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"quk" = ( -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "SapMaster XP" +/area/station/maintenance/tram/left) +"qfF" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ + dir = 1 }, -/obj/machinery/requests_console/directional/north{ - department = "Hydroponics"; - name = "Hydroponics Requests Console" +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"qfO" = ( +/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/security/lockers) +"qfS" = ( +/obj/machinery/smartfridge/organ, +/obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"quY" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/medical/morgue) +"qga" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 }, /obj/structure/cable, -/obj/machinery/computer/records/security{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"qva" = ( -/obj/structure/chair/pew/right, -/turf/open/floor/iron/chapel{ - dir = 4 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"qgd" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 }, -/area/station/service/chapel) -"qvd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "ordnancestorage"; - name = "Ordnance Storage Shutters" +/obj/item/radio/intercom/directional/east, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"qgj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/turf/open/floor/plating, -/area/station/science/ordnance/office) -"qvf" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qgs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/commons/dorms) -"qvq" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ +/area/station/cargo/warehouse) +"qgt" = ( +/turf/closed/wall/rock/porous, +/area/station/medical/chemistry) +"qgB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qgK" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"qvF" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"qvO" = ( -/obj/structure/rack, -/obj/structure/table, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("test"); - pixel_y = 28 +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/item/storage/box/bandages{ + pixel_x = -6; + pixel_y = 6 }, -/obj/item/storage/box/beakers{ - pixel_x = 5; - pixel_y = 3 +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 2 }, -/obj/item/grenade/chem_grenade{ - pixel_x = -7; - pixel_y = 7 +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"qgP" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/item/grenade/chem_grenade{ - pixel_x = -7; - pixel_y = 1 +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qgR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/science/explab) -"qwd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/security/office) -"qwQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/hallway/secondary/entry) +"qgS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"qha" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"qhC" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qwV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"qwW" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"qxc" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"qxh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"qhI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/processing) +"qhM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/sign/warning/vacuum/external/directional/west, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"qxj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qxo" = ( -/obj/docking_port/stationary/random{ - dir = 8; - name = "lavaland"; - shuttle_id = "pod_4_lavaland" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"qxp" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"qib" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/mail_sorting/service/hop_office, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Head of Personnel's Office)" - }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"qxG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) -"qxH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/area/station/cargo/miningdock) +"qid" = ( +/obj/structure/ladder, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"qif" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"qik" = ( +/obj/structure/sign/warning/radiation, +/obj/effect/baseturf_helper/space, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"qiq" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 }, -/obj/structure/railing{ +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qxT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/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/iron/dark, +/area/station/command/bridge) +"qit" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"qyI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qyK" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/effect/decal/cleanable/cobweb, /turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"qyT" = ( -/obj/structure/table/wood, -/obj/item/instrument/violin, -/turf/open/floor/wood, -/area/station/service/theater) -"qyX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/command/heads_quarters/hop) +"qiI" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/newscaster/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qiN" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"qiO" = ( +/obj/machinery/bluespace_beacon, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"qze" = ( -/turf/closed/wall, -/area/station/hallway/secondary/exit) -"qzr" = ( +/obj/effect/landmark/navigate_destination/teleporter, +/turf/open/floor/circuit, +/area/station/command/teleporter) +"qiV" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, @@ -48160,864 +48244,766 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"qzt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"qiW" = ( +/obj/machinery/digital_clock, +/turf/closed/wall/r_wall, +/area/station/command/bridge) +"qjp" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/status_display/ai/directional/north, +/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{ + pixel_x = 1 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/security/brig) -"qzA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/science/ordnance/testlab) +"qjA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"qzH" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/sign/warning/directional/north{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"qzQ" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"qzU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/west{ - name = "Chapel Delivery Chute" +/area/station/tcommsat/computer) +"qjF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/loading_area{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Chapel"; - name = "navigation beacon (Chapel Delivery)" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/crew_quarters/dorms) -"qAh" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ +/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/virology) +"qjG" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ +/obj/item/plant_analyzer, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"qjI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/railing, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"qAk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/tank/air{ +/obj/structure/table, +/obj/machinery/recharger, +/obj/structure/cable, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"qjT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"qjU" = ( +/turf/closed/wall, +/area/station/maintenance/tram/mid) +"qjW" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"qAp" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"qjZ" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ 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, /area/station/command/bridge) -"qAr" = ( -/obj/structure/table/wood, -/obj/item/folder{ - pixel_y = 2 +"qkr" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security - Main West"; + network = list("ss13","Security") + }, +/turf/open/openspace, +/area/station/security/brig) +"qkE" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"qAv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"qkM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"qkN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/structure/cable, +/obj/machinery/light/small/directional/south, /turf/open/floor/iron, /area/station/engineering/atmos) -"qAy" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"qkP" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"qkS" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 8 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/lobby) -"qAC" = ( -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"qAE" = ( -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"qBk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ - dir = 1 - }, -/turf/open/floor/engine/air, /area/station/engineering/atmos) -"qBo" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"qBr" = ( -/obj/structure/ladder, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"qBv" = ( -/obj/effect/turf_decal/trimline/white/corner{ +"qkV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"qBx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Left Stairway" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qBG" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/loading_area/white{ dir = 4 }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/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, -/area/station/commons/vacant_room/office) -"qBR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueuestart"; + name = "HoP Queue Shutters" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"qlf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/machinery/newscaster/directional/east, /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/commons/dorms) -"qCg" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/clothing/glasses/sunglasses/big{ - pixel_x = 3; - pixel_y = 3 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"qCl" = ( -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/glass, -/area/station/cargo/storage) -"qCq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"qmc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/item/radio/intercom/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"qCL" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/sign/poster/official/cleanliness/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"qCP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/vending/wardrobe/chem_wardrobe, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"qmr" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/disposal/bin, +/obj/machinery/camera/directional/south{ + c_tag = "Departures - South Main" }, -/obj/machinery/firealarm/directional/west, -/obj/structure/table/glass, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/item/storage/box/donkpockets/donkpocketberry{ - pixel_x = -6; - pixel_y = 10 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"qmC" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/structure/secure_safe/directional/east, +/obj/effect/spawner/random/contraband/cannabis, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"qmH" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, +/obj/machinery/airalarm/directional/west, /turf/open/floor/iron, -/area/station/engineering/break_room) -"qCU" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/command/heads_quarters/qm) +"qmN" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/corner, +/area/station/ai_monitored/command/storage/eva) +"qnd" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/iron{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/lithium{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/storage/box/beakers{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/iron/dark/textured_edge{ dir = 8 }, +/area/station/medical/medbay/central) +"qnm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, +/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/brig) +"qnr" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"qnv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"qCV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/entry) +"qnA" = ( +/obj/machinery/atmospherics/components/binary/pump{ dir = 4 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"qCX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"qDh" = ( -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"qDl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"qDr" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/science/explab) +"qnL" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/right) +"qnU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/button/flasher{ + id = "permafrontdoor"; + pixel_x = 9; + pixel_y = 24; + req_access = list("brig") }, +/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/cargo/storage) -"qDw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) -"qDx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/security/execution/transfer) +"qnW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"qEi" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light/floor, -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"qEt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"qEz" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"qoo" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"qEJ" = ( -/obj/vehicle/ridden/secway, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"qEM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/area/station/science/robotics/mechbay) +"qos" = ( +/obj/machinery/exodrone_launcher, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"qoD" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"qoX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/safe) -"qEY" = ( -/obj/machinery/air_sensor/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/station/engineering/atmos) -"qFa" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/command/heads_quarters/ce) +"qoZ" = ( +/obj/item/paper/fluff/ids_for_dummies, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"qpb" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/bot, +/obj/machinery/vending/wallmed/directional/east, +/turf/open/floor/iron, +/area/station/command/gateway) +"qpj" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron, +/area/station/security/prison) +"qpu" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"qFm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/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/iron, -/area/station/security/prison) -"qFq" = ( -/obj/structure/closet, -/obj/item/clothing/head/soft/red, -/obj/item/clothing/head/soft/green{ - pixel_x = 4; - pixel_y = -1 - }, -/obj/item/clothing/suit/apron/overalls, -/obj/item/clothing/suit/apron/overalls, -/turf/open/floor/plating, -/area/station/service/barber) -"qFD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) -"qGd" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/painting/large/library_private{ +/area/station/engineering/atmos) +"qpD" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/eva) +"qpV" = ( +/obj/structure/fluff/tram_rail/electric{ dir = 1 }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine/cult, -/area/station/service/library) -"qGm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 4 }, -/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, -/area/station/engineering/atmos) -"qGo" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 10 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"qpY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - Nuclear Storage"; - network = list("ss13","secure") +/obj/structure/filingcabinet, +/obj/machinery/camera{ + c_tag = "Civilian - Vacant Office"; + dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"qGp" = ( /turf/open/floor/wood, -/area/station/service/bar/backroom) -"qGq" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube/station/reverse{ +/area/station/commons/vacant_room/office) +"qpZ" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"qGs" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"qqc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qqe" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"qGx" = ( -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"qGI" = ( -/turf/open/floor/iron, -/area/station/command/teleporter) -"qGM" = ( -/obj/structure/railing{ - dir = 9 - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"qGP" = ( -/obj/structure/toilet{ - pixel_y = 18 - }, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"qGT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"qqi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"qqv" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/obj/machinery/light/directional/north, +/turf/open/floor/engine, +/area/station/science/explab) +"qqw" = ( +/obj/machinery/pdapainter/supply, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"qqE" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 }, -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"qHf" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"qrg" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/theater) -"qHh" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/status_display/evac/directional/east{ + pixel_y = 32 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qrl" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/center) +"qrW" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, -/area/station/science/research) -"qHj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/medical/medbay/central) +"qsa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/reagent_dispensers/fueltank/large, -/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/white/full, +/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/hallway/secondary/entry) +"qsg" = ( +/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/white, +/area/station/science/research) +"qsh" = ( +/obj/machinery/air_sensor/mix_tank, +/turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"qHm" = ( -/obj/structure/closet/secure_closet/psychology, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"qHo" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"qsm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/safety_report/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"qsI" = ( +/obj/structure/table/wood, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/crap, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"qsJ" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"qsP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"qHq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"qsU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/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/commons/fitness/recreation) -"qHt" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"qtb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ dir = 8 }, -/obj/machinery/light/small/directional/north, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"qHS" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, -/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/chapel/office) -"qHU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/area/station/engineering/atmos) +"qtc" = ( /obj/structure/table, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"qIq" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/mesh, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/cold/directional/north, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qIw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/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/tram/right) -"qIx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/area/station/medical/medbay/lobby) +"qti" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Xenobiology North"; - network = list("ss13","rd") +/turf/open/floor/wood, +/area/station/command/meeting_room) +"qtB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cytologysecure1"; + name = "Secure Pen Lockdown" }, -/turf/open/floor/iron/white, +/turf/open/floor/plating, /area/station/science/xenobiology) -"qIH" = ( -/obj/machinery/announcement_system, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"qtF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"qIJ" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/dim/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"qIX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +/obj/structure/sign/departments/cargo{ + pixel_x = -32; + pixel_y = 32 }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"qJi" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"qtM" = ( +/obj/machinery/shower/directional/north, +/obj/structure/curtain, +/obj/item/soap/syndie, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) +"qtS" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"qtV" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 }, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_upper_center_lift" }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"qJF" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/maintenance/tram/mid) +"qtZ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance" }, +/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/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"qug" = ( +/obj/machinery/duct, +/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/commons/toilet) +"qup" = ( /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) -"qKu" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/landmark/transport/transport_id/tramstation/line_1, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/center) -"qKD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"qKG" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/commons/fitness/recreation) +"quB" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"quF" = ( +/obj/effect/decal/cleanable/dirt, +/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/starboard/greater) +"quL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/cable, +/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, +/area/station/hallway/secondary/entry) +"qvc" = ( +/obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) -"qKS" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/machinery/fax{ - fax_name = "Research Division"; - name = "Research Division Fax Machine"; - pixel_x = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qKZ" = ( -/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/toy/balloon, +/obj/structure/cable, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"qLi" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/head/utility/welding, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"qLr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/incident_display/delam/directional/north, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"qLv" = ( -/obj/structure/chair/office{ +"qvf" = ( +/obj/structure/transport/linear/tram/corner/southwest, +/obj/structure/tram/spoiler, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"qvl" = ( +/obj/structure/bed{ dir = 4 }, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 8 }, +/obj/effect/landmark/start/prisoner, +/obj/machinery/light/small/directional/west, /turf/open/floor/iron, -/area/station/security/brig) -"qLx" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/defibrillator/loaded{ - pixel_y = 6 - }, -/obj/effect/turf_decal/siding/white, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") +/area/station/security/prison/safe) +"qvy" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/turf_decal/siding/white{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"qLB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"qvF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) -"qLD" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"qvK" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qLJ" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram/split, -/obj/machinery/transport/destination_sign/split/north, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"qMk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qMv" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 2"; - dir = 6; - network = list("ss13","Security","prison","pcell") +/turf/open/floor/iron, +/area/station/command/bridge) +"qvV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"qMN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/security/prison/work) +"qwq" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"qNa" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/courtroom) +"qwr" = ( +/obj/machinery/door/airlock/external, +/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, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qNf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, -/area/station/security/courtroom/holding) -"qNu" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 +/area/station/engineering/supermatter/room) +"qwH" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"qwU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/obj/item/t_scanner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/rack, +/obj/item/storage/bag/money, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"qwX" = ( +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/science/lower) +"qxm" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"qxC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"qNv" = ( -/turf/open/floor/iron/stairs/left{ - dir = 1 - }, -/area/station/escapepodbay) -"qNG" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Hall Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"qxT" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qNK" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/iron/white/smooth_corner{ - dir = 4 - }, -/area/station/security/execution/education) -"qNL" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"qOb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/security/office) +"qxU" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"qOl" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/obj/item/wirecutters, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/machinery/space_heater, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qOp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qOq" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, +/area/station/commons/storage/primary) +"qxZ" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, -/area/station/security/prison) -"qOM" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"qOP" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"qPG" = ( -/obj/effect/turf_decal/siding/wood, +/area/station/tcommsat/computer) +"qya" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"qPL" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/ecto_sniffer{ - pixel_x = -4 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 +/turf/open/floor/iron/white, +/area/station/science/lower) +"qyg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"qPM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"qyr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"qyt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/security/courtroom) +"qyK" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/corner, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -49025,6386 +49011,5853 @@ /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/brig) -"qQh" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"qQn" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ +/area/station/cargo/storage) +"qyM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"qQI" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qyP" = ( +/obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 + dir = 4 }, -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/box, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/iron, +/area/station/engineering/main) +"qyQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"qRb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/science/xenobiology) +"qyZ" = ( +/turf/closed/wall/r_wall, +/area/station/command/meeting_room) +"qza" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/qm) +"qzf" = ( +/obj/machinery/button/door/directional/east{ + id = "ceprivacy"; + name = "Privacy Shutters Control" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qRe" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 9; - network = list("ss13","engineering") +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"qzn" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/station/service/library) +"qzs" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"qRf" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/courtroom) -"qRi" = ( -/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qRj" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/dorms{ +/turf/open/floor/wood/large, +/area/station/service/theater) +"qzI" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/structure/sign/clock/directional/west, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"qRn" = ( /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/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/disposal) -"qRp" = ( -/obj/structure/bed{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"qzO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/item/bedsheet/dorms, -/obj/structure/sign/clock/directional/east, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"qRx" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/firedoor, -/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_buttons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = 24; - req_access = list("virology") - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /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, -/area/station/medical/virology) -"qRI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/openspace/airless, -/area/station/asteroid) -"qRN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"qSh" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"qSw" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage" +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"qAb" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/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/white, -/area/station/medical/storage) -"qSO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"qSR" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/firealarm/directional/south, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"qTc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"qAl" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"qAy" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"qAB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Security Front Desk"; + req_access = list("security") }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/window/right/directional/east, /turf/open/floor/iron, -/area/station/security/prison/safe) -"qTm" = ( -/obj/structure/fluff/tram_rail/electric/anchor, +/area/station/security/brig) +"qBg" = ( +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"qBp" = ( +/obj/structure/fluff/tram_rail/electric, /obj/structure/transport/linear/tram, /obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram, +/obj/structure/chair/sofa/bench/tram/right, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"qTr" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"qTZ" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - Upper East Power Hatch" - }, +"qBq" = ( /turf/open/openspace, -/area/station/hallway/primary/tram/right) -"qUd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/vacant_room) +"qBt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qUh" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"qBw" = ( +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination/bridge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"qBA" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/structure/plaque/static_plaque/golden/captain{ + pixel_y = 32 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/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) -"qUu" = ( -/obj/structure/chair{ - dir = 1 +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"qUB" = ( -/obj/machinery/mass_driver/chapelgun, -/obj/machinery/door/window{ - dir = 1; - name = "Mass Driver"; - req_access = list("chapel_office") +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"qBL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"qUE" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"qBQ" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"qBT" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"qUO" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Secure External Operations" +/area/station/cargo/miningdock/cafeteria) +"qBX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_lower_eva_internal"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"qCf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/eva, -/obj/effect/mapping_helpers/airlock/access/any/command/gateway, -/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, -/turf/open/floor/iron, -/area/station/command/teleporter) -"qUZ" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"qVc" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"qVl" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"qVO" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix Outlet Pump" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"qVU" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"qVW" = ( -/obj/structure/stairs/west, -/turf/open/floor/iron/stairs/medium{ - dir = 4 - }, -/area/station/maintenance/central/greater) -"qVZ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/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, +/area/station/maintenance/port/central) +"qCh" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/warm/directional/north, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"qWh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"qCz" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"qCG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/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/security/office) -"qWt" = ( -/obj/machinery/power/shieldwallgen/xenobiologyaccess, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"qWv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"qWw" = ( -/obj/machinery/computer/shuttle/labor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/security/processing) -"qWC" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 +/obj/structure/cable/layer1, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/engine_access, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "engine" }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/turf/open/floor/iron/white, -/area/station/science/lab) -"qWF" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"qWH" = ( -/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, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"qWO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qCJ" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/office) -"qWW" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 34 }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Mail Office" +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 40 }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"qXb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"qXf" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"qXg" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ - name = "Burn Chamber Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"qXp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/structure/filingcabinet, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"qXt" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"qCL" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/effect/turf_decal/siding/wideplating/corner, /obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"qXw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"qCP" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qXy" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"qCR" = ( +/obj/structure/disposalpipe/segment, /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/trimline/purple/filled/corner{ - dir = 4 +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"qCU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"qCW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"qXE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 +/area/station/science/xenobiology) +"qCX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"qCZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"qXK" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera{ - c_tag = "Cargo - Mining Break Room"; - dir = 9; - network = list("ss13","cargo") +/area/station/service/chapel/office) +"qDc" = ( +/obj/effect/turf_decal/bot, +/obj/item/mop, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"qXR" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing" +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 10 }, +/obj/structure/mop_bucket/janitorialcart, +/turf/open/floor/iron, +/area/station/service/janitor) +"qDd" = ( +/obj/effect/turf_decal/sand, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"qDn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/structure/cable, /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/security/brig) -"qYa" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/hallway/secondary/exit) +"qDu" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Library Desk Access"; + req_access = list("library") }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"qYc" = ( -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/library) +"qDF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"qYh" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 6 +/area/station/medical/treatment_center) +"qDL" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 8 }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"qYi" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"qDQ" = ( +/obj/structure/transport/linear/public, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_lower_center_lift" }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"qYA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_lower_center_lift" }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"qEl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/security/interrogation) -"qYB" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/iron/white/side{ +/area/station/security/courtroom/holding) +"qEH" = ( +/turf/closed/wall, +/area/station/solars/port) +"qFf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/area/station/service/kitchen) -"qZd" = ( -/obj/structure/chair/sofa/middle{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"qZe" = ( -/obj/effect/turf_decal/siding/white{ +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/suit_storage_unit/medical, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"qZh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/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/medical/chemistry) +"qFx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/turf/open/floor/iron/white, +/area/station/science/research) +"qFK" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"qGy" = ( +/obj/structure/transit_tube/crossing, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"qGE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 9 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"qZn" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"qZp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/engineering/atmos) +"qGM" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"qHa" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"qHe" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Gateway" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"qHj" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, -/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, -/obj/effect/mapping_helpers/mail_sorting/medbay/general, -/obj/effect/mapping_helpers/mail_sorting/medbay/virology, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qZF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ - dir = 1 +/area/station/science/ordnance/testlab) +"qHo" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_upper_eva_internal"; + name = "External Access" }, -/obj/structure/railing/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_upper_eva_internal"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"qHs" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"qHF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/port) -"qZM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/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, -/area/station/cargo/miningdock) -"qZO" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"qZU" = ( -/obj/structure/sign/poster/official/random/directional/west, -/obj/machinery/vending/clothing, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/area/station/commons/dorms) +"qHI" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/west, +/obj/item/storage/box, +/obj/item/hand_labeler{ + pixel_y = 8 }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"qZV" = ( -/obj/structure/chair{ - dir = 1; - name = "Prosecution" +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = 8 }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, -/area/station/security/courtroom) -"rab" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/cargo/sorting) +"qHM" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"qHN" = ( +/obj/item/kirbyplants/random, +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, /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) -"rae" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qIc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/button/door/directional/south{ - id = "ordnancestorage"; - name = "Ordance Storage Shutters" - }, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"rao" = ( -/turf/open/openspace, -/area/station/security/courtroom/holding) -"raw" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"raz" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/area/station/command/heads_quarters/cmo) +"qIf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/crew, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qIq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/light/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qIs" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/restraints/handcuffs, +/obj/item/crowbar, +/obj/item/clothing/mask/whistle, /turf/open/floor/iron, -/area/station/security/brig) -"raJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/area/station/security/checkpoint/arrivals) +"qIt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/right) -"raN" = ( -/obj/structure/table, -/obj/item/food/cakeslice/birthday, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"raR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"qIA" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"qIC" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/railing{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/processing) -"rbb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rbt" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"rbv" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/area/station/hallway/secondary/construction/engineering) +"qIM" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/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/central) +"qIN" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 1 }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"rbz" = ( -/obj/structure/lattice/catwalk, +/area/station/command/heads_quarters/hop) +"qJf" = ( /obj/structure/cable, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"rbB" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"qJh" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 6 +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"qJs" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "tram_perma_lift" +/obj/machinery/light/cold/directional/north, +/obj/item/storage/box/bandages, +/turf/open/floor/iron/white, +/area/station/security/medical) +"qJY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 }, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "tram_perma_lift" +/turf/open/floor/iron, +/area/station/engineering/atmos) +"qKd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) -"rbC" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/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/hallway/secondary/entry) -"rbN" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/basic/mouse, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"rbU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/security/brig) +"qKh" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 +/obj/structure/railing/corner{ + dir = 8 }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"qKE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"rbW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/server) +"qLD" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"rca" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"qLJ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"rcc" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"qLL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"rcz" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/floor, -/turf/open/floor/grass, -/area/station/science/lower) -"rcA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "EVA Maintenance Hatch" +/area/station/medical/chemistry) +"qLR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/eva) -"rcG" = ( -/obj/structure/railing{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"qMb" = ( +/obj/structure/table, +/obj/item/exodrone{ + pixel_y = 8 }, /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/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/cargo/storage) -"rcL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"rdo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/research/anomaly_refinery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"rdv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"rdx" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 +/area/station/cargo/drone_bay) +"qMf" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/obj/item/storage/box/masks, -/obj/item/clothing/gloves/latex/nitrile, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rdD" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"qMo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"rdE" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 +/obj/machinery/recycler{ + dir = 8 }, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/requests_console/directional/south{ - department = "Chief Medical Officer's Console"; - name = "Chief Medical Officer's Request Console" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"qMx" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"rdR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"qME" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/light/cold/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"qMQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"rdS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"qNa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"ref" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qNk" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/machinery/button/door{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 9; + req_access = list("xenobiology") }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"rei" = ( -/obj/structure/sign/calendar/directional/south, -/turf/open/floor/wood/large, -/area/station/service/library) -"rej" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = 9 }, -/obj/machinery/computer/records/medical, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rek" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoupperbelt" +/obj/item/radio/intercom{ + pixel_y = -4 }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"rex" = ( -/obj/machinery/flasher/directional/north{ - id = "reeducation" +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qNA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/turf/open/floor/iron/textured_large, -/area/station/security/execution/education) -"reP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_upper_eva_internal"; - name = "External Access" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_upper_eva_internal"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"qND" = ( +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Hall"; + dir = 6 }, -/obj/effect/mapping_helpers/airlock/locked, +/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, -/area/station/maintenance/tram/right) -"reR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/explab) -"reZ" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar Backroom" +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"rfc" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qNF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/science/lobby) -"rfx" = ( -/obj/structure/railing/corner, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"rfD" = ( -/obj/structure/stairs/north, -/turf/open/floor/iron/stairs/medium, -/area/station/science/lower) -"rfL" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance" +/area/station/science/xenobiology) +"qNI" = ( +/turf/closed/wall, +/area/station/medical/medbay/central) +"qOe" = ( +/obj/structure/chair/pew/right, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/area/station/service/chapel) +"qOf" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"qOi" = ( +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 10 + }, +/area/station/service/chapel) +"qOo" = ( +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"qOF" = ( +/turf/closed/wall, +/area/station/commons/dorms/laundry) +"qOY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/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/medical/medbay/central) +"qPd" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"rfS" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rgc" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qPf" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, +/obj/machinery/newscaster/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"rgj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/wood/large, +/area/station/service/theater) +"qPE" = ( +/obj/structure/chair/greyscale{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rgq" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 5 +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/bar{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/table, /turf/open/floor/iron, -/area/station/engineering/break_room) -"rgt" = ( -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"rgI" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/escapepodbay) +"qPG" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"qPI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"rgX" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"rgZ" = ( -/obj/machinery/shower/directional/north, -/obj/structure/curtain, -/obj/item/soap/syndie, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"rhe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, +/turf/open/floor/iron, +/area/station/security/office) +"qPK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qPV" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"rhf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/ai_monitored/command/storage/eva) +"qPX" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/book/manual/wiki/ordnance{ + pixel_x = 5; + pixel_y = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rhp" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"qQa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/table, +/obj/item/phone, /turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"rhD" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/digital_clock/directional/south, +/area/station/science/lower) +"qQc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/table, +/obj/item/paper_bin, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"qQq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"qQW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/sign/flag{ + pixel_y = 32 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"qQX" = ( +/obj/structure/fluff/tram_rail/end{ + dir = 1 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"qRc" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"qRn" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/structure/sign/clock/directional/north, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"rhN" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, +/area/station/engineering/storage/tech) +"qRp" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/transport/linear/public, +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"qRK" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, /turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"riv" = ( -/obj/machinery/power/apc/auto_name/directional/south, +/area/station/engineering/supermatter/room) +"qRO" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"riA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/commons/dorms) +"qSg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Trial Cell B" }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /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, +/turf/open/floor/iron, /area/station/security/courtroom/holding) -"riD" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"qSm" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"qSs" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ dir = 4 }, -/obj/structure/table/glass, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = 8; - pixel_y = 6 +/turf/open/floor/iron/stairs/medium, +/area/station/commons/dorms) +"qSE" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/interrogation, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"qSQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"qSR" = ( +/obj/structure/bed{ + dir = 8 }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -4; - pixel_y = 4 +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/assistant, +/obj/structure/sign/clock/directional/east, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"qSS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"riQ" = ( -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"riW" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 6 +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"qTa" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Common Channel" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel"; - pixel_x = 6 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"qTp" = ( +/obj/machinery/door/airlock{ + id_tag = "private_b"; + name = "Private Quarters B" }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"riZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"qTv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/courtroom) -"rja" = ( -/obj/structure/railing{ - dir = 4 +/area/station/hallway/primary/tram/right) +"qTI" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Emitter Room West"; + dir = 10; + network = list("ss13","engine","engineering") }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"qTK" = ( +/obj/structure/chair{ + dir = 8 }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"rjo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"qTR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"qUg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"qUk" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"qUy" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Holodeck South"; + name = "holodeck camera" }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"rjq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, -/obj/machinery/meter/layer2, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"rjO" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"qUA" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"qUB" = ( +/turf/closed/wall, +/area/station/hallway/secondary/exit) +"qUF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Dormitories East" }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lab) -"rjR" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"qUH" = ( +/obj/structure/stairs/west, +/turf/open/floor/iron/stairs/medium{ dir = 4 }, -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"rkh" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/maintenance/central/greater) +"qUL" = ( +/obj/structure/chair/office/light{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B" +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/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/white, -/area/station/medical/virology) -"rki" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"rkj" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/command/heads_quarters/cmo) +"qUS" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/potato{ - pixel_x = 6; - pixel_y = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"rkL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ - dir = 8 +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main Storage"; + network = list("ss13","medbay") }, -/turf/open/floor/plating/airless, -/area/station/ai_monitored/turret_protected/aisat_interior) -"rkN" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"qUX" = ( +/obj/effect/spawner/random/structure/table, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/obj/item/paper/pamphlet/radstorm, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"qUY" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/chair{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"rkS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"qVk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"rlb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/trimline/tram/filled/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rlg" = ( -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rli" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"rlq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/station/hallway/primary/tram/right) +"qVo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos) -"rlE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/area/station/security/prison) +"qVr" = ( +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"qVI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rlK" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rmi" = ( -/obj/structure/railing{ - dir = 4 +/area/station/hallway/primary/tram/left) +"qVL" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 }, -/obj/structure/railing{ - dir = 8 +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 }, -/obj/effect/landmark/event_spawn, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"rmn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/commons/fitness) -"rmw" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"qVN" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"rmy" = ( -/obj/structure/ladder, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"rnh" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"rnx" = ( -/turf/closed/wall, -/area/station/service/chapel/office) -"rny" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"qVV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/structure/railing, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"rnT" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Cargo Bay - Drone Launch Room"; - pixel_x = 14 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"rnU" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/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/checker, -/area/station/commons/lounge) -"roa" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Break Room"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"roe" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"qWf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"rof" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Lawyer's Office" +/area/station/science/ordnance) +"qWy" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/large, +/area/station/service/barber) +"qWE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"roo" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/engineering/main) +"qWI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/left) -"rop" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_lower_eva_external"; + name = "External Access" }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/security/prison) -"rox" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/navigate_destination/library, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_lower_eva_external"; + idSelf = "middleright_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/turf/open/floor/carpet, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"qWN" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, /area/station/service/library) -"roD" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Pharmacy" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"qWT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/turf_decal/siding/thinplating, /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/pharmacy) -"roH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ - chamber_id = "o2ordance"; - dir = 8 - }, -/turf/open/floor/engine/o2, -/area/station/science/ordnance/storage) -"roJ" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet" - }, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"qWU" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"qWY" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"qXa" = ( +/obj/structure/table, +/obj/machinery/microwave, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"qXg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/janitor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Left Middle Hall" }, -/obj/effect/landmark/navigate_destination/janitor, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/service/janitor) -"roL" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +/area/station/hallway/secondary/service) +"qXj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"roS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"rpm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/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/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, /turf/open/floor/iron, -/area/station/service/theater) -"rpq" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/maintenance/tram/mid) +"qXk" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"rpv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Main North-West"; - network = list("ss13","Security","prison") - }, /turf/open/floor/iron, -/area/station/security/prison) -"rpy" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table, +/area/station/hallway/secondary/exit/departure_lounge) +"qXs" = ( /obj/effect/turf_decal/stripes/line{ - dir = 9 + dir = 5 }, -/obj/machinery/button/door{ - id = "containdeez1"; - name = "Cell Containment Toggle Button" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, +/obj/machinery/computer/security/telescreen/aiupload, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"rpL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rpR" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"rqb" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" +"qXA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"qXK" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stock_parts/cell/crap/empty{ + pixel_y = 10; + pixel_x = 6 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) -"rqh" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/right) -"rqz" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/item/stock_parts/cell/crap/empty{ + pixel_y = 2; + pixel_x = 6 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"rqB" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Door" +/obj/item/stock_parts/cell/crap/empty{ + pixel_y = 7; + pixel_x = -7 }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/main) -"rqG" = ( -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 +/obj/item/stock_parts/cell/crap/empty{ + pixel_y = -2; + pixel_x = -2 }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"qXS" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/multilayer/multiz, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"rrh" = ( -/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/grimy, +/area/station/service/chapel/office) +"qXX" = ( +/obj/structure/transport/linear/tram, +/obj/structure/tram, +/obj/machinery/transport/tram_controller, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"qYi" = ( /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/hallway/secondary/command) -"rri" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/area/station/hallway/secondary/exit) +"qYj" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/machinery/door/window/elevator/left/directional/south{ - elevator_mode = 1; - transport_linked_id = "tram_perma_lift" +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"qYs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, +/obj/structure/reagent_dispensers/fueltank/large, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"rrj" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 +/area/station/engineering/atmos) +"qYx" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet5"; + name = "Unit 5" }, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"qYJ" = ( +/obj/machinery/flasher/directional/north{ + id = "AI" + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"qYQ" = ( +/obj/machinery/computer/message_monitor{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rrm" = ( -/obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 + dir = 1 }, -/obj/item/folder/blue, -/obj/item/pen/blue, -/turf/open/floor/iron, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"rro" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -12 +"qYU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"rrP" = ( -/obj/machinery/shower/directional/east, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"rrT" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"qYV" = ( /obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_lower_eva_internal"; name = "External Access" }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_lower_eva_internal"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, /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/maintenance/tram/right) -"rsb" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/cake_ingredients, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"rsj" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/plating, +/area/station/science/lower) +"qZa" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/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, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"rsm" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"qZq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rsq" = ( -/obj/machinery/vending/games, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"rsx" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ +/obj/structure/railing{ dir = 8 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rsE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/openspace, +/area/station/solars/port) +"qZx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/structure/cable, +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"rsI" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/maintenance/tram/left) +"qZy" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/item/reagent_containers/syringe, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/camera{ + c_tag = "Security - Medical Center"; + dir = 10; + network = list("ss13","Security") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"rtj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/area/station/security/medical) +"qZA" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" }, -/obj/structure/disposalpipe/segment{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"qZE" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, -/area/station/engineering/atmos) -"rtL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/station/engineering/gravity_generator) +"ram" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rtW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/engineering/atmos) +"rao" = ( +/obj/machinery/door/airlock/security{ + id_tag = "laborexit"; + name = "Labor Shuttle" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rtZ" = ( -/obj/structure/flora/bush/jungle/c/style_random, -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt - }, -/area/station/science/explab) -"ruh" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/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/security/brig) +"raP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron/white, -/area/station/science/lower) -"rul" = ( -/obj/machinery/atmospherics/components/binary/pump/off{ - name = "Port to Incinerator" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"ruq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - location = "QM #1" +/area/station/science/lobby) +"raX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #1"; - suffix = "#1" +/obj/structure/sign/departments/restroom{ + pixel_x = -32 }, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"ruw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/cable, +/area/station/commons/dorms) +"raY" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Starboard Tram Platform North-East" + }, +/obj/machinery/firealarm/directional/east, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ruH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 }, -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/storage/box/lights/mixed, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = -8 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"ruN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +/area/station/hallway/primary/tram/right) +"rbe" = ( +/obj/machinery/static_signal/northwest, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"rbn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lab) +"rbv" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, -/turf/open/space/openspace, -/area/station/solars/port) -"ruX" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/item/kirbyplants/random, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"rbA" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/south{ + pixel_x = 4 }, -/obj/machinery/computer/cargo/request{ - dir = 8 +/obj/machinery/light_switch/directional/south{ + pixel_x = -7; + pixel_y = -27 }, -/obj/structure/sign/clock/directional/east, /turf/open/floor/iron, -/area/station/cargo/lobby) -"rvb" = ( -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"rvi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/science/lab) +"rbC" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"rbD" = ( +/obj/effect/turf_decal/siding/wideplating{ dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"rbM" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"rvq" = ( -/obj/machinery/digital_clock, +/area/station/cargo/miningdock/cafeteria) +"rbP" = ( /turf/closed/wall, -/area/station/medical/treatment_center) -"rvt" = ( -/obj/structure/lattice, -/obj/machinery/light/cold/dim/directional/west, -/obj/machinery/transport/guideway_sensor, -/turf/open/openspace, -/area/station/asteroid) -"rvJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/textured_large, /area/station/security/execution/education) -"rvM" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rvV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"rvX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/east{ - id = "cytologysecure1"; - name = "Secure Pen Lockdown" +"rbT" = ( +/obj/structure/railing{ + dir = 8 }, /obj/machinery/light/directional/north, -/obj/item/soap{ - pixel_y = 2 +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"rbU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/structure/table/glass, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"rvZ" = ( -/obj/structure/fluff/tram_rail/electric/anchor, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"rwn" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_upper_eva_internal"; - name = "External Access" +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Xenobiology East"; + network = list("ss13","rd") }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_upper_eva_internal"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rci" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = 5 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"rwq" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "Supply Dock Loading Door" +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"rco" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/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/brig) +"rcx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - EVA Storage" }, -/obj/machinery/conveyor{ - id = "QMLoad2" +/obj/machinery/light_switch/directional/south{ + pixel_x = 8; + pixel_y = -23 }, -/turf/open/floor/plating, -/area/station/cargo/storage) -"rwx" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/science/lower) -"rwH" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"rwK" = ( -/obj/machinery/computer/message_monitor{ +/area/station/ai_monitored/command/storage/eva) +"rcA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"rwR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lab) +"rcD" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"rcG" = ( +/obj/machinery/camera/emp_proof/directional/east{ + c_tag = "Secure - Telecomms Server Room East" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"rwT" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/machinery/airalarm/directional/east, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"rcI" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"rcU" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/turf/open/floor/wood/large, +/area/station/service/barber) +"rdk" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet6"; + name = "Unit 6" }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -8 +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rdm" = ( +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/secure_safe/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"rdo" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"rxg" = ( -/obj/machinery/deepfryer, -/turf/open/floor/iron/white/side{ +/area/station/security/processing) +"rdJ" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/gauze, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/area/station/service/kitchen) -"rxI" = ( -/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) -"rxL" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"rxM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/camera/directional/east{ + c_tag = "Medical - Treatment South-East"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/machinery/vending/wallmed/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rdN" = ( +/obj/machinery/mech_bay_recharge_port{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"rdO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"rdT" = ( +/obj/structure/cable, +/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/maintenance/tram/right) -"rxV" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/fax{ - fax_name = "Chief Engineer's Office"; - name = "Chief Engineer's Fax Machine" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"rya" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/ears/earmuffs{ - pixel_y = 7 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"ryc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"rdU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/research) -"rym" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/area/station/science/xenobiology) +"reg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + 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/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rem" = ( +/obj/machinery/button/door/directional/west{ + id = "private_e"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/theater, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"ryA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/carpet, +/area/station/commons/dorms) +"reC" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"ryC" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/effect/landmark/navigate_destination/aiupload, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"reU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - Lower East Power Hatch" }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"rfe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/obj/machinery/light/small/directional/south{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"rfQ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/brig) -"ryM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"rfR" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/obj/item/toy/crayon/spraycan, +/obj/item/toy/crayon/spraycan{ + pixel_x = -4 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/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/service/library/lounge) +"rfU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small/directional/south, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"ryV" = ( -/obj/structure/ladder, +/area/station/commons/fitness/recreation) +"rfW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"rge" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"rgg" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rzb" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) -"rzc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"rgK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/preopen, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/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, -/area/station/security/processing) -"rzj" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/delivery, +/area/station/cargo/warehouse) +"rgR" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"rzl" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/medical/morgue) +"rgT" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/button/door/directional/west{ + id = "Toilet5"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rgY" = ( +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/tile/brown{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"rhc" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"rzo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/trimline/blue/warning{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/escapepodbay) -"rzp" = ( -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"rzs" = ( -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/command) +"rhd" = ( +/obj/machinery/digital_clock, +/turf/closed/wall, +/area/station/medical/treatment_center) +"rht" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"rhF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"rzu" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/kirbyplants/random, +/area/station/hallway/secondary/entry) +"rhL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/brig) -"rzG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +/area/station/maintenance/tram/mid) +"rhP" = ( +/obj/machinery/plate_press, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"rzK" = ( -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"rzM" = ( -/obj/structure/table/wood, -/obj/item/pai_card{ - desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; - name = "\improper Nanotrasen-brand personal AI device exhibit" +/area/station/security/prison/work) +"rhQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"rzW" = ( -/obj/structure/chair/office/tactical, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"rAc" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/turf_decal/bot_white, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"rAo" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/dorms) +"ric" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 +/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, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"rin" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/lower) -"rAt" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/railing{ +"ris" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"rAO" = ( -/obj/effect/turf_decal/siding/thinplating/end, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2; - req_access = list("armory") - }, -/obj/machinery/button/door{ - id = "briglockdown"; - name = "Prison Wing Lockdown"; - pixel_x = -27; - pixel_y = 8; - req_access = list("armory") - }, -/obj/structure/chair/office{ - dir = 4 +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"riu" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/effect/landmark/start/warden, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"rBp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" }, -/obj/effect/turf_decal/trimline/green/filled/warning{ +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, /obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"riv" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"riB" = ( +/obj/machinery/holopad/secure, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"rBH" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals - Central Docking Wing" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"riD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rCc" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram, -/obj/machinery/transport/tram_controller, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"rCf" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"rCk" = ( -/obj/structure/table/reinforced, -/obj/machinery/coffeemaker, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/area/station/engineering/atmos) +"riJ" = ( +/obj/structure/chair/office{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"rCt" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"riN" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 12 }, -/obj/effect/turf_decal/stripes/white/full, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -1; + pixel_y = 13 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"riS" = ( /obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"rCG" = ( -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"rCT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"rDd" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/secondary/exit) +"riZ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/computer/records/security{ dir = 1 }, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Secure - Teleporter" +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"rjs" = ( +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"rDl" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"rjw" = ( /obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rDn" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/iron/stairs/medium, -/area/station/commons/dorms) -"rDz" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 1 - }, -/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/ai_monitored/command/nuke_storage) -"rDB" = ( -/obj/structure/disposalpipe/sorting/wrap/flip{ dir = 1 }, -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"rDD" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"rDP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"rDQ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"rEb" = ( -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 +/area/station/engineering/atmospherics_engine) +"rjx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"rEn" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"rjB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 +/obj/machinery/disposal/bin, +/obj/machinery/newscaster/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, -/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/qm) -"rEz" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/engineering/main) +"rjJ" = ( +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/right/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/escape) -"rEG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Firing Range"; - network = list("ss13","rd") +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"rjP" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/floor, +/turf/open/floor/engine/o2, +/area/station/engineering/atmos) +"rjT" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"rEO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/escapepodbay) -"rEX" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"rkd" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_sci_lift"; - pixel_x = -26; - pixel_y = -1 - }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_sci_lift"; - pixel_x = -27; - pixel_y = -2 - }, +/obj/structure/table/glass, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/hud/health, /turf/open/floor/iron/white, -/area/station/science/research) -"rFc" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/obj/effect/turf_decal/trimline/yellow/filled/end{ +/area/station/medical/virology) +"rkp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"rkq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"rFe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/commons/storage/primary) +"rks" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) +"rkI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez2"; + name = "Xenobiology Containment Blast Door" }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 4 +/turf/open/floor/plating, +/area/station/science/xenobiology) +"rkP" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"rkY" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/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/janitor) -"rFs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/hallway/secondary/exit/departure_lounge) +"rle" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ dir = 1 }, -/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/cable, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron/white, +/area/station/science/genetics) +"rll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"rFR" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/security/courtroom) -"rGa" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"rGi" = ( +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"rlo" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/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/escapepodbay) -"rGk" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - South Docking Wing"; - dir = 9 +/area/station/cargo/lobby) +"rls" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"rlu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"rGx" = ( -/obj/machinery/computer/security/hos, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"rGB" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/cult, -/area/station/service/chapel/office) -"rGD" = ( -/obj/structure/chair{ +/area/station/science/robotics/lab) +"rlv" = ( +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"rlU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/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/commons/lounge) -"rGG" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/eyepatch, -/turf/open/floor/wood, -/area/station/service/theater) -"rGS" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/door/window/elevator/left/directional/east{ - elevator_mode = 1; - transport_linked_id = "tram_dorm_lift" - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"rGT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) -"rHs" = ( -/obj/structure/rack, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Armory"; - network = list("ss13","Security") - }, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/cable, -/obj/effect/spawner/random/armory/e_gun, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"rHB" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4; - name = "Output Release" +/area/station/engineering/atmos) +"rlX" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet4"; + name = "Unit 4" }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rlZ" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Starboard Tram Platform North" }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rHC" = ( -/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/right) +"rmi" = ( /obj/structure/table/wood, -/obj/item/storage/briefcase/secure{ - pixel_x = -2; - pixel_y = 4 +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/item/storage/lockbox/medal, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"rHY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Library East" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood/large, +/area/station/service/library) +"rmm" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"rId" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/structure/rack, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"rIn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +/area/station/security/prison) +"rmz" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/theater) -"rIw" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 8 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) +"rmB" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hos) +"rmH" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"rIB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/security/courtroom) -"rIG" = ( -/obj/machinery/light/cold/directional/south, -/turf/open/openspace, -/area/station/science/research) -"rII" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" +/area/station/hallway/primary/tram/right) +"rmI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/engineering/main) +"rmJ" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"rna" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light_switch/directional/north{ + pixel_x = -8; + pixel_y = 23 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"rIV" = ( -/obj/structure/railing/corner{ +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"rnd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 4 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"rnf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"rIX" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"rJj" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/blue, -/obj/item/clothing/under/color/blue, -/obj/item/clothing/under/color/blue, -/obj/item/clothing/head/soft/blue, -/obj/item/clothing/head/soft/blue, -/obj/item/clothing/head/soft/blue, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"rJk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/end{ - dir = 1 +/area/station/command/heads_quarters/ce) +"rnh" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction" }, -/obj/machinery/suit_storage_unit/rd, -/obj/machinery/requests_console/directional/south{ - department = "Research Director's Desk"; - name = "Research Director's Request Console" +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) -"rJs" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"rJt" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/right) -"rJu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, /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/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"rJF" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +/area/station/construction/mining/aux_base) +"rnm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"rnn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/dorms) +"rnA" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"rnK" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" }, -/obj/effect/turf_decal/siding/wood{ +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/engine/cult, +/area/station/service/library) +"rnL" = ( +/obj/machinery/duct, +/obj/item/bikehorn/rubberducky, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rnR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"rnY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"roi" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"roj" = ( +/obj/structure/railing{ dir = 8 }, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access = list("library") +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"rJN" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/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/cargo/storage) +"rom" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/effect/spawner/random/entertainment/lighter, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"roy" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/turf/open/floor/iron/dark/side{ +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"roz" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/crew_quarters/dorms) +"roA" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/area/station/command/bridge) -"rJV" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"roB" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/engineering) +"roD" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"roQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Xenobiology South"; + network = list("ss13","rd") + }, /turf/open/floor/iron/white, -/area/station/medical/virology) -"rKv" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/left) -"rKV" = ( +/area/station/science/xenobiology) +"roR" = ( +/turf/closed/wall, +/area/station/science/breakroom) +"rpd" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"rpp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" + name = "Tunnel Access Hatch" }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/security) -"rLa" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = -28 +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"rpr" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = -34 +/turf/open/floor/iron, +/area/station/cargo/storage) +"rpJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = -40 +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"rpQ" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/ordnance/office) +"rpY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = -22 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"rLg" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space/nearstation) -"rLm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/cargo/office) +"rqk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, -/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/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"rLq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"rLs" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"rLu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/service) +"rqD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/structure/sink/directional/west, -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"rLv" = ( -/turf/closed/wall, -/area/station/cargo/miningdock/cafeteria) -"rLw" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/office) +"rre" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/hangover, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"rrk" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom/holding) +"rro" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"rLz" = ( -/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/south, /turf/open/floor/iron/dark, /area/station/service/bar) -"rLA" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/box, -/obj/structure/sign/warning/directional/west{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/station/engineering/main) -"rLD" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 1 +"rrE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"rLG" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 10 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"rLM" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side, -/area/station/science/lobby) -"rLS" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"rrL" = ( +/obj/machinery/disposal/bin, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"rMu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"rsd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron, /area/station/commons/dorms) -"rMO" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +"rsh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"rsk" = ( +/obj/structure/bed/dogbed/runtime, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/cold/directional/north, +/mob/living/basic/pet/cat/runtime, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"rsz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - transport_linked_id = "tram_sci_lift" +/turf/open/floor/iron, +/area/station/engineering/break_room) +"rsH" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = 32 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/lower) -"rMQ" = ( -/obj/structure/chair{ - dir = 4 +/obj/effect/turf_decal/siding/wideplating{ + dir = 10 }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"rMW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"rsX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"rMZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"rsZ" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"rti" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/commons/fitness) -"rNt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rND" = ( -/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/machinery/light/directional/north, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"rNM" = ( -/obj/effect/landmark/event_spawn, +/area/station/hallway/secondary/command) +"rtp" = ( /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"rNT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/commons/fitness/recreation/entertainment) +"run" = ( +/turf/closed/wall/r_wall, +/area/station/security/medical) +"rup" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/signaler, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/command/bridge) +"ruy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/secure_area{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"rOg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/area/station/security/office) +"ruA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"ruD" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"rOu" = ( +/area/station/hallway/secondary/exit) +"ruE" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/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/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/security/prison) -"rOD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rOJ" = ( -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"rOU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"rPb" = ( +"ruV" = ( +/obj/machinery/computer/accounting{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"ruW" = ( +/obj/structure/table/wood, +/obj/item/soulstone/anybody/chaplain, +/obj/item/book/granter/action/spell/smoke/lesser{ + name = "concentrated kush" + }, +/turf/open/floor/cult, +/area/station/service/chapel/office) +"rvh" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty{ + pixel_x = 2; + pixel_y = 2 + }, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 9 }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"rPf" = ( -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"rPg" = ( -/obj/machinery/restaurant_portal/restaurant, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar Lounge North East" - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"rPD" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +"rvo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, /turf/open/floor/iron, -/area/station/cargo/storage) -"rQa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"rQl" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/engineering/engine_smes) +"rvA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/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/brig) -"rQo" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"rvH" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"rQq" = ( /obj/structure/lattice, -/obj/machinery/light/cold/dim/directional/east, -/obj/machinery/transport/guideway_sensor{ - dir = 1 - }, /turf/open/openspace, -/area/station/asteroid) -"rQy" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/hallway/primary/tram/left) +"rvY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 9 - }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"rQA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/newscaster/directional/south, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = 8 +/area/station/hallway/secondary/construction/engineering) +"rwb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"rQH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"rws" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 9 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"rQI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"rQJ" = ( -/obj/structure/chair/comfy/beige{ +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"rwN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"rQW" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rxw" = ( +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"rxy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"rxE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigleft"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/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/brig) -"rQZ" = ( -/obj/structure/chair/sofa/corp/right, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +"rxH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"rRc" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"rRf" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"rRs" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Library Lounge" +/area/station/commons/dorms) +"rxN" = ( +/obj/machinery/photocopier, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"rxO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"ryn" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"ryo" = ( +/turf/closed/wall, +/area/station/security/prison/workout) +"ryy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"rRv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Skill Games" - }, -/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/commons/lounge) -"rRE" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/navigate_destination/kitchen, -/obj/structure/table, -/obj/item/food/piedough, /turf/open/floor/iron/white, -/area/station/service/kitchen) -"rRQ" = ( -/turf/open/floor/wood, -/area/station/command/meeting_room) -"rRR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/medical/storage) +"ryI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/flasher/directional/east{ - id = "scicell" +/obj/machinery/computer/security/telescreen/ordnance/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"ryJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"rRU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "The Cantina" - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"rRY" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"rSc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/structure/disposalpipe/junction{ + dir = 8 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/dorms) -"rSf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/engineering/break_room) +"ryK" = ( +/obj/machinery/door/airlock/research{ + name = "Burn Chamber Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/turf/open/floor/plating, +/area/station/science/ordnance) +"ryS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"rSg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/cargo/office) +"ryT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"ryV" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"rSs" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, -/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, +/turf/open/floor/tram, /area/station/hallway/primary/tram/right) -"rSF" = ( -/obj/structure/railing, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"rSH" = ( -/obj/machinery/camera{ - c_tag = "Security - Interrogation Main"; - dir = 9; - network = list("ss13","Security","interrogation") +"rzt" = ( +/obj/structure/rack, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"rSJ" = ( +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/wrench, +/obj/item/knife/kitchen, +/obj/effect/turf_decal/siding/purple, /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"rSW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rzO" = ( +/obj/structure/chair, +/obj/machinery/airalarm/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"rzX" = ( +/obj/structure/railing/corner{ dir = 1 }, -/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/thinplating{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"rAf" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics N2 Chamber"; + dir = 6; + network = list("ss13","engineering") + }, +/turf/open/floor/engine/n2, +/area/station/engineering/atmos) +"rAg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, /turf/open/floor/iron, -/area/station/command/bridge) -"rTa" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/shieldwallgen, +/area/station/engineering/atmos) +"rAh" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, /turf/open/floor/iron, -/area/station/command/teleporter) -"rTe" = ( +/area/station/command/bridge) +"rAB" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rAS" = ( +/turf/closed/wall, +/area/station/service/library/lounge) +"rBb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"rBy" = ( /obj/structure/table/reinforced, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"rTm" = ( -/obj/structure/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/under/color/red, -/obj/item/clothing/under/color/red, -/obj/item/clothing/head/soft/red, -/obj/item/clothing/head/soft/red, -/obj/item/clothing/head/soft/red, -/obj/effect/turf_decal/tile/red/full, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"rTy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" + }, +/obj/item/plate, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"rBz" = ( +/turf/open/floor/iron, +/area/station/security/prison) +"rBB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"rTL" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"rTP" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Dormatories Maintenance Hatch" +/obj/machinery/door/airlock/security/glass{ + name = "Permanent Convict Item Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"rBE" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/commons/dorms) -"rTR" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 34 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 40 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 22 +/turf/open/floor/iron/white, +/area/station/science/lower) +"rBS" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_lower_eva_external"; + name = "External Access" }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_lower_eva_external"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"rBW" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"rBZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rUb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/area/station/engineering/atmos) +"rCd" = ( +/turf/closed/wall, +/area/station/engineering/atmospherics_engine) +"rCL" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - West Tram Tunnel 2" +/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, +/area/station/maintenance/tram/right) +"rDt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/siding/thinplating{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rDI" = ( +/obj/effect/turf_decal/trimline/white/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/line, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"rDT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"rDY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Service Wing Left Upper Hall" }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"rUp" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - location = "QM #3" +/area/station/hallway/secondary/service) +"rEd" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/carbine/practice{ + pixel_x = 2; + pixel_y = 5 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #3"; - suffix = "#3" +/obj/item/gun/energy/laser/practice{ + pixel_x = 2; + pixel_y = 1 }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"rUs" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/item/gun/energy/laser/practice{ + pixel_x = 2; + pixel_y = -2 }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rUA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/sign/departments/science{ - pixel_y = -32 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"rEq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"rUD" = ( -/obj/effect/landmark/start/hangover, +/area/station/hallway/secondary/command) +"rEu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + 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/white, -/area/station/medical/medbay/lobby) -"rUE" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"rEB" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/turf/open/floor/iron/dark/side, -/area/station/ai_monitored/command/storage/eva) -"rUI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"rEQ" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"rEV" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"rGj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"rGm" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"rUT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/server) -"rUU" = ( -/obj/machinery/light/warm/directional/north, -/turf/open/floor/grass, -/area/station/service/hydroponics) -"rUY" = ( -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"rVg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"rGN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness) -"rVq" = ( +/area/station/security/brig) +"rGR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"rVw" = ( -/obj/structure/ladder, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"rVA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"rGU" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/area/station/service/theater) -"rVB" = ( -/obj/structure/sink/kitchen/directional/south, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/white/side{ +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"rHb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/area/station/service/kitchen) -"rWc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"rWh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"rWi" = ( -/turf/closed/wall, -/area/station/maintenance/central/lesser) -"rWL" = ( -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 8 }, -/turf/open/floor/wood, -/area/station/service/theater) -"rWM" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/command/bridge) +"rHj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/turf/open/floor/plating, +/area/station/science/lab) +"rHl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"rWO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rHw" = ( +/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/commons/storage/art) -"rWP" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/engineering/atmos) +"rHC" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"rIa" = ( +/obj/machinery/porta_turret/ai, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"rXe" = ( -/turf/closed/wall, -/area/station/cargo/bitrunning/den) -"rXg" = ( +/area/station/ai_monitored/turret_protected/aisat/hallway) +"rIg" = ( +/obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"rIi" = ( +/obj/machinery/door/airlock{ + name = "Permabrig Showers" + }, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"rIp" = ( +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, +/obj/structure/chair, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"rXk" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/security/checkpoint/supply) +"rIt" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"rXp" = ( -/obj/machinery/door/airlock/external{ - name = "Common Mining Dock" +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Internal Power Access"; + dir = 9; + network = list("ss13","minisat") }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"rIx" = ( +/obj/machinery/conveyor{ + id = "QMLoad2" }, +/obj/structure/plasticflaps, /turf/open/floor/plating, -/area/station/hallway/secondary/exit) -"rXw" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 1 - }, +/area/station/cargo/storage) +"rIC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"rXx" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"rXI" = ( -/obj/machinery/computer/shuttle/labor{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"rIT" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/ornament, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"rJD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/west, -/turf/open/floor/carpet, -/area/station/command/bridge) -"rYf" = ( -/turf/open/openspace, -/area/station/science/genetics) -"rYo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/landmark/start/paramedic, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rYs" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rJE" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Freezer" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"rYA" = ( -/obj/machinery/shower/directional/south, /turf/open/floor/iron/freezer, -/area/station/security/prison) -"rYG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - North-West Escape Wing Entry" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"rYQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/area/station/medical/coldroom) +"rJM" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + 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/cargo/lobby) -"rYU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"rZf" = ( -/obj/structure/chair/office/light{ +/area/station/engineering/atmos) +"rJV" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"rZA" = ( -/obj/machinery/button/door/directional/west{ - id = "private_a"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"rZP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/office) -"rZZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/science/robotics/mechbay) +"rKf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"sac" = ( -/obj/structure/bed/dogbed/renault, -/mob/living/basic/pet/fox/renault, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"sad" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"sag" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Courtroom" - }, /turf/open/floor/iron, -/area/station/security/courtroom) -"sas" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/hallway/secondary/command) +"rKr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, +/obj/structure/sign/clock/directional/north, /turf/open/floor/iron, -/area/station/commons/dorms) -"sat" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/area/station/security/prison) +"rKL" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"rKP" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/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/checkpoint/science) -"saA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/computer/piratepad_control/civilian{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"rKT" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"saF" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "rdoffice"; - name = "Privacy Shutter Control"; - pixel_x = -7; - pixel_y = -2; - req_access = list("research") +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/obj/item/folder/white{ - pixel_x = 5 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/obj/item/stamp/head/rd{ - pixel_x = 6; - pixel_y = 2 +/obj/machinery/button/transport/tram/directional/north{ + id = 1 }, -/obj/item/pen/fountain{ - pixel_x = -4; - pixel_y = 7 +/obj/machinery/transport/destination_sign/indicator/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"rKU" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"saH" = ( -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"saP" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) -"saY" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 5 }, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"rLd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/courtroom) -"sbm" = ( +/area/station/cargo/miningdock) +"rLf" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/brig) -"sbn" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ +/area/station/security/office) +"rLx" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 8 }, -/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/white, -/area/station/science/genetics) -"sbv" = ( -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"sbz" = ( -/obj/structure/table/wood, -/obj/item/food/grown/harebell, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"sbB" = ( +/turf/open/floor/engine/hull, +/area/station/solars/port) +"rLB" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, /obj/structure/cable, -/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"sbE" = ( -/obj/machinery/light/warm/directional/west, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"sbI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/commons/vacant_room) +"rLG" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"sbJ" = ( -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/box/red, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"scg" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east{ + areastring = "/area/station/science/ordnance/burnchamber" }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/structure/sign/warning/hot_temp/directional/south, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"rLP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/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/primary/tram/left) -"sck" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/processing) -"scp" = ( -/obj/effect/turf_decal/sand/plating, +"rMl" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"scX" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -6 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"rMp" = ( +/obj/machinery/camera{ + c_tag = "Security - Interrogation Main"; + dir = 9; + network = list("ss13","Security","interrogation") }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel"; - pixel_x = -6 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"rMq" = ( +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"rMB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"rMS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"sdh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, +/obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"sdk" = ( -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"sdE" = ( -/obj/structure/chair/pew, -/turf/open/floor/iron/chapel{ +"rMZ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/area/station/service/chapel) -"sdO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"rNa" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_sci_lift" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rNf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"rNk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"sdT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Security - Pre-Trial Holding"; + dir = 9; + network = list("ss13","Security") }, -/obj/effect/turf_decal/siding/thinplating{ +/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/dark, +/area/station/security/courtroom/holding) +"rNl" = ( +/obj/machinery/stasis{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"seg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/defibrillator_mount/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"seh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Treatment North-West"; + network = list("ss13","medbay") }, -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/spawner/random/decoration/ornament, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"seo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"seq" = ( -/obj/machinery/power/solar_control{ - id = "forestarboard"; - name = "Starboard Solar Control" +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"rNt" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"set" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"sev" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/machinery/newscaster/directional/north, -/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/service/theater) -"seL" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"rNG" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" }, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"seO" = ( -/obj/structure/stairs/west, -/turf/open/floor/iron/stairs/left{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/area/station/maintenance/central/greater) -"seV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"sfm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"rNO" = ( +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"rNQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "Hallway - Upper Right Command"; +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/glasses/welding, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ dir = 10 }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"sfu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"sfG" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/right) -"sfL" = ( -/obj/structure/table, -/obj/item/razor{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"sfO" = ( -/obj/structure/railing/corner{ - dir = 4 +/obj/item/radio/intercom/directional/south, +/obj/item/stack/sheet/glass{ + amount = 20 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/science/lab) +"rOh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"sfV" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"sga" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/area/station/security/brig) +"rOm" = ( +/obj/machinery/door/airlock{ + id_tag = "private_c"; + name = "Private Quarters C" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"sge" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"sgg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/item/clothing/gloves/latex/nitrile, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"rOp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"sgt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"rOr" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 }, +/obj/machinery/door/window/elevator/left/directional/west{ + elevator_mode = 1; + transport_linked_id = "tram_cargo_lift" + }, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"sgI" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ - dir = 4 +/area/station/cargo/storage) +"rOu" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"rOx" = ( +/obj/machinery/door/airlock{ + name = "Law Office" }, -/turf/closed/wall, -/area/station/medical/treatment_center) -"sgT" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, /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/commons/lounge) -"shm" = ( +/turf/open/floor/wood, +/area/station/service/lawoffice) +"rOy" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"rOB" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/electrical, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, +/turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"shw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"shE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"rON" = ( +/obj/machinery/door/window/left/directional/west{ + dir = 4; + name = "Hydroponics Desk"; + req_access = list("hydroponics") }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rOT" = ( +/obj/machinery/airalarm/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"sio" = ( -/obj/structure/railing/corner{ - dir = 4 +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Core South"; + network = list("aicore") }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"sit" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Cold Storage"; - network = list("ss13","medbay") +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"rOV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"siu" = ( -/turf/closed/wall, -/area/station/tcommsat/computer) -"siB" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" +/obj/machinery/requests_console/directional/east{ + department = "Library"; + name = "Library Requests Console" }, -/obj/machinery/recycler{ - dir = 8 +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/engine/cult, +/area/station/service/library) +"rPd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"rPj" = ( +/obj/effect/turf_decal/box/white{ + color = "#9FED58" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"siH" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +/obj/effect/turf_decal/arrows/white{ + color = "#FF0000"; + dir = 4; + pixel_x = -15 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"rPs" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rPt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"siP" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"siX" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/camera{ + c_tag = "Civilian - aux_base Construction"; dir = 9 }, -/obj/structure/bed{ - dir = 4 +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"rPv" = ( +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"rPH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/effect/landmark/start/virologist, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"siZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"rPP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"sjf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"sjn" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Trial Cell A" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, /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, -/area/station/security/courtroom/holding) -"sjw" = ( -/obj/machinery/door/airlock{ - id_tag = "private_o"; - name = "Private Quarters O" +/area/station/security/prison) +"rPZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"sjy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - 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/hallway/secondary/service) -"sjB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"sjL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/item/stack/rods/two, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"sjV" = ( +/turf/open/floor/carpet, +/area/station/service/chapel) +"rQg" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"sjX" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/corner{ +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/machinery/duct, -/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/garden) -"skf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"skk" = ( -/obj/machinery/power/emitter/welded{ - dir = 8 - }, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, /turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"sko" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigleft"; - name = "Brig" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, +/area/station/maintenance/tram/right) +"rQi" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/security/brig) -"skv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"rQk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelleft" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"skx" = ( -/obj/structure/table/wood, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"skE" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"skL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"rQl" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"skM" = ( -/obj/machinery/door/airlock{ - id_tag = "private_k"; - name = "Private Quarters K" +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"rQp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "trammaintdock" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"slj" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"rQr" = ( +/obj/structure/chair/office/light{ dir = 1 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron, -/area/station/command/bridge) -"sll" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"slm" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Holodeck Controls" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"rQt" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"rQG" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"slp" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rQR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 4 }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/plasteel{ - amount = 10 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"rQX" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"sly" = ( -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"slK" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/security/courtroom/holding) -"slT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"rRc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, -/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/commons/dorms) -"slW" = ( +/area/station/engineering/atmos) +"rRe" = ( +/obj/structure/chair, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"rRi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Test Room"; + dir = 9; + network = list("ss13","engineering") }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"sme" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm/directional/south{ - pixel_x = 4 +/area/station/engineering/atmospherics_engine) +"rRy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"rRH" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/machinery/light_switch/directional/south{ - pixel_x = -7; - pixel_y = -27 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rRK" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"rSa" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/storage/box/syringes{ + pixel_y = 4 }, -/turf/open/floor/iron, -/area/station/science/lab) -"smu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/item/storage/box/syringes, +/obj/item/mod/module/plasma_stabilizer, +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") }, -/obj/machinery/incident_display/tram/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"smG" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, +/obj/item/gun/syringe, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"rSb" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/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/commons/storage/primary) -"smK" = ( +/area/station/cargo/storage) +"rSj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison) -"smN" = ( -/obj/structure/cable, +/area/station/command/heads_quarters/ce) +"rSk" = ( /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/security/medical) -"smT" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/structure/girder, -/obj/effect/spawner/random/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"sni" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"rSo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"snj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/displaycase/labcage, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"snG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 +/area/station/hallway/primary/tram/center) +"rSp" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 4" }, -/turf/open/space/openspace, -/area/station/solars/port) -"snM" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm3"; - name = "Room 3" +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"snO" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/security/prison/safe) +"rSv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"snR" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Engine" +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"snS" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/area/station/ai_monitored/command/storage/eva) +"rSB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"soh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 +/area/station/ai_monitored/turret_protected/ai) +"rSC" = ( +/obj/machinery/modular_computer/preset/civilian, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/bot, -/obj/item/stack/sheet/plasteel/fifty, -/obj/effect/decal/cleanable/dirt, -/obj/item/hfr_box/body/fuel_input, -/obj/item/hfr_box/body/interface, -/obj/item/hfr_box/body/moderator_input, -/obj/item/hfr_box/body/waste_output, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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/atmospherics_engine) -"soj" = ( -/obj/effect/turf_decal/weather/snow, -/obj/machinery/gibber, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 +/area/station/engineering/break_room) +"rSH" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/structure/window/spawner/directional/west, +/obj/item/toy/plush/goatplushie, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"rTm" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/computer/security/labor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"rTt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"som" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"soq" = ( -/obj/structure/lattice/catwalk, +/area/station/science/xenobiology) +"rTZ" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rUb" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/structure/railing/corner{ +/obj/structure/railing{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 4 +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"rUd" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigright"; + name = "Brig" }, -/turf/open/space/openspace, -/area/station/solars/port) -"soA" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/courtroom) -"soG" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 2 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" }, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/door/firedoor, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron, -/area/station/service/theater) -"soJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/slippery, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"soM" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +/area/station/security/brig) +"rUe" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 6 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/left) -"soY" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 +/obj/machinery/button/transport/tram/directional/north{ + id = 3 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"spb" = ( -/turf/open/floor/iron/chapel{ +/obj/machinery/transport/destination_sign/indicator/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"rUh" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/area/station/service/chapel) -"spp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rUr" = ( +/obj/machinery/module_duplicator, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/science/explab) +"rUQ" = ( +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) +"rUR" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/nuke_storage) +"rUZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/science/lab) -"spJ" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"spT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"sqb" = ( -/obj/machinery/computer/slot_machine{ - pixel_y = 2 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"sqh" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/lesser) -"sqn" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"sqo" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"sqL" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"sqR" = ( -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"sqZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"rVp" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"rVD" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/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/hallway/secondary/service) -"src" = ( -/obj/structure/chair{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rWa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/space/basic, +/area/station/solars/port) +"rWd" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"rWe" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"rWm" = ( +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"srj" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/area/station/command/teleporter) +"rWt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rWw" = ( +/obj/structure/bed{ dir = 4 }, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"srn" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/item/bedsheet/dorms{ + dir = 4 }, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"srD" = ( +/obj/structure/sign/clock/directional/west, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"rWB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/light/cold/directional/east, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/commons/dorms) -"srI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/entry) +"rWJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"srT" = ( +/area/station/medical/treatment_center) +"rWQ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, /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/white, -/area/station/science/research) -"srV" = ( -/obj/structure/table/reinforced, -/obj/structure/secure_safe/caps_spare/directional/east, -/obj/machinery/cell_charger{ - pixel_y = 4 +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/center) +"rWT" = ( +/obj/machinery/modular_computer/preset/cargochat/security{ + dir = 4 }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron, -/area/station/command/bridge) -"ssg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"ssp" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"ssu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"ssw" = ( -/turf/closed/wall, -/area/station/commons/fitness/recreation/entertainment) -"ssT" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/warning{ dir = 6 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"ssY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) -"sta" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/commons/dorms) -"stk" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/chaplain, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"stl" = ( -/obj/structure/stairs/north, -/turf/open/floor/iron/stairs/left, -/area/station/science/lower) -"stz" = ( +/area/station/security/office) +"rWV" = ( /obj/structure/chair{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"stF" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/service/library) -"stI" = ( -/obj/structure/table/wood, -/obj/structure/sign/picture_frame/showroom/two{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/structure/sign/picture_frame/showroom/one{ - pixel_x = -8; - pixel_y = 32 - }, -/obj/item/storage/box/matches{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -4; - pixel_y = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 4; - pixel_y = 1 +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"rXA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/item/clothing/mask/cigarette/cigar/cohiba, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"stQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"rXO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/prison) -"stY" = ( -/turf/open/floor/carpet, -/area/station/service/theater) -"sur" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/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/checker, -/area/station/commons/lounge) -"suy" = ( -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"suC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"suF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/fitness/recreation) +"rYd" = ( +/obj/structure/bodycontainer/morgue{ + dir = 2 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"rYq" = ( +/obj/machinery/washing_machine, +/obj/item/radio/intercom/prison/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"rYw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 }, -/obj/effect/turf_decal/trimline/tram/filled/corner, -/obj/effect/turf_decal/trimline/tram/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"sva" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/navigate_destination/dockescpod1, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"svc" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kitchen/fork{ - pixel_x = -10; - pixel_y = 7 +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 }, -/obj/item/kitchen/spoon{ - pixel_x = -2; - pixel_y = 7 +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"svf" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 10 +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"rYL" = ( +/obj/structure/chair/comfy/black{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 10 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"svl" = ( -/obj/structure/table/reinforced, -/obj/structure/window/spawner/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"svU" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"rYO" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_4_lavaland" }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"swa" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Port Tram Platform South"; - pixel_y = -23 +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"rYV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/left) -"swf" = ( -/obj/machinery/requests_console/directional/north{ - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"rYW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/camera{ - c_tag = "Security - Head of Security's Office"; - dir = 9; - network = list("ss13","Security") +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"rZq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 }, -/obj/machinery/computer/records/security, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"swj" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/clock/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"swl" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/table/wood/fancy/blue, -/obj/item/ai_module/supplied/freeform, -/obj/effect/spawner/random/aimodule/neutral, -/obj/machinery/door/window/left/directional/east{ - name = "Neutral Modules"; - req_access = list("captain") +/area/station/ai_monitored/command/storage/eva) +"rZx" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) -"swr" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/circuit/green, -/area/station/science/robotics/mechbay) -"swO" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 10 +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room Airlock"; + dir = 10; + network = list("ss13","engine","engineering") }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"swV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ +/obj/machinery/light/small/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"rZA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"swZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/obj/machinery/computer/prisoner/management{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"sxf" = ( -/obj/structure/sign/poster/official/safety_report/directional/north, -/obj/machinery/camera{ - c_tag = "Security - Equipment Room"; - dir = 9; - network = list("ss13","Security") +/obj/machinery/requests_console/directional/west{ + department = "Security"; + name = "Security Requests Console" }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, /turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"sxh" = ( +/area/station/security/warden) +"rZF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/security/prison) +"rZI" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/item/shovel/spade, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"rZU" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"sxn" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/fitness) -"sxu" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"saj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"sau" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"sxP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Genetics Lab Desk"; - req_access = list("science") - }, -/obj/structure/desk_bell{ - pixel_x = 7 +/area/station/medical/chemistry) +"sav" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white/side, -/area/station/science/genetics) -"syd" = ( /obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"saC" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"saH" = ( +/obj/structure/lattice, +/obj/item/wirecutters, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"saJ" = ( +/obj/structure/plasticflaps/opaque, /turf/open/floor/plating, -/area/station/maintenance/department/medical) -"syo" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"sys" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/area/station/engineering/atmos) +"saZ" = ( +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"sbe" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/west{ + pixel_y = 2 }, -/turf/open/floor/iron/white, -/area/station/service/theater) -"syx" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/structure/window/reinforced/spawner/directional/south{ + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"sbs" = ( +/obj/structure/lattice, +/obj/machinery/light/cold/dim/directional/east, +/obj/machinery/transport/guideway_sensor, +/turf/open/openspace, +/area/station/asteroid) +"sbx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/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/miningdock) -"syS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 6 +/area/station/hallway/secondary/service) +"sbD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"syV" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/crew_quarters/dorms) -"szd" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 +/area/station/commons/dorms) +"sbO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"sze" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sbV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/commons/dorms) -"szi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/maintenance/port/central) +"scn" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, /obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"szz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"szL" = ( -/obj/structure/table/optable, -/obj/machinery/newscaster/directional/south, +"sct" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/directional/north, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 + }, +/obj/machinery/light/warm/directional/west, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"szM" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) -"szQ" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/service/bar) +"scx" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"szT" = ( -/obj/structure/table/glass, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/effect/spawner/random/food_or_drink/donkpockets{ - pixel_x = -5; - pixel_y = 7 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"scC" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"scE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "lefttunnel" }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"sAn" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/chair{ +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"scO" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Front Lobby"; - network = list("ss13","rd") - }, -/obj/machinery/light/cold/directional/south, /turf/open/floor/iron/white, -/area/station/science/lobby) -"sAp" = ( -/turf/closed/wall/rock, -/area/station/engineering/atmos) -"sAz" = ( +/area/station/science/xenobiology) +"scT" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"scV" = ( +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, /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/white, -/area/station/medical/medbay/central) -"sAA" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/area/station/security/medical) +"scZ" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/hallway/primary/tram/center) +"sdb" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/station/solars/port) +"sdo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"sdr" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, /turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"sAC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/area/station/science/ordnance/storage) +"sdx" = ( +/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, +/area/station/service/theater) +"sdC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"sAH" = ( -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 +/area/station/commons/fitness) +"sdK" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sed" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 10 }, -/obj/item/storage/box/deputy, -/obj/item/radio/intercom/directional/west, -/obj/machinery/button/door/directional/west{ - id = "HOSOffice"; - name = "Emergency Blast Doors"; - pixel_y = -8; - req_access = list("hos") +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 10 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"sAN" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"seh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, +/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/cargo/miningdock) -"sAV" = ( +/area/station/hallway/secondary/entry) +"seG" = ( +/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"sAW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/hallway/primary/tram/center) +"seN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"seQ" = ( +/obj/machinery/flasher/directional/west{ + id = "AI" }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/camera/motion/directional/west{ + c_tag = "Secure - AI Upload" }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sBi" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/circuit/red, +/area/station/ai_monitored/turret_protected/ai_upload) +"seR" = ( +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"seY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"sBj" = ( -/obj/machinery/power/solar{ - id = "aicore"; - name = "AI Core Solar Array" - }, -/obj/structure/cable, -/turf/open/floor/iron/solarpanel/airless, -/area/space/nearstation) -"sBn" = ( -/obj/structure/fireaxecabinet/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +"sfv" = ( +/obj/machinery/duct, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"sBs" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"sBB" = ( -/turf/open/floor/iron/stairs/left, -/area/station/science/lower) -"sBF" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/blacklight/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"sBJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/chair{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"sCd" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"sCf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"sCv" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"sfE" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/light/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"sCE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_dorm_lift" +/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/cargo/miningdock/oresilo) +"sfM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"sfX" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_dorm_lift" +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 5"; + network = list("ss13","Security","prison","pcell") }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"sCG" = ( -/obj/structure/chair{ +/area/station/security/prison/safe) +"sgb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/smooth_large, +/area/station/cargo/bitrunning/den) +"sgf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/turf/open/openspace, +/area/station/solars/port) +"sgB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"sCM" = ( -/obj/vehicle/ridden/wheelchair/motorized{ - desc = "Oh, I'm a cowboy. On a steel horse I ride. I'm wanted (wanted), dead or alive" - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"sCR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/office) +"sgN" = ( +/obj/machinery/computer/atmos_control/plasma_tank{ dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sgT" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"sCS" = ( -/obj/structure/lattice, -/obj/structure/railing/corner, -/turf/open/openspace, -/area/station/asteroid) -"sDb" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/security/prison/workout) +"sgX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lower) +"shs" = ( +/obj/structure/table/glass, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"shw" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ dir = 4 }, +/area/station/command/bridge) +"shF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"sDe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/maintenance/disposal/incinerator) +"shQ" = ( +/obj/machinery/modular_computer/preset/engineering{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"shV" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/iron/white/side{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"sDC" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, +/area/station/service/kitchen) +"sig" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) +"sik" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"sim" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"siu" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/engineering/main) +"siv" = ( +/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/service/theater) +"siE" = ( +/obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sDI" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 +/obj/machinery/camera/directional/east{ + c_tag = "Medical - Surgery B"; + network = list("ss13","medbay") }, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"sDK" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/vending/wallmed/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"sEe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -9 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"siK" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/caution/stand_clear/red, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"sEi" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" +/area/station/service/janitor) +"siL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white/side, -/area/station/service/kitchen) -"sEk" = ( -/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/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/iron/dark, +/turf/open/floor/iron/white, /area/station/science/lower) -"sEl" = ( -/obj/machinery/pdapainter/security, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"sEu" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/cable, +"siX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/space/basic, +/area/space) +"siZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"sEx" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +"sjc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sji" = ( +/turf/closed/wall/rock, +/area/station/engineering/supermatter/room) +"sjj" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sjm" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"sEy" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 12; - height = 18; - name = "Tramstation emergency evac bay"; - shuttle_id = "emergency_home"; - width = 32 - }, -/turf/open/space/openspace, -/area/space) -"sEA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) -"sEI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/security/checkpoint/engineering) +"sjn" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 3 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"sEJ" = ( -/turf/closed/wall/r_wall, -/area/station/science/robotics/mechbay) -"sEX" = ( -/obj/machinery/light/warm/directional/east, +/obj/item/storage/box/bodybags, +/obj/item/healthanalyzer, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/south, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"sFd" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/smooth_corner{ +/area/station/science/robotics/lab) +"sjE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/area/station/commons/fitness) -"sFr" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"sjL" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"sjM" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"sFG" = ( -/obj/machinery/computer/security/telescreen/cmo{ - pixel_y = 32 +/area/station/engineering/break_room) +"sjN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_dorm_lift" }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"sFH" = ( -/obj/item/bedsheet/dorms_double{ - dir = 4 +/obj/machinery/button/elevator/directional/north{ + id = "tram_dorm_lift" }, -/obj/structure/bed/double{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"sjT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 }, -/obj/structure/sign/clock/directional/north, -/obj/item/pillow/random, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"ski" = ( /turf/open/floor/carpet, -/area/station/commons/dorms) -"sFP" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/hallway/secondary/entry) +"sko" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron, -/area/station/service/janitor) -"sFX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel) -"sGv" = ( -/turf/open/misc/asteroid, -/area/station/asteroid) -"sGx" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/service/hydroponics) +"skt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/station/solars/port) +"skw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"sky" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"skC" = ( +/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/iron/white, -/area/station/science/research) -"sGC" = ( -/obj/machinery/pdapainter/research, -/obj/machinery/computer/security/telescreen/rd{ - dir = 1; - pixel_y = -32 - }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"sGI" = ( -/obj/structure/transport/linear/public, -/obj/machinery/elevator_control_panel/directional/west{ - linked_elevator_id = "tram_perma_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") - }, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 - }, -/obj/structure/railing{ - dir = 8 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) -"sGR" = ( -/obj/machinery/computer/exodrone_control_console{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"sGT" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"sHa" = ( -/turf/closed/wall/r_wall, -/area/station/science/genetics) -"sHb" = ( -/turf/closed/wall, -/area/station/cargo/miningdock) -"sHh" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, +/area/station/medical/morgue) +"skM" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"sHi" = ( +/turf/open/floor/iron, +/area/station/engineering/atmos) +"skT" = ( +/obj/machinery/door/airlock/maintenance_hatch, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"sHq" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/door/airlock{ - name = "Bar Storage" - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"sHz" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/turf/open/floor/engine/o2, -/area/station/engineering/atmos) -"sHO" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Library Desk Access"; - req_access = list("library") +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"skX" = ( +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "cargoupperbelt" }, -/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"slb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/library) -"sHX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall, -/area/station/science/ordnance) -"sIc" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"slf" = ( /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, -/area/station/hallway/primary/tram/right) -"sIv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"sIz" = ( -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 +/area/station/security/prison/garden) +"slx" = ( +/obj/structure/hoop{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"sIA" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/stripes/line{ +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"slD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/button/door/directional/north{ - id = "robotics2"; - name = "Robotics Privacy Shuttles Control"; - pixel_x = 8; - req_access = list("robotics") - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"sIE" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, +/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/medical/virology) -"sIY" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"sJf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"sJy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South-East"; - network = list("ss13","medbay") - }, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sJD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/service) +"slI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"sJX" = ( -/obj/structure/railing{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"sKa" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, +/area/station/science/lobby) +"smj" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"sKb" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/area/station/security/prison/workout) +"sml" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez3"; + name = "Xenobiology Containment Blast Door" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"sKc" = ( -/obj/structure/table/wood, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/under/suit/black_really, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"sKe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"sKh" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern{ - pixel_y = 7 +/turf/open/floor/plating, +/area/station/science/xenobiology) +"smo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"sKw" = ( -/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot/left, -/obj/effect/turf_decal/bot/right, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"sKR" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"sKZ" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"sLc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"smt" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/musical_instrument{ + spawn_loot_count = 2; + spawn_loot_double = 0; + spawn_random_offset = 1 }, -/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood, +/area/station/service/theater) +"smA" = ( +/obj/structure/chair/stool/directional/north, /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/primary/tram/left) -"sLd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) -"sLf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/area/station/construction/mining/aux_base) +"smF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"sLj" = ( -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/machinery/door/window/brigdoor/left/directional/north{ - name = "Coroner's Office"; - req_access = list("morgue_secure") +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"sLo" = ( +/area/station/service/hydroponics) +"smV" = ( /obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/storage/toolbox/electrical{ +/obj/machinery/microwave, +/obj/item/radio/intercom/prison/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Prison Cafeteria"; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"sna" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Main"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/rack, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine{ pixel_x = 4; - pixel_y = 9 + pixel_y = 6 }, -/obj/item/stock_parts/cell/high, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"sne" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/explab) -"sLq" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/area/station/ai_monitored/security/armory) +"snp" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"sLx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"sns" = ( /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/trimline/purple/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/commons/dorms) +"snC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/structure/sign/clock/directional/north, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"sLQ" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"sLZ" = ( -/obj/machinery/computer/cargo/request{ - dir = 8 +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"snD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/cargo/sorting) -"sMn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/area/station/commons/fitness) +"snK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/structure/filingcabinet, -/obj/machinery/camera{ - c_tag = "Civilian - Vacant Office"; - dir = 9 +/obj/machinery/computer/cargo, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/cargo/office) +"snQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/maintenance/starboard/greater) +"soe" = ( +/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, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"soq" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"spm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/station/science/ordnance/office) +"spp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"sMr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"spq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Main East"; - network = list("ss13","Security") +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/thinplating, +/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, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"spF" = ( +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"sqc" = ( /obj/structure/table, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = 8; - pixel_y = 2 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/spawner/random/armory/rubbershot, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"sql" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/item/food/donut/plain{ - pixel_x = -4; - pixel_y = 6 +/turf/open/floor/iron/white, +/area/station/science/research) +"sqw" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, -/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, -/area/station/security/brig) -"sMF" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint" +/area/station/security/courtroom) +"sqF" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"sMN" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"sqI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, /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/brig) -"sNc" = ( -/obj/machinery/button/door/directional/east{ - name = "Security Mech Garage Door Controls"; - id = "secmechbay"; - req_access = list("security") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/security/mechbay) -"sNi" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"sND" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"sNM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lower) +"sqQ" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery B" }, -/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, -/obj/effect/turf_decal/siding/purple/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"sNT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, /obj/machinery/duct, /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, -/area/station/hallway/secondary/service) -"sNV" = ( +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"sqT" = ( /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/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/office) -"sOi" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sqV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"sOr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"sOv" = ( -/obj/effect/landmark/start/head_of_security, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/office) -"sOw" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/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/generic, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"sOF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"sOP" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"srd" = ( +/obj/machinery/computer/cargo/request, +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"srz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"sOX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"srA" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"srF" = ( +/turf/open/openspace, +/area/station/solars/port) +"srN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ssn" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"sOZ" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"sPm" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/asteroid) -"sPs" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/construction/mining/aux_base) +"ssv" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/item/banner/cargo/mundane, -/turf/open/floor/iron, -/area/station/cargo/storage) -"sPL" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/computer/order_console/bitrunning{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"sPP" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" +/area/station/cargo/storage) +"ssw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ssC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/courtroom/holding) +"ssF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/firealarm/directional/east, +/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/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -9 + }, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"sQi" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/lower) -"sQo" = ( -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_y = -8 +/area/station/medical/pharmacy) +"ssH" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -8 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/modular_map_root/tramstation{ + key = "servicecargolower"; + name = "servicecargolower" }, -/obj/effect/landmark/start/ai, -/obj/machinery/button/door/directional/south{ - id = "AI Core shutters"; - name = "AI Core Shutters Control"; - pixel_x = 24; - req_access = list("ai_upload") +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"ssT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"ssV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai) -"sQA" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"stc" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sQC" = ( -/obj/machinery/firealarm/directional/west{ - pixel_y = 3 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = -8 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"sRn" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/area/station/hallway/secondary/service) +"std" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"ste" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"sRw" = ( -/obj/structure/closet/secure_closet/courtroom, +/area/station/hallway/secondary/entry) +"stk" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"stt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"stz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"sRB" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"sRH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/security/medical) +"stH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 +/turf/open/floor/wood/large, +/area/station/service/theater) +"stJ" = ( +/obj/machinery/firealarm/directional/west{ + pixel_y = -3 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/general, /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) -"sRP" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = 8 }, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"sRZ" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/science) -"sSd" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"stK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/structure/railing/corner{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/railing/corner{ + 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, -/area/station/medical/pharmacy) -"sSh" = ( /obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/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/command/bridge) -"sSo" = ( -/obj/structure/chair{ - dir = 8 +/turf/open/space/openspace, +/area/station/solars/port) +"stL" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"sSz" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/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/security/brig) +"stO" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"stU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, /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/directional/south, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"sSD" = ( +/area/station/science/ordnance/testlab) +"sub" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/button/door/directional/south{ + name = "Security Mech Garage Door Controls"; + id = "secmechbay"; + req_access = list("security") + }, +/turf/open/floor/iron, +/area/station/security/brig) +"sud" = ( +/obj/structure/table, +/obj/item/food/cakeslice/birthday, +/turf/open/floor/eighties/red, +/area/station/commons/fitness/recreation/entertainment) +"sue" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 9 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/newscaster/directional/west, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, -/area/station/escapepodbay) -"sSH" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/commons/dorms) +"sui" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"sul" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/central/greater) +"sun" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"suo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/duct, /obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, /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, -/turf/open/floor/iron/white/side{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"suG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/area/station/service/kitchen) -"sSK" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/button/door/directional/west{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Privacy Shutters Toggle"; + req_one_access = list("pharmacy") }, -/obj/machinery/conveyor_switch/oneway{ - id = "cargolower" +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/mineral/stacking_unit_console{ - pixel_x = 32 +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"suM" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"sSU" = ( -/obj/machinery/status_display/door_timer{ - id = "engcell"; - name = "Engineering Cell"; - pixel_x = -32 +/obj/machinery/fax{ + fax_name = "Chief Engineer's Office"; + name = "Chief Engineer's Fax Machine" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"suR" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/south{ + pixel_y = 2 }, -/obj/structure/chair{ - dir = 1 +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"sva" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rndlab1"; + name = "Research and Development Shutter" }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console" +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/east{ + name = "Research Lab Desk"; + req_access = list("science") }, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"sSY" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/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/virology) -"sSZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/area/station/science/lab) +"svc" = ( /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/disposalpipe/segment, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"sTe" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/item/radio/intercom/directional/south, +/area/station/hallway/secondary/command) +"svl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Starboard Tram Platform North-West" + }, +/obj/structure/extinguisher_cabinet/directional/west, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/cargo/storage) -"sTw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/area/station/hallway/primary/tram/right) +"svA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Engine Coolant Bypass" }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"sTF" = ( -/turf/open/floor/glass, -/area/station/cargo/storage) -"sUa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 10 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"svC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area" }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/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/engine_smes) -"sUp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/hallway/secondary/exit/departure_lounge) +"svF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, +/obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/virology) +"swg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"swr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"sUv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 +/area/station/hallway/secondary/exit/departure_lounge) +"swC" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 }, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/plating, -/area/station/asteroid) -"sUx" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/tram/right) +"swX" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"sUD" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Restroom North" +/area/station/commons/fitness) +"swZ" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/east, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/right) +"sxc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"sUF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/cyborg, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"sVi" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" +/area/station/science/lower) +"sxn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/command/bridge) -"sVo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/service) +"sxA" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"sxG" = ( +/obj/structure/chair/pew, +/turf/open/floor/iron/chapel{ dir = 5 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"sVt" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/service/chapel) +"sxR" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"sVv" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"sVF" = ( -/obj/structure/chair{ - dir = 8 +/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sxW" = ( +/obj/machinery/restaurant_portal/bar, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"sxX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"sVQ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cooling Loop" +/turf/open/floor/iron/white, +/area/station/science/lower) +"sym" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"syv" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/science) +"syE" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, /obj/effect/turf_decal/stripes/line{ - dir = 8 + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"sWf" = ( -/obj/structure/chair{ - dir = 8 +/obj/machinery/button/door/directional/north{ + id = "robotics2"; + name = "Robotics Privacy Shuttles Control"; + pixel_x = 8; + req_access = list("robotics") }, -/obj/effect/landmark/atmospheric_sanity/ignore_area, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"sWu" = ( -/obj/machinery/computer/atmos_control/nitrous_tank{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"syR" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"szb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/science/lower) +"szd" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/west, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 3"; + network = list("ss13","Security","prison","pcell") }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"sWx" = ( -/turf/closed/wall, -/area/station/maintenance/department/science) -"sWA" = ( -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"sWC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_eva_internal"; - name = "External Access" +/area/station/security/prison/safe) +"szo" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"szq" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Emitter Room East"; + dir = 6; + network = list("ss13","engine","engineering") }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_eva_internal"; - idSelf = "rightmost_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"szs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"sWD" = ( -/turf/closed/wall, -/area/station/commons/vacant_room/office) -"sWT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness) -"sWU" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"szM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, +/obj/machinery/duct, +/obj/structure/cable, /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/cargo/miningdock/oresilo) -"sXg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez5"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"sXi" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"sXu" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, /turf/open/floor/iron, -/area/station/security/office) -"sXz" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/station/command/teleporter) -"sXA" = ( -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/machinery/camera{ - c_tag = "Secure - Tech Secure Storage"; - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"sXC" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, +/area/station/security/prison) +"szZ" = ( /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/ai_monitored/turret_protected/aisat/foyer) +"sAc" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"sXH" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/floor, -/turf/open/floor/plating, -/area/station/security/prison/workout) -"sYd" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/checkpoint/arrivals) +"sAd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"sAE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/space/basic, +/area/space/nearstation) +"sAI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/flasher/directional/west{ + id = "permafrontdoor" }, /turf/open/floor/iron, /area/station/security/prison) -"sYm" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/asteroid) -"sYw" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/fitness) -"sYA" = ( +"sBt" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"sYF" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"sYK" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"sBW" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -24; - pixel_y = 24; - req_access = list("virology") - }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/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/virology) -"sZf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/aft) -"sZp" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Cargo Maintenance Hatch" +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"sCa" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" }, /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/cargo) -"sZy" = ( -/turf/open/floor/grass, -/area/station/medical/virology) -"sZG" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) -"sZK" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"sCw" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"sZU" = ( -/obj/machinery/vending/hydronutrients, -/obj/structure/noticeboard/directional/south, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"sZX" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"tao" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"sDe" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/south, +/obj/machinery/fax{ + fax_name = "Detective's Office"; + name = "Detective's Fax Machine" + }, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"sDo" = ( +/turf/closed/wall, +/area/station/service/bar) +"sDz" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"sDC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, @@ -55420,3881 +54873,4046 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"taq" = ( -/obj/structure/toilet{ - pixel_y = 13 +"sDF" = ( +/turf/open/floor/iron/stairs/right{ + dir = 4 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"tas" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/maintenance/central/greater) +"sDO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigright"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tat" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" +/area/station/security/brig) +"sDY" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/item/plate, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"taC" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/item/surgery_tray/full, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"taI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"sDZ" = ( +/turf/closed/wall, +/area/station/maintenance/disposal/incinerator) +"sEh" = ( +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/ce) -"taJ" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/yellow/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/status_display/ai/directional/east{ - pixel_y = -32 - }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"sEx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"taS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/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, +/obj/effect/turf_decal/siding/purple/corner{ dir = 1 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"sEV" = ( +/obj/machinery/computer/monitor{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"sEW" = ( +/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, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"sEX" = ( +/obj/docking_port/stationary/public_mining_dock, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"sEY" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sEZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"sFc" = ( /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/exit) -"tbc" = ( -/obj/structure/flora/bush/fullgrass/style_random, -/obj/effect/landmark/event_spawn, -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt - }, -/area/station/science/explab) -"tbg" = ( -/obj/structure/railing{ +/area/station/cargo/office) +"sFA" = ( +/obj/structure/mannequin/skeleton, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"sFE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"tbj" = ( -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"tbu" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/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) +"sFF" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"sGb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"tbw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"sGk" = ( +/obj/machinery/button/door/directional/east{ + id = "miningdorm1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"sGF" = ( +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt + }, +/area/station/science/explab) +"sGG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison/workout) -"tbx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/hallway/secondary/command) +"sGN" = ( +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"sGQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 8; - name = "Prison Monitor"; - network = list("prison"); - pixel_x = 30 +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sHh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sHj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) +"sHm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/office) -"tbz" = ( +/area/station/service/janitor) +"sHu" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sHw" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 + dir = 8 }, -/obj/machinery/computer/security{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/newscaster/directional/west, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"tbA" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/medical/chemistry) -"tbP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron/white, -/area/station/security/medical) -"tbQ" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/end{ - dir = 4 +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigright"; + name = "Brig" }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/turf/open/floor/iron, +/area/station/security/brig) +"sHB" = ( +/obj/effect/landmark/start/atmospheric_technician, +/obj/effect/landmark/navigate_destination/incinerator, /obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"sHH" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/ce) +"sHQ" = ( +/obj/effect/landmark/start/depsec/medical, +/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/checkpoint/medical) +"sHR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"tcb" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"sHV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, -/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/construction/mining/aux_base) -"tcf" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/area/station/science/lab) +"sIi" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port Mix to West Ports" }, /obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/security/prison/workout) -"tcl" = ( -/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) -"tcq" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = 34 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = 40 - }, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/tram/filled/line{ +/area/station/engineering/atmos) +"sIq" = ( +/obj/structure/table/glass, +/obj/item/wrench/medical, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"sIx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"sIF" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"sIM" = ( +/obj/effect/turf_decal/trimline/tram/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/obj/effect/turf_decal/trimline/tram/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"tcv" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/hallway/primary/tram/center) +"sJi" = ( +/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 = 4 }, /turf/open/floor/iron, -/area/station/security/office) -"tcF" = ( +/area/station/commons/dorms) +"sJQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"tcL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"tcP" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/cargo/storage) -"tcT" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"tda" = ( -/turf/open/floor/iron/dark/side{ +/area/station/hallway/secondary/service) +"sJZ" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/area/station/command/gateway) -"tdn" = ( -/obj/structure/table/reinforced, -/obj/item/retractor, -/obj/item/hemostat{ - pixel_x = 3 - }, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) -"tdp" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/newscaster/directional/east, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"sKg" = ( +/turf/closed/wall, +/area/station/commons/fitness) +"sKl" = ( +/obj/structure/closet/secure_closet/chief_medical, +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"sKp" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/barber) +"sKr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance Hatch" }, -/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/brig) -"tdv" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, /obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"tdG" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"tdH" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"tdP" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"sKA" = ( +/obj/structure/sign/plaques/kiddie{ + pixel_y = -32 }, -/obj/structure/cable, /turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"tec" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/ai_monitored/turret_protected/ai_upload) +"sKC" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"tet" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, /turf/open/floor/iron, -/area/station/security/brig) -"teF" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"teH" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/command/bridge) +"sKN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"sKO" = ( +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"sKP" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/courtroom) -"teI" = ( -/obj/item/stack/ore/glass, -/turf/open/misc/asteroid, -/area/station/science/explab) -"teK" = ( +/area/station/commons/dorms) +"sKZ" = ( +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" }, -/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, -/area/station/hallway/secondary/exit/departure_lounge) -"teO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/hallway/secondary/command) +"sLi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"teW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/railing, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"sLz" = ( +/obj/effect/turf_decal/stripes/line{ dir = 6 }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"tfl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"tfp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"tfw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"tfx" = ( -/obj/structure/sink{ - pixel_y = 15 +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "QMLoad" }, -/obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"tfA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/cargo/storage) +"sLR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"tfD" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"tfH" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"tga" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/dorms) +"sLT" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/under/color/red, +/obj/item/clothing/under/color/red, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/red, +/obj/effect/turf_decal/tile/red/full, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"sLZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/conveyor_switch/oneway{ + id = "engineeringchute"; + name = "Shipment Delivery Chute Activator"; + pixel_x = -11 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron, +/area/station/engineering/main) +"sMr" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"tgs" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"sMX" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"tgu" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 10 +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"sMZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/dorms) +"sNa" = ( +/obj/machinery/requests_console/directional/north{ + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console" }, -/obj/structure/railing/corner{ - dir = 4 +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/camera{ + c_tag = "Security - Head of Security's Office"; + dir = 9; + network = list("ss13","Security") }, -/turf/open/floor/iron/dark, +/obj/machinery/computer/records/security, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"sNr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, /area/station/command/heads_quarters/hop) -"tgv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma Outlet Pump" +"sNs" = ( +/turf/closed/wall, +/area/station/commons/storage/primary) +"sNQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 2 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"tgX" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/area/station/hallway/secondary/exit) +"sNS" = ( +/obj/machinery/door/firedoor/heavy, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "mixingastew"; + name = "Mixing Site Shutters" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/turf/open/floor/plating, +/area/station/science/ordnance) +"sNV" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"thg" = ( -/turf/open/floor/iron/stairs/left, -/area/station/command/gateway) -"thm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"thq" = ( -/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"thv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, /obj/structure/disposalpipe/segment{ - dir = 8 + dir = 4 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"thA" = ( -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"thB" = ( -/obj/structure/railing/corner{ +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"sNW" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"sNX" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"thL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) -"thP" = ( -/obj/structure/table, -/obj/item/clothing/head/utility/welding{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clothing/head/utility/welding{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +/area/station/cargo/miningdock) +"sOg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"thU" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/disposalpipe/junction/flip{ +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"tic" = ( -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, +/turf/open/space/openspace, /area/station/solars/port) -"tij" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, +"sOq" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"sOr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Door" + }, +/obj/effect/turf_decal/delivery, +/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/catwalk_floor, -/area/station/hallway/primary/tram/right) -"tiq" = ( +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/storage) -"tiC" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/area/station/engineering/main) +"sOD" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"tiG" = ( -/obj/effect/turf_decal/box/white{ - color = "#9FED58" +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -34 }, -/obj/effect/turf_decal/arrows/white{ - color = "#FF0000"; - dir = 4; - pixel_x = -15 +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -40 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"tiR" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = -22 }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 1"; - network = list("ss13","Security","prison","pcell") +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/security/prison/safe) -"tiU" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/hallway/primary/tram/center) +"sOI" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"tiW" = ( -/obj/machinery/computer/accounting{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"tiZ" = ( -/obj/structure/flora/bush/sunny/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"tja" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"tjf" = ( -/obj/machinery/door/poddoor/massdriver_chapel, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/station/service/chapel/monastery) -"tjh" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/cargo/miningdock) +"sOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"sOS" = ( +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"sPo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 }, +/obj/machinery/duct, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"tjo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/hallway/secondary/service) +"sPv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -8; + pixel_y = -24 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/loading_area/white{ - dir = 4 +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -8; + pixel_y = -36 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueuestart"; - name = "HoP Queue Shutters" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"sPw" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"tjE" = ( -/obj/structure/rack, -/obj/item/healthanalyzer{ - pixel_x = -3; - pixel_y = -4 +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ + dir = 8; + initialize_directions = 8 }, -/obj/item/healthanalyzer{ - pixel_x = -3; - pixel_y = -4 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"sPB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/item/storage/medkit{ - pixel_x = 7; - pixel_y = -3 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/item/storage/medkit{ - pixel_x = 7; - pixel_y = -3 +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"sPI" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron, /area/station/science/robotics/lab) -"tjH" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"sPK" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"sPQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"sQe" = ( +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"sQk" = ( +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"sQJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"sQS" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 10 }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"tkm" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +/area/station/hallway/secondary/exit/departure_lounge) +"sQZ" = ( +/turf/closed/wall/r_wall, +/area/station/science/explab) +"sRh" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Core North"; + network = list("aicore") }, -/obj/machinery/bluespace_vendor/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/escapepodbay) -"tkn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"tky" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 9 - }, -/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/trimline/purple/filled/corner{ - dir = 4 +/area/station/ai_monitored/turret_protected/ai) +"sRA" = ( +/obj/structure/chair/sofa/corp/left, +/turf/open/floor/wood/large, +/area/station/service/theater) +"sRE" = ( +/obj/machinery/shower/directional/west, +/obj/structure/fluff/shower_drain, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/research) +"sRL" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"tkH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"sRN" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/plating, +/area/station/cargo/warehouse) +"sRZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 +/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"sSr" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"tkJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"tkO" = ( -/obj/effect/turf_decal/sand, +/area/station/hallway/secondary/exit) +"sSt" = ( +/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, -/area/station/security/prison/workout) -"tkV" = ( -/obj/structure/flora/bush/jungle/b/style_random, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"tlq" = ( -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic/light, -/obj/machinery/door/airlock/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"tlv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/railing{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sSx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"sSH" = ( +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"sSL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"sSS" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tlz" = ( -/obj/machinery/cryo_cell{ - dir = 4 +/obj/machinery/door/window/elevator/left/directional/east{ + elevator_mode = 1; + transport_linked_id = "tram_dorm_lift" }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"sST" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"tlX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/service/hydroponics) +"sTf" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/security/processing) -"tme" = ( /obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"tmr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tmw" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/command/nuke_storage) -"tmy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tmH" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"tmI" = ( -/turf/closed/wall, -/area/station/medical/break_room) -"tmT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/wood, +/area/station/command/meeting_room) +"sTg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/court, -/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/security/courtroom) -"tni" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sTn" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/structure/sink/directional/east, /obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"tnj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/obj/machinery/firealarm/directional/south{ + pixel_x = -3 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/machinery/light_switch/directional/south{ + pixel_x = 8; + pixel_y = -23 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"sTq" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"tnL" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/obj/effect/turf_decal/trimline/red/corner{ dir = 1 }, -/obj/structure/cable, +/obj/machinery/duct, +/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/atmos) -"tnM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, +/area/station/security/prison/garden) +"sTx" = ( +/obj/effect/turf_decal/box/white, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"tnZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Prison Laundry" +/area/station/engineering/atmospherics_engine) +"sTz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/directional/north{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" + }, +/obj/machinery/door/window/left/directional/west{ + name = "Hydroponics Delivery Chute" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 }, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"sTE" = ( +/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/hydroponics) +"sTF" = ( /obj/structure/cable, +/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/white, +/area/station/medical/medbay/central) +"sTH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"sTJ" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"sTM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"tol" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/red/corner, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"tom" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/railing/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"sTQ" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"toz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/structure/closet/toolcloset, -/obj/effect/landmark/start/hangover/closet, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Aux Tool Storage" +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"toH" = ( +/area/station/cargo/storage) +"sTW" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/courtroom/holding) +"sUb" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 + dir = 4 }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/servo, -/obj/item/stock_parts/servo, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/lab) -"toK" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/landmark/start/prisoner, -/obj/structure/cable, +/area/station/science/lobby) +"sUf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"toP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/turf/closed/wall/r_wall, -/area/station/science/ordnance) -"toV" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/maintenance/port/central) +"sUs" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"toZ" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood/large, +/area/station/service/library) +"sUD" = ( +/obj/structure/chair, /obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/table, -/obj/machinery/button/door{ - id = "containdeez6"; - name = "Cell Containment Toggle Button" + dir = 9 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"tpi" = ( +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"sUX" = ( /obj/structure/railing{ - dir = 5 - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"tpo" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/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/commons/lounge) -"tps" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 + dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"tpt" = ( +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"sVd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"sVn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/iron, +/area/station/commons/dorms) +"sVq" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"sVs" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"sVz" = ( +/obj/structure/railing{ + dir = 1 }, +/obj/machinery/holopad/secure, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tpK" = ( -/obj/structure/disposalpipe/segment{ +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"sVE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" + }, +/obj/machinery/duct, +/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/security/prison/mess) +"sVG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"tpU" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/neutral/warning, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"tpV" = ( -/obj/structure/chair/office{ +/area/station/security/checkpoint/science) +"sVL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/wood, -/area/station/service/library) -"tqp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_lower_eva_external"; - idInterior = "mostleft_lower_eva_internal"; - idSelf = "mostleft_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 +/turf/open/floor/iron/stairs/old{ + dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"tqq" = ( -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"tqr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tqs" = ( -/obj/structure/chair, +/area/station/service/theater) +"sWF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"tqC" = ( -/obj/structure/chair/pew, -/turf/open/floor/iron/chapel{ +/obj/structure/chair/stool/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/service/chapel) -"tqO" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"sWM" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/window/elevator/left/directional/west{ - elevator_mode = 1; - transport_linked_id = "tram_upper_center_lift" +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"sWQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" }, +/obj/machinery/door/firedoor, +/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, -/area/station/hallway/primary/tram/center) -"trd" = ( -/obj/structure/chair{ - dir = 1 +/area/station/command/bridge) +"sWY" = ( +/obj/machinery/computer/communications{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ + pixel_x = 26 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/item/radio/intercom/command/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"sXa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"sXc" = ( /obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"trh" = ( +/area/station/security/execution/transfer) +"sXm" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + 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, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"sXL" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"sXV" = ( /obj/structure/table, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/item/assembly/igniter, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 5"; - network = list("ss13","Security","prison","pcell") +/obj/item/screwdriver{ + pixel_y = 16 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/security/prison/safe) -"trz" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 +/area/station/commons/storage/primary) +"sXW" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/white, -/area/station/medical/virology) -"trK" = ( -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"trQ" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"tsa" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"sYd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"sYk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/obj/machinery/button/transport/tram/directional/south{ - id = 1 - }, -/obj/machinery/transport/destination_sign/indicator/directional/south, +/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/primary/tram/left) -"tso" = ( +/area/station/hallway/secondary/entry) +"sYl" = ( /obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"tsp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"tsA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"tsK" = ( -/obj/effect/turf_decal/trimline/white/line, -/obj/effect/turf_decal/trimline/yellow/line{ +/obj/structure/mirror/directional/east, +/turf/open/floor/wood/large, +/area/station/service/barber) +"sYz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"tsR" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"sYJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"sYU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"tsT" = ( -/obj/effect/turf_decal/trimline/white/corner{ - dir = 1 +"sZb" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Psychologist's Office"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = -10 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"ttn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"sZe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"ttH" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/firealarm/directional/south, /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/cargo/miningdock) -"ttN" = ( -/turf/open/openspace, -/area/station/cargo/storage) -"tue" = ( -/obj/structure/table, -/obj/item/pai_card, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tuf" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/station/commons/dorms) -"tui" = ( +/area/station/engineering/break_room) +"sZh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"sZv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"tuj" = ( -/turf/open/misc/dirt/jungle{ - baseturfs = /turf/open/misc/dirt +/turf/open/floor/plating/airless, +/area/station/asteroid) +"sZw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" }, -/area/station/science/explab) -"tuo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/carpet, +/area/station/service/chapel) +"sZA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Engine Room South-West"; + network = list("ss13","engine","engineering") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"tuA" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"tuB" = ( +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sZH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Public Garden Maintenance Hatch" + }, +/obj/machinery/door/firedoor, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/security/mechbay) -"tuC" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/east{ - department = "EVA"; - name = "EVA Requests Console" +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/service/hydroponics/garden) +"taa" = ( +/obj/structure/transport/linear/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/xenobiology) +"tag" = ( +/turf/closed/wall/r_wall, +/area/station/security/lockers) +"taw" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"tuG" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +/area/station/engineering/atmos) +"taB" = ( +/obj/structure/railing{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/obj/effect/mapping_helpers/mail_sorting/service/theater, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tvg" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) -"tvh" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/library) -"tvu" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"tvJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ 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/commons/dorms) -"tvO" = ( -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 4 +"taK" = ( +/obj/structure/chair/sofa/left{ + dir = 1 }, -/obj/effect/turf_decal/trimline/tram/corner{ +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"taP" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"taU" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"taW" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"tbc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"tbe" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"tbi" = ( +/obj/machinery/airalarm/directional/north, +/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/dark, +/area/station/command/teleporter) +"tbm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tvR" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/area/station/hallway/secondary/service) +"tby" = ( +/turf/open/floor/iron/white, +/area/station/science/research) +"tbC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"tvS" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/phosphorus{ - pixel_x = -5; - pixel_y = 3 +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"tbK" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/aicard, +/obj/item/circuitboard/aicore, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/reagent_containers/cup/bottle/potassium{ - pixel_x = 7; - pixel_y = 3 +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"tcq" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 15 }, -/obj/item/reagent_containers/cup/bottle/sodium{ - pixel_x = -5; - pixel_y = -2 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"tcr" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"tcs" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kitchen/fork{ + pixel_x = -10; + pixel_y = 7 }, -/obj/item/reagent_containers/cup/bottle/oxygen{ - pixel_x = 7; - pixel_y = -2 +/obj/item/kitchen/spoon{ + pixel_x = -2; + pixel_y = 7 }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"tcD" = ( +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/utility/welding{ + pixel_x = -3; + pixel_y = 5 }, -/area/station/medical/medbay/central) -"tvZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/rack, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"tcO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) +"tda" = ( +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigright"; - name = "Brig" +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tdf" = ( +/obj/structure/chair/office{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/navigate_destination/sec, -/turf/open/floor/iron, -/area/station/security/brig) -"twa" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"twk" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"twn" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"twt" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"twB" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/north, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/item/food/grown/harebell, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Chapel Monastary" - }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"twU" = ( +/area/station/engineering/break_room) +"tdu" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_upper_eva_external"; + idInterior = "mostleft_upper_eva_internal"; + idSelf = "mostleft_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/small/dim/directional/south, /turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"txi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/disposal/bin, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Courtroom Jury South" - }, -/obj/structure/disposalpipe/trunk{ +/area/station/hallway/primary/tram/left) +"tdx" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"tdR" = ( +/obj/machinery/vending/autodrobe/all_access, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"txA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"tdY" = ( +/obj/structure/flora/bush/jungle/c/style_random, +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/science/explab) +"tdZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "The Cantina" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) -"txM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"tea" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ dir = 6 }, -/obj/machinery/door/window/right/directional/north{ - name = "Ordnance Freezer Chamber Access"; - req_access = list("ordnance") - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) -"txO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"tyh" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"teb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/commons/storage/art) -"tyt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison) -"tyy" = ( +/area/station/hallway/secondary/entry) +"tef" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_eva_internal"; + name = "External Access" }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"tyB" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/indestructible/tram/plate, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_eva_internal"; + idSelf = "middleright_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"tyJ" = ( -/obj/structure/railing{ +"tel" = ( +/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, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"teo" = ( /obj/structure/chair{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/landmark/atmospheric_sanity/ignore_area, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"tes" = ( +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"teM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/structure/cable, -/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/commons/fitness/recreation) -"tyN" = ( -/obj/machinery/air_sensor/air_tank, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"tyS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/commons/dorms) +"teQ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"teY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"tzh" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Courtroom Jury North" +/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) +"tfp" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"tzu" = ( +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/glass/reinforced, +/area/station/security/brig) +"tft" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/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, -/area/station/commons/dorms) -"tzE" = ( +/area/station/cargo/warehouse) +"tfE" = ( /obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/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/disposalpipe/sorting/mail/flip, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, /turf/open/floor/iron/white, -/area/station/science/research) -"tzF" = ( -/obj/structure/lattice, -/obj/item/wirecutters, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"tzG" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/east{ - name = "Containment Pen #6"; - req_access = list("xenobiology") +/area/station/medical/medbay/central) +"tfL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/door/window/left/directional/west{ - name = "Containment Pen #6"; - req_access = list("xenobiology") +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"tfW" = ( +/turf/open/floor/iron/chapel{ + dir = 8 }, +/area/station/service/chapel) +"tfX" = ( +/obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/preopen{ - id = "containdeez6"; - name = "Xenobiology Containment Blast Door" + id = "bunkermodeactivated"; + name = "Bridge Blast Door" }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"tzH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/ai_monitored/command/storage/eva) -"tzI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"tzW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/service/library) -"tzX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueueendbottom"; - name = "HoP Queue Shutters" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area/white{ +/area/station/command/bridge) +"tga" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"tAh" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/storage/tech) -"tAj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"tAA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"tAF" = ( +/area/station/command/heads_quarters/ce) +"tgh" = ( +/obj/structure/sign/calendar/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"tAH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/tram/filled/corner, -/obj/effect/turf_decal/trimline/tram/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tAN" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/station/science/xenobiology) -"tAY" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Bay"; - space_dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"tBe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"tgj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tgw" = ( +/obj/machinery/computer/security/telescreen/cmo/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"tBs" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"tBt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"tBx" = ( +/area/station/command/heads_quarters/cmo) +"tgB" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/structure/mirror/directional/east, +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"tgN" = ( /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/line{ 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) -"tBy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/clock/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Security Checkpoint"; - network = list("ss13","rd","Security") - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"tBM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"tBO" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"tCk" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/area/station/security/prison) +"tgP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/closet/l3closet/virology, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"tCx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/kirbyplants/random, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"tCB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"tCD" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/ash/large, -/obj/item/clothing/shoes/clown_shoes, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"tCJ" = ( -/obj/structure/chair/sofa/corp/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/hallway/secondary/exit/departure_lounge) +"tgU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"tCQ" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/light/directional/north, +/obj/structure/sink/directional/east, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"tCW" = ( -/obj/structure/chair/comfy/beige{ +/area/station/medical/medbay/central) +"thi" = ( +/obj/structure/curtain, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"thG" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/commons/dorms) -"tDm" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/treatment_center) -"tDq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, +/area/station/security/prison) +"thP" = ( +/obj/structure/chair/stool/bar/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron, +/area/station/security/prison) +"thR" = ( +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/barber) +"tia" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/security/courtroom) -"tDL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/engineering/main) +"tit" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/transport/linear/public, +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"tiz" = ( +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/escapepodbay) -"tDN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"tDP" = ( +/obj/effect/mapping_helpers/mail_sorting/supply/disposals, +/turf/closed/wall, +/area/station/maintenance/disposal) +"tiG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"tDR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 + dir = 1 }, -/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/hallway/secondary/exit) -"tEh" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"tEw" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/trimline/red/filled/line{ +"tiL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 }, -/obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, -/area/station/security/office) -"tEA" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/area/station/command/teleporter) +"tiM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/status_display/supply{ - pixel_x = -32 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"tEZ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 +/area/station/hallway/secondary/exit/departure_lounge) +"tiS" = ( +/obj/effect/landmark/navigate_destination/engineering, +/obj/machinery/modular_computer/preset/cargochat/engineering{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/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/break_room) +"tiT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/library) -"tFb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/requests_console/directional/south{ + department = "Bridge"; + name = "Bridge Requests Console"; + pixel_y = 30 }, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Dormitories West" +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"tFf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/iron/smooth, -/area/station/service/hydroponics) -"tFm" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, +/area/station/command/bridge) +"tjl" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/right) +"tjz" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, /area/station/science/xenobiology) -"tFu" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"tjA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"tjI" = ( +/obj/structure/chair{ dir = 8 }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - space_dir = 4 +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"tjP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) -"tFA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"tjS" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/security/brig) -"tFG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/area/station/cargo/storage) +"tki" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueueendbottom"; + name = "HoP Queue Shutters" }, /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, -/area/station/science/lower) -"tFN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/service/library) -"tFS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"tGe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/table/glass, -/obj/machinery/microwave/engineering/cell_included, -/obj/structure/cable, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"tGh" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 +/obj/effect/turf_decal/loading_area/white{ + dir = 8 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"tGm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"tkj" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/structure/sign/calendar/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"tGp" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, /obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/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/white, +/area/station/medical/surgery/aft) +"tkp" = ( +/obj/machinery/door/airlock/centcom{ + desc = "Truly, a marvel of modern engineering."; + name = "Syndicate Secure Airlock System" + }, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) +"tkv" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/left) +"tkH" = ( +/obj/machinery/firealarm/directional/west{ + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"tGx" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Experimentation Lab" +/area/station/security/processing) +"tkP" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, +/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/cargo/storage) +"tkU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, +/obj/machinery/airalarm/directional/south, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"tGE" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/machinery/camera/directional/south{ + c_tag = "Command - Meeting Room South" }, -/turf/open/floor/iron/white, -/area/station/science/research) -"tGF" = ( -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 4 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"tld" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/navigate_destination/dockescpod1, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tlg" = ( +/obj/machinery/door/airlock/security{ + name = "Detective's Office" }, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"tlP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/area/station/command/bridge) -"tGS" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"tGX" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"tHb" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/floor/iron/stairs/medium, -/area/station/commons/dorms) -"tHi" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"tHv" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/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/cable, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"tlY" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"tlZ" = ( +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"tml" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/l3closet/scientist, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"tHx" = ( +/area/station/science/xenobiology) +"tms" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"tmz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/stack/tile/wood, +/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, +/area/station/commons/vacant_room/office) +"tnj" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"tnq" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/station/engineering/atmos) +"tnu" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Holodeck North"; + name = "holodeck camera" + }, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/station/holodeck/rec_center) +"tnA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "ordnancestorage"; + name = "Ordnance Storage Shutters" + }, +/turf/open/floor/plating, +/area/station/science/ordnance/office) +"tnB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/rack, -/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/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/port/central) -"tHL" = ( -/obj/structure/table, -/obj/machinery/recharger, +/area/station/security/execution/transfer) +"tnV" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"tod" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 + dir = 8 }, -/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/security/office) -"tHM" = ( +"toq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tou" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tov" = ( +/obj/structure/lattice/catwalk, /obj/structure/railing{ dir = 4 }, -/turf/open/floor/iron/stairs/right, -/area/station/hallway/secondary/construction/engineering) -"tIj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/structure/disposalpipe/trunk/multiz/down{ dir = 8 }, -/obj/structure/closet/crate, -/obj/item/stack/ore/silver, -/obj/machinery/light/small/directional/west, +/turf/open/openspace/airless, +/area/station/asteroid) +"toy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"toB" = ( +/obj/structure/table, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/signlang_radio, +/obj/item/mod/module/thermal_regulator, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"tIp" = ( +/area/station/security/office) +"toT" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"toY" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/fax{ + fax_name = "Head of Security's Office"; + name = "Head of Security's Fax Machine" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"tpm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/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/construction/engineering) +"tpp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/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/trimline/white/warning, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"tIE" = ( -/obj/structure/fluff/tram_rail/electric, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"tJu" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ +/area/station/escapepodbay) +"tpB" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Chapel Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/open/floor/iron/smooth, +/area/station/service/chapel/office) +"tpP" = ( +/obj/item/bedsheet/dorms_double{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/bed/double{ dir = 4 }, -/turf/open/floor/wood, +/obj/structure/sign/clock/directional/north, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"tpR" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/large, /area/station/service/library) -"tJz" = ( -/obj/effect/landmark/event_spawn, +"tqd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"tJC" = ( +/turf/open/floor/wood/large, +/area/station/service/barber) +"tqo" = ( /obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 + dir = 8 }, -/obj/item/kirbyplants/random, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"tJF" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"tJX" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/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/checker, +/area/station/commons/lounge) +"tqp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/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/tram/mid) +"tqx" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ dir = 1 }, -/obj/structure/table, -/obj/item/stack/cable_coil/five, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 4 }, -/obj/item/assembly/health{ - pixel_x = -5; - pixel_y = 7 +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"tqA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 }, +/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/white, -/area/station/science/lobby) -"tJY" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil{ - amount = 15; - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"tKe" = ( -/obj/machinery/door/airlock/hatch{ - name = "Radstorm Shelter" +/area/station/science/research) +"tqN" = ( +/obj/machinery/power/solar{ + id = "aicore"; + name = "AI Core Solar Array" }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/solarpanel/airless, +/area/space/nearstation) +"tqT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"tKx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"tKD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/turf/open/floor/iron/chapel{ + dir = 8 }, -/obj/effect/turf_decal/stripes/corner{ +/area/station/service/chapel) +"tqV" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"tKS" = ( -/obj/effect/turf_decal/siding/thinplating_new{ +/turf/open/floor/iron/white/corner, +/area/station/service/kitchen) +"trd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/explab) -"tKX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/siding/thinplating{ - dir = 8 + dir = 4 }, -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/dorms) +"trm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"trr" = ( +/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/commons/fitness/recreation) -"tLl" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) -"tLn" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 3"; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"tLv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"tLw" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"tLQ" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/area/station/science/robotics/lab) +"try" = ( +/obj/machinery/computer/operating{ dir = 1 }, -/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/virology) -"tLS" = ( -/obj/structure/displaycase/trophy, -/turf/open/floor/wood/large, -/area/station/service/library) -"tLY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/digital_clock/directional/south, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"tLZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/area/station/medical/surgery/fore) +"trK" = ( +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"trO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 6 + 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/central) -"tMc" = ( -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) -"tMg" = ( -/obj/item/reagent_containers/cup/bucket{ - pixel_x = 4; - pixel_y = -6 - }, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small/dim/directional/west, -/mob/living/basic/mouse/gray{ - dir = 4; - name = "Plaguebearer" - }, -/turf/open/floor/plating, -/area/station/medical/virology) -"tMn" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/lower) -"tMs" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 9 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) -"tMz" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/structure/sign/clock/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"tML" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/clothing/head/utility/welding, -/obj/item/clothing/glasses/welding, -/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"trY" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/obj/effect/spawner/random/contraband/armory, +/obj/effect/spawner/random/maintenance/three, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"tMR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/ai_monitored/security/armory) +"trZ" = ( +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, /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/primary/tram/center) -"tMT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood, -/area/station/service/library) -"tMY" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/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/iron, -/area/station/science/ordnance/storage) -"tNb" = ( -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"tNh" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/station/hallway/secondary/command) +"tsa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/turf/open/floor/plating, -/area/station/security/processing) -"tNl" = ( -/obj/machinery/door/airlock{ - name = "Prison Stall" - }, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"tNv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tNz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"tNH" = ( -/obj/machinery/button/crematorium{ - id = "crematoriumChapel"; - pixel_y = -26 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Chapel Crematorium" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"tNL" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"tNY" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/openspace, -/area/space/nearstation) -"tOh" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/rnd_secure_all, /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"tOl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"tOq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - East Tram Tunnel 4" - }, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"tsc" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, -/mob/living/simple_animal/bot/secbot/beepsky/officer, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"tOr" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"tsg" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"tOt" = ( +/area/station/science/xenobiology) +"tsp" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"tOu" = ( -/turf/open/floor/iron/stairs/medium{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/area/station/commons/vacant_room) -"tOA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"tOE" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, +/area/station/engineering/atmos) +"tsu" = ( +/obj/machinery/light/dim/directional/south, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"tOF" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box, -/obj/item/storage/fancy/candle_box{ - pixel_x = -2; - pixel_y = 2 - }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"tOM" = ( -/obj/machinery/shower/directional/west, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/research) -"tOR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/security/interrogation) +"tsw" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 }, -/obj/item/kirbyplants/organic/plant10, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"tOW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/item/cultivator, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"tsx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/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/cable, +/obj/machinery/light/cold/directional/east, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"tOX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/science/lower) +"tsP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/newscaster/directional/east, +/obj/structure/chair, /turf/open/floor/iron, -/area/station/commons/dorms) -"tPp" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Port Tram Platform North-West" - }, +/area/station/hallway/secondary/exit/departure_lounge) +"tsV" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/shower/directional/east, /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"tPv" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"tth" = ( +/obj/effect/landmark/event_spawn, /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/safe) -"tPF" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ttj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tto" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"tPO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"tts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tPT" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"tPW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/engineering/atmos) +"ttw" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = 3 }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) -"tQc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"tQr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/item/taperecorder{ + pixel_x = -3 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/sign/poster/official/obey/directional/south, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"ttH" = ( +/obj/structure/chair{ + dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"tQz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 +/area/station/hallway/secondary/exit/departure_lounge) +"tuf" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/machinery/button/door{ + id = "containdeez5"; + name = "Cell Containment Toggle Button" }, -/turf/open/floor/iron/dark/side{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"tug" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 }, -/area/station/command/bridge) -"tQE" = ( -/obj/machinery/mass_driver/ordnance{ - dir = 4 +/turf/open/space/basic, +/area/space/nearstation) +"tuC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" }, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) -"tQN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"tRg" = ( -/obj/structure/sign/calendar/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"tuS" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, +/obj/machinery/light/dim/directional/west, /turf/open/floor/iron/dark, -/area/station/medical/break_room) -"tRt" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 +/area/station/engineering/storage/tech) +"tvh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_upper_eva_internal"; + name = "External Access" }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 1 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_upper_eva_internal"; + idSelf = "middleright_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"tRA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"tRC" = ( -/turf/closed/wall/rock, -/area/station/engineering/supermatter/room) -"tRE" = ( -/obj/machinery/igniter/incinerator_ordmix, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) -"tRH" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Freezer" +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"tvP" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/tubes{ + pixel_x = 4; + pixel_y = 4 }, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/obj/item/storage/box/lights/tubes, +/obj/item/wrench, +/obj/item/stack/cable_coil, +/obj/machinery/light/directional/north, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"tvQ" = ( +/obj/structure/chair/office/light{ dir = 1 }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"tRI" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 5 + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/genetics) -"tRU" = ( -/obj/structure/sign/clock/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"tSr" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/cargo/storage) -"tSy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +"tvT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"tSY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/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, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/engineering/main) +"twg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"twk" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/station/commons/dorms) +"twr" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/clock/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"twv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"twz" = ( +/turf/open/openspace, +/area/station/hallway/secondary/entry) +"twF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, /turf/open/floor/iron, /area/station/maintenance/tram/left) -"tTm" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"tTz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ +"twH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/side{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"twO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit) +"twR" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/area/station/ai_monitored/command/storage/eva) -"tTG" = ( -/obj/structure/chair{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"twS" = ( +/obj/structure/table/glass, +/obj/machinery/microwave, +/obj/structure/sign/clock/directional/east, +/obj/machinery/firealarm/directional/north{ + pixel_x = 2 }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"txh" = ( +/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/courtroom) -"tUc" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ +/area/station/medical/virology) +"txl" = ( +/obj/structure/railing{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/cargo) -"tUt" = ( -/obj/machinery/button/elevator/directional/east{ - id = "tram_xeno_lift" +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 8 }, -/obj/machinery/lift_indicator/directional/east{ - linked_elevator_id = "tram_xeno_lift" +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"txw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, +/obj/machinery/camera/emp_proof/directional/north{ + c_tag = "Engineering - Atmospherics North" }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"txD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/item/pen, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"tUu" = ( -/obj/effect/turf_decal/sand/plating, +/area/station/medical/medbay/central) +"txI" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/firealarm/directional/south, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"txJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/security/brig) +"txM" = ( /obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"txS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"tUx" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/decal/cleanable/dirt, -/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, -/area/station/cargo/storage) -"tUA" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/iron/white, +/area/station/science/research) +"txW" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ + chamber_id = "o2ordance"; + dir = 4 + }, +/turf/open/floor/engine/o2, +/area/station/science/ordnance/storage) +"tyi" = ( +/obj/structure/table, /obj/machinery/button/door{ - id = "Xenolab"; + id = "testlab"; name = "Test Chamber Blast Doors"; pixel_x = 4; - pixel_y = 9; + pixel_y = 2; req_access = list("xenobiology") }, /obj/machinery/button/ignition{ - id = "Xenobio"; + id = "testigniter"; pixel_x = -6; - pixel_y = 9 + pixel_y = 2 }, -/obj/item/radio/intercom{ - pixel_y = -4 +/turf/open/floor/iron/dark, +/area/station/science/explab) +"typ" = ( +/obj/structure/table/wood/fancy/green, +/obj/effect/spawner/random/aimodule/harmless, +/obj/item/ai_module/supplied/freeform{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/ai_module/reset, +/obj/item/radio/intercom/directional/east{ + frequency = 1447; + name = "ai intercom" + }, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"tyx" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/contraband/narcotics, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"tUM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/evidence) +"tyE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 10 }, -/obj/machinery/newscaster/directional/south, -/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"tyV" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/processing) +"tyZ" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Right Stairway" + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/iron, -/area/station/engineering/break_room) -"tVk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/service) +"tzq" = ( +/obj/structure/disposaloutlet{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"tVn" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8; - filter_type = list(/datum/gas/nitrogen) +/obj/structure/disposalpipe/trunk{ + dir = 4 }, /turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"tVq" = ( -/obj/structure/closet/radiation, +/area/station/science/xenobiology) +"tzv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"tVu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_cargo_lift"; - pixel_x = -27; - pixel_y = -2 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_cargo_lift"; - pixel_x = -26; - pixel_y = -1 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"tzL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/storage) -"tVx" = ( -/obj/structure/bed{ +/area/station/maintenance/disposal/incinerator) +"tzQ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/item/bedsheet/dorms, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/clock/directional/east, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"tVz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"tAo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 10 +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"tVG" = ( -/obj/structure/closet/crate/silvercrate, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"tVQ" = ( -/obj/machinery/static_signal/northwest, -/obj/effect/turf_decal/stripes/white/line, +/area/station/security/brig) +"tAs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"tVX" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 +/area/station/commons/fitness) +"tAF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"tAH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/structure/table, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/atmos{ - pixel_x = 5; - pixel_y = 9 +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tAJ" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" }, -/obj/structure/cable, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"tWb" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"tWj" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tBa" = ( /obj/structure/table, -/obj/item/assembly/igniter{ +/obj/item/raw_anomaly_core/random{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/raw_anomaly_core/random{ pixel_x = -5; - pixel_y = 3 + pixel_y = 7 }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 +/obj/item/raw_anomaly_core/random, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"tBc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/disposalpipe/trunk, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"tBo" = ( +/obj/structure/table, +/obj/item/stack/sheet/iron{ + amount = 10 }, +/obj/item/electropack, /turf/open/floor/engine, /area/station/science/xenobiology) -"tWl" = ( -/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/delivery/white{ - color = "#52B4E9" +"tBu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_eva_external"; + idSelf = "mostleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"tBv" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"tWn" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/flashlight/flare, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"tWG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"tBA" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"tBK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals - South Hall" +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tBN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tWR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/area/station/security/prison/workout) +"tBO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/structure/closet/athletic_mixed, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Fitness Center South-East" +/obj/item/radio/intercom/directional/west, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"tCe" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 6 }, -/obj/structure/sign/clock/directional/south, /turf/open/floor/iron, -/area/station/commons/fitness) -"tWS" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole, -/turf/open/floor/wood/large, -/area/station/service/library) -"tXa" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/cargo/storage) +"tCf" = ( +/turf/open/misc/asteroid/airless, +/area/space) +"tCi" = ( +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"tCw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"tCT" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"tCX" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/built/directional/north, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"tDn" = ( +/obj/structure/railing{ dir = 8 }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"tDz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"tDD" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"tDP" = ( /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, /area/station/medical/medbay/central) -"tXg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +"tDR" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase/secure{ + pixel_x = -2; + pixel_y = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"tDT" = ( +/turf/open/openspace, +/area/station/commons/fitness/recreation) +"tEa" = ( +/obj/structure/table/wood, +/obj/structure/mirror/directional/south, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"tXz" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 5 +/area/station/service/theater) +"tEl" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"tXN" = ( -/obj/structure/railing{ - dir = 4 +/obj/machinery/light/warm/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"tEw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium" }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, +/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/chapel/office) +"tEx" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Science - Xenobiology Lower Containment Chamber"; + network = list("ss13","rd","xeno") }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 }, -/obj/structure/ladder, -/turf/open/floor/iron/white, +/turf/open/floor/engine, /area/station/science/xenobiology) -"tXY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"tED" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/tram/plate/energized{ + inbound = 1; + outbound = 2 + }, +/area/station/hallway/primary/tram/left) +"tEF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/radio/intercom/directional/south, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/turf/open/floor/wood, -/area/station/service/library) -"tYf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/closet/masks, -/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, /turf/open/floor/iron, -/area/station/commons/fitness) -"tYt" = ( -/obj/machinery/button/door/directional/west{ - id = "private_e"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +/area/station/cargo/storage) +"tEP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"tFb" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"tFe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"tYO" = ( /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/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Access" +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"tFg" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Chapel East" }, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/science/minisat, /turf/open/floor/iron/dark, -/area/station/science/lower) -"tYU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, +/area/station/service/chapel) +"tFk" = ( +/turf/closed/wall/r_wall, +/area/station/security/mechbay) +"tFB" = ( +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/storage) -"tZl" = ( -/obj/effect/turf_decal/arrows/red{ - pixel_y = 15 - }, -/obj/effect/decal/cleanable/dirt, +/area/station/science/lobby) +"tFC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"tZy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 +/area/station/cargo/miningdock) +"tFJ" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"tFK" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Main South"; + network = list("ss13","Security") }, -/obj/structure/railing{ - dir = 4 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"tZB" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = -28 +/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/brig) +"tFP" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "SapMaster XP" }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = -34 +/obj/machinery/requests_console/directional/north{ + department = "Hydroponics"; + name = "Hydroponics Requests Console" }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = -40 +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"tFQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" }, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = -22 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "holodeck" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tZD" = ( -/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/engineering/atmos) -"tZH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 6 +/area/station/commons/fitness/recreation) +"tFW" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"tGc" = ( +/obj/structure/closet/secure_closet/brig/genpop, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"tGo" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/entry) +"tGR" = ( +/obj/machinery/button/elevator{ + id = "tram_upper_center_lift"; + pixel_x = 5 + }, +/obj/machinery/lift_indicator{ + linked_elevator_id = "tram_upper_center_lift"; + pixel_x = 4; + pixel_y = -2 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"tHb" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"tZM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ - dir = 8 +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"tZS" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"tZU" = ( +/turf/open/floor/iron, +/area/station/engineering/main) +"tHc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tZY" = ( -/obj/machinery/bluespace_beacon, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/effect/landmark/navigate_destination/teleporter, -/turf/open/floor/circuit, -/area/station/command/teleporter) -"uag" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"uaA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"tHt" = ( +/obj/structure/railing{ dir = 1 }, -/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/brig) -"uaC" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /obj/structure/cable, -/obj/effect/landmark/navigate_destination/chemfactory, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"uaI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tHv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/command/teleporter) +"tIg" = ( +/obj/modular_map_root/tramstation{ + key = "arrivallibraryupper"; + name = "arrivallibraryupper" }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"uaJ" = ( -/turf/closed/wall, -/area/station/science/explab) -"uaM" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"uaQ" = ( -/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/trimline/purple/filled/corner{ - dir = 4 +/turf/open/misc/asteroid, +/area/station/asteroid) +"tIh" = ( +/obj/structure/window/spawner/directional/north, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/infuser_book{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 9; + pixel_y = 3 }, +/obj/effect/turf_decal/tile/dark_green/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"tIi" = ( +/mob/living/simple_animal/bot/floorbot, /turf/open/floor/iron/dark, -/area/station/science/lower) -"ube" = ( -/obj/structure/hoop{ - dir = 4 +/area/station/ai_monitored/turret_protected/aisat_interior) +"tID" = ( +/obj/structure/transport/linear/public, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_upper_center_lift" }, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"ubh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_upper_center_lift" }, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/mid) +"tIT" = ( +/obj/structure/table/wood, +/obj/structure/mirror/directional/south, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/theater) +"tIU" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "cargoupperbelt" + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, -/obj/machinery/duct, /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/hallway/secondary/service) -"ubz" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/area/station/cargo/sorting) +"tIX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ubM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/medical/medbay/central) +"tJe" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 8 + }, +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = -5 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"tJh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"tJp" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tJz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/table, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/glasses/science, /turf/open/floor/iron/white, -/area/station/science/lab) -"ubX" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/science/lobby) +"tJB" = ( +/obj/machinery/button/door/directional/west{ + id = "private_f"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"tJE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"uce" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/storage) -"uck" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"ucn" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 +/turf/open/floor/iron, +/area/station/command/bridge) +"tJR" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = -34 +/obj/machinery/newscaster/directional/south, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"tKa" = ( +/obj/machinery/door/window/right/directional/south{ + name = "Suit Storage" }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = -40 +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"tKh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/structure/sign/directions/upload{ - pixel_y = -22 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"ucr" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"ucN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/cargo/warehouse) +"tKt" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"tKH" = ( +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"tKK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"tLg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"tLs" = ( /obj/structure/disposalpipe/segment, /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/security/brig) -"udo" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/tcommsat/computer) +"tLz" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"tLD" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/musical_instrument, +/turf/open/floor/wood, +/area/station/service/theater) +"tLE" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"udB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, +/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, -/area/station/science/lobby) -"udH" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +/area/station/medical/medbay/central) +"tMb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) -"udP" = ( -/obj/structure/table/glass, -/obj/structure/microscope, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"udR" = ( /obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"uec" = ( -/obj/effect/turf_decal/weather/snow, -/obj/effect/turf_decal/weather/snow/corner, -/obj/machinery/icecream_vat, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"uei" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"ueu" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ +/area/station/medical/virology) +"tMg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ueC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/warning/chem_diamond{ + pixel_x = 32 + }, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"tMw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tMD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"ueH" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"ueK" = ( -/obj/effect/landmark/start/depsec/medical, /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/checkpoint/medical) -"ueQ" = ( -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/commons/storage/tools) +"tMP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"ueS" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"ufa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"uff" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"tMQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"ufj" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"ufr" = ( -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/office) -"ufs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/small/directional/south, +/area/station/hallway/secondary/entry) +"tMW" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port) +"tMY" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/cargo/miningdock) +"tNk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ufz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/commons/dorms) +"tNn" = ( +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"tNs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tNG" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Upper External North"; + network = list("aicore") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"tNJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ufD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, /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/commons/dorms) -"ufL" = ( -/obj/structure/girder, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"uge" = ( +/area/station/hallway/secondary/exit) +"tNO" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/button/door/directional/west{ + id = "cargowarehouse"; + name = "Cargo Warehouse Shutters" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"ugs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/cargo/warehouse) +"tNW" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"ugw" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ugZ" = ( +/area/station/engineering/atmos) +"tOw" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, /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/medical/coldroom) -"uhk" = ( -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"uht" = ( -/turf/closed/wall, -/area/station/medical/treatment_center) -"uhx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ - chamber_id = "o2ordance"; - dir = 4 - }, -/turf/open/floor/engine/o2, -/area/station/science/ordnance/storage) -"uhz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tOA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/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/hallway/secondary/exit) -"uhC" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"uhD" = ( -/obj/machinery/chem_master, +/area/station/commons/dorms) +"tOB" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"tOI" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uhJ" = ( -/obj/machinery/computer/cargo/request, -/obj/structure/sign/calendar/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"uhK" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter" +/area/station/science/ordnance/office) +"tPb" = ( +/obj/structure/table, +/obj/item/storage/dice, +/obj/machinery/duct, +/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/security/prison) +"tPu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"tPz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"tPD" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/minisat, +/obj/machinery/ecto_sniffer{ + pixel_x = -4 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"uhM" = ( -/obj/structure/railing/corner{ - dir = 4 +/area/station/science/robotics/lab) +"tPE" = ( +/turf/closed/wall, +/area/station/hallway/secondary/entry) +"tPW" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"tPZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uid" = ( -/obj/modular_map_root/tramstation{ - key = "secservicelower"; - name = "secservicelower" +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 }, /turf/open/floor/plating, -/area/station/maintenance/port/central) -"uir" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/science/lab) +"tQq" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"tQy" = ( +/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, +/area/station/hallway/primary/tram/center) +"tRf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tRn" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area North-West" + }, +/obj/item/toy/plush/lizard_plushie/space/green, +/obj/machinery/incident_display/dual/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tRo" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/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/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tRu" = ( +/obj/machinery/drone_dispenser, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"tRT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"uiu" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/airalarm/directional/north, -/obj/machinery/newscaster/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"uiK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, +/area/station/cargo/lobby) +"tRU" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"uiL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/commons/dorms) +"tRV" = ( +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uiW" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"uiX" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 10 +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = 8 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"tRX" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 +/turf/open/floor/iron/white/corner{ + dir = 8 + }, +/area/station/service/kitchen) +"tSa" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/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/tram/right) +"tSc" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"uja" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/left{ +/area/station/service/bar) +"tSe" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, /area/station/escapepodbay) -"ujw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"ujA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"tSl" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ + dir = 1 }, -/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) -"ujH" = ( -/obj/machinery/computer/cargo, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"tSp" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"tSr" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"tSz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/button/door/directional/north{ - id = "QMLoaddoor"; - pixel_x = -6 +/obj/item/pipe_dispenser, +/obj/machinery/light/directional/north, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"tTc" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 1 }, -/obj/machinery/button/door/directional/north{ - id = "QMLoaddoor2"; - pixel_x = 6 +/obj/machinery/door/window/elevator/left/directional/south{ + elevator_mode = 1; + transport_linked_id = "tram_perma_lift" }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Warehouse North" +/turf/open/floor/iron, +/area/station/security/brig) +"tTe" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/cargo/storage) -"ujK" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/monocle, -/obj/item/food/pie/cream, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/station/service/theater) -"ujL" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 1" +/area/station/engineering/atmos) +"tTg" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring" }, /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"ujZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_eva_external"; - idInterior = "middleright_lower_eva_internal"; - idSelf = "middleright_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"ukf" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"tTs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"ukl" = ( +/area/station/commons/fitness/recreation) +"tTJ" = ( /obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, /turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"uku" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, +/area/station/security/brig) +"tTK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, /turf/open/floor/iron, -/area/station/security/processing) -"ukw" = ( +/area/station/maintenance/disposal/incinerator) +"tTN" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/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/surgery/fore) +"tUy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/lower) +"tUL" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 + dir = 5 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/camera/directional/east{ + c_tag = "Security - Prison Main North-East" }, -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/brig) -"ukC" = ( +/area/station/security/prison) +"tUT" = ( +/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, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"ukG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +"tVv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/table, -/obj/item/clothing/under/misc/burial, -/obj/item/clothing/under/misc/burial, -/obj/item/clothing/under/misc/burial, -/obj/item/clothing/under/misc/burial, -/obj/item/clothing/under/misc/burial, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"ukQ" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"ukV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/warehouse) -"ukZ" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 9 +/area/station/commons/dorms) +"tVK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + 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/ai_monitored/turret_protected/aisat_interior) -"ule" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/paper/guides/jobs/hydroponics, -/obj/item/seeds/onion, -/obj/item/seeds/garlic, -/obj/item/seeds/potato, -/obj/item/seeds/tomato, -/obj/item/seeds/carrot, -/obj/item/seeds/grass, -/obj/item/seeds/ambrosia, -/obj/item/seeds/wheat, -/obj/item/seeds/pumpkin, -/obj/effect/spawner/random/contraband/prison, -/obj/item/radio/intercom/prison/directional/east, -/obj/machinery/camera{ - c_tag = "Security - Prison Garden"; - dir = 6; - network = list("ss13","Security","prison") +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 }, -/obj/item/seeds/tower, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"ulo" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"ulE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/light/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"ulU" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) -"ulX" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/starboard/lesser) -"umc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 5 +/turf/open/floor/iron, +/area/station/science/explab) +"tVO" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/south, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) +"tWb" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Theatre Stage" }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"umk" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/station/service/theater) +"tWe" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/sign/departments/evac/directional/east, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area North-East" + }, +/obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"umD" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/area/station/commons/fitness/recreation) +"tWn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"umO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"tWo" = ( +/obj/structure/lattice/catwalk, /obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"umP" = ( -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"umS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor/left/directional/east{ - name = "Medical Delivery Chute" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Medical"; - name = "navigation beacon (Medical Delivery)" +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"tWw" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/loading_area{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tWy" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/medical/storage) -"unr" = ( -/obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"uns" = ( -/obj/structure/ladder, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"unv" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External East"; - dir = 10; - network = list("ss13","minisat") +/area/station/security/prison/garden) +"tWX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/space/basic, -/area/space/nearstation) -"unA" = ( -/obj/structure/sign/warning/pods/directional/north, -/turf/open/openspace, -/area/station/hallway/secondary/entry) -"unP" = ( -/obj/machinery/modular_computer/preset/research, -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"unT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage" }, +/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/cable, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"tXf" = ( /obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/auxlab/firing_range) -"unV" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uom" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/machinery/door/poddoor/shutters{ - id = "righttunnel" + dir = 6 }, -/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tXn" = ( +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/station/maintenance/tram/right) -"uoo" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Morgue"; - network = list("ss13","medbay") +/area/station/service/chapel/monastery) +"tXs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/bodycontainer/morgue{ - dir = 2 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"tXz" = ( +/turf/closed/wall, +/area/station/commons/vacant_room/commissary) +"tXA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"uot" = ( /obj/structure/table, -/obj/item/clipboard, -/obj/item/wrench, -/obj/structure/extinguisher_cabinet/directional/south, /obj/machinery/camera/directional/south{ - c_tag = "Science - Server Room"; + c_tag = "Science - AI Station Access Exterior"; network = list("ss13","rd") }, -/turf/open/floor/circuit/green, -/area/station/science/server) -"uou" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"tXI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/office) +"tXK" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + name = "Unloading Conveyor"; + pixel_x = -13; + pixel_y = -4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tXL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"tXU" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"tXW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #6"; + req_access = list("xenobiology") + }, +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #6"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez6"; + name = "Xenobiology Containment Blast Door" + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"tXY" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/chapel, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"uov" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating{ +"tYb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/door/window/right/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"uoA" = ( -/obj/item/paper{ - default_raw_text = "Congradulations, agent 'INSERT NAME HERE'! You have been assigned reconnaissance duty among the orbiting rocks of Indecipheres! As this location was previously scouted as a potential build site for a Nanotrasen outpost, one of our benefactors has taken the oppertunity to pre-emptively construct a listening outpost within the region! You have been tasked with monitoring the potentially active future crew and logging all events onboard. If you are a Nanotrasen official who has stumbled upon this outpost before it could be properly established: Please ignore this entire paper."; - name = "initiation paperwork" - }, -/obj/machinery/computer/records/medical/syndie{ - dir = 1; - req_access = list("syndicate") - }, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"uoQ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, +/obj/machinery/power/apc/auto_name/directional/north, +/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/cargo/drone_bay) -"uoW" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/storage/medkit/toxin{ - pixel_x = 3; - pixel_y = 3 +/area/station/security/checkpoint/science) +"tYc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/item/storage/medkit/toxin, -/obj/item/storage/medkit/toxin{ - pixel_x = -3; - pixel_y = -3 +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 }, -/obj/machinery/door/window/right/directional/east{ - name = "Secure Medical Storage"; - req_access = list("medical") +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/white{ - dir = 4 +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"tYe" = ( +/obj/structure/table/reinforced, +/obj/item/rcl/pre_loaded, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/machinery/keycard_auth/wall_mounted/directional/south, +/obj/machinery/computer/security/telescreen/ce/directional/west, /turf/open/floor/iron/dark, -/area/station/medical/storage) -"uoZ" = ( +/area/station/command/heads_quarters/ce) +"tYp" = ( /turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai) -"upa" = ( +/area/station/command/heads_quarters/rd) +"tYB" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"upb" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) -"upc" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"tYK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/structure/lattice/catwalk, +/obj/machinery/door/poddoor/shutters{ + id = "trammaintdock" }, -/turf/open/floor/iron, -/area/station/security/processing) -"upA" = ( +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"tYX" = ( /obj/structure/table, /obj/item/toy/cards/deck, /obj/machinery/duct, @@ -59303,175 +58921,185 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison) -"upD" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_green/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 +"tZf" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/storage/bag/ore, +/obj/item/shovel, +/obj/item/clothing/gloves/color/yellow/heavy, +/obj/item/clothing/glasses/meson, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"tZz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/door/airlock/research/glass{ - name = "Genetics Lab" +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"tZM" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery = 10, /obj/effect/decal/cleanable/oil = 90); + name = "funny slipper :)" }, -/obj/effect/mapping_helpers/airlock/access/all/science/genetics, -/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/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/right) +"tZO" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"upF" = ( +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"tZP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"upL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 8 }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"upM" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"upP" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"upR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, /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/cargo/lobby) -"upV" = ( +"uax" = ( +/turf/open/floor/iron, +/area/station/cargo/storage) +"uaJ" = ( +/obj/machinery/computer/mechpad, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"uaM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"uba" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"upW" = ( -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Core North"; - network = list("aicore") +/obj/machinery/bluespace_vendor/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"uqs" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ubd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"uqJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/hallway/secondary/command) +"ubk" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/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, +/area/station/ai_monitored/security/armory) +"ubt" = ( +/obj/structure/chair/office/light{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"ubu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"ubx" = ( +/obj/effect/turf_decal/arrows/red{ + pixel_y = 15 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"ubC" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/station/security/prison) +"ubD" = ( +/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/checker, -/area/station/commons/lounge) -"uqW" = ( -/obj/effect/turf_decal/trimline/brown/line, -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 1 +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"ubH" = ( +/turf/open/floor/iron/chapel{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"ura" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +/area/station/service/chapel) +"ubR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/machinery/status_display/door_timer{ + id = "scicell"; + name = "Science Cell"; + pixel_y = 32 + }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ure" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/security/checkpoint/science) +"ubW" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/explab) -"urg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, +/area/station/commons/fitness/recreation) +"ubY" = ( +/obj/structure/mirror/directional/west, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uca" = ( +/obj/item/stack/ore/glass, +/obj/item/toy/basketball, +/turf/open/misc/asteroid, +/area/station/security/prison/workout) +"uck" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/light/cold/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"ury" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"urG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"ucn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"ucs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/cable, -/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/security/brig) -"urJ" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/central/greater) -"urS" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/corner, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 9 +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"urV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio{ - icon_state = "radio" +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"usd" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/transport/crossing_signal/northwest, +/obj/machinery/duct, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ush" = ( +/area/station/hallway/secondary/service) +"ucA" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -59480,682 +59108,933 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/execution/transfer) -"usj" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"ust" = ( -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"usM" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"utJ" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"udk" = ( +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"utP" = ( -/obj/structure/fluff/tram_rail/end{ - dir = 8 +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"udq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"utS" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/floor/grass, -/area/station/science/lower) -"utY" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 +/obj/structure/closet/secure_closet/warden, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/machinery/light/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"udr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/trimline/red/filled/corner, +/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/dark, -/area/station/service/hydroponics) -"uub" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/port) -"uuo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/area/station/security/interrogation) +"udO" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/disposalpipe/trunk/multiz/down{ +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"udP" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/courtroom) +"udQ" = ( +/turf/closed/wall, +/area/station/cargo/warehouse) +"udS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/floodlight_frame, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"udX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/openspace/airless, -/area/station/asteroid) -"uus" = ( -/obj/structure/table, -/obj/item/radio{ - pixel_x = -6; - pixel_y = -3 - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - 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/light/directional/west, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"udY" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 }, +/obj/item/taperecorder, /obj/machinery/firealarm/directional/west{ - pixel_y = 5 + pixel_y = -3 }, /obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = -9 + pixel_x = -23; + pixel_y = 8 }, +/obj/structure/secure_safe/directional/south, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"udZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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, -/area/station/security/checkpoint/medical) -"uuw" = ( -/turf/closed/wall/r_wall, -/area/station/security/execution/education) -"uuD" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/office) -"uuH" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/hallway/secondary/entry) +"uel" = ( +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Firing Range Gear Crate"; + req_access = list("science") + }, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/effect/turf_decal/trimline/purple/filled/line{ 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/east, +/obj/machinery/light/directional/east, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uuW" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 1 +/area/station/science/auxlab/firing_range) +"uem" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uer" = ( +/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"uuY" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1"; - space_dir = 1 +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"uey" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"uvg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"uvq" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 }, -/turf/open/floor/iron/white/corner{ +/obj/structure/table/wood/fancy/royalblue, +/turf/open/floor/wood/large, +/area/station/service/library) +"ueG" = ( +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/area/station/service/kitchen) -"uvA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/grass, +/area/station/commons/dorms) +"ufh" = ( /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/miningdock) -"uvG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/cargo/storage) +"ufC" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"uvP" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/chem_master, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"ufK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"uvX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #1"; - req_access = list("xenobiology") - }, -/obj/machinery/door/window/left/directional/south{ - name = "Containment Pen #1"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez1"; - name = "Xenobiology Containment Blast Door" - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"uwd" = ( +/area/station/service/hydroponics/garden) +"ufM" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/shower/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"ufO" = ( +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ugp" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"ugt" = ( +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"ugu" = ( +/obj/structure/chair/stool/bar/directional/west, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/closet/secure_closet/warden, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"uwx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uwy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"uwH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/security/prison/safe) +"ugC" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"ugK" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"ugP" = ( +/obj/effect/landmark/start/coroner, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"ugW" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/structure/table, -/obj/item/radio/intercom/directional/east, -/obj/machinery/coffeemaker, -/turf/open/floor/iron, -/area/station/security/brig) -"uwJ" = ( -/turf/closed/wall, -/area/station/asteroid) -"uwK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock"; + space_dir = 4 }, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"uhf" = ( +/obj/machinery/door/firedoor/border_only, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"uwN" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"uhs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uxe" = ( -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"uxj" = ( -/obj/structure/sink/kitchen/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/station/service/kitchen) -"uxm" = ( -/obj/structure/transport/linear/public, -/obj/machinery/elevator_control_panel/directional/west{ - linked_elevator_id = "tram_sci_lift"; - preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/railing{ +/area/station/commons/storage/art) +"uhv" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"uxq" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/machinery/light/directional/west, +/obj/machinery/mining_weather_monitor/directional/north, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"uhw" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"uhP" = ( +/obj/structure/fluff/tram_rail/electric/anchor, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"uid" = ( +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"uip" = ( +/obj/structure/closet/secure_closet/brig{ + id = "medcell"; + name = "Medical Cell Locker" }, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/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/security/checkpoint/engineering) -"uxz" = ( +/area/station/security/checkpoint/medical) +"uiA" = ( /obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/genetics) -"uxC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"uiC" = ( +/obj/machinery/door/airlock/research{ + name = "Xenobiology Entrance" }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/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) -"uxU" = ( +/obj/machinery/door/firedoor, /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/obj/machinery/door/window/left/directional/south{ - dir = 1; - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/engine, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, /area/station/science/xenobiology) -"uxX" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/security/courtroom) -"uyn" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/plumbing/input{ +"uiI" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"uyo" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"uiV" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) -"uyr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +/obj/item/tape{ + pixel_x = 5; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/item/tape{ + pixel_x = 4; + pixel_y = 8 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "N2 Outlet Pump" +/obj/item/taperecorder{ + pixel_x = -3; + pixel_y = 2 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"ujb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_lower_lower_eva_external"; + idInterior = "middleleft_lower_lower_eva_internal"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uyv" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Entertainment Center South" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"uje" = ( +/turf/closed/wall, +/area/station/science/robotics/lab) +"ujm" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_lower_eva_internal"; + name = "External Access" }, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"uyz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 4 +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_lower_eva_internal"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 }, -/obj/structure/railing{ - dir = 8 +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/decal/cleanable/dirt, +/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/maintenance/tram/left) +"ujn" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" }, -/turf/open/space/openspace, -/area/space) -"uyE" = ( -/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"ujs" = ( +/obj/effect/turf_decal/siding/thinplating, /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, /turf/open/floor/iron, -/area/station/security/prison) -"uyG" = ( -/turf/open/floor/engine/o2, -/area/station/science/ordnance/storage) -"uyN" = ( -/obj/machinery/status_display/door_timer{ - id = "medcell"; - name = "Medical Cell"; - pixel_y = 32 +/area/station/commons/fitness/recreation) +"ujt" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/window{ + id = "offstationaccess"; + name = "External Operations Shutter Access" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/turf/open/floor/iron, +/area/station/command/teleporter) +"ujw" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Security Checkpoint"; - network = list("ss13","medbay","Security") +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"uyO" = ( +/area/station/hallway/primary/tram/right) +"ujx" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "cargolower" + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/obj/machinery/light/small/dim/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"uyV" = ( -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"ujK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelleft" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"ujP" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/chair, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"uzx" = ( -/turf/closed/wall/rust, -/area/station/security/prison/workout) -"uzB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, +/obj/machinery/duct, /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, -/area/station/cargo/warehouse) -"uzG" = ( -/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/wood, -/area/station/service/theater) -"uzI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/station/security/prison) +"ukh" = ( +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/dim/directional/west, +/mob/living/basic/mouse/gray{ + dir = 4; + name = "Plaguebearer" + }, +/turf/open/floor/plating, +/area/station/medical/virology) +"ukj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 }, /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/iron, -/area/station/science/ordnance/testlab) -"uzJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/science/ordnance/storage) +"ukn" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"ukq" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/storage/tech) +"uku" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"uzL" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/area/station/engineering/atmos) +"ukw" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" }, -/obj/machinery/airalarm/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"uzQ" = ( -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"uzS" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ukE" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 8 }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/command/bridge) +"ukS" = ( +/obj/structure/table/reinforced, +/obj/item/surgical_drapes, +/obj/item/cautery, /obj/machinery/camera/directional/south{ - c_tag = "Science - Xenobiology South"; + c_tag = "Science - Robotics Surgery"; network = list("ss13","rd") }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uAb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/science/robotics/lab) +"ukY" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"ulb" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, /turf/open/floor/iron/white, -/area/station/science/lobby) -"uAf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/science/xenobiology) +"uld" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"uAi" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, /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) -"uAk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"uAC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"uAF" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "crgdoor"; - name = "Security Post - Cargo" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/security/prison) +"ulh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/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/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/radio/intercom/prison/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"uAK" = ( -/obj/machinery/static_signal/southwest, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +"ulm" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Atmoshperics"; + name = "navigation beacon (Atmoshperics Delivery)" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"uBd" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/conveyor{ + dir = 8; + id = "atmosdropoff" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"ulz" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/machinery/camera/directional/north{ + c_tag = "Science - Ordnance Lab"; + network = list("ss13","rd") + }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uBj" = ( -/obj/structure/chair/office/light{ +/area/station/science/ordnance/office) +"ulJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/fluff/paper/stack{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) -"uBl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"ulK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uBm" = ( -/obj/structure/rack, -/obj/item/book/manual/chef_recipes, -/obj/item/holosign_creator/robot_seat/restaurant, -/obj/item/reagent_containers/condiment/enzyme, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/kitchen) -"uBp" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 +/turf/open/floor/engine/n2o, +/area/station/engineering/atmos) +"ulM" = ( +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron, +/area/station/service/janitor) +"ulS" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 }, -/obj/machinery/computer/pandemic, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uBu" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access = list("library") +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"ulT" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/paper/guides/jobs/hydroponics, +/obj/item/seeds/onion, +/obj/item/seeds/garlic, +/obj/item/seeds/potato, +/obj/item/seeds/tomato, +/obj/item/seeds/carrot, +/obj/item/seeds/grass, +/obj/item/seeds/ambrosia, +/obj/item/seeds/wheat, +/obj/item/seeds/pumpkin, +/obj/effect/spawner/random/contraband/prison, +/obj/item/radio/intercom/prison/directional/east, +/obj/machinery/camera{ + c_tag = "Security - Prison Garden"; + dir = 6; + network = list("ss13","Security","prison") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/seeds/tower, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"ulV" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"ume" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/station/hallway/secondary/exit) +"umf" = ( +/obj/effect/mapping_helpers/ianbirthday, /obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"umu" = ( +/obj/machinery/rnd/server/master, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"umx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/evac/directional/west{ + pixel_y = -32 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/turf/open/floor/engine/cult, -/area/station/service/library) -"uBx" = ( -/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/trimline/purple/filled/corner{ +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"umC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"umK" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/lower) -"uBz" = ( +/area/station/science/research) +"umN" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/service) +"umT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"umU" = ( +/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/grimy, -/area/station/security/detectives_office) -"uBX" = ( -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"uCf" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/area/station/service/library/lounge) +"ung" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/prison) +"unl" = ( +/turf/closed/wall, +/area/station/cargo/miningdock/cafeteria) +"unn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/brown/filled/line, /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/cargo/miningdock) -"uCi" = ( -/obj/structure/disposalpipe/segment, +/area/station/engineering/break_room) +"uno" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/radshelter/civil) +"unx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 5 + }, +/obj/structure/sign/warning/rad_shelter{ + pixel_y = 32 }, +/obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"uCm" = ( -/obj/structure/cable/layer1, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"uCo" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/landmark/start/prisoner, +"unS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"uCE" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/siding/wood{ +/area/station/science/robotics/mechbay) +"uof" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"uon" = ( +/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/iron/white, +/area/station/science/xenobiology) +"uov" = ( +/turf/closed/wall/r_wall, +/area/station/security/processing) +"uoD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"uoJ" = ( +/obj/structure/closet/secure_closet/security/science, +/obj/item/clothing/mask/whistle, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"uoO" = ( +/obj/structure/cable, +/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/hallway/secondary/command) +"upe" = ( +/obj/effect/landmark/start/cyborg, +/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/ai_monitored/turret_protected/aisat/foyer) +"upj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"upt" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"uCH" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron, +/area/station/security/prison) +"upx" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard/directional/south, +/obj/machinery/computer/records/medical/laptop{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"upA" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/commons/storage/art) +"upO" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/cable, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/cargo/office) -"uCO" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/engineering/engine_smes) +"upS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"uCQ" = ( -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/large, -/area/station/service/barber) -"uCS" = ( +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"upX" = ( /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/carpet, -/area/station/service/library) -"uDi" = ( -/obj/machinery/telecomms/message_server/preset, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"uqc" = ( +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"uqj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"uqm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/effect/spawner/random/vending/colavend, +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Dormitories West Stairwell" + }, +/obj/structure/sign/flag/nanotrasen/directional/north, +/turf/open/floor/iron, +/area/station/commons/dorms) +"uqo" = ( +/obj/machinery/telecomms/processor/preset_three, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"uDx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, +"uqs" = ( +/obj/structure/closet/secure_closet/hop, +/obj/structure/sign/clock/directional/west, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"uqA" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/duct, +/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/checker, +/area/station/commons/lounge) +"uqC" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/security/office) +"uqR" = ( +/obj/effect/landmark/navigate_destination/dockarrival, +/turf/open/floor/iron, /area/station/hallway/secondary/entry) -"uDD" = ( +"uqS" = ( +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"ure" = ( +/obj/machinery/portable_atmospherics/pump{ + name = "Lil Pump" + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"urf" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 10 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"uDQ" = ( +/area/station/cargo/warehouse) +"urm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"urq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"urA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"urK" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -60164,423 +60043,483 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"uDV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +"urO" = ( +/obj/structure/bed/medical/emergency, +/obj/machinery/iv_drip, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"uDZ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +/area/station/medical/morgue) +"urP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/structure/extinguisher_cabinet/directional/south{ + pixel_x = -6 + }, +/obj/machinery/button/door/directional/south{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_x = 6 }, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"urY" = ( /obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uEf" = ( -/obj/machinery/flasher/directional/south{ - id = "AI"; - pixel_x = 20 +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mechbay"; + name = "Mech Bay" }, -/obj/machinery/door/window{ - atom_integrity = 300; - base_state = "rightsecure"; - dir = 1; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - req_access = list("ai_upload") +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"uEn" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/smooth_corner{ +/turf/open/floor/plating, +/area/station/science/robotics/mechbay) +"usm" = ( +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"uss" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"usz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/large, +/area/station/service/barber) +"usE" = ( +/obj/structure/fluff/tram_rail/electric/anchor{ dir = 1 }, -/area/station/commons/fitness) -"uEs" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 +/turf/open/openspace, +/area/station/hallway/primary/tram/left) +"usQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"uED" = ( +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) +"usR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /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/carpet, +/area/station/service/library) +"usY" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/cargo) +"usZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/clock/directional/south, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"utc" = ( +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Wing"; + dir = 9 }, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"uEX" = ( -/turf/closed/wall, -/area/station/security/checkpoint/escape) -"uFg" = ( -/obj/structure/chair{ - dir = 1; - name = "Prosecution" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"utj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"utk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 }, /turf/open/floor/iron, -/area/station/security/courtroom) -"uFk" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/lockers) -"uFl" = ( +/area/station/command/teleporter) +"utA" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"utB" = ( /obj/structure/table, -/obj/item/airlock_painter, -/obj/item/rcl/pre_loaded, -/obj/item/chisel{ - pixel_y = 7 +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"utG" = ( +/obj/structure/fireaxecabinet/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"utP" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/camera/emp_proof/directional/west{ + c_tag = "Secure - Telecomms Server Room West" }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"utY" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/five, /turf/open/floor/iron, -/area/station/commons/storage/art) -"uFo" = ( -/obj/machinery/duct, +/area/station/cargo/warehouse) +"uue" = ( +/obj/machinery/power/turbine/turbine_outlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"uul" = ( /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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel) +"uuw" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"uuB" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/knife/kitchen, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uFw" = ( +/area/station/service/kitchen) +"uuC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/library) +"uuR" = ( /obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/spawner/random/vending/colavend, +/obj/machinery/vending/coffee, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"uFA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"uuS" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uFG" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"uuZ" = ( +/obj/structure/chair/pew, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"uva" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/fitness) +"uvu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"uFJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"uFK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/command/bridge) +"uvv" = ( +/turf/closed/wall/rock/porous, +/area/station/science/xenobiology) +"uvB" = ( +/obj/structure/railing/corner{ dir = 1 }, -/obj/machinery/light/small/dim/directional/south, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"uFP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"uvI" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"uvU" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4; + name = "server vent" }, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"uwb" = ( +/obj/machinery/duct, /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/command) -"uFQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"uFR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uwf" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/weldingtool/mini, +/obj/item/clothing/glasses/welding, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/catwalk_floor, +/turf/open/floor/iron, /area/station/maintenance/port/central) -"uGa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +"uwk" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/escapepodbay) -"uGn" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uwp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"uGp" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/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/tram/right) -"uGA" = ( -/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/dark, -/area/station/command/teleporter) -"uGJ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +/area/station/science/robotics/lab) +"uwt" = ( +/obj/machinery/light/warm/directional/west, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"uwy" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/stripes, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -7; + pixel_y = 7 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/item/reagent_containers/cup/glass/mug/coco{ + pixel_x = -6; + pixel_y = -1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uGK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez7"; - name = "Xenobiology Containment Blast Door" +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 3 }, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"uGN" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" +/obj/item/pen{ + pixel_x = 6 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"uwE" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = 3 }, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"uGR" = ( -/obj/structure/transport/linear/tram/corner/southeast, -/obj/structure/tram/spoiler{ - dir = 4 +/obj/item/circuitboard/machine/exoscanner, +/obj/item/circuitboard/machine/exoscanner{ + pixel_y = -3 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"uGV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/structure/sign/poster/official/enlist/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"uHb" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/evac/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/security/prison) -"uHj" = ( -/obj/structure/rack, -/obj/structure/window/spawner/directional/north, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"uHl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"uHr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/cargo/drone_bay) +"uxj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/machinery/requests_console/directional/north{ + department = "Telecomms Admin"; + name = "Telecomms Requests Console" }, -/obj/structure/cable, +/obj/effect/mapping_helpers/requests_console/announcement, /obj/structure/disposalpipe/segment{ - dir = 9 + 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, -/area/station/service/hydroponics/garden) -"uHt" = ( -/obj/structure/dresser, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"uHy" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/north{ - pixel_y = 2 - }, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"uHD" = ( -/obj/machinery/vending/tool, +/area/station/tcommsat/computer) +"uxn" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/red/corner, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"uHH" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/obj/effect/spawner/random{ - loot = list(/obj/effect/decal/cleanable/oil/slippery = 10, /obj/effect/decal/cleanable/oil = 90); - name = "funny slipper :)" - }, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/right) -"uHK" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"uHW" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bar Maintenance Hatch" + dir = 1 }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 }, /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, -/area/station/maintenance/department/security) -"uIi" = ( +/turf/open/floor/iron, +/area/station/engineering/atmos) +"uxq" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_upper_eva_external"; - idInterior = "mostleft_upper_eva_internal"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/obj/item/food/cheese/wheel, +/obj/structure/fluff/paper/stack{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"uxG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"uxL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"uIn" = ( +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"uxM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"uIF" = ( -/obj/structure/table/glass, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/taperecorder{ - pixel_x = -3 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"uxW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/right{ + pixel_y = -32 }, -/obj/structure/sign/poster/official/obey/directional/south, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"uIJ" = ( +/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/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uIP" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 +/area/station/commons/dorms) +"uyb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"uJi" = ( -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"uJm" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office" +"uyd" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"uyf" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/shaker, +/obj/machinery/light/warm/directional/east, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"uyq" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"uyJ" = ( +/turf/open/floor/iron, +/area/station/security/prison/workout) +"uyL" = ( +/obj/structure/transport/linear/public, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_dorm_lift" }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_dorm_lift" + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"uyS" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/obj/effect/landmark/start/assistant, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"uJp" = ( -/obj/structure/sign/poster/official/random/directional/south, -/obj/machinery/light/blacklight/directional/south, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"uJC" = ( -/obj/structure/stairs/north, -/turf/open/floor/iron/stairs/medium, -/area/station/cargo/miningdock) -"uJJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"uyZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/table/glass, +/obj/item/pai_card, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uzl" = ( +/obj/structure/fluff/tram_rail/electric, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"uzm" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/storage) +"uzt" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -60588,313 +60527,274 @@ /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) -"uJO" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/secondary/entry) +"uzB" = ( +/obj/effect/turf_decal/trimline/brown/line, +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"uzG" = ( +/obj/machinery/mech_bay_recharge_port{ dir = 2 }, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/right) -"uJQ" = ( -/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/science/robotics/mechbay) +"uzM" = ( +/obj/machinery/griddle, /turf/open/floor/iron/white, -/area/station/science/lower) -"uJY" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +/area/station/service/kitchen) +"uzX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"uKe" = ( -/obj/machinery/computer/atmos_control/mix_tank{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"uAn" = ( +/obj/effect/landmark/start/depsec/supply, +/obj/structure/chair/office{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uAp" = ( +/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, +/area/station/hallway/secondary/entry) +"uAx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"uAC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/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/engineering/atmos/pumproom) -"uKf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/commons/storage/primary) +"uAF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez5"; + name = "Xenobiology Containment Blast Door" }, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"uAK" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"uKh" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"uKi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"uAN" = ( +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"uKr" = ( -/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"uKH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/cargo/drone_bay) +"uAZ" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 to Pure" +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"uBi" = ( +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 +/obj/item/storage/briefcase/secure, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos) -"uKL" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/area/station/security/courtroom) +"uBo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"uKS" = ( -/obj/machinery/oven/range, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"uLg" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"uLv" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 - }, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"uBu" = ( +/obj/item/radio/intercom/prison/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/prison) +"uBy" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"uLE" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"uBA" = ( /obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Courtroom" + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uBD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/storage) -"uLH" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/conveyor_switch/oneway{ - id = "lawyerdropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 +/area/station/commons/dorms) +"uBG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"uBH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"uLN" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uCh" = ( +/obj/structure/railing{ + dir = 5 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Entry Airlock"; - dir = 9; - network = list("ss13","engineering") +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"uCl" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 34 }, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uMa" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage" +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 40 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"uMh" = ( -/obj/effect/turf_decal/bot, -/obj/vehicle/ridden/janicart, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/turf/open/floor/iron, -/area/station/service/janitor) -"uMi" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 5 +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 22 }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"uCo" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"uCv" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"uCy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"uCz" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 10 }, +/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/command/heads_quarters/hop) -"uMs" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uMt" = ( -/obj/structure/table/wood, -/obj/item/holosign_creator/robot_seat/bar, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"uMu" = ( +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"uCB" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uMB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/item/stack/medical/mesh, -/obj/item/stack/medical/gauze, -/obj/structure/table/glass, -/obj/machinery/vending/wallmed/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"uMI" = ( -/obj/machinery/light/floor, -/turf/open/floor/grass, -/area/station/science/lower) -"uMN" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Chapel South" - }, -/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/dark, -/area/station/service/chapel) -"uMP" = ( -/obj/machinery/status_display/ai/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/structure/table, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/storage/box/lights/mixed, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 }, -/obj/machinery/disposal/bin, /turf/open/floor/iron, -/area/station/command/bridge) -"uMQ" = ( +/area/station/commons/storage/tools) +"uCC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"uNc" = ( -/obj/effect/turf_decal/stripes/corner{ 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) -"uNi" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/armory/bulletproof_armor, -/obj/effect/spawner/random/armory/bulletproof_helmet, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"uNz" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/contraband/prison, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/knife/plastic, -/obj/item/knife/plastic, -/obj/item/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"uNB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/area/station/commons/dorms) +"uCO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"uNI" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Chapel East" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"uNK" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/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/medical/medbay/central) -"uNO" = ( -/turf/closed/wall, -/area/station/security/evidence) -"uNV" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"uCQ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/firealarm/directional/east{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/cold/directional/east, /turf/open/floor/iron/white, -/area/station/science/lower) -"uNW" = ( -/mob/living/basic/mouse/brown/tom, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"uNY" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, +/area/station/science/research) +"uCY" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"uCZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -60902,1126 +60802,1278 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"uOb" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "cargoupperbelt" - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 +/area/station/security/brig) +"uDg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/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) +"uDl" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/sorting) -"uOr" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"uOF" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"uOK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"uOY" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +"uDs" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Entertainment Center South" }, -/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) -"uPa" = ( -/obj/effect/landmark/event_spawn, +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"uDB" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/theater) -"uPf" = ( -/obj/machinery/button/door/directional/west{ - id = "private_f"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +"uDC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"uDI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"uPr" = ( +/obj/structure/rack, +/obj/item/stack/sheet/mineral/titanium{ + amount = 3 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"uDL" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"uDT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) -"uPs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, +/obj/machinery/duct, /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/hallway/secondary/entry) -"uPC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_lower_eva_external"; - name = "External Access" +/area/station/hallway/secondary/service) +"uDW" = ( +/obj/structure/railing{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_lower_eva_external"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"uPG" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"uEw" = ( +/obj/machinery/button/door/directional/east{ + id = "miningdorm3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"uPW" = ( -/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/effect/landmark/start/bitrunner, -/turf/open/floor/iron/dark/textured_large, -/area/station/cargo/bitrunning/den) -"uQm" = ( -/obj/machinery/duct, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"uEx" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/emproof, +/obj/item/stock_parts/cell/emproof, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES Misc"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"uEB" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/bot_white, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"uEE" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"uQv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/commons/fitness/recreation) +"uEL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uEV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"uQI" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/warning{ +/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, +/area/station/hallway/secondary/entry) +"uFo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/service/janitor) -"uQT" = ( -/obj/structure/stairs/east, -/turf/open/floor/iron/stairs/medium{ +/area/station/engineering/atmos) +"uFr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/area/station/commons/vacant_room) -"uQZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/main) -"uRa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/security/prison) +"uFB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"uRo" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"uFD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"uFE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Garden" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/lattice, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"uFX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/space/basic, /area/space/nearstation) -"uRs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"uFY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ 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/dark, +/area/station/service/chapel/monastery) +"uGa" = ( +/obj/machinery/grill, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/kitchen) +"uGb" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 3 + }, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"uGf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uGn" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/junction{ +/turf/open/floor/iron, +/area/station/security/brig) +"uGo" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"uRx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/item/folder{ + pixel_x = 5 + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"uRy" = ( -/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/grimy, -/area/station/service/library/lounge) -"uSg" = ( +/turf/open/floor/iron/white, +/area/station/science/lab) +"uGq" = ( +/turf/closed/wall, +/area/station/science/ordnance/bomb) +"uGy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"uGJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uGL" = ( +/obj/structure/bed/medical/emergency, +/obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"uSs" = ( -/obj/effect/landmark/navigate_destination/dockescpod2, -/obj/structure/cable, +/area/station/medical/medbay/central) +"uGP" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Security Delivery Chute"; - req_access = list("security") +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/security/office) -"uSA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"uGU" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"uGW" = ( +/turf/closed/wall, +/area/station/cargo/miningdock) +"uHb" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/photocopier, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"uHj" = ( +/obj/machinery/duct, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uHk" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/research) +"uHm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /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/fitness/recreation) -"uSH" = ( -/turf/open/openspace, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"uSR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/machinery/light/cold/directional/north, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uTb" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 9 - }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" +/area/station/maintenance/tram/left) +"uHn" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"uTe" = ( -/obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/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/virology) +"uHz" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"uTm" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 2" +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"uHA" = ( +/obj/machinery/elevator_control_panel/directional/north{ + desc = "A small control panel used to move the kitchen dumbwaiter up and down."; + linked_elevator_id = "dumbwaiter_lift"; + name = "Dumbwaiter control Panel"; + preset_destination_names = list("2" = "Hydroponics", "3" = "Kitchen") }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"uTo" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 +/turf/open/floor/iron/white/side, +/area/station/service/kitchen) +"uHB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/table/glass, +/obj/machinery/fax{ + fax_name = "Medical"; + name = "Medical Fax Machine" }, -/obj/effect/turf_decal/weather/snow, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"uTr" = ( -/turf/open/floor/wood/large, -/area/station/service/library) -"uTA" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"uTE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uHF" = ( +/obj/structure/railing{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/departments/evac/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uTK" = ( -/obj/effect/landmark/event_spawn, -/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/cargo/storage) -"uTR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/obj/structure/ladder, /turf/open/floor/iron/white, -/area/station/science/research) -"uUe" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +/area/station/science/xenobiology) +"uHI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"uHQ" = ( +/obj/item/paper{ + default_raw_text = "Congradulations, agent 'INSERT NAME HERE'! You have been assigned reconnaissance duty among the orbiting rocks of Indecipheres! As this location was previously scouted as a potential build site for a Nanotrasen outpost, one of our benefactors has taken the oppertunity to pre-emptively construct a listening outpost within the region! You have been tasked with monitoring the potentially active future crew and logging all events onboard. If you are a Nanotrasen official who has stumbled upon this outpost before it could be properly established: Please ignore this entire paper."; + name = "initiation paperwork" }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/duct, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"uUj" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +/obj/machinery/computer/records/medical/syndie{ + dir = 1; + req_access = list("syndicate") }, -/obj/structure/transport/linear/public, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"uUu" = ( -/obj/machinery/button/door/directional/east{ - id = "miningdorm3"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"uHT" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"uHW" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"uUB" = ( -/obj/structure/bed{ +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) +"uIk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/item/bedsheet/dorms, -/obj/effect/landmark/start/assistant, -/obj/structure/sign/clock/directional/east, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"uUF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"uIo" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/hydroponics/garden) +"uIq" = ( +/obj/structure/table, +/obj/machinery/keycard_auth{ + pixel_x = 7; + pixel_y = -2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 +/obj/item/computer_disk/ordnance{ + pixel_x = -4; + pixel_y = 10 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 +/obj/item/computer_disk/ordnance{ + pixel_x = 5; + pixel_y = 10 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"uUQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/item/computer_disk/ordnance{ + pixel_x = 1; + pixel_y = 10 }, -/obj/structure/disposalpipe/junction{ +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"uIt" = ( +/turf/closed/wall, +/area/station/security/evidence) +"uIG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"uJa" = ( +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"uVj" = ( -/obj/machinery/lift_indicator{ - linked_elevator_id = "tram_upper_center_lift"; - pixel_x = 4; - pixel_y = -2 +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring East"; + dir = 10; + network = list("aicore") }, -/obj/machinery/button/elevator{ - id = "tram_upper_center_lift"; - pixel_x = 5; - pixel_y = -1 +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"uJc" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + id = "crgcell"; + name = "Cargo Cell"; + req_access = list("security") }, -/turf/closed/wall, -/area/station/service/janitor) -"uVo" = ( -/obj/structure/table, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter{ - pixel_x = -8; - pixel_y = -4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/item/screwdriver{ - pixel_y = 16 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"uVv" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"uVV" = ( +/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, -/area/station/service/theater) -"uWf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Test Room"; - dir = 9; - network = list("ss13","engineering") +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"uWz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/security/checkpoint/supply) +"uJf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_upper_lower_eva_external"; + idInterior = "mostleft_upper_lower_eva_internal"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"uWD" = ( -/obj/machinery/door/firedoor/heavy, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/ordnance/office) -"uWM" = ( -/obj/machinery/camera{ - c_tag = "Hallway - Starboard Tram Platform South-East"; - dir = 6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"uJk" = ( +/obj/structure/easel, +/obj/item/canvas/nineteen_nineteen, +/obj/item/canvas/twentythree_nineteen, +/obj/item/canvas/twentythree_twentythree, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"uJH" = ( +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"uJN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/commons/dorms) +"uJO" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uJV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"uKn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uWS" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/storage) -"uXd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/janitor) +"uKr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/digital_clock/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"uXk" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"uXo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"uXt" = ( -/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/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"uXw" = ( -/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"uKt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"uKv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"uXC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"uXF" = ( +/area/station/science/robotics/lab) +"uKK" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, /turf/open/floor/plating, -/area/station/command/heads_quarters/rd) -"uXK" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/gravity_generator) +"uKP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ +/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/medical/morgue) +"uLd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Custodial Closet" +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"uLe" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, +/obj/machinery/status_display/evac/directional/south, +/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/janitor) -"uXM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Testing Range Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/turf/open/floor/catwalk_floor, -/area/station/science/auxlab/firing_range) -"uXW" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/west{ - pixel_y = 2 - }, -/obj/structure/window/reinforced/spawner/directional/south{ - pixel_y = 2 +/area/station/security/execution/transfer) +"uLn" = ( +/obj/machinery/door/airlock{ + id_tag = "private_p"; + name = "Private Quarters P" }, -/obj/effect/spawner/random/decoration/ornament, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, -/area/station/commons/vacant_room/office) -"uXY" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"uYc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/commons/dorms) +"uLt" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -8; + pixel_y = 12 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"uLD" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uLN" = ( +/turf/open/floor/glass/reinforced, +/area/station/science/genetics) +"uLO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"uYT" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/engineering) -"uZa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/clock/directional/east, -/obj/structure/closet/secure_closet/personal, -/obj/effect/spawner/random/bureaucracy/briefcase, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/vacant_room/commissary) -"uZv" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/dorms) +"uLW" = ( +/obj/machinery/prisongate, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"uZx" = ( -/obj/machinery/conveyor/inverted{ - dir = 9; - id = "QMLoad2" +/area/station/security/prison) +"uLX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/left/directional/east{ + name = "Containment Pen #7"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/machinery/door/window/left/directional/west{ + name = "Containment Pen #7"; + req_access = list("xenobiology") }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/machinery/door/poddoor/preopen{ + id = "containdeez7"; + name = "Xenobiology Containment Blast Door" }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"uZA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/turf/open/floor/engine, +/area/station/science/xenobiology) +"uMg" = ( +/obj/structure/table, +/obj/item/radio/intercom, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"uMk" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/structure/sign/departments/aisat/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/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) -"uZB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/commons/fitness/recreation) +"uMu" = ( +/obj/structure/table/glass, +/obj/item/storage/box/petridish{ + pixel_x = -5; + pixel_y = 8 }, -/obj/structure/disposalpipe/trunk/multiz{ - dir = 4 +/obj/item/storage/box/petridish{ + pixel_x = 5; + pixel_y = 3 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/central) -"uZV" = ( -/obj/structure/bodycontainer/morgue/beeper_off, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"val" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side, -/area/station/science/lobby) -"vao" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Cytology East"; + network = list("ss13","rd","xeno") }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"uME" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vau" = ( +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) +"uMQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/radio/off{ - pixel_y = 6 - }, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 4 + dir = 4 }, -/obj/item/radio/off{ - pixel_x = 6; - pixel_y = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/item/radio/off, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"vaw" = ( +/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, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"uNa" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uNl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) -"vaG" = ( +/area/station/cargo/drone_bay) +"uNs" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"uNB" = ( +/turf/open/floor/iron, +/area/station/command/teleporter) +"uNE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/poddoor/shutters{ + id = "winkyface"; + name = "External Dock Access" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"uNI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"vaV" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/here_for_your_safety/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"vaX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"vbm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"uNJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/security/mechbay) +"uNK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"vbr" = ( -/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{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"uNN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Virology Airlock"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"uNT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"uOg" = ( +/obj/machinery/computer/atmos_control/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vbB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"uOj" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ 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/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm/directional/south, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"vbE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/area/station/science/lab) +"uOl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"uOx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"vbF" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"uOD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/status_display/door_timer{ - id = "Isolation_A"; - name = "Isolation Cell A"; - pixel_y = 32 - }, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"vbK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/maintenance/tram/right) +"uOQ" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"vbR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Public Garden" }, -/obj/machinery/camera{ - c_tag = "Hallway - Engineering Entry West"; - dir = 10 +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"uOY" = ( +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uOZ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"vbT" = ( -/obj/machinery/power/tracker, +/area/station/engineering/atmos) +"uPi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) -"vcb" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"uPo" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/item/surgery_tray/full, /turf/open/floor/iron/white, -/area/station/security/execution/education) -"vcn" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"vcp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/area/station/medical/surgery/fore) +"uPv" = ( +/obj/machinery/washing_machine, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"uPP" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/obj/structure/sign/warning/engine_safety{ - pixel_x = -32 +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 }, +/obj/structure/cable, +/obj/structure/table, /turf/open/floor/iron, /area/station/engineering/break_room) -"vcs" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"uPV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"vcz" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"vcE" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ 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/command/heads_quarters/captain) -"vdd" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" +/area/station/hallway/secondary/service) +"uPZ" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"uQb" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/firealarm/directional/south, /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, -/area/station/maintenance/central/greater) -"vdf" = ( -/obj/machinery/computer/shuttle/mining/common{ +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uQd" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vdg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, /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/dark, +/area/station/service/hydroponics) +"uQm" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vdh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"vdi" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 1 - }, -/obj/structure/railing, +/area/station/engineering/engine_smes) +"uQS" = ( +/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/command/heads_quarters/hop) -"vdy" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/safety_report/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"vdB" = ( -/obj/structure/chair, -/obj/structure/window/reinforced/spawner/directional/east, +/area/station/ai_monitored/turret_protected/aisat_interior) +"uRi" = ( +/obj/machinery/suit_storage_unit/standard_unit, /obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"uRv" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"uRR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"uSe" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"uSP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"uSR" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"uTg" = ( +/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/security/courtroom) -"vdH" = ( +/area/station/ai_monitored/turret_protected/aisat/maint) +"uTm" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"uTq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/science/explab) -"vdY" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/engineering/main) +"uTs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, +/obj/machinery/firealarm/directional/west{ + pixel_y = -5 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = 8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vem" = ( -/obj/machinery/door/window{ - name = "Captain's Desk"; - req_access = list("captain") +/area/station/command/bridge) +"uTz" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/stairs/medium, +/area/station/service/janitor) +"uTL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"uTN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"uUc" = ( /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, -/area/station/command/heads_quarters/captain) -"ves" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/machinery/keycard_auth/directional/east, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"veM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"vfj" = ( -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"vfk" = ( -/obj/structure/chair/plastic, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/eighties/red, -/area/station/commons/fitness/recreation/entertainment) -"vfs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"vfA" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Desk Door"; - req_access = list("brig_entrance") - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/arrivals) -"vfF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"vfJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) -"vfK" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood/large, -/area/station/service/library) -"vfQ" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Starboard Tram Platform South"; - pixel_y = -23 +/area/station/hallway/primary/tram/left) +"uUs" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/machinery/light/directional/east, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/right) -"vfT" = ( -/obj/structure/railing{ +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"uUy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/closet/crate/bin, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/cigbutt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Tram Platform North-West" }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"vfU" = ( +/obj/machinery/firealarm/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vgj" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 +/area/station/hallway/primary/tram/center) +"uUB" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 13; + name = "port bay 2"; + shuttle_id = "ferry_home"; + width = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"vgq" = ( -/obj/machinery/door/airlock{ - id_tag = "private_h"; - name = "Private Quarters H" +/turf/open/space/openspace, +/area/space) +"uUD" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"vgx" = ( -/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/security/brig) -"vgz" = ( -/obj/structure/disposaloutlet{ - dir = 8 +/area/station/security/execution/transfer) +"uUE" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/structure/disposalpipe/trunk{ +/obj/structure/disposalpipe/sorting/mail{ dir = 1 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"vgG" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, /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/tram/left) -"vhe" = ( -/obj/machinery/computer/records/medical, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"vhl" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"uUG" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_y = 2 }, -/turf/open/floor/iron/dark/side{ +/obj/item/pen, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"uUN" = ( +/turf/open/floor/iron/stairs/left{ dir = 4 }, -/area/station/escapepodbay) -"vhz" = ( +/area/station/maintenance/central/greater) +"uUX" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/engineering/supermatter/room) +"uVa" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/jungle/c/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"uVb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"uVo" = ( +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"uVO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, /turf/open/floor/iron/dark, -/area/station/security/prison/garden) -"vhL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/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 +/area/station/security/courtroom) +"uVW" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Cryo Treatment"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"uWi" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vhP" = ( -/obj/structure/chair{ - dir = 4 +/area/station/cargo/office) +"uWn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "greedygrinnersden"; + name = "Quartermaster's Privacy Shutters" }, -/obj/machinery/light/red/directional/west, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"vhV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/plating, +/area/station/cargo/office) +"uWy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/research) +"uWz" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"uWI" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"vhY" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron/white, +/area/station/security/medical) +"uWO" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/medical/virology) +"uWW" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"uXn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/lower) -"vib" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Mixing Lab"; + network = list("ss13","rd") + }, +/obj/machinery/airalarm/directional/south, +/obj/effect/mapping_helpers/airalarm/mixingchamber_access, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airalarm/tlv_no_checks, +/obj/effect/mapping_helpers/airalarm/link{ + chamber_id = "ordnanceburn" + }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vic" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/science/ordnance) +"uXv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"vig" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/sign/departments/medbay/alt{ - pixel_y = -32 +/area/station/cargo/storage) +"uXD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"uXM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/structure/railing/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"vik" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/space/openspace, +/area/station/solars/port) +"uXN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"uYa" = ( +/obj/machinery/skill_station, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"uYd" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -62029,866 +62081,885 @@ /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) -"vio" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ +/area/station/security/office) +"uYe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"uYj" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list("library") + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"viG" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine/cult, +/area/station/service/library) +"uYp" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"uYs" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/item/clothing/mask/whistle, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"viH" = ( +/area/station/cargo/miningdock) +"uYx" = ( /obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 7; + pixel_y = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/food/donut/berry{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7 + }, +/turf/open/floor/iron, +/area/station/security/office) +"uYF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"viJ" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"viQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/station/maintenance/disposal/incinerator) -"viW" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/commons/lounge) +"uYH" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"viY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"vje" = ( -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"vjl" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/trimline/dark_green/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"vjm" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ - dir = 1 +/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, +/area/station/engineering/engine_smes) +"uYX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"vjo" = ( -/obj/machinery/computer/pod/old/mass_driver_controller/trash{ - pixel_x = 24; - pixel_y = 8 +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/corner{ +/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/engineering/break_room) +"uYZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/directional/east{ - id = "fortnitedoor"; - name = "Trash Disposal Toggle"; - pixel_y = -8 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"vjC" = ( -/obj/effect/turf_decal/trimline/neutral/warning{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ 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/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"vjF" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/corner, -/obj/item/clothing/gloves/latex, -/obj/item/clothing/gloves/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -10; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"vjI" = ( -/obj/structure/transport/linear/tram, -/obj/structure/tram/split, -/obj/machinery/transport/destination_sign/split/south, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"vjM" = ( -/obj/machinery/door/window/left/directional/west{ - dir = 4; - name = "Hydroponics Desk"; - req_access = list("hydroponics") - }, -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vjN" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/siding/white{ +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uZb" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"vjS" = ( -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/center) -"vkb" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"vkl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/hallway/primary/tram/center) +"uZn" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 5 }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_lower_center_lift" +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"uZs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_lower_center_lift" +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"vkn" = ( -/obj/structure/table, -/obj/effect/landmark/event_spawn, +/area/station/commons/fitness/recreation) +"uZB" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"vkx" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/area/station/engineering/supermatter/room) +"uZD" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vkG" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/disposal/bin, -/obj/machinery/camera/directional/south{ - c_tag = "Departures - South Main" +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"uZQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vab" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"vkJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"vlc" = ( +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"vaq" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/west, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) -"vlt" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vlv" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vav" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vlw" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Breakroom"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/area/station/science/xenobiology) +"vay" = ( +/turf/open/floor/plating, +/area/station/commons/dorms) +"vaK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"vlF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/central/greater) -"vlX" = ( -/obj/item/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Atmospherics South-East"; + network = list("ss13","engineering") }, -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 9 }, -/area/station/command/bridge) -"vma" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Garden" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vaR" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vaT" = ( +/obj/structure/safe, +/obj/item/clothing/head/costume/bearpelt, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"vbg" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"vmd" = ( -/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/machinery/door/airlock/security/glass{ + name = "Security Outpost - Medical" }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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/security/prison) -"vml" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_upper_eva_external"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"vmo" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/weather/snow, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"vmu" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vmv" = ( -/obj/machinery/modular_computer/preset/id{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/machinery/digital_clock/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"vmD" = ( -/obj/structure/railing{ - dir = 4 +/area/station/security/checkpoint/medical) +"vbt" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + atmos_chambers = list("o2ordance" = "Oxygen Supply") }, -/obj/machinery/light/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"vmI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/sign/warning/secure_area/directional/north, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, -/area/station/science/explab) -"vmK" = ( -/obj/effect/landmark/event_spawn, +/area/station/science/ordnance/storage) +"vbA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/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/cable, /turf/open/floor/iron, -/area/station/security/brig) -"vmT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/bodybags, -/obj/machinery/light/cold/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vnf" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/item/food/grown/banana/bunch{ - pixel_x = 5; - pixel_y = 16 +/area/station/cargo/office) +"vbP" = ( +/obj/structure/toilet{ + dir = 4 }, -/turf/open/misc/grass/jungle, -/area/station/science/explab) -"vni" = ( -/obj/structure/mannequin/skeleton, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"vnj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/machinery/button/door/directional/west{ + id = "ToiletSci1"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"vbT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"vnt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/navigate_destination/disposals, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"vnD" = ( -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"vnK" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) -"vnN" = ( -/obj/effect/decal/cleanable/dirt, /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/starboard/greater) -"vof" = ( +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vca" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, +/obj/structure/sign/warning/firing_range/directional/north, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"vol" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/science/lower) +"vcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"vcv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"vcz" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/structure/railing{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 }, -/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/service) -"voB" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/computer/records/medical{ - dir = 1 +/obj/machinery/elevator_control_panel/directional/south{ + desc = "A small control panel used to move the kitchen dumbwaiter up and down."; + linked_elevator_id = "dumbwaiter_lift"; + name = "Dumbwaiter control Panel"; + preset_destination_names = list("2" = "Hydroponics", "3" = "Kitchen") }, -/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/effect/turf_decal/tile/green/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vcI" = ( +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/command/bridge) -"voD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 - }, +/area/station/hallway/secondary/entry) +"vcS" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"voI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, +/area/station/hallway/primary/tram/center) +"vde" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"vds" = ( /obj/structure/cable, -/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, -/area/station/science/research) -"voO" = ( -/obj/machinery/status_display/ai/directional/north, -/obj/item/stack/ore/glass, -/turf/open/misc/asteroid, -/area/station/security/prison/workout) -"voP" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"vdX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ 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/central) +"vep" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"vpb" = ( -/obj/structure/chair/stool/directional/west, -/obj/structure/cable, -/obj/effect/landmark/start/hangover, -/turf/open/floor/carpet, -/area/station/service/theater) -"vpd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +/area/station/science/explab) +"veA" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"veV" = ( +/turf/closed/wall, +/area/station/commons/toilet) +"vfi" = ( +/obj/effect/turf_decal/stripes/line{ + 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/tram/left) -"vpl" = ( -/obj/machinery/computer/warrant{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"vfk" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/center) +"vfp" = ( +/obj/structure/window/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/brig) -"vpq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 5 - }, -/turf/open/floor/iron, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/turf/open/floor/iron/dark, /area/station/command/teleporter) -"vpR" = ( -/obj/effect/turf_decal/siding/thinplating_new{ +"vfr" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/trimline/tram/filled/line, +/obj/effect/turf_decal/trimline/tram/filled/warning, /turf/open/floor/iron, -/area/station/science/explab) -"vpX" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"vqd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/hallway/primary/tram/left) +"vfu" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/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/hallway/secondary/exit) -"vqn" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave/engineering/cell_included, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 1 +/obj/structure/transport/linear/public, +/obj/structure/railing{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"vqq" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/effect/landmark/transport/transport_id{ + specific_transport_id = "tram_perma_lift" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "tram_perma_lift" }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vqs" = ( +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"vfD" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate, +/area/station/hallway/primary/tram/left) +"vfR" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"vfX" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vqv" = ( -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"vqz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"vqU" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"vrc" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"vrk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "atmosdropoff" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"vrn" = ( /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/central) +"vgl" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"vrz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"vrI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) -"vrO" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/security/brig) +"vgD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/firealarm/directional/south{ + pixel_x = 3 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vrY" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/light_switch/directional/south{ + pixel_x = -8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/science/robotics/mechbay) +"vgR" = ( +/obj/structure/disposalpipe/segment{ dir = 9 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"vsc" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 5 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"vss" = ( -/obj/effect/turf_decal/trimline/green/corner{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ +/turf/open/floor/iron, +/area/station/engineering/main) +"vgZ" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"vhl" = ( +/obj/structure/chair{ + dir = 8 }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vsu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron, +/area/station/security/office) +"vhn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/structure/sign/clock/directional/east, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"vhu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"vsA" = ( +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) +"vhv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"vsH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vsK" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +"vhA" = ( +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 8 }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/prison) -"vsM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"vhB" = ( +/obj/structure/chair/office{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"vsY" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"vhG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vsZ" = ( -/obj/structure/table, +/obj/effect/turf_decal/delivery/white, +/obj/effect/mapping_helpers/trapdoor_placer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"vhI" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"vtm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/airlock/atmos{ + name = "Turbine Maintenance" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"vic" = ( +/obj/machinery/lift_indicator{ + linked_elevator_id = "tram_lower_center_lift"; + pixel_x = -5; + pixel_y = -3 + }, +/obj/machinery/button/elevator{ + id = "tram_lower_center_lift"; + pixel_x = -7; + pixel_y = -1 }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"viC" = ( +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vtp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/aquarium_kit, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vtw" = ( -/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"vtA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"viR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"viW" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "i"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = -4; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/crayon{ + icon_state = "x"; + name = "graffiti"; + paint_colour = "#FF9300"; + pixel_x = 4; + pixel_y = -32 + }, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/clothing/mask/gas/clown_hat, +/turf/open/floor/plating, +/area/station/engineering/main) +"viZ" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Cold Storage"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"vjb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/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) -"vtF" = ( +/area/station/hallway/secondary/exit) +"vjo" = ( +/obj/machinery/button/door/directional/west{ + id = "private_n"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"vjq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/paper/fluff/gateway, +/obj/item/melee/chainofcommand, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/hand_tele, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"vjr" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/structure/disposalpipe/segment{ +/obj/item/stamp/head/qm, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"vju" = ( +/obj/structure/table, +/obj/item/plate, +/obj/item/kitchen/fork, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"vjv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"vtG" = ( -/obj/structure/railing, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vtI" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 + dir = 4 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"vtL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/status_display/door_timer{ - id = "Isolation_C"; - name = "Isolation Cell C"; - pixel_y = 32 +/area/station/commons/fitness/recreation) +"vjx" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"vtZ" = ( -/obj/machinery/door/airlock{ - name = "Courtroom" +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vjA" = ( +/obj/machinery/mass_driver/ordnance{ dir = 4 }, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"vjT" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"vjZ" = ( +/obj/structure/window/reinforced/spawner/directional/east, /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/security/courtroom) -"vuc" = ( -/obj/machinery/door/airlock{ - id_tag = "private_c"; - name = "Private Quarters C" +/area/station/cargo/miningdock/oresilo) +"vkd" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/service/chapel/monastery) +"vkm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"vkA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"vuY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"vvf" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/light/warm/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"vkE" = ( +/obj/machinery/computer/rdconsole{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"vkO" = ( +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vkP" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/button/door/directional/south{ + id = "playerscantreadthis"; + name = "Kitchen Shutters Control" }, -/obj/effect/turf_decal/trimline/neutral/corner, /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/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/station/service/kitchen) +"vkW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"vlb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-East"; + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"vvi" = ( +/area/station/hallway/primary/tram/left) +"vle" = ( +/turf/closed/wall, +/area/station/maintenance/disposal) +"vlm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/clock/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Security Checkpoint"; + network = list("ss13","rd","Security") + }, /turf/open/floor/iron, -/area/station/security/prison) -"vvW" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/security/checkpoint/science) +"vly" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"vlF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"vwh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 1 +/obj/machinery/button/elevator/directional/west{ + id = "tram_sci_lift"; + pixel_x = -26; + pixel_y = -1 + }, +/obj/machinery/lift_indicator/directional/west{ + linked_elevator_id = "tram_sci_lift"; + pixel_x = -27; + pixel_y = -2 }, -/obj/machinery/meter, /turf/open/floor/iron/white, -/area/station/science/ordnance) -"vwl" = ( -/obj/structure/railing/corner{ +/area/station/science/research) +"vlJ" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"vml" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 + dir = 4 }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, +/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/iron, -/area/station/security/brig) -"vwr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/area/station/security/prison) +"vmB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vwt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/area/station/commons/dorms) +"vmH" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/item/kitchen/spoon{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/kitchen/fork{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"vne" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"vwu" = ( +/area/station/service/chapel/office) +"vnk" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, /obj/structure/cable, @@ -62896,721 +62967,790 @@ /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/service) -"vwz" = ( -/obj/structure/table/wood, -/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" - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"vwT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/area/station/commons/fitness/recreation) +"vnu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/lobby) -"vxc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"vnD" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/bot{ + dir = 1 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"vxD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"vnI" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/landmark/navigate_destination/bar, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"vnW" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"vnZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/newscaster/directional/west, +/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/exit/departure_lounge) -"vxG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +/area/station/hallway/primary/tram/left) +"vob" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"vok" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vxT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vxW" = ( -/obj/structure/chair/office, -/obj/machinery/button/door/directional/south{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 24; - pixel_y = -1; - req_access = list("kitchen") +/area/station/hallway/primary/tram/center) +"voq" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/door/window/right/directional/east{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" }, -/obj/machinery/button/door/directional/south{ - id = "papersplease"; - name = "Arrival Checkpoint Enforcement Procedure"; - pixel_x = 35; - pixel_y = -10; - req_access = list("kitchen") +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 }, -/obj/machinery/button/ticket_machine{ - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueuestart"; - name = "Queue Shutters Entry Control"; - pixel_x = 24; - pixel_y = 8; - req_access = list("kitchen") +/area/station/commons/fitness) +"voA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = 26 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/office) +"voC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/machinery/button/door/directional/south{ - id = "hopqueueend"; - name = "Queue Shutters Upper Exit Control"; - pixel_x = 35; - pixel_y = 8; - req_access = list("kitchen") +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"voF" = ( +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 }, -/obj/machinery/button/door/directional/south{ - id = "hopqueueendbottom"; - name = "Queue Shutters Lower Exit Control"; - pixel_x = 35; - pixel_y = -1; - req_access = list("kitchen") +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"voL" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"vxZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"voS" = ( +/obj/structure/chair/sofa/corp/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"vpa" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /turf/open/floor/iron, +/area/station/hallway/secondary/command) +"vpc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"vpo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio{ + icon_state = "radio" + }, +/turf/open/floor/plating, /area/station/maintenance/tram/mid) -"vyr" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"vys" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"vpp" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/west{ + department = "Genetics"; + name = "Genetics Requests Console" }, /turf/open/floor/iron/white, /area/station/science/genetics) -"vyB" = ( -/obj/structure/closet/secure_closet/cytology, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 +"vpA" = ( +/obj/machinery/flasher/directional/south{ + id = "AI"; + pixel_x = 20 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vyG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + req_access = list("ai_upload") }, -/obj/item/kirbyplants/photosynthetic, -/obj/item/radio/intercom/directional/west, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/science/lower) -"vyN" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/glass/reinforced, -/area/station/science/genetics) -"vyT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/area/station/ai_monitored/turret_protected/ai) +"vpG" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/machinery/power/shuttle_engine/propulsion{ - desc = "A standard reliable bluespace engine used by many forms of shuttles. This one has the bluespace core removed."; - name = "inactive propulsion engine" +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"vyU" = ( -/obj/structure/chair/sofa/middle{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lower) +"vpP" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Door" }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/machinery/light/warm/directional/east, +/obj/effect/turf_decal/delivery, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"vzg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/engineering/main) +"vpS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"vzi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/door/firedoor, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/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/hallway/secondary/exit) -"vzl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ - dir = 1 +/area/station/service/hydroponics/garden) +"vqa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 6 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"vzp" = ( -/turf/closed/wall/r_wall, -/area/station/solars/port) -"vzM" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 + dir = 9 + }, +/obj/machinery/button/door/directional/north{ + id = "mixingastew"; + name = "Mixing Chamber Privacy Shutters" }, -/obj/machinery/smartfridge/organ, -/obj/machinery/light/directional/south, /turf/open/floor/iron/white, +/area/station/science/ordnance) +"vqe" = ( +/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/maintenance_hatch{ + name = "Cytology Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/catwalk_floor, /area/station/science/xenobiology) -"vzR" = ( -/obj/effect/turf_decal/siding/wood{ +"vqg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"vzV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/left/directional/east{ - name = "Containment Pen #2"; - req_access = list("xenobiology") - }, -/obj/machinery/door/window/left/directional/west{ - name = "Containment Pen #2"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Departures - West Main" }, -/obj/machinery/door/poddoor/preopen{ - id = "containdeez2"; - name = "Xenobiology Containment Blast Door" +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"vqH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/structure/cable, /turf/open/floor/engine, -/area/station/science/xenobiology) -"vAh" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" +/area/station/engineering/supermatter/room) +"vqO" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + 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/security/evidence) -"vAx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"vAy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/floor, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"vAV" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/structure/holosign/barrier/atmos/tram, /obj/structure/disposalpipe/segment{ - dir = 2 + dir = 4 }, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/right) -"vAW" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"vBc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"vri" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = -2 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"vBi" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/armory/riot_armor, -/obj/effect/spawner/random/armory/riot_helmet, -/obj/effect/spawner/random/armory/riot_shield, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"vBo" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ - dir = 4 +/obj/machinery/button/door/directional/south{ + id = "ordnancestorage"; + name = "Ordance Storage Shutters" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"vBA" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/command) -"vBK" = ( -/obj/effect/landmark/event_spawn, -/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, -/area/station/command/heads_quarters/captain/private) -"vBW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vCc" = ( -/obj/structure/chair/office/light{ +/area/station/science/ordnance/office) +"vro" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"vrq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"vCx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"vrr" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"vCz" = ( -/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/openspace, -/area/space) -"vCA" = ( -/obj/structure/lattice/catwalk, +/area/station/cargo/miningdock) +"vrx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"vCE" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"vCI" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/space/basic, -/area/space/nearstation) -"vCK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vDg" = ( +/area/station/hallway/primary/tram/right) +"vrG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 1 }, -/obj/structure/table/glass, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vrJ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"vDk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - location = "QM #5" +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"vDn" = ( +/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/dark, +/area/station/medical/virology) +"vrN" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vrO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"vDD" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/dim/directional/west, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"vDG" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/hallway/primary/tram/center) +"vrS" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/lower) +"vrU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"vrW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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, -/area/station/engineering/break_room) -"vDH" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"vDR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/area/station/hallway/primary/tram/right) +"vsg" = ( +/obj/machinery/conveyor{ + id = "QMLoad2" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"vDZ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"vEc" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"vEt" = ( -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"vED" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/random/engineering/flashlight, -/obj/effect/spawner/random/maintenance/seven, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"vEG" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"vEL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/cargo/storage) +"vsn" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/iron, -/area/station/engineering/atmos) -"vEQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/hallway/secondary/service) +"vso" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/turf/closed/wall, +/area/station/maintenance/disposal) +"vsI" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/landmark/event_spawn, +/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, -/area/station/hallway/secondary/exit) -"vEY" = ( -/obj/effect/turf_decal/siding/thinplating{ +/area/station/engineering/main) +"vsL" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"vsM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"vsU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/railing{ +/obj/structure/closet/radiation, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"vtb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"vFm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"vtd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"vtq" = ( +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"vua" = ( +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"vuh" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"vuC" = ( +/obj/effect/turf_decal/trimline/green/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/door/window/elevator/right/directional/south{ + elevator_mode = 1; + name = "Dumbwaiter"; + req_access = null; + transport_linked_id = "dumbwaiter_lift" + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vuD" = ( +/obj/machinery/duct, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vuO" = ( +/obj/structure/bed/medical/emergency, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"vuT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + 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/security/prison) -"vFn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/hallway/secondary/construction/engineering) +"vvk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vvt" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ dir = 6 }, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"vFF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /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/cargo/warehouse) -"vFT" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"vvC" = ( /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/command/bridge) -"vFU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/command/gateway) +"vvF" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"vvK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/art) +"vvN" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/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/engineering/break_room) -"vGf" = ( -/obj/structure/sign/poster/official/love_ian/directional/west, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"vGg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/cargo/office) +"vvS" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 1 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"vGu" = ( -/turf/closed/wall/r_wall, -/area/station/command/bridge) -"vGw" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/door/window/elevator/right/directional/south{ + elevator_mode = 1; + transport_linked_id = "tram_perma_lift" }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vGC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/security/brig) +"vwd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/sign/departments/aisat/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/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, -/area/station/hallway/primary/tram/right) -"vGD" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom/command, -/obj/item/paper/fluff/jobs/engineering/frequencies, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"vGU" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/science/lower) +"vwq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"vGV" = ( -/obj/machinery/porta_turret/ai{ +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"vwz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ dir = 4 }, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"vGZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vwD" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"vwN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"vwR" = ( /obj/structure/cable, -/turf/open/floor/plating/airless, +/obj/machinery/light/floor, +/turf/open/floor/plating, /area/station/solars/port) -"vHo" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" +"vwT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"vxe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"vHB" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/landmark/navigate_destination{ + location = "Arrival Shuttle" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"vyo" = ( +/obj/machinery/duct, +/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/security/prison/shower) +"vyq" = ( /turf/open/floor/iron, -/area/station/security/prison/workout) -"vHQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/airalarm/directional/south, +/area/station/engineering/engine_smes) +"vyu" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vyy" = ( /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, -/area/station/commons/dorms) -"vHU" = ( -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"vIh" = ( -/obj/structure/fluff/tram_rail/electric{ - dir = 1 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) -"vIl" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/turf/open/floor/iron/white, +/area/station/science/lobby) +"vyD" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/courtroom) -"vIB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Medical - Main East"; - network = list("ss13","medbay") +/area/station/engineering/gravity_generator) +"vyG" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security" }, -/obj/machinery/light/cold/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"vIF" = ( -/obj/machinery/meter/monitored/distro_loop, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"vIS" = ( +/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/hallway/secondary/entry) -"vJd" = ( -/obj/machinery/power/turbine/core_rotor{ - dir = 4; - mapping_id = "main_turbine" +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"vyH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/lounge) +"vyI" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"vJm" = ( -/obj/structure/table, -/obj/structure/mirror/directional/east, -/turf/open/floor/wood/large, -/area/station/service/barber) -"vJq" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"vyN" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"vJD" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/primary/tram/right) +"vyO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/security/mechbay) +"vyR" = ( +/obj/effect/spawner/random/structure/closet_private, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"vzi" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"vzo" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/station/science/auxlab/firing_range) +"vzp" = ( +/obj/effect/turf_decal/trimline/dark_green/corner{ dir = 8 }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"vzx" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"vzY" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"vAe" = ( /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/white, -/area/station/science/explab) -"vJJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vJP" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/sign/calendar/directional/west, -/obj/machinery/fax{ - fax_name = "Quartermaster's Office"; - name = "Quartermaster's Fax Machine" +/area/station/tcommsat/computer) +"vAj" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"vAx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"vAF" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"vKh" = ( -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"vKo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/area/station/commons/fitness) +"vAN" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 @@ -63618,1684 +63758,1897 @@ /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/storage) -"vKD" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access = list("chapel_office") +/area/station/medical/psychology) +"vBa" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" }, -/turf/open/floor/wood/tile, -/area/station/service/chapel/office) -"vKO" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vBk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_upper_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_upper_eva_internal"; + idSelf = "middleright_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/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/maintenance/tram/mid) +"vBl" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"vBn" = ( +/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/wood, +/area/station/command/heads_quarters/hop) +"vBs" = ( +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + 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/cargo/lobby) -"vLd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"vBB" = ( +/obj/machinery/power/terminal{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/item/storage/toolbox/mechanical{ + desc = "Danger. Kinda robust."; + icon_state = "syndicate"; + inhand_icon_state = "toolbox_syndi"; + name = "moderately suspicious looking toolbox" + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"vBM" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"vLf" = ( -/obj/structure/sign/departments/engineering{ - pixel_x = 32 +/area/station/hallway/secondary/entry) +"vBX" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"vCh" = ( +/obj/machinery/light/cold/directional/south, /turf/open/openspace, -/area/station/hallway/primary/tram/center) -"vLy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/science/research) +"vCt" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"vLI" = ( -/obj/item/kirbyplants/random/dead/research_director, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"vCv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/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, +/area/station/cargo/sorting) +"vCx" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, /turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"vLS" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" +/area/station/commons/dorms/laundry) +"vCB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"vCS" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/engineering/atmos) +"vCY" = ( +/obj/structure/flora/tree/palm/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"vCZ" = ( +/turf/closed/wall, +/area/station/service/chapel/monastery) +"vDb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/medical/pharmacy) -"vLU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rndlab1"; - name = "Research and Development Shutter" +/area/station/command/gateway) +"vDc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/east{ - name = "Research Lab Desk"; - req_access = list("science") +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white/side{ +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/science/lab) -"vLX" = ( -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/caution/stand_clear/red, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/xenobiology) -"vMl" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, +/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/trimline/white/warning, /turf/open/floor/iron, -/area/station/cargo/storage) -"vMm" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 +/area/station/maintenance/tram/left) +"vDe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_lower_lower_eva_external"; + idInterior = "middleright_lower_lower_eva_internal"; + idSelf = "middleright_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Mix" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"vDg" = ( +/obj/structure/flora/bush/fullgrass/style_random, +/obj/effect/landmark/event_spawn, +/turf/open/misc/dirt/jungle{ + baseturfs = /turf/open/misc/dirt }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"vMp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/science/explab) +"vDu" = ( +/obj/machinery/computer/robotics{ + dir = 1 }, -/turf/open/floor/iron/white/side{ +/obj/structure/sign/calendar/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"vDH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/area/station/service/theater) -"vMy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"vNe" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vDI" = ( +/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/fourcorners, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vNf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/vacant_room/commissary) +"vDP" = ( +/obj/machinery/computer/operating{ dir = 8 }, -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/radio, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) +"vEc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Permabrig Maintenance" + }, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /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, +/area/station/maintenance/central/greater) +"vEl" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"vEq" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"vNn" = ( -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library) -"vNo" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/area/station/engineering/atmos) +"vEv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Recreational Area East" }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/light/directional/south, +/obj/machinery/light/cold/directional/west, /turf/open/floor/iron, -/area/station/security/brig) -"vNA" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/fitness/recreation) +"vEK" = ( +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/courtroom) -"vNM" = ( -/obj/item/target/alien/anchored, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"vEV" = ( +/obj/machinery/light/floor, +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"vFb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table, /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 10 }, -/obj/machinery/camera/preset/ordnance{ - dir = 4 +/obj/machinery/button/door{ + id = "containdeez3"; + name = "Cell Containment Toggle Button" }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"vNN" = ( -/obj/structure/stairs/west, -/turf/open/floor/iron/stairs/right{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"vFh" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/area/station/maintenance/central/greater) -"vNZ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery/white{ - color = "#52B4E9" - }, -/obj/machinery/firealarm/directional/west, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"vOa" = ( -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"vOt" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/commons/fitness/recreation/entertainment) +"vFp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"vFt" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/tram/left) +"vFB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"vFC" = ( +/obj/machinery/door/morgue{ + name = "Adult Section" }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"vOI" = ( -/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"vFQ" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/prison) -"vOM" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/structure/disposalpipe/sorting/mail{ dir = 1 }, -/obj/structure/cable, +/obj/effect/mapping_helpers/mail_sorting/service/bar, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/south{ - pixel_x = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"vON" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 +/area/station/hallway/secondary/service) +"vFR" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics N2O Chamber"; + dir = 9; + network = list("ss13","engineering") }, -/turf/open/floor/plating, +/turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"vOU" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"vOX" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"vGc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"vGd" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/conveyor_switch/oneway{ + id = "lawyerdropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"vGi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/light/directional/east, +/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/atmos) -"vPi" = ( -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"vPy" = ( -/obj/structure/table, -/obj/item/camera, -/obj/item/camera_film, -/obj/item/hand_labeler, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/area/station/commons/fitness/recreation) +"vGk" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External South"; + dir = 9; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"vGs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"vGB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"vGG" = ( +/obj/item/radio/intercom/directional/north, /obj/machinery/camera/directional/north{ - c_tag = "Civilian - Art Storage" + c_tag = "Service - Bar Backroom" }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vPF" = ( +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"vGI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"vGJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/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/medical/chemistry) +"vGP" = ( +/obj/structure/flora/bush/sunny/style_random, +/obj/item/food/grown/banana, /obj/effect/spawner/random/engineering/tracking_beacon, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"vPK" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/turf/open/floor/grass, +/area/station/medical/virology) +"vGQ" = ( +/obj/machinery/holopad, +/turf/open/floor/wood/large, +/area/station/service/theater) +"vHb" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Room"; + req_one_access = list("command","tech_storage") }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"vPZ" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"vQi" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"vQn" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, +/obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"vQo" = ( -/turf/closed/wall/r_wall, -/area/station/science/lower) -"vQp" = ( -/obj/effect/turf_decal/trimline/red/filled/line, /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, -/area/station/security/brig) -"vQr" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"vQt" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ +/area/station/engineering/gravity_generator) +"vHi" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plating, -/area/station/asteroid) -"vQy" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"vHl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"vQD" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white, -/area/station/science/lower) -"vQJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/area/station/ai_monitored/command/storage/eva) +"vHO" = ( +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"vQU" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vQX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"vIa" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"vIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"vIC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + 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, -/area/station/medical/pharmacy) -"vQZ" = ( -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"vIF" = ( +/obj/effect/turf_decal/siding/thinplating_new{ dir = 4 }, -/obj/structure/lattice/catwalk, -/turf/open/openspace/airless, -/area/station/asteroid) -"vRL" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"vRP" = ( -/obj/structure/table/glass, -/obj/machinery/computer/records/medical/laptop{ - dir = 1 +/turf/open/floor/iron, +/area/station/science/explab) +"vIM" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"vJg" = ( +/obj/structure/bodycontainer/morgue/beeper_off{ + dir = 8 }, -/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"vRU" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 +/area/station/medical/morgue) +"vJt" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) -"vSf" = ( +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"vJC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ 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/airalarm/directional/east, /turf/open/floor/iron/white, -/area/station/science/lower) -"vSk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/science/ordnance) +"vKe" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"vSn" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stock_parts/cell/crap/empty{ - pixel_y = 10; - pixel_x = 6 +/obj/structure/railing{ + dir = 8 }, -/obj/item/stock_parts/cell/crap/empty{ - pixel_y = 2; - pixel_x = 6 +/obj/structure/railing{ + dir = 4 }, -/obj/item/stock_parts/cell/crap/empty{ - pixel_y = 7; - pixel_x = -7 +/turf/open/space/openspace, +/area/station/solars/port) +"vKv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/obj/machinery/computer/records/security{ + dir = 1 }, -/obj/item/stock_parts/cell/crap/empty{ - pixel_y = -2; - pixel_x = -2 +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"vKw" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"vKD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/security/mechbay) -"vSo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"vKG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, /obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/obj/structure/sign/warning/electric_shock/directional/north, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"vSx" = ( -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-West"; - dir = 10 + id = "atmos"; + name = "Atmospherics Blast Door" }, -/obj/structure/extinguisher_cabinet/directional/west, -/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/filled/line{ - dir = 8 +/obj/effect/landmark/navigate_destination/atmos, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Atmospherics Front Desk"; + req_access = list("atmospherics") }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 +/obj/structure/desk_bell{ + pixel_x = -7 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"vSz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/atmos) +"vKK" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ dir = 4 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"vSH" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/tram/filled/corner{ - dir = 4 +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"vKT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/tram/corner{ +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"vLa" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"vSJ" = ( -/obj/structure/disposalpipe/segment, -/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, -/area/station/medical/medbay/lobby) -"vSZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/medical/medbay/central) +"vLB" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/obj/effect/turf_decal/weather/snow, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"vLL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vTc" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"vMu" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper"; + name = "secbarupper" }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vTu" = ( -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/obj/machinery/airalarm/directional/south, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"vTy" = ( -/obj/vehicle/sealed/mecha/ripley/cargo, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"vMx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/machinery/camera/autoname/directional/north, /turf/open/floor/iron, -/area/station/cargo/storage) -"vUo" = ( -/obj/structure/table, -/obj/structure/closet/mini_fridge, -/obj/item/reagent_containers/condiment/milk, -/obj/item/reagent_containers/cup/soda_cans/cola, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"vUA" = ( -/obj/structure/fluff/tram_rail, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"vUC" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/acidic_buffer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bottle/basic_buffer{ - pixel_x = -5; - pixel_y = 3 +/area/station/escapepodbay) +"vMC" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" }, -/obj/item/reagent_containers/cup/bottle/formaldehyde{ - pixel_x = -5; - pixel_y = -2 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/structure/sign/warning/chem_diamond/directional/north, -/obj/item/reagent_containers/cup/bottle/mercury{ - pixel_x = 7; - pixel_y = -2 +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"vMI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_eva_external"; + name = "External Access" }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_eva_external"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 }, -/area/station/medical/medbay/central) -"vUM" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"vMJ" = ( /obj/structure/cable, -/mob/living/simple_animal/bot/floorbot, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"vUN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/sign/poster/official/safety_internals/directional/north, -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"vUR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"vVu" = ( -/obj/machinery/holopad/secure, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"vVw" = ( -/obj/structure/flora/bush/grassy/style_random, -/turf/open/floor/grass, -/area/station/science/lower) -"vVx" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"vVE" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - location = "Atmoshperics"; - name = "navigation beacon (Atmoshperics Delivery)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/conveyor{ - dir = 8; - id = "atmosdropoff" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical) -"vVL" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"vMP" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/box/red, +/obj/machinery/power/apc/auto_name/directional/south{ + areastring = "/area/station/science/ordnance/freezerchamber" + }, +/obj/effect/turf_decal/stripes/corner, /obj/structure/cable, -/obj/machinery/light/cold/directional/west, /turf/open/floor/iron/white, -/area/station/medical/virology) -"vWb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/science/ordnance) +"vMR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - AI Station Access" +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"vMX" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"vNe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/science/lower) -"vWp" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/machinery/light/directional/north, -/turf/open/floor/engine, -/area/station/science/explab) -"vWt" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/security/prison) +"vNk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, +/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/iron/white, +/area/station/science/lab) +"vNu" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron, -/area/station/security/brig) -"vWB" = ( -/obj/machinery/door/airlock{ - id_tag = "private_g"; - name = "Private Quarters G" +/area/station/engineering/atmos) +"vNv" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 4 }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/decal/cleanable/dirt, +/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, -/area/station/commons/dorms) -"vWR" = ( -/obj/machinery/smartfridge, -/obj/effect/landmark/transport/transport_id{ - specific_transport_id = "dumbwaiter_lift" - }, -/obj/effect/turf_decal/delivery/red, -/obj/structure/transport/linear/public, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"vWW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/machinery/firealarm/directional/east{ - pixel_y = 4 +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"vNB" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/structure/table, -/obj/item/pai_card, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"vWX" = ( -/obj/structure/closet/crate/bin, -/obj/effect/spawner/random/contraband/prison, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/get_your_legs/directional/south, +/obj/machinery/shower/directional/east, /turf/open/floor/iron, -/area/station/security/prison) -"vXe" = ( -/obj/machinery/pdapainter{ - pixel_y = 2 +/area/station/engineering/main) +"vNF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"vXh" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"vXk" = ( -/obj/machinery/atmospherics/components/binary/pump{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, -/obj/structure/sign/warning/cold_temp/directional/south, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"vXx" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"vNH" = ( +/turf/closed/wall/r_wall, +/area/station/tcommsat/server) +"vOx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Chemistry East"; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"vXC" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"vXL" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"vXO" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/commons/fitness) -"vXZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/lower) +"vOy" = ( +/obj/structure/fluff/tram_rail/electric{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"vYn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"vOB" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/chair{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"vYs" = ( -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"vYz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/brig) -"vYV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/security/interrogation) +"vOD" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 }, +/obj/structure/ladder, /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) -"vYX" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, /turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"vZf" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +/area/station/ai_monitored/turret_protected/aisat/hallway) +"vOE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"vZs" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"vZC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 +/area/station/engineering/break_room) +"vOH" = ( +/obj/machinery/computer/exodrone_control_console{ + dir = 1 }, -/obj/structure/cable, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/dark, +/area/station/cargo/drone_bay) +"vOM" = ( +/obj/structure/chair/stool/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vZQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/prison) +"vOU" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"vPg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/item/assembly/mousetrap, -/obj/item/food/deadmouse, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"vZU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/entry) +"vPw" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/electrolyzer, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/west, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"waa" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/button/door/directional/north{ - id = "mechbay"; - name = "Mech Bay Shutters Control"; - req_access = list("robotics") - }, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"wab" = ( -/obj/structure/railing{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"wal" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"wao" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/area/station/maintenance/disposal/incinerator) +"vPB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"vPC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ 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/dark, -/area/station/medical/virology) -"waw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/directional/south, /turf/open/floor/iron/white, -/area/station/security/medical) -"waG" = ( -/obj/item/beacon, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"waH" = ( -/turf/open/floor/iron/stairs/medium, -/area/station/science/lower) -"wbb" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"wbh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/area/station/science/xenobiology) +"vPJ" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/turf/open/floor/iron, +/area/station/service/janitor) +"vQd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"wbi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/area/station/commons/dorms) +"vQO" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Theatre Backstage" }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"wbo" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white/side{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"wbr" = ( -/obj/structure/closet/secure_closet/contraband/armory, -/obj/effect/spawner/random/contraband/armory, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"wbu" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -9; - pixel_y = 7 +/area/station/service/theater) +"vQT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/landmark/navigate_destination/eva, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -9; - pixel_y = -1 +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"vQW" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/turf/closed/wall, +/area/station/cargo/sorting) +"vQX" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint" }, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 7; - pixel_y = 7 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 7; - pixel_y = -1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"wbD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/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, +/area/station/security/checkpoint/escape) +"vRm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, /area/station/engineering/atmos) -"wbV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "mechbay"; - name = "Mech Bay" +"vRq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/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/dark/corner{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/science/robotics/mechbay) -"wbZ" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/area/station/ai_monitored/command/storage/eva) +"vRv" = ( +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"vRy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/security/medical) +"vRK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/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/miningdock) +"vRN" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/door/window/elevator/left/directional/north{ + elevator_mode = 1; + name = "Dumbwaiter"; + req_access = null; + transport_linked_id = "dumbwaiter_lift" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vRO" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison/shower) +"vRQ" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"vRV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"wcq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/bitrunner, +/turf/open/floor/iron/dark/textured_large, +/area/station/cargo/bitrunning/den) +"vSa" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 8; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"vSb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/commons/fitness) +"vSI" = ( +/turf/open/openspace, +/area/station/cargo/storage) +"vSL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/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, -/area/station/hallway/secondary/entry) -"wcU" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/machinery/requests_console/directional/west{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" }, -/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"wcV" = ( -/turf/open/openspace, -/area/station/solars/starboard/fore) -"wdo" = ( -/obj/effect/decal/cleanable/dirt, +"vST" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"wdr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"vSW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"vSX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) -"wdE" = ( -/obj/machinery/door/airlock{ - name = "Barber Storage" - }, -/turf/open/floor/plating, -/area/station/service/barber) -"weu" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/area/station/command/heads_quarters/qm) +"vTb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"weA" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/east, -/obj/machinery/fax{ - fax_name = "Captain's Office"; - name = "Captain's Fax Machine" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lab) +"vTc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"weC" = ( +/obj/machinery/modular_computer/preset/id, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"vTh" = ( /obj/machinery/power/smes, /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/dim/directional/north, /turf/open/floor/catwalk_floor, /area/station/solars/starboard/fore) -"weK" = ( -/obj/structure/chair, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"weT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +"vTj" = ( +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Coroner's Office"; + req_access = list("morgue_secure") }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"wfp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "The Cantina" +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"vTn" = ( +/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/corner, +/area/station/command/bridge) +"vTp" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/meter, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"vTv" = ( +/obj/structure/stairs/north, +/turf/open/floor/iron/stairs/left, +/area/station/science/lower) +"vTx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez6"; + name = "Xenobiology Containment Blast Door" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"wfq" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/button/door/directional/south{ - id = "playerscantreadthis"; - name = "Kitchen Shutters Control" +/turf/open/floor/plating, +/area/station/science/xenobiology) +"vTB" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/turf/open/floor/plating, +/area/station/construction/mining/aux_base) +"vTD" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"vTE" = ( +/obj/machinery/camera{ + c_tag = "Security - Detective's Office"; + dir = 9; + network = list("ss13","Security") }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/warm/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"vTF" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vTH" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/area/station/service/kitchen) -"wfw" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" +/obj/machinery/computer/security/telescreen/vault/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"vTZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/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/miningdock) +"vUe" = ( +/obj/structure/chair/comfy/beige{ dir = 1 }, -/turf/open/floor/plating, -/area/station/security/processing) -"wfS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/station/commons/dorms) +"vUu" = ( +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"vUz" = ( +/turf/open/misc/asteroid, +/area/station/science/explab) +"vUE" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/tram/right) +"vUL" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"vUP" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + 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/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"wgh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"wgx" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/maintenance/central/greater) +"vUW" = ( +/obj/structure/sign/warning/pods/directional/north, +/turf/open/openspace, +/area/station/hallway/secondary/entry) +"vVa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"vVc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison/workout) -"wgB" = ( +/area/station/hallway/secondary/entry) +"vVq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/station/maintenance/central/greater) -"wgT" = ( -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"wgU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +/area/station/service/lawoffice) +"vWk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/east{ + name = "Library Delivery Chute" }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"whc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + location = "Library"; + name = "navigation beacon (Library Delivery)" + }, +/obj/effect/turf_decal/loading_area{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/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, -/area/station/hallway/secondary/entry) -"whm" = ( -/obj/machinery/button/door/directional/west{ - id = "Toilet6"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"vWu" = ( +/obj/structure/toilet{ + dir = 1 }, -/obj/machinery/recharge_station, -/obj/machinery/light/small/dim/directional/east, +/obj/structure/mirror/directional/east, +/obj/machinery/light/small/dim/directional/west, /turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"whu" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"whw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/prison) +"vWw" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"vWx" = ( +/turf/closed/wall/r_wall, +/area/station/cargo/miningdock/oresilo) +"vWI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/storage/primary) +"vWR" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment{ +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"vWT" = ( +/obj/structure/railing{ 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/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/structure/ladder, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"vXL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, -/area/station/engineering/main) -"whJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/construction/mining/aux_base) +"vXM" = ( +/turf/open/space/basic, +/area/space) +"vXT" = ( +/obj/structure/chair/sofa/corp/left, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/tile/neutral/opposingcorners{ dir = 1 }, -/obj/machinery/digital_clock/directional/south, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"whM" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible{ - dir = 4 +"vXX" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"vYg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"vYl" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/engineering/atmos) -"whT" = ( -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 +/area/station/cargo/office) +"vYo" = ( +/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{ + pixel_x = -4 }, -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"whU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"whZ" = ( -/obj/structure/railing{ +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"vYw" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/keycard_auth{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/machinery/button/door{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door Toggle"; + pixel_x = -7; + pixel_y = -2; + req_access = list("command") + }, +/turf/open/floor/carpet, +/area/station/command/bridge) +"vYy" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) -"wic" = ( -/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/security/brig) -"wir" = ( -/obj/structure/cable/layer1, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"vYA" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/catwalk_floor, -/area/station/solars/port) -"wiv" = ( +/area/station/hallway/primary/tram/center) +"vYC" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"vYD" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/medium, +/area/station/commons/dorms) +"vYO" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/service/theater) +"vYX" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 1; + name = "plasma mixer" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vZB" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/large, +/area/station/service/barber) +"vZX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/cable, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"vZZ" = ( /obj/machinery/duct, /obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/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/service) +"waj" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wao" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north{ + pixel_x = 10; + pixel_y = 25 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"waE" = ( +/obj/machinery/computer/records/medical, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"waV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"wbb" = ( +/turf/open/floor/iron, +/area/station/commons/dorms) +"wbd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, /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/central) -"wiA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"wby" = ( /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/tram/mid) -"wiE" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/auxlab/firing_range) +"wbC" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wbH" = ( /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wiG" = ( -/turf/closed/wall/rock/porous, -/area/station/science/xenobiology) -"wiH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/trunk/multiz/down{ +/area/station/security/office) +"wbK" = ( +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"wiI" = ( -/turf/closed/wall, -/area/station/medical/surgery/aft) -"wiR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/bombcloset, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"wjh" = ( -/obj/structure/window/spawner/directional/south, -/obj/structure/closet/crate, -/obj/item/tank/internals/oxygen, -/obj/item/tank/internals/oxygen, -/obj/item/stack/cable_coil, -/obj/item/crowbar, -/obj/effect/spawner/random/engineering/flashlight, -/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, -/area/station/command/teleporter) -"wjq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/machinery/computer/crew, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wjr" = ( +/area/station/service/hydroponics) +"wbS" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, /turf/open/floor/iron, /area/station/commons/dorms) -"wjy" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ +"wbT" = ( +/obj/machinery/computer/records/medical{ dir = 8 }, -/obj/machinery/light/cold/directional/west, +/obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wjJ" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ +/area/station/medical/treatment_center) +"wbW" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"wjR" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"wkl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Hallway turret control"; + pixel_x = 3; + pixel_y = 28 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"wce" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wkr" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"wcl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/medical/virology) -"wkx" = ( -/obj/structure/chair{ +/area/station/medical/medbay/lobby) +"wco" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/plating, +/area/station/science/ordnance) +"wcr" = ( +/obj/structure/table/wood, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"wcv" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"wkE" = ( -/turf/closed/wall/r_wall, -/area/station/security/processing) -"wkF" = ( -/obj/machinery/processor/slime, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wcy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 10 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Lower Hall South"; + network = list("ss13","rd") }, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"wkO" = ( +/area/station/science/lower) +"wcB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"wcN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/security/courtroom) -"wkR" = ( -/obj/structure/table/reinforced, -/obj/item/storage/medkit/o2{ - pixel_x = 3; - pixel_y = 3 +/area/station/hallway/secondary/service) +"wda" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/item/storage/medkit/o2, -/obj/item/storage/medkit/o2{ - pixel_x = -3; - pixel_y = -3 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/machinery/door/window/left/directional/west{ - dir = 2; - name = "Secure Medical Storage"; - req_access = list("medical") +/turf/open/floor/iron, +/area/station/engineering/main) +"wdi" = ( +/obj/structure/flora/bush/sunny/style_random, +/turf/open/floor/grass, +/area/station/medical/virology) +"wdj" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/cmo) +"wdp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Skill Games" }, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"wkS" = ( +/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/commons/lounge) +"wdr" = ( +/obj/structure/table/glass, +/obj/machinery/coffeemaker, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/science/breakroom) +"wdC" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/processing) +"wdD" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment{ - dir = 8 + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "containdeez6"; + name = "Xenobiology Containment Blast Door" }, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"wdU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wdZ" = ( +/obj/structure/table, +/obj/item/clothing/mask/balaclava, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) -"wlc" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/commons/fitness/recreation) +"wei" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron, -/area/station/security/office) -"wld" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/secondary/exit) -"wlu" = ( -/obj/effect/decal/cleanable/dirt, -/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/holding) -"wlD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/security/execution/transfer) +"wev" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"wlV" = ( -/obj/structure/chair/sofa/corp/corner{ +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wex" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/decal/cleanable/dirt, +/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, +/area/station/cargo/storage) +"weS" = ( +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"wmH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" }, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"wfb" = ( +/obj/structure/closet/crate/coffin, +/turf/open/floor/plating, +/area/station/service/chapel/monastery) +"wfv" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"wmS" = ( +/area/station/hallway/secondary/exit) +"wfQ" = ( +/obj/structure/disposalpipe/segment, /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/engine/cult, -/area/station/service/library) -"wmU" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"wna" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison) -"wnk" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"wfR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/warning{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating/corner{ +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"wgc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/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, -/area/station/hallway/secondary/service) -"wnl" = ( -/obj/structure/table/wood, -/obj/item/papercutter{ - pixel_x = -4 +/area/station/engineering/main) +"wgh" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/left) +"wgp" = ( +/obj/item/pickaxe/mini, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"wgA" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"wgB" = ( +/obj/machinery/status_display/door_timer{ + id = "engcell"; + name = "Engineering Cell"; + pixel_x = -32 }, -/obj/item/paper/fluff/ids_for_dummies, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"wnw" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 5 +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console" }, /turf/open/floor/iron, -/area/station/service/janitor) -"wnF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/area/station/security/checkpoint/engineering) +"wgI" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/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/commons/lounge) +"wgL" = ( +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Wing"; + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/junction/flip{ +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, +/obj/machinery/light/directional/north, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"wnM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/area/station/hallway/secondary/entry) +"wgM" = ( +/obj/machinery/door/poddoor/massdriver_ordnance, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) +"wgQ" = ( +/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/cargo/lobby) +"wgR" = ( +/obj/docking_port/stationary/random{ + dir = 8; + name = "lavaland"; + shuttle_id = "pod_3_lavaland" }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"whn" = ( +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"whs" = ( /obj/structure/table, -/obj/machinery/recharger, -/obj/structure/cable, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 +/obj/machinery/processor{ + pixel_y = 12 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"won" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"wop" = ( -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/west{ - pixel_y = 5 - }, -/obj/structure/plaque/static_plaque/golden/captain{ - pixel_y = 32 +/turf/open/floor/iron/white/side{ + dir = 8 }, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/area/station/service/kitchen) +"whv" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = -8 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"wos" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"woM" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"why" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"woO" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/noslip/tram, -/area/station/hallway/primary/tram/center) -"woS" = ( -/turf/closed/wall, -/area/station/cargo/office) -"woU" = ( -/obj/effect/landmark/start/bartender, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/item/radio/intercom/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"wpa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"whz" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical) +"whC" = ( /obj/structure/table, -/obj/machinery/keycard_auth{ - pixel_x = 7; - pixel_y = -2 - }, -/obj/item/computer_disk/ordnance{ - pixel_x = -4; - pixel_y = 10 - }, -/obj/item/computer_disk/ordnance{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/computer_disk/ordnance{ - pixel_x = 1; - pixel_y = 10 +/obj/machinery/light/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"whF" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"whI" = ( +/obj/machinery/computer/cargo{ + dir = 4 }, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"wpb" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/office) +"whL" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/supply) +"whS" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"wph" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/structure/railing/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"wpk" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"wpu" = ( -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"wpw" = ( -/obj/machinery/duct, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"wid" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /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/surgery/fore) -"wpL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, -/obj/machinery/airalarm/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"wpY" = ( -/obj/effect/turf_decal/sand, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"wqI" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/decoration/ornament, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"wqL" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/medium{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"wip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/area/station/hallway/secondary/service) -"wrh" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Gravity Generator Area"; - req_one_access = list("command","tech_storage") - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"wrn" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/maintenance/tram/right) +"wiI" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigleft"; + name = "Brig" }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, +/obj/machinery/scanner_gate/preset_guns, /turf/open/floor/iron, -/area/station/commons/dorms) -"wrp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/security/brig) +"wiJ" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = "engcell"; + name = "Engineering Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"wry" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 6 +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"wrz" = ( +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"wiU" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"wiX" = ( +/obj/effect/landmark/start/hangover, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/teleporter) -"wrF" = ( -/obj/effect/turf_decal/trimline/dark_blue/line{ +/obj/structure/disposalpipe/junction/yjunction{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"wrI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_lower_eva_external"; - idInterior = "middleleft_lower_eva_internal"; - idSelf = "middleleft_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"wrK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /obj/effect/turf_decal/trimline/tram/filled/corner{ @@ -65305,1151 +65658,927 @@ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wse" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/structure/table, -/obj/item/stack/sheet/cardboard, -/obj/item/food/donkpocket/pizza, -/obj/machinery/camera/directional/east{ - c_tag = "Medical - Virology Break Room"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"wsh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"wsj" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 +/area/station/hallway/primary/tram/right) +"wjk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" }, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Hydroponics" +/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, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"wjP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/green/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"wsx" = ( -/turf/closed/wall, -/area/station/service/hydroponics/garden) -"wsJ" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/research) -"wsN" = ( +/turf/open/floor/iron, +/area/station/cargo/storage) +"wjQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"wjT" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 9 }, -/obj/machinery/camera{ - c_tag = "Security - Warden's Office"; - dir = 9; - network = list("ss13","Security") +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 }, -/obj/structure/sign/calendar/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"wsP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) -"wsW" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/security/brig) +"wkg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wkk" = ( +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"wkp" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"wtb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/north{ - id = "midtunnelright"; - name = "Tunnel Access Shutters Toggle" +/turf/open/floor/iron, +/area/station/security/prison) +"wky" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"wtz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"wtB" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"wtK" = ( -/obj/effect/landmark/start/station_engineer, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/engineering/main) -"wtL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/area/station/security/brig) +"wkz" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo" }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wtO" = ( -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"wtS" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wur" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"wuu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"wkL" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"wkQ" = ( +/obj/machinery/door/airlock/hatch{ + id_tag = "vacant_space"; + name = "Vacant Commissary" + }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/heavy, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"wkR" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side, -/area/station/science/ordnance/storage) -"wux" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"wuC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/lower) +"wkY" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"wlo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/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/maintenance/central/greater) +"wlu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wuO" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"wuQ" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, +/area/station/hallway/primary/tram/right) +"wlM" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"wuU" = ( +/area/station/maintenance/disposal/incinerator) +"wlQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, /turf/open/floor/iron, -/area/station/engineering/main) -"wuX" = ( -/obj/machinery/static_signal/southeast, -/obj/effect/turf_decal/stripes/white/line{ +/area/station/engineering/break_room) +"wml" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/carpet, +/area/station/hallway/secondary/entry) +"wmy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Privacy Shutters Toggle"; + req_access = list("pharmacy") + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"wmz" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wmK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"wvt" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/area/station/security/checkpoint/supply) +"wng" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/lobby) -"wvG" = ( -/turf/closed/wall, -/area/station/security/prison/workout) -"wvO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/engineering/engine_smes) +"wnh" = ( /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"wvS" = ( -/obj/structure/table/glass, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/effect/turf_decal/tile/blue/fourcorners, +/area/station/tcommsat/computer) +"wnq" = ( +/obj/machinery/announcement_system, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"wvZ" = ( -/obj/structure/table/glass, -/obj/item/stack/medical/mesh, -/obj/item/stack/medical/gauze, -/obj/effect/turf_decal/stripes/corner{ +/area/station/tcommsat/computer) +"wnK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"woB" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/white/smooth_corner{ + dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Medical - Treatment South-East"; - network = list("ss13","medbay") +/area/station/security/execution/education) +"woJ" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"woR" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 }, -/obj/machinery/vending/wallmed/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"wwi" = ( -/obj/machinery/oven/range, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"wws" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/item/banner/cargo/mundane, /turf/open/floor/iron, -/area/station/cargo/storage) -"wwv" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/siding/thinplating/dark, +/area/station/engineering/atmos) +"woX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + 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/security/execution/transfer) -"wwx" = ( +/area/station/security/processing) +"wpc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"wwC" = ( -/turf/closed/wall, -/area/station/science/lab) -"wwI" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/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/service) -"wxb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Engine Room South-West"; - network = list("ss13","engine","engineering") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/maintenance/tram/right) +"wpn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wxd" = ( -/obj/structure/railing{ +/obj/machinery/light/floor, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"wpu" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"wxg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"wpK" = ( +/turf/closed/wall, +/area/station/science/lobby) +"wpM" = ( +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"wpY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 5 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"wxt" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"wxA" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) -"wxF" = ( +/area/station/security/courtroom) +"wqf" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"wqr" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 4 }, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/north, -/obj/structure/sign/poster/official/random/directional/east, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/evac/directional/east, /turf/open/floor/iron, -/area/station/commons/dorms) -"wxG" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/structure/sign/clock/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"wxO" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/hallway/primary/tram/right) +"wqs" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/north, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"wxZ" = ( +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"wqu" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"wqy" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wya" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"wyj" = ( +/area/station/hallway/secondary/service) +"wqY" = ( +/obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 + dir = 5 }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"wyl" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"wrf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"wyq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"wri" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wyr" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"wru" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"wyy" = ( +"wrJ" = ( +/obj/structure/railing{ + dir = 4; + layer = 3.1 + }, +/obj/machinery/netpod, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) +"wrT" = ( +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/grenades, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"wsb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/command_all, /obj/effect/turf_decal/trimline/white/filled/line{ - dir = 5 + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"wyB" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/engineering/storage/tech) +"wsq" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"wyE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/clock/directional/north, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"wsr" = ( /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/pharmacy) -"wza" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_upper_eva_external"; - name = "External Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_upper_eva_external"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"wzc" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +/area/station/medical/chemistry) +"wsA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"wsI" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/left) -"wzC" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/trunk{ dir = 1 }, +/obj/machinery/light/directional/west, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wzJ" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"wzU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/mirrored/right{ - pixel_y = -32 +/area/station/science/xenobiology) +"wsZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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, /turf/open/floor/iron, /area/station/commons/dorms) -"wzV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"wts" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wAe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip, -/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, -/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"wtt" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"wtw" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 1 + }, +/obj/machinery/photocopier, +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/science/lower) -"wAf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/research) +"wtK" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"wtQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"wAk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/security/processing) +"wtR" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/tree/palm/style_random, +/obj/structure/flora/coconuts, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"wtS" = ( +/obj/machinery/power/terminal{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/engine/cult, -/area/station/service/library) -"wAz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"wAI" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/security/brig) -"wAV" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment, +/area/station/engineering/gravity_generator) +"wuc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"wBb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/engineering/atmos) +"wuC" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/machinery/camera{ - c_tag = "Hallway - Upper Left Command"; - dir = 6 +/obj/structure/sign/calendar/directional/west, +/obj/machinery/fax{ + fax_name = "Quartermaster's Office"; + name = "Quartermaster's Fax Machine" }, -/obj/machinery/newscaster/directional/east, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wBm" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/button/door/directional/east{ - id = "outerbrigright"; - name = "Outer Brig Door Toggle"; - normaldoorcontrol = 1; - pixel_y = -8; - req_access = list("security") - }, -/obj/machinery/button/door/directional/east{ - id = "innerbrigright"; - name = "Inner Brig Door Toggle"; - normaldoorcontrol = 1; - pixel_y = 8; - req_access = list("security") +/area/station/command/heads_quarters/qm) +"wuE" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"wuF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/brig) -"wBE" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/firealarm/directional/south, -/obj/item/kirbyplants/random, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light_switch/directional/south{ - pixel_x = -8; - pixel_y = -23 - }, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"wBK" = ( -/obj/machinery/vending/cart{ - req_access = list("hop") - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/camera/autoname/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"wBL" = ( -/obj/machinery/door/airlock/engineering{ - name = "Vacant Office A" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/area/station/hallway/secondary/exit) +"wuN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wuU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /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/wood, -/area/station/commons/vacant_room/office) -"wBO" = ( +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"wvG" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/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/brig) +"wvQ" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ 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/exit/departure_lounge) -"wBP" = ( -/obj/machinery/computer/mecha{ - dir = 8 +/area/station/medical/virology) +"wwc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/glass/reinforced, -/area/station/command/heads_quarters/rd) -"wBY" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"wCh" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"wCs" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 1 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"wCt" = ( -/obj/structure/closet/crate/wooden/toy, -/turf/open/floor/iron/white/side{ - dir = 4 +/obj/item/flashlight/lamp/green{ + pixel_x = -3; + pixel_y = 8; + start_on = 0 }, -/area/station/service/theater) -"wCy" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"wwe" = ( +/obj/structure/closet/secure_closet/bar, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c100, +/obj/machinery/airalarm/directional/north, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"wwA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/closet/wardrobe/mixed, +/obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron, -/area/station/cargo/sorting) -"wCI" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album/chapel, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"wCQ" = ( -/obj/effect/turf_decal/sand/plating, +/area/station/commons/fitness) +"wwI" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"wwK" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"wDb" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/effect/spawner/random/food_or_drink/donkpockets{ +/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/commons/lounge) +"wwP" = ( +/turf/closed/wall, +/area/station/science/lab) +"wxa" = ( +/obj/structure/closet, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/green{ pixel_x = 4; - pixel_y = 6 + pixel_y = -1 }, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/item/clothing/suit/apron/overalls, +/obj/item/clothing/suit/apron/overalls, +/turf/open/floor/plating, +/area/station/service/barber) +"wxb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction{ dir = 1 }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"wDc" = ( -/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"wxc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"wDe" = ( -/turf/closed/wall, -/area/station/cargo/warehouse) -"wDi" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Gateway" - }, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"wDu" = ( -/obj/effect/turf_decal/trimline/white/line{ +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"wDz" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"wDF" = ( -/obj/structure/bed/medical/emergency, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wDU" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Command - Captain's Office" - }, -/obj/structure/table/wood, -/obj/machinery/coffeemaker/impressa, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"wEe" = ( -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison) -"wEi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/science/lower) +"wxf" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"wxu" = ( +/obj/machinery/destructive_scanner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 6 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/security/processing) -"wEm" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"wxv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/machinery/transport/crossing_signal/southwest, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"wEy" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ +/area/station/cargo/drone_bay) +"wxE" = ( +/obj/structure/disposaloutlet{ dir = 4 }, -/turf/open/floor/iron/white/side{ - dir = 8 +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"wxW" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 4 }, -/area/station/science/lobby) -"wEE" = ( +/obj/structure/window/reinforced/spawner/directional/west, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher{ - pixel_x = 4; - pixel_y = 3 +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/item/extinguisher, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"wEG" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/plating, +/area/station/cargo/sorting) +"wxX" = ( +/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/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"wEH" = ( -/obj/structure/railing{ +/area/station/science/lower) +"wyd" = ( +/turf/closed/wall, +/area/station/medical/medbay/lobby) +"wyf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 8 +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/directional/west, +/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/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wET" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/iron/stairs/medium, -/area/station/service/janitor) -"wFg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/maintenance/tram/left) +"wyj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Main West"; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wFt" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"wFA" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wyM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"wFD" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/turf/open/floor/iron/dark/smooth_edge{ +/turf/open/floor/iron, +/area/station/security/prison) +"wyR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/area/station/commons/fitness) -"wFG" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"wFU" = ( +/obj/machinery/power/apc/auto_name/directional/north, /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/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"wFW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/table, -/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lobby) -"wGe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/medical/storage) +"wyS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/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/medical/pharmacy) -"wGn" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"wGt" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"wGu" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control" +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"wyT" = ( +/obj/modular_map_root/tramstation{ + key = "arrivalsecupper"; + name = "arrivalsecupper" }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/misc/asteroid, +/area/station/asteroid) +"wyX" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"wGv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/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/hallway/secondary/service) -"wGT" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"wGY" = ( -/turf/closed/wall/r_wall, -/area/station/science/explab) -"wHc" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/interrogation, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"wHf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"wHv" = ( -/obj/effect/spawner/structure/window, +/area/station/security/courtroom/holding) +"wza" = ( +/turf/open/misc/asteroid, +/area/station/hallway/primary/tram/center) +"wzg" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/service/barber) -"wHz" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Cargo Camera Monitor"; - network = list("ss13","cargo") - }, -/obj/item/radio/intercom/directional/west, +/area/station/security/checkpoint/escape) +"wzk" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 + dir = 5 }, -/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/prison/directional/east, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"wHD" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Main Office South"; - network = list("ss13","Security") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/security/checkpoint/science) +"wzm" = ( +/obj/machinery/computer/cargo/request{ + dir = 1 }, -/obj/machinery/light/directional/south, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, -/area/station/security/office) -"wHJ" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/obj/structure/transport/linear/public, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) -"wHR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/command/bridge) +"wzE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"wIc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wIe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Minisat Chargebay"; + network = list("ss13","minisat") }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"wIj" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"wAa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/item/reagent_containers/cup/bottle/multiver, -/obj/item/reagent_containers/cup/bottle/epinephrine, /turf/open/floor/iron/white, -/area/station/security/medical) -"wIm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/science/lower) +"wAb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"wIC" = ( -/mob/living/basic/sloth/paperwork, -/turf/open/floor/glass, -/area/station/cargo/storage) -"wIK" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_green/filled/corner, -/obj/effect/turf_decal/trimline/purple/corner, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 +/area/station/engineering/atmos) +"wAe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/north{ + name = "Chemistry Desk"; + req_access = list("pharmacy") }, -/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/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" }, /turf/open/floor/iron/white, -/area/station/science/research) -"wIU" = ( -/obj/machinery/door/airlock/research{ - name = "Xenobiology Entrance" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/medical/pharmacy) +"wAh" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/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/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"wIY" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) +"wAr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ + dir = 8 }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"wAs" = ( /obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wJf" = ( -/turf/closed/wall, -/area/station/commons/vacant_room) -"wJo" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/medium{ - dir = 1 + dir = 8 }, -/area/station/security/execution/transfer) -"wJq" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"wJy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/item/crowbar, -/obj/item/screwdriver, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"wJJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Recreation Area Maintenance Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/area/station/science/xenobiology) +"wAx" = ( /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/maintenance/department/medical) -"wJK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/requests_console/directional/north{ - department = "Telecomms Admin"; - name = "Telecomms Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/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, -/area/station/tcommsat/computer) -"wJL" = ( -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/fax{ - fax_name = "Head of Security's Office"; - name = "Head of Security's Fax Machine" +/area/station/hallway/secondary/exit/departure_lounge) +"wAA" = ( +/obj/machinery/door/window/left/directional/east{ + name = "Coffin Storage"; + req_access = list("chapel_office") }, /turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"wJN" = ( -/obj/machinery/power/turbine/turbine_outlet{ - dir = 4 - }, -/turf/open/floor/engine, +/area/station/service/chapel/monastery) +"wAG" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wAI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"wAQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"wKi" = ( -/obj/structure/chair/comfy/beige, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, +"wBb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"wBc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"wKs" = ( -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"wKA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/drone_bay) -"wKG" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter) -"wKP" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, +"wBp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, /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/virology) -"wKR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/machinery/button/door/directional/north{ + id = "midtunnelright"; + name = "Tunnel Access Shutters Toggle" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"wBz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"wBV" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance) +"wBX" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/right/directional/north, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"wKS" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, +/area/station/cargo/sorting) +"wCn" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 @@ -66458,2470 +66587,2493 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"wKU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"wLd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"wLe" = ( +"wCo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/chair, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera{ - c_tag = "Departures - Holding Wing"; - dir = 10; - network = list("ss13","Security") + dir = 6 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"wLt" = ( -/turf/closed/wall, -/area/station/security/brig) -"wLu" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"wLB" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, /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/security/prison) -"wLN" = ( -/obj/structure/table/wood, -/turf/open/floor/wood/large, -/area/station/service/theater) -"wLS" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/captain) -"wMb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/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/engineering/break_room) -"wMm" = ( -/obj/structure/closet/bombcloset/security, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"wMn" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/freezer/blood, +/area/station/security/processing) +"wCv" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"wDh" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"wDi" = ( +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -8 + }, /turf/open/floor/iron/freezer, /area/station/medical/coldroom) -"wMo" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 +"wDt" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/virologist, +/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/virology) +"wDv" = ( +/obj/structure/rack, +/obj/item/controller{ + pixel_x = -7 }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 34 +/obj/item/compact_remote{ + pixel_x = -7 }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 40 +/obj/item/compact_remote{ + pixel_x = -7 }, -/obj/structure/sign/directions/upload{ - pixel_y = 22 +/obj/item/integrated_circuit/loaded/speech_relay{ + pixel_x = 7 }, -/obj/structure/cable, +/obj/item/integrated_circuit/loaded/hello_world{ + pixel_x = 7 + }, +/obj/structure/table, +/obj/item/integrated_circuit/loaded/hello_world{ + pixel_x = 7 + }, +/obj/item/integrated_circuit/loaded/hello_world{ + pixel_x = 7 + }, +/turf/open/floor/iron, +/area/station/science/explab) +"wDB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"wDU" = ( +/obj/structure/chair{ dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"wMp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/main) -"wMr" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"wEl" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Medical - Central North-West"; - dir = 10; - network = list("ss13","medbay") +/obj/machinery/duct, +/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/hallway/secondary/service) +"wEm" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" }, -/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"wEu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South-East"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wEx" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/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/brig) +"wEC" = ( +/obj/structure/cable, +/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/security/brig) +"wEO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wMS" = ( -/obj/structure/table/wood, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"wNd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wEQ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/dark/corner, +/area/station/science/robotics/mechbay) +"wET" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"wNu" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/computer/camera_advanced/xenobio, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Engine Room North-East"; - dir = 9; - network = list("ss13","engine","engineering") +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"wEV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wNz" = ( -/obj/structure/chair/pew, -/turf/open/floor/iron/chapel{ - dir = 5 +/turf/open/floor/iron, +/area/station/command/teleporter) +"wFq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/station/service/chapel) -"wNC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/turf/open/floor/wood, +/area/station/service/library) +"wFx" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"wFz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Maintenance Hatch" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"wFA" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron/white, +/area/station/science/research) +"wFR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/mirrored{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"wNL" = ( -/obj/effect/turf_decal/bot/left, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"wNQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" +"wFT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron, +/area/station/security/prison) +"wGg" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, +/area/station/commons/dorms) +"wGk" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Chief Engineer's Office"; + dir = 10; + network = list("ss13","engineering") + }, +/turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"wNR" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 1; - network = "tcommsat" +"wGy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"wOa" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/security/checkpoint/medical) +"wGA" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/plating, +/area/station/engineering/supermatter) +"wGE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/closet/toolcloset, +/obj/effect/landmark/start/hangover/closet, +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Aux Tool Storage" }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/navigate_destination/tools, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"wOl" = ( +/area/station/commons/storage/tools) +"wGF" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/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) -"wOm" = ( -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"wOt" = ( -/turf/open/openspace, -/area/station/service/kitchen) -"wOB" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +"wGU" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + id = "medcell"; + name = "Medical Cell"; + req_access = list("security") }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Material Storage"; - dir = 10; - network = list("ss13","engineering") +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/main) -"wOK" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Head of Personnel's Office"; - name = "Head of Personnel's Fax Machine" - }, -/obj/machinery/light/warm/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"wOZ" = ( -/obj/machinery/power/smes{ - capacity = 9e+006; - charge = 10000 +/area/station/security/checkpoint/medical) +"wHr" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, +/obj/structure/transport/linear/public, +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"wHH" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"wPe" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"wPn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"wHI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"wHL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, /obj/machinery/camera{ - c_tag = "Cargo - Bank Vault"; - dir = 6; - network = list("ss13","cargo") + c_tag = "Medical - Central North-West"; + dir = 10; + network = list("ss13","medbay") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"wPq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/iron/white, -/area/station/science/research) -"wPt" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"wHT" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/hop) +"wHU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/cable, -/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/hallway/secondary/exit) -"wPC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_upper_eva_internal"; - name = "External Access" +/area/station/security/processing) +"wHX" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_upper_eva_internal"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"wIg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"wIi" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/aicard, +/obj/item/multitool, +/turf/open/floor/carpet, +/area/station/command/bridge) +"wIk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/locked, -/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/maintenance/tram/mid) -"wPK" = ( -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, +/obj/effect/landmark/start/hangover, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"wIJ" = ( +/obj/machinery/duct, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"wIP" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space) +"wIT" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/engineering/main) -"wQx" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/bureaucracy/briefcase{ - spawn_loot_count = 2; - spawn_random_offset = 1 +/area/station/service/theater) +"wIY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"wQC" = ( -/obj/structure/railing{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wJt" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "Secure Storage" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"wJv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"wJy" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/command/bridge) +"wJM" = ( +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"wQF" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/turf/open/space/basic, +/area/space/nearstation) +"wJV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wQN" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Departures - Security Outpost"; + network = list("ss13","Security") }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/computer/records/security, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"wKf" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"wKk" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/east, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine" }, -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office" +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"wKm" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"wKP" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/station/service/chapel) +"wLd" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/turf/open/floor/wood/large, +/area/station/service/theater) +"wLl" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, /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/white, -/area/station/command/heads_quarters/cmo) -"wQR" = ( -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" +/area/station/medical/virology) +"wLn" = ( +/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/commons/lounge) +"wLx" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"wLP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"wQX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"wQZ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"wLR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"wRd" = ( /obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/effect/landmark/navigate_destination/techstorage, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"wRg" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "QMLoad2" +/area/station/cargo/miningdock/oresilo) +"wLT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/machinery/button/elevator/directional/north{ + id = "tram_dorm_lift" }, -/obj/machinery/status_display/supply{ - pixel_y = 32 +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_dorm_lift" }, /turf/open/floor/iron, -/area/station/cargo/storage) -"wRm" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 +/area/station/maintenance/tram/left) +"wMt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"wRv" = ( -/obj/structure/sign/warning/fire/directional/south, +/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/ordnance/storage) -"wRz" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = 32 - }, -/obj/effect/turf_decal/siding/wideplating{ - dir = 6 +/area/station/commons/fitness/recreation) +"wMu" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"wMx" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"wMz" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"wMD" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"wMW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"wMZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/theater) +"wNj" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"wRT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wRU" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Holodeck North"; - name = "holodeck camera" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" +/area/station/security/medical) +"wNq" = ( +/obj/machinery/igniter/incinerator_atmos, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/engine/vacuum, +/area/station/maintenance/disposal/incinerator) +"wNs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/area/station/holodeck/rec_center) -"wRZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wSk" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"wSp" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/structure/table/glass, -/obj/item/stack/medical/mesh, -/obj/item/stack/medical/gauze, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wSq" = ( -/obj/effect/turf_decal/box/red, -/obj/machinery/plumbing/growing_vat{ - dir = 4 +/area/station/engineering/atmos) +"wNK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wNV" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white/side, +/area/station/science/lobby) +"wNY" = ( +/obj/machinery/computer/station_alert{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"wSA" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Front Desk"; + dir = 6; + network = list("ss13","engineering") }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"wSC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/engineering/atmos) +"wOb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/security/brig) +"wOs" = ( /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wTb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/cargo/lobby) +"wOw" = ( +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"wOx" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/weather/snow, +/obj/effect/turf_decal/weather/snow/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"wOG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"wOU" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"wOW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/machinery/computer/security, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"wPf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + 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/commons/fitness/recreation) -"wTk" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/area/station/hallway/secondary/exit) +"wPj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wPD" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/structure/transport/linear/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/maintenance/tram/left) +"wPE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"wTu" = ( -/obj/structure/table, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/flashlight/lamp, -/turf/open/floor/iron/dark, -/area/station/service/janitor) -"wTv" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron, +/area/station/commons/fitness) +"wPI" = ( +/obj/structure/transport/linear/tram, +/obj/structure/tram/split, +/obj/machinery/transport/destination_sign/split/north, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"wPN" = ( +/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/primary/tram/right) +"wQm" = ( +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wQr" = ( +/obj/effect/turf_decal/weather/snow, +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"wQN" = ( +/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/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/office) -"wTx" = ( -/obj/structure/railing{ - dir = 10 +/area/station/hallway/secondary/entry) +"wQP" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"wQT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"wTB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/obj/effect/turf_decal/trimline/red/filled/corner, +/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/courtroom/holding) +"wQW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/chair{ +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/tram/filled/corner, +/obj/effect/turf_decal/trimline/tram/corner, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"wTP" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/food/donut/berry{ - pixel_x = -4; - pixel_y = 10 +/area/station/hallway/primary/tram/center) +"wRi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"wRv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"wRy" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 6 }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -7 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"wRG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/office) -"wUc" = ( +/area/station/engineering/atmos) +"wRR" = ( +/obj/structure/dresser, +/turf/open/floor/iron/white, +/area/station/service/theater) +"wSg" = ( +/turf/closed/wall, +/area/station/service/kitchen/coldroom) +"wSh" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"wSi" = ( +/turf/open/floor/iron/recharge_floor, +/area/station/science/robotics/mechbay) +"wSj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wUd" = ( -/obj/structure/rack, -/obj/item/controller{ - pixel_x = -7 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/item/compact_remote{ - pixel_x = -7 +/turf/open/floor/iron/white, +/area/station/science/lower) +"wSm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"wSp" = ( +/obj/structure/flora/bush/jungle/b/style_random, +/turf/open/misc/grass/jungle, +/area/station/science/explab) +"wSx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 }, -/obj/item/compact_remote{ - pixel_x = -7 +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"wSS" = ( +/obj/structure/weightmachine, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"wTi" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"wTl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/obj/item/integrated_circuit/loaded/speech_relay{ - pixel_x = 7 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sink/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"wTy" = ( +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_y = -26 }, -/obj/item/integrated_circuit/loaded/hello_world{ - pixel_x = 7 +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Chapel Crematorium" }, -/obj/structure/table, -/obj/item/integrated_circuit/loaded/hello_world{ - pixel_x = 7 +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"wTP" = ( +/obj/structure/bodycontainer/morgue/beeper_off, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"wTU" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/obj/item/integrated_circuit/loaded/hello_world{ - pixel_x = 7 +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/science/explab) -"wUs" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/table, -/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{ +/area/station/hallway/primary/tram/right) +"wUv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"wUT" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ +/area/station/engineering/atmos/pumproom) +"wUG" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ dir = 1 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"wUV" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/tram, +/area/station/hallway/primary/tram/center) +"wUL" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/fax{ + fax_name = "Law Office"; + name = "Law Office Fax Machine" }, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/cold/directional/north, -/turf/open/floor/grass, -/area/station/commons/dorms) -"wVk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/port) -"wVL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"wVg" = ( +/obj/machinery/mass_driver/chapelgun, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver"; + req_access = list("chapel_office") }, -/obj/structure/chair/comfy{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"wWd" = ( +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) +"wVV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wWa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"wWn" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_upper_eva_external"; + idInterior = "middleleft_upper_eva_internal"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"wWu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"wWz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "QM #1" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, /turf/open/floor/iron, /area/station/cargo/warehouse) -"wWp" = ( -/obj/machinery/netpod, +"wWF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"wWH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wWS" = ( /obj/machinery/airalarm/directional/north, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/cargo/bitrunning/den) -"wWs" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"wWx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/vending/cola/red, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/security/prison) "wWT" = ( -/obj/effect/landmark/start/hangover, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/research) +"wXi" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/station/science/xenobiology) +"wXx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/mapping_helpers/apc/cell_10k, /obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"wXB" = ( +/obj/machinery/vending/assist, +/obj/machinery/requests_console/directional/east{ + department = "Tool Storage"; + name = "Tool Department Requests Console" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wXg" = ( -/obj/structure/chair/office{ +/area/station/commons/storage/primary) +"wXC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"wXI" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/built/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"wXM" = ( /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"wXu" = ( -/obj/structure/sign/painting/library_private{ - pixel_y = -32 - }, -/turf/open/floor/engine/cult, -/area/station/service/library) -"wXN" = ( -/obj/effect/turf_decal/stripes/line{ +"wXO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"wXT" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/indestructible/tram/plate, -/area/station/hallway/primary/tram/right) -"wXY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"wYf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/machinery/meter, +/area/station/engineering/atmos) +"wXP" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"wYg" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/checkpoint/escape) +"wXQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/brig) -"wYt" = ( +/area/station/engineering/atmos) +"wYw" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, /turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"wYx" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +/area/station/hallway/primary/tram/center) +"wYz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/table/glass, -/obj/machinery/requests_console/directional/east{ - department = "Virology"; - name = "Virology Requests Console" +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 +/obj/machinery/door/airlock/vault{ + name = "Bank of Cargo" }, -/obj/item/storage/box/syringes, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"wYJ" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/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/cargo/miningdock/oresilo) +"wYE" = ( /obj/structure/table, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_x = 0 +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"wYO" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 8 }, -/obj/structure/sign/calendar/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"wYR" = ( +/turf/open/floor/iron, +/area/station/engineering/break_room) +"wYX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"wZl" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/bikehorn/rubberducky, +/obj/machinery/shower/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"wZA" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/east{ + pixel_y = 2 + }, +/obj/structure/window/reinforced/spawner/directional/south{ + pixel_y = 2 + }, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) +"wZL" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 + dir = 6 }, +/obj/machinery/smartfridge/organ, +/obj/machinery/light/directional/south, /turf/open/floor/iron/white, -/area/station/science/lower) -"wZi" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/science/xenobiology) +"wZY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/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/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/iron/white, +/area/station/science/research) +"xan" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"wZl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply, -/turf/closed/wall, -/area/station/science/ordnance) -"wZm" = ( -/turf/closed/wall/rock/porous, -/area/station/asteroid) -"wZq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Central Tram Platform North-East" }, -/obj/structure/chair/office{ - dir = 8 +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"wZs" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/iron/cafeteria, -/area/station/science/breakroom) -"wZD" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/hallway/primary/tram/center) +"xat" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"wZI" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"wZL" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/engineering/atmos) +"xav" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, +/obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/white, -/area/station/science/lower) -"wZU" = ( -/obj/structure/chair{ - name = "Defense" - }, -/obj/effect/turf_decal/tile/green/anticorner/contrasted{ - dir = 4 +/area/station/medical/medbay/central) +"xay" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/courtroom) -"wZV" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/area/station/security/brig) +"xaB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, -/area/station/science/lab) -"wZZ" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"xab" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/area/station/hallway/secondary/entry) +"xaR" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Lathe Access" }, -/obj/machinery/disposal/bin, -/obj/machinery/newscaster/directional/north, -/obj/structure/disposalpipe/trunk{ +/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/engineering/main) -"xaf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/corner{ +/area/station/hallway/secondary/service) +"xaT" = ( +/obj/machinery/computer/atmos_control/nocontrol/master{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"xbh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"xbw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/machinery/duct, -/obj/structure/cable, /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, -/area/station/hallway/secondary/service) -"xao" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"xap" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/area/station/command/bridge) +"xcd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/engineering/atmos) -"xaH" = ( -/obj/structure/chair{ - pixel_y = -2 +/area/station/security/prison/workout) +"xcj" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing" }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"xaW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Bar" +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron, +/area/station/security/prison) +"xck" = ( +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xcp" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Hydroponics Desk"; + req_access = list("hydroponics") + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"xcH" = ( +/obj/structure/table/wood, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/under/suit/black_really, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xcM" = ( /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/science/xenobiology) +"xdw" = ( +/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/iron/dark, -/area/station/service/bar) -"xaX" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = -34 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = -40 +/area/station/science/ordnance/storage) +"xdx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/structure/sign/directions/vault{ - dir = 1; - pixel_y = -22 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xdC" = ( +/obj/machinery/camera{ + c_tag = "Secure - Gravity Generator"; + dir = 10 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/line, -/obj/effect/turf_decal/trimline/tram/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"xbh" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"xbj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/engineering/gravity_generator) +"xdF" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"xdG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"xbr" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/commons/dorms) +"xdJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"xbu" = ( -/obj/structure/disposaloutlet, -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/area/station/maintenance/tram/mid) +"xei" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ + dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"xbA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) +"xet" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/grass, +/area/station/service/hydroponics) +"xeC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"xbV" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"xbW" = ( -/obj/effect/turf_decal/trimline/tram/filled/line{ - dir = 1 +/obj/machinery/firealarm/directional/north{ + pixel_x = 4 }, -/obj/effect/turf_decal/trimline/tram/filled/warning{ - dir = 1 +/obj/machinery/light_switch/directional/north{ + pixel_x = -6; + pixel_y = 28 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"xbZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/area/station/security/checkpoint/science) +"xeE" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Security"; + name = "navigation beacon (Security Delivery)" }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/effect/turf_decal/loading_area{ dir = 8 }, -/obj/effect/turf_decal/stripes/white/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"xeG" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/lobby) -"xcb" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"xcl" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating, -/area/station/science/ordnance/storage) -"xcz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"xcB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xcJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_upper_eva_external"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"xcP" = ( -/obj/structure/closet/secure_closet/brig/genpop, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, +"xeO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"xda" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Hall"; - dir = 6 +/area/station/ai_monitored/turret_protected/aisat/maint) +"xfd" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + 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/security/prison/safe) +"xft" = ( +/obj/machinery/duct, /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/cable, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"xfx" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xdl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South-West"; - network = list("ss13","medbay") +/obj/machinery/button/door/directional/east{ + id = "atmos"; + name = "Atmospherics Lockdown"; + req_access = list("atmospherics") }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"xfH" = ( +/turf/open/floor/glass, +/area/station/commons/lounge) +"xfL" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/purple{ + dir = 8 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xdm" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" +/area/station/science/xenobiology) +"xfN" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"xdn" = ( -/obj/machinery/status_display/door_timer{ - id = "crgcell"; - name = "Cargo Cell"; - pixel_x = 32 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"xgh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"xgp" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"xdq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/security/execution/transfer) +"xgJ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/structure/chair/comfy{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"xdC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"xdD" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/exit) +"xgK" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xdI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +/turf/open/floor/wood/large, +/area/station/service/theater) +"xgO" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"xgZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/cold/directional/west, +/obj/item/papercutter, +/turf/open/floor/iron, +/area/station/command/bridge) +"xhk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/railing{ - dir = 8 +/obj/machinery/ticket_machine/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xhB" = ( +/obj/effect/turf_decal/trimline/white/line, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 }, -/obj/structure/cable, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"xdY" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"xej" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"xep" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"xhL" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/commons/fitness) +"xhX" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"xir" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/wirecutters, +/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/port/central) +"xiA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"xeu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"xeG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron/white, -/area/station/science/lab) -"xeJ" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/command_all, -/obj/effect/turf_decal/trimline/white/filled/line{ +/area/station/science/lower) +"xiD" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"xeO" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Supply Door Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/turf/open/floor/plating, -/area/station/cargo/storage) -"xeZ" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"xfd" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, /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/fitness/recreation) -"xfp" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/area/station/hallway/secondary/entry) +"xiL" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"xft" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/iron, -/area/station/engineering/main) -"xfy" = ( -/obj/structure/fluff/tram_rail/electric, -/obj/structure/transport/linear/tram, -/obj/structure/thermoplastic, -/obj/structure/chair/sofa/bench/tram/left, -/obj/machinery/computer/tram_controls/split/directional/north, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"xfD" = ( -/obj/machinery/computer/warrant{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"xfE" = ( -/obj/structure/chair/sofa/corner, +/turf/open/floor/iron/white, +/area/station/science/research) +"xiP" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"xiZ" = ( +/obj/structure/chair/sofa/right, /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"xfI" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/syringe{ - pixel_y = 5 +"xjn" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage" }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"xfN" = ( -/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) -"xfQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/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, -/area/station/security/brig) -"xfY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xfZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"xgd" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, /obj/structure/cable, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"xgf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" +/area/station/engineering/engine_smes) +"xjx" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_y = 8 }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) -"xgp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"xgv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"xgB" = ( -/obj/structure/chair{ - dir = 8 +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"xjV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"xgJ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/clothing/suit/caution{ + pixel_x = 12; + pixel_y = 15 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"xhg" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"xhp" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xhs" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/research) +"xke" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"xhO" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Storage" +/area/station/security/prison/safe) +"xkg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/obj/machinery/light/dim/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"xks" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"xhU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Central Tram Platform South-East"; - dir = 6 +/area/station/maintenance/tram/right) +"xkI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/machinery/firealarm/directional/east, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"xkX" = ( /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, +/obj/effect/turf_decal/trimline/tram/filled/corner, +/obj/effect/turf_decal/trimline/tram/corner, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"xhV" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/area/station/hallway/primary/tram/right) +"xla" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"xll" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/table/glass, +/obj/machinery/microwave/engineering/cell_included, +/obj/structure/cable, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"xlu" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/blue, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"xly" = ( +/obj/structure/closet/emcloset{ + anchored = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"xlT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/structure/table, -/obj/item/stack/package_wrap{ - pixel_x = -1; - pixel_y = -1 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Port Tram Platform North-East" }, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"xlX" = ( +/obj/machinery/door/airlock{ + id_tag = "private_k"; + name = "Private Quarters K" }, -/obj/effect/turf_decal/siding/thinplating, +/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/cargo/sorting) -"xig" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"xiE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/carpet, +/area/station/commons/dorms) +"xlZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"xml" = ( +/obj/effect/turf_decal/loading_area{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"xiH" = ( -/obj/structure/lattice, -/obj/structure/railing{ +/obj/machinery/door/window/left/directional/west{ + name = "Atmospherics Delivery"; + req_access = list("atmospherics") + }, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"xmm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/mirrored/right{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xmE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) -"xiI" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"xiT" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/chapel) -"xjk" = ( -/obj/effect/turf_decal/trimline/green/corner{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Storage" }, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"xjn" = ( -/turf/closed/wall/r_wall, -/area/station/science/server) -"xjw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"xmH" = ( +/obj/structure/sign/poster/official/report_crimes/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"xmJ" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"xmK" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/floor, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xjG" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"xjN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/prison) +"xmN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"xjX" = ( -/obj/structure/closet/secure_closet/atmospherics, +/obj/machinery/light/small/dim/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"xmR" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/dorms/laundry) +"xmY" = ( /obj/effect/turf_decal/stripes/line{ - dir = 8 + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xkg" = ( -/obj/structure/table, -/obj/item/radio/intercom, +/obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"xkh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/area/station/science/xenobiology) +"xmZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/clock/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"xnH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/navigate_destination/dockaux, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xnI" = ( +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"xnS" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/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/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"xnU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 }, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/processing) -"xkp" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 +/area/station/commons/fitness/recreation) +"xom" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/area/station/commons/fitness) -"xku" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xoM" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"xoS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/computer/order_console/bitrunning{ +/turf/open/floor/iron, +/area/station/security/brig) +"xoW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"xpb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, -/area/station/cargo/storage) -"xkv" = ( -/turf/closed/wall, -/area/station/security/medical) -"xkG" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xkK" = ( -/obj/structure/table/wood, -/turf/open/floor/iron/chapel{ - dir = 4 +/area/station/hallway/secondary/service) +"xpm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/station/service/chapel) -"xkR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xlb" = ( -/obj/machinery/porta_turret/ai, -/obj/structure/cable, +/turf/closed/wall, +/area/station/cargo/sorting) +"xpC" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/directional/south, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"xlk" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/service/bar) +"xpE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, +/obj/structure/closet/secure_closet/security, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"xpH" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/north, +/obj/item/wrench, /turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"xll" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"xlq" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) -"xlr" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "cargolower" +/area/station/maintenance/port/central) +"xqB" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"xlC" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/head/captain, -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "Captain's Desk"; - req_access = list("captain") +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"xlU" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xlW" = ( +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xqO" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"xqY" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"xmf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xrl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xmo" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/brown/fourcorners, +/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/sorting) -"xmy" = ( -/obj/structure/railing/corner{ +/area/station/security/checkpoint/science) +"xrn" = ( +/obj/structure/displaycase/trophy, +/turf/open/floor/wood/large, +/area/station/service/library) +"xrq" = ( +/obj/structure/chair{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"xrt" = ( +/obj/machinery/netpod, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/cargo/bitrunning/den) +"xrE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"xmA" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"xrG" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, +/obj/structure/sink/directional/west, /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, -/area/station/engineering/break_room) -"xmG" = ( -/obj/structure/flora/bush/sunny/style_random, -/turf/open/floor/grass, +/turf/open/floor/iron/white, /area/station/medical/virology) -"xmU" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +"xsg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"xsh" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery" }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/ladder, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"xmW" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/button/door/directional/west{ - id = "Toilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xnc" = ( -/obj/machinery/button/door/directional/east{ - id = "armory"; - name = "Armory Shutters"; - req_access = list("armory") - }, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light_switch/directional/east{ - pixel_x = 23; - pixel_y = -8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"xne" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access" +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, /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, -/area/station/maintenance/disposal) -"xnh" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"xnt" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xnu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xnC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/wirecutters, /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/port/central) -"xnE" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"xsq" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"xnK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"xnP" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai) -"xnQ" = ( +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"xst" = ( /obj/structure/rack, -/obj/effect/spawner/random/techstorage/security_all, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/obj/machinery/light/dim/directional/south, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"xnR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xnW" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/remains/xeno, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"xok" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +"xsW" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"xsX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xtb" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/prison) -"xor" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/miningdock/cafeteria) -"xos" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Access" +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/service/kitchen/coldroom) -"xoD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) -"xoI" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"xoN" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") +/area/station/service/hydroponics) +"xti" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"xoU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/checkpoint/escape) -"xpg" = ( -/obj/structure/cable/layer1, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"xpl" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron/white, +/area/station/science/research) +"xtn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/delivery, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/lobby) -"xpv" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 4 +/area/station/commons/fitness/recreation) +"xts" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ +/obj/item/pen, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/iron/dark, +/area/station/commons/vacant_room/commissary) +"xtD" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) -"xpF" = ( -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"xqv" = ( -/obj/structure/window/spawner/directional/north, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/infuser_book{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/storage/pill_bottle/mutadone{ - pixel_x = 9; +/obj/item/stamp{ + pixel_x = -3; pixel_y = 3 }, -/obj/effect/turf_decal/tile/dark_green/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"xra" = ( -/turf/closed/wall/rust, -/area/station/hallway/primary/tram/center) -"xrj" = ( -/obj/machinery/computer/records/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/office) -"xru" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the turbine vent."; - dir = 8; - name = "turbine vent monitor"; - network = list("turbine"); - pixel_x = 29 +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"xrw" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/cargo/office) +"xtM" = ( +/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/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"xtZ" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ 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/exit/departure_lounge) -"xrJ" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"xum" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/service/theater) -"xrM" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/yjunction{ +/area/station/security/brig) +"xuq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ 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/command/bridge) -"xrO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"xse" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xut" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Restroom South" }, -/obj/machinery/camera{ - c_tag = "Cargo - Lobby"; - dir = 6; - network = list("ss13","cargo") +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"xuA" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"xsk" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/computer/records/security{ +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"xuI" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"xsr" = ( -/obj/structure/table, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xsu" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2O Outlet Pump" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xuS" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 8 }, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 + dir = 4 }, /obj/effect/turf_decal/trimline/neutral/line{ - dir = 5 + dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"xsx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"xtb" = ( +"xvd" = ( /turf/closed/wall, -/area/station/cargo/lobby) -"xts" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room" - }, +/area/station/commons/storage/art) +"xvl" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"xvy" = ( +/obj/machinery/atmospherics/pipe/color_adapter, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"xvJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xtM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" +/obj/effect/landmark/navigate_destination/gateway, +/turf/open/floor/iron/stairs/medium, +/area/station/command/gateway) +"xvV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"xtT" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/tcomms_all, -/obj/effect/turf_decal/trimline/white/filled/line{ +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"xtW" = ( -/obj/structure/chair{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light/cold/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xwa" = ( +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"xut" = ( -/obj/effect/landmark/start/cyborg, -/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/ai_monitored/turret_protected/aisat/foyer) -"xuC" = ( -/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 }, -/turf/open/space/openspace, -/area/station/solars/port) -"xuF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"xwd" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"xwf" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/greater) +"xwi" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 }, -/obj/structure/sign/departments/security{ - pixel_x = 32 +/obj/structure/table, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos{ + pixel_x = 5; + pixel_y = 9 }, +/obj/structure/cable, /obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"xwz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"xuG" = ( -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Pre-Trial"; - name = "Pre-Trial Fax Machine" +/area/station/security/office) +"xxe" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"xuH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"xuO" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"xuX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"xva" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/area/station/hallway/secondary/service) +"xxf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, /turf/open/floor/plating, -/area/station/escapepodbay) -"xvb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/area/station/engineering/atmos) +"xxl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/science/lower) +"xxv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Upper Hall Right"; - network = list("ss13","rd") +/obj/machinery/camera{ + c_tag = "Security - Prison Block South"; + dir = 6; + network = list("ss13","Security","prison") }, -/turf/open/floor/iron/white, -/area/station/science/research) -"xvl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Engine Coolant Bypass" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/turf/open/floor/iron, +/area/station/security/prison/safe) +"xxT" = ( +/obj/structure/bed{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 +/obj/item/bedsheet/dorms{ + dir = 4 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xvs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_lower_eva_internal"; - name = "External Access" +/obj/structure/sign/clock/directional/west, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"xxW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_lower_eva_internal"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xxZ" = ( +/turf/closed/wall, +/area/station/cargo/drone_bay) +"xyd" = ( +/obj/machinery/light/directional/south, +/obj/machinery/modular_computer/preset/engineering{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"xvL" = ( -/obj/structure/railing{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"xyk" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"xyn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/regular{ + pixel_x = -5; + pixel_y = -3 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = 8; + pixel_y = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/command/bridge) +"xyr" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/spawner/random/entertainment/lighter{ + pixel_x = 9 }, +/turf/open/floor/carpet, +/area/station/hallway/secondary/entry) +"xyt" = ( +/obj/structure/railing/corner, /turf/open/floor/glass/reinforced, -/area/station/security/brig) -"xvP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/machinery/button/door/directional/west{ - id = "cargowarehouse"; - name = "Cargo Warehouse Shutters" - }, -/obj/machinery/power/apc/auto_name/directional/north, +/area/station/science/research) +"xyu" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"xwc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"xwf" = ( -/turf/closed/wall, -/area/station/security/prison) -"xwG" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/railing{ - dir = 8 +/area/station/hallway/secondary/service) +"xzn" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"xwL" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/lounge) -"xwS" = ( -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xwU" = ( -/obj/machinery/light/cold/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xwV" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/item/clothing/mask/whistle, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"xzo" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"xwW" = ( -/obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring South"; - dir = 9; - network = list("aicore") +/obj/machinery/door/airlock/public/glass{ + name = "Barber Shop" }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"xxd" = ( -/obj/machinery/button/door/directional/west{ - id = "private_o"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +/turf/open/floor/wood/large, +/area/station/service/barber) +"xzA" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Secure External Operations" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"xxg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/escapepodbay) -"xxn" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"xxo" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/obj/effect/mapping_helpers/airlock/access/any/command/gateway, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/open/floor/iron, +/area/station/command/teleporter) +"xzI" = ( +/obj/machinery/vending/games, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"xzV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"xxq" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"xxu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/engineering/atmospherics_engine) +"xAc" = ( +/obj/machinery/door/airlock/centcom{ + desc = "Truly, a marvel of modern engineering."; + name = "Syndicate Secure Airlock System" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"xxQ" = ( -/obj/machinery/flasher/directional/east{ - id = "AI"; - pixel_y = 26 +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/herringbone, +/area/station/commons/vacant_room) +"xAe" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"xxY" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xyc" = ( -/turf/closed/wall, -/area/station/science/ordnance/bomb) -"xyk" = ( -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"xym" = ( -/obj/structure/disposalpipe/trunk/multiz{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall, -/area/station/maintenance/disposal) -"xyC" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"xyP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"xAg" = ( +/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/carpet, +/area/station/service/library) +"xAi" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/structure/sink/directional/west, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, /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/virology) -"xyV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 6 +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"xAp" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/science) +"xAx" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 8 }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ +/obj/machinery/air_sensor/ordnance_freezer_chamber, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"xAB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xyZ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/engineering/glass{ + name = "Material Storage" }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate/energized{ - inbound = 1; - outbound = 2 +/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{ + dir = 4 }, -/area/station/hallway/primary/tram/center) -"xzd" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron, +/area/station/engineering/main) +"xAJ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Engineering - Engine Room North-West"; - network = list("ss13","engine","engineering") +/turf/open/floor/iron, +/area/station/cargo/storage) +"xAM" = ( +/obj/machinery/elevator_control_panel{ + layer = 3.1; + linked_elevator_id = "tram_xeno_lift"; + pixel_y = 2; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xze" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"xzl" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"xAR" = ( +/obj/machinery/door/airlock/security{ + name = "Prison Workshop" }, +/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/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"xzv" = ( -/obj/structure/transport/linear/tram/corner/southwest, -/obj/structure/tram/spoiler, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"xzP" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"xzS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"xzT" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_lower_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_lower_eva_external"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/turf_decal/sand, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"xzZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_eva_external"; - idSelf = "middleleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/security/prison/work) +"xBc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"xAh" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 6 +/obj/machinery/firealarm/directional/south{ + pixel_x = 4 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"xAj" = ( +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/explab) +"xBh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, @@ -68930,133228 +69082,133002 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"xAC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/east{ - name = "Library Delivery Chute" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - location = "Library"; - name = "navigation beacon (Library Delivery)" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"xAF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +"xBk" = ( +/turf/closed/wall, +/area/station/medical/storage) +"xBA" = ( +/obj/structure/transport/linear/public, +/obj/machinery/elevator_control_panel/directional/west{ + linked_elevator_id = "tram_sci_lift"; + preset_destination_names = list("2" = "Lower Deck", "3" = "Upper Deck") }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xAM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/structure/railing{ + dir = 9 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"xAR" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line, -/obj/effect/turf_decal/trimline/dark_green/filled/corner{ +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"xBC" = ( +/obj/structure/chair/office{ dir = 1 }, /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/white, -/area/station/science/genetics) -"xAZ" = ( -/obj/structure/railing/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"xBD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/turf/open/floor/glass/reinforced, -/area/station/security/brig) -"xBl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ +/obj/machinery/pdapainter/engineering, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"xBS" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic, +/obj/structure/chair/sofa/bench/tram/left{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"xBm" = ( -/mob/living/simple_animal/bot/floorbot, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"xBn" = ( -/obj/machinery/door/firedoor/heavy, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "mixingastew"; - name = "Mixing Site Shutters" +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"xBU" = ( +/obj/machinery/ore_silo, +/obj/machinery/door/window/left/directional/south{ + name = "Silo Access"; + req_access = list("qm") }, -/turf/open/floor/plating, -/area/station/science/ordnance) -"xBs" = ( -/obj/structure/chair/pew, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/chapel{ +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"xBV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/area/station/service/chapel) -"xBE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"xBI" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"xCc" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"xCe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/solars/port) +"xCm" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"xBS" = ( +/area/station/command/bridge) +"xCr" = ( +/obj/structure/railing{ + dir = 8 + }, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 9 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Upper Hall Left"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"xBU" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"xCe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xCl" = ( -/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/entry) -"xCn" = ( -/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/smartfridge/extract/preloaded, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xCs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, /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/commons/fitness/recreation) -"xCJ" = ( -/obj/structure/table, -/obj/item/computer_disk{ - pixel_x = -2 - }, -/obj/item/computer_disk{ - pixel_x = 7; - pixel_y = 2 +/area/station/commons/storage/tools) +"xCR" = ( +/obj/structure/ladder, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"xDy" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"xCV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xCZ" = ( -/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xDj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"xDt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "greedygrinnersden"; - name = "Quartermaster's Privacy Shutters" +/area/station/solars/starboard/fore) +"xDJ" = ( +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"xDQ" = ( +/turf/closed/wall, +/area/station/security/processing) +"xEo" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"xEv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" }, -/turf/open/floor/plating, -/area/station/cargo/office) -"xDu" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xDx" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"xDI" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ - dir = 8 +/turf/open/floor/iron, +/area/station/command/bridge) +"xEy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, /turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"xDJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2{ +/area/station/engineering/supermatter/room) +"xFb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"xDN" = ( -/obj/structure/bed/medical/emergency, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"xDP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"xFh" = ( +/obj/structure/chair/pew/left, +/turf/open/floor/iron/chapel{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/auxlab/firing_range) -"xEr" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ +/area/station/service/chapel) +"xFj" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Filter" +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/tile/neutral/tram, +/turf/open/floor/tram/plate/energized{ + inbound = 2; + outbound = 3 }, +/area/station/hallway/primary/tram/center) +"xFl" = ( +/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, -/area/station/engineering/atmos/pumproom) -"xEx" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/computer/records/medical/laptop, -/turf/open/floor/iron/white, -/area/station/security/medical) -"xEz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ +/area/station/hallway/primary/tram/left) +"xFm" = ( +/obj/structure/bed{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"xEJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/security/courtroom/holding) +"xFs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"xEK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/area/station/hallway/secondary/construction/engineering) +"xFx" = ( +/turf/open/floor/iron, +/area/station/commons/fitness) +"xGw" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"xEQ" = ( -/obj/item/kirbyplants/random, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/security/processing) +"xGQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"xEW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/red/corner{ + 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, +/area/station/hallway/secondary/exit/departure_lounge) +"xGX" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/item/banner/cargo/mundane, +/turf/open/floor/iron, +/area/station/cargo/storage) +"xHw" = ( +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"xHx" = ( +/obj/structure/chair/office/tactical, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"xHB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry" +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/machinery/light/cold/directional/east, +/obj/machinery/light_switch/directional/east{ + pixel_x = 23; + pixel_y = 8 + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"xHP" = ( +/obj/machinery/medical_kiosk, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/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/medical/chemistry) -"xFj" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/openspace, -/area/station/solars/port) -"xFo" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"xFB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/area/station/medical/medbay/central) +"xIp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xIL" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xIV" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser{ + pixel_x = -6; + pixel_y = 4 }, -/obj/effect/turf_decal/siding/thinplating_new/corner, -/obj/effect/turf_decal/siding/thinplating_new{ - dir = 4 +/obj/item/stock_parts/micro_laser{ + pixel_x = -2; + pixel_y = 2 }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"xFM" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/item/stock_parts/micro_laser{ + pixel_x = 2 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/item/stock_parts/micro_laser{ + pixel_x = 6; + pixel_y = -2 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/machinery/light/directional/east, /turf/open/floor/iron, -/area/station/engineering/atmos) -"xFT" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +/area/station/cargo/drone_bay) +"xJt" = ( +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"xFU" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Air Chamber"; - dir = 6; - network = list("ss13","engineering") +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, -/turf/open/floor/engine/air, -/area/station/engineering/atmos) -"xFX" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/light/floor, -/turf/open/floor/engine/co2, -/area/station/engineering/atmos) -"xGl" = ( -/obj/structure/bed{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/bedsheet/captain{ +/turf/open/floor/iron, +/area/station/commons/dorms) +"xJA" = ( +/obj/structure/chair{ dir = 4 }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"xJB" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ dir = 4 }, -/obj/machinery/camera/directional/north{ - c_tag = "Command - Captain's Quarters" +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"xJD" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"xGv" = ( -/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"xJG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"xJH" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"xJR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xKe" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /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/yjunction, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xGz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"xGC" = ( +/area/station/construction/mining/aux_base) +"xKf" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 + dir = 5 }, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/gauze, +/obj/structure/table/glass, +/obj/machinery/vending/wallmed/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"xGJ" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"xGM" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/full, -/turf/open/floor/iron/large, +"xKB" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/engineering/supermatter/room) +"xKN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/closed/wall, +/area/station/maintenance/disposal/incinerator) +"xKR" = ( +/obj/machinery/button/door/directional/west{ + id = "private_q"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, /area/station/commons/dorms) -"xGS" = ( +"xLh" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, /obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"xGX" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"xHc" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"xLi" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, /obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"xHm" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/light/warm/directional/east, -/turf/open/floor/wood/large, -/area/station/service/library) -"xHn" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood/large, -/area/station/service/barber) -"xHo" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"xHA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/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/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xHG" = ( -/obj/machinery/door/airlock{ - id_tag = "private_l"; - name = "Private Quarters L" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/command/bridge) +"xLm" = ( +/obj/machinery/vending/coffee, /turf/open/floor/wood, -/area/station/commons/dorms) -"xHO" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/left) -"xHR" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"xHV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/service/bar/backroom) +"xLK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, -/obj/machinery/light/directional/north, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xHW" = ( -/obj/machinery/atmospherics/components/binary/tank_compressor{ - dir = 8 - }, +/area/station/commons/dorms) +"xLM" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"xHY" = ( -/obj/structure/chair{ - dir = 4 +/obj/structure/closet/secure_closet/atmospherics, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"xMa" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/brig) +"xMe" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xIj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/structure/closet/l3closet/scientist, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Xenobiology Airlock"; + network = list("ss13","rd") }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/engineering/main) -"xIo" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/purple/fourcorners, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xMg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) -"xIr" = ( -/obj/effect/landmark/start/hangover, +/area/station/ai_monitored/command/storage/eva) +"xMl" = ( +/obj/machinery/vending/hydronutrients, +/obj/structure/noticeboard/directional/south, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"xMz" = ( /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line{ +/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/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"xIy" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xIF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_upper_eva_external"; - idInterior = "middleleft_upper_eva_internal"; - idSelf = "middleleft_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/area/station/hallway/secondary/command) +"xMI" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/plasteel{ + amount = 25 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"xMK" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"xIS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/effect/spawner/random/maintenance/three, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"xJb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Public Garden Maintenance Hatch" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/iron/smooth, -/area/station/service/hydroponics/garden) -"xJd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/command/teleporter) +"xMS" = ( +/obj/structure/chair{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"xJe" = ( -/obj/structure/sign/poster/official/space_cops/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"xJn" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"xMU" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"xMV" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"xJr" = ( -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xJs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"xJt" = ( -/obj/structure/chair/sofa/right, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"xJw" = ( -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"xJA" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell C" +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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) -"xJF" = ( -/obj/structure/displaycase/captain{ - pixel_y = 5 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/secure_safe/directional/west, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"xJG" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/cargo/storage) +"xMZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, -/obj/machinery/duct, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"xJN" = ( -/obj/machinery/conveyor/inverted{ - dir = 6; - id = "cargoupperbelt" - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"xKX" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/machinery/button/door/directional/west{ - id = "Toilet5"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 +"xNj" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/small/dim/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xLb" = ( -/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/goonplaque, -/area/station/hallway/secondary/entry) -"xLx" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Theatre Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig) +"xNk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/modular_map_root/tramstation{ - key = "barcargoupper"; - name = "barcargoupper" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/cargo) -"xLz" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) -"xLT" = ( -/turf/open/floor/engine, -/area/station/science/explab) -"xLW" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Testing Room" +/turf/open/floor/iron/white, +/area/station/science/lower) +"xNl" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/light/warm/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"xNm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"xNq" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xNt" = ( +/obj/structure/table/wood, +/obj/item/lighter, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"xNF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, +/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/dark, -/area/station/engineering/atmospherics_engine) -"xLY" = ( -/obj/structure/window/spawner/directional/north, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 5 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"xNH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, /turf/open/floor/iron/white, /area/station/science/genetics) -"xLZ" = ( -/obj/structure/bookcase/random, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/prison) -"xMg" = ( -/obj/effect/turf_decal/tile/neutral/tram, -/turf/open/floor/tram/plate, -/area/station/hallway/primary/tram/right) -"xMi" = ( -/obj/structure/chair/stool/bar/directional/north, +"xNI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, +/obj/machinery/flasher/directional/east{ + id = "scicell" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"xMm" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/tram, -/area/station/hallway/primary/tram/center) -"xMn" = ( +/area/station/security/checkpoint/science) +"xNL" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"xMC" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"xMD" = ( -/obj/item/toy/crayon/orange, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 8; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 4; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "i"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = -4; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/crayon{ - icon_state = "x"; - name = "graffiti"; - paint_colour = "#FF9300"; - pixel_x = 4; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/station/engineering/main) -"xMK" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/crowbar, +/turf/open/floor/iron/smooth, +/area/station/security/mechbay) +"xNP" = ( +/obj/structure/chair/stool/bar/directional/south, +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"xNT" = ( +/turf/closed/wall/r_wall, +/area/station/science/genetics) +"xNW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing, /obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"xOd" = ( +/obj/effect/turf_decal/tile/neutral/tram, +/obj/structure/transport/linear/tram, +/obj/effect/landmark/transport/nav_beacon/tram/nav/tramstation/main, +/obj/effect/landmark/transport/nav_beacon/tram/platform/tramstation/central, +/obj/structure/thermoplastic/light, +/turf/open/indestructible/tram/plate, +/area/station/hallway/primary/tram/center) +"xOn" = ( +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"xOL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal/incinerator) +"xOM" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/item/clothing/mask/whistle, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/structure/cable, +/obj/machinery/airalarm/directional/south, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xMM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"xMT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/security/checkpoint/medical) +"xOO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"xPg" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/table, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xNa" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/area/station/hallway/secondary/exit) +"xPj" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"xPB" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"xNs" = ( -/obj/structure/chair/office{ - dir = 1 +/obj/structure/railing/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"xNx" = ( -/obj/machinery/airlock_sensor/incinerator_ordmix{ - pixel_x = 23; - pixel_y = 1 +/area/station/security/checkpoint/supply) +"xPN" = ( +/obj/structure/closet/lasertag/blue, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"xPP" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/atmospherics/components/binary/pump{ +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"xNH" = ( -/obj/structure/lattice/catwalk, /obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"xNN" = ( -/obj/machinery/suit_storage_unit/atmos, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xPQ" = ( /obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xPR" = ( +/obj/machinery/computer/mecha{ dir = 8 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics West"; - dir = 6; - network = list("ss13","engineering") +/turf/open/floor/glass/reinforced, +/area/station/command/heads_quarters/rd) +"xQv" = ( +/turf/closed/wall/r_wall, +/area/station/construction/mining/aux_base) +"xQw" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/north, +/obj/item/hand_tele, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xNS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/light/cold/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"xQG" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"xNV" = ( +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"xQM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 5 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"xNY" = ( -/obj/structure/chair{ +"xQN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"xOb" = ( -/obj/machinery/door/airlock/mining{ - name = "Drone Bay" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"xOm" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/commons/fitness/recreation/entertainment) -"xOs" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"xOw" = ( -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/lab) +"xQS" = ( +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"xQY" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"xRc" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/transport/linear/tram, +/obj/structure/thermoplastic/light, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"xRl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) -"xOT" = ( -/obj/structure/reflector/single/anchored{ - dir = 9 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"xPe" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"xPi" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +/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, +/obj/machinery/light/small/dim/directional/west, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"xRn" = ( /turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"xPm" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/hallway/secondary/service) +"xRx" = ( +/turf/closed/wall, +/area/station/medical/surgery/fore) +"xRI" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Unfiltered to Mix" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"xPw" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Rec Room West"; - network = list("ss13","Security","prison") - }, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"xPy" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/structure/chair/comfy{ + dir = 1 }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"xPD" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/floor, -/turf/open/floor/engine/n2, -/area/station/engineering/atmos) -"xPN" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/hallway/secondary/exit) +"xRJ" = ( +/obj/structure/bed/medical/emergency{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"xPP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xQj" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/chair{ - dir = 1 - }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/cold/directional/south, +/turf/open/floor/iron/white, +/area/station/security/medical) +"xSr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"xQm" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"xQn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"xSv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"xSD" = ( +/obj/structure/chair/office/light{ + dir = 8 }, -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "QMLoad" +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"xQu" = ( -/obj/effect/turf_decal/siding/thinplating, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"xSG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"xSS" = ( +/obj/machinery/power/tracker, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) +"xSX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/processing) +"xSZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/treatment_center) +"xTr" = ( +/obj/effect/turf_decal/trimline/dark_green/filled/corner{ + dir = 8 }, -/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/fitness/recreation) -"xQz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"xTA" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/structure/railing/corner{ +/obj/structure/railing{ dir = 1 }, +/obj/structure/railing/corner, /obj/structure/railing/corner{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"xQO" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/openspace, +/area/station/solars/port) +"xTM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ dir = 1 }, -/obj/item/book/manual/wiki/atmospherics, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, +/turf/open/floor/engine/n2, /area/station/engineering/atmos) -"xRK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/right{ - pixel_y = -32 +"xTN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /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, +/area/station/security/execution/education) +"xUb" = ( +/obj/machinery/smartfridge/organ, +/obj/structure/sign/warning/cold_temp/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"xUC" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, -/area/station/commons/dorms) -"xRN" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/stack/ore/glass, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/engineering/main) -"xRR" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +/area/station/engineering/atmos) +"xUG" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/effect/turf_decal/siding/wood/corner{ +/obj/structure/chair{ dir = 8 }, -/obj/effect/landmark/generic_maintenance_landmark, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"xRT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xSw" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/commons/fitness/recreation) +"xUL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - Central Tram Tunnel 2" + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner, +/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/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, -/area/station/cargo/sorting) -"xST" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_upper_eva_external"; - idInterior = "rightmost_lower_upper_eva_internal"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 +/area/station/maintenance/tram/mid) +"xVp" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xVv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"xSW" = ( -/obj/machinery/conveyor_switch/oneway{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"xVE" = ( +/obj/machinery/atmospherics/components/binary/pump{ dir = 8; - id = "QMLoad"; - name = "Loading Conveyor"; - pixel_x = -13; - pixel_y = -5 + name = "N2O Outlet Pump" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, -/area/station/cargo/storage) -"xTo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"xTx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xTJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 8 +/area/station/engineering/atmos) +"xVF" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/cytology{ + pixel_x = -4; + pixel_y = 4 }, -/obj/machinery/meter, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/item/biopsy_tool{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) +"xVG" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/trimline/yellow/line{ dir = 8 }, -/obj/machinery/airalarm/directional/west, -/obj/effect/mapping_helpers/airalarm/mixingchamber_access, -/obj/effect/mapping_helpers/airalarm/tlv_no_checks, -/obj/effect/mapping_helpers/airalarm/link{ - chamber_id = "ordnancefreezer" +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"xVJ" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock" }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"xTX" = ( -/obj/effect/mapping_helpers/iannewyear, -/obj/structure/disposalpipe/segment{ - dir = 4 +/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, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"xUB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"xVQ" = ( +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/commons/fitness/recreation/entertainment) +"xVV" = ( +/obj/structure/displaycase/trophy, +/obj/structure/sign/painting/library{ + pixel_x = -32 }, /turf/open/floor/wood/large, /area/station/service/library) -"xUR" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"xVg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Skill Games" +"xWe" = ( +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"xVq" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"xVw" = ( -/obj/structure/fluff/tram_rail/electric/anchor{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/hallway/primary/tram/left) -"xVH" = ( -/obj/structure/ladder, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"xWj" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"xWb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Security Front Desk"; - req_access = list("security") - }, -/obj/machinery/door/window/right/directional/east, -/turf/open/floor/iron, -/area/station/security/brig) -"xWQ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/structure/chair{ +/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"xWo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) +"xWu" = ( +/obj/machinery/status_display/shuttle, +/turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) -"xWR" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +"xWz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"xXe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"xXf" = ( +/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/commons/fitness/recreation/entertainment) +"xXt" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, /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/office) -"xWS" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/prison/safe) +"xXC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter) +"xXL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, /turf/open/floor/iron, -/area/station/security/brig) -"xWU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/hallway/primary/tram/center) +"xXZ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"xYe" = ( +/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/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"xXa" = ( -/obj/effect/turf_decal/siding/wood/corner{ +"xYk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"xYp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/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/security/prison) +"xYu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"xXg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/structure/bed/dogbed/ian, /turf/open/floor/iron, -/area/station/engineering/atmos) -"xXj" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/area/station/hallway/secondary/service) +"xYY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/newscaster/directional/north, -/obj/structure/sign/clock/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"xXl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"xXs" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"xYZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/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, -/area/station/maintenance/tram/right) -"xXy" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"xXB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/mob/living/basic/bot/cleanbot, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) +"xZi" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"xZq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xZs" = ( +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/white, -/area/station/science/lab) -"xXP" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/chair{ +/area/station/science/ordnance) +"xZx" = ( +/obj/machinery/power/terminal{ dir = 1 }, -/obj/machinery/airalarm/directional/south, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"xYi" = ( -/obj/effect/spawner/random/structure{ - loot = list(/obj/structure/statue/snow/snowman); - name = "random snowman spawner"; - spawn_loot_chance = 10 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"xYo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"xZC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/power/apc/auto_name/directional/west, +/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, -/area/station/cargo/drone_bay) -"xYp" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"xZD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, +/obj/structure/table, /turf/open/floor/iron/dark, -/area/station/command/bridge) -"xYv" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/security/courtroom/holding) +"xZO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"xZQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/tram/filled/line{ dir = 1 }, -/obj/machinery/door/airlock/security{ - name = "Re-Education Center" +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/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/security/execution/education) -"xYZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/conveyor_switch/oneway{ - id = "engineeringchute"; - name = "Shipment Delivery Chute Activator"; - pixel_x = -11 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"xZV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"yaf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/digital_clock/directional/south, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/engineering/main) -"xZb" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/dorms) +"yaj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command{ + name = "MiniSat Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/landmark/navigate_destination/minisat_access_ai, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"yar" = ( /obj/structure/cable, +/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/iron, -/area/station/security/office) -"xZp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/command) +"yaB" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot/right, +/obj/effect/turf_decal/bot/left, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) +"ybc" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"ybp" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Firing Range Access" + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/preopen, -/obj/item/stock_parts/cell/empty, -/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/science/auxlab/firing_range) +"ybt" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"ybD" = ( +/obj/structure/sign/warning/secure_area/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Mid Left Command" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"xZC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/station/hallway/secondary/command) +"ybW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/obj/machinery/door/airlock/external/glass, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"xZO" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/plasteel{ - amount = 25 +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"ycg" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/station/engineering/main) +"ycm" = ( +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"xZR" = ( -/obj/structure/filingcabinet/security, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/machinery/button/door/directional/west{ - id = "outerbrigleft"; - name = "Outer Brig Left Door Access"; - normaldoorcontrol = 1; - pixel_y = -8; - req_access = list("security") - }, -/obj/machinery/button/door/directional/west{ - id = "innerbrigleft"; - name = "Inner Brig Left Door Access"; - normaldoorcontrol = 1; - pixel_y = 8; - req_access = list("security") +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/iron, +/turf/open/floor/glass/reinforced, /area/station/security/brig) -"xZW" = ( +"ycs" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/item/surgery_tray/full, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"yct" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to External Air Ports" +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"yad" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ - pixel_x = 24 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"yaf" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" +/area/station/tcommsat/computer) +"ycx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/structure/secure_safe/directional/east, -/obj/effect/spawner/random/contraband/cannabis, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"yaj" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"yak" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"yan" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"yao" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/area/station/hallway/primary/tram/center) +"ycB" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating_new{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ycI" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + 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, -/area/station/science/explab) -"yar" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/cable/multilayer/multiz, +/area/station/medical/virology) +"ycV" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, /turf/open/floor/plating, -/area/station/solars/port) -"yav" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +/area/station/maintenance/tram/mid) +"ycX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"ydh" = ( /obj/structure/cable, -/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/grimy, -/area/station/ai_monitored/command/nuke_storage) -"yaN" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ydj" = ( +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"ydk" = ( +/obj/item/bikehorn, +/obj/item/grown/bananapeel, +/obj/item/food/spaghetti/copypasta, +/turf/open/floor/plating, +/area/station/engineering/main) +"ydp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/structure/bed/medical/anchored{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"ydr" = ( +/obj/structure/chair/office{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/effect/landmark/start/roboticist, /turf/open/floor/iron, -/area/station/medical/virology) -"yaU" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"ybb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/area/station/science/robotics/lab) +"ydu" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"ydH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/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/commons/dorms) -"ybo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +"yeg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/disposalpipe/junction/flip{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"yei" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) +"yeB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"ybr" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" +/area/station/hallway/primary/tram/right) +"yeE" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"yeG" = ( +/obj/structure/filingcabinet/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"ybv" = ( -/obj/structure/chair/stool/directional/north, /obj/machinery/button/door/directional/west{ - id = "private_j"; - name = "Privacy Bolts"; + id = "outerbrigleft"; + name = "Outer Brig Left Door Access"; normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 + pixel_y = -8; + req_access = list("security") }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"yby" = ( -/obj/structure/table, -/obj/item/multitool/circuit{ - pixel_x = -8 +/obj/machinery/button/door/directional/west{ + id = "innerbrigleft"; + name = "Inner Brig Left Door Access"; + normaldoorcontrol = 1; + pixel_y = 8; + req_access = list("security") }, -/obj/item/multitool/circuit{ - pixel_x = -4 +/turf/open/floor/iron, +/area/station/security/brig) +"yeN" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 }, -/obj/item/multitool/circuit, -/obj/item/stock_parts/cell/high{ - pixel_x = 8; - pixel_y = 9 +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"yeX" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 1; + network = "tcommsat" }, -/obj/item/stock_parts/cell/high{ - pixel_x = 8; - pixel_y = -2 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"yeZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 4 + }, +/turf/open/floor/iron/white/side, +/area/station/science/explab) +"yfd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"yfw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"yfE" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"yfH" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"yfU" = ( +/obj/item/kirbyplants/random, /obj/machinery/camera/directional/south{ - c_tag = "Science - Testing Lab"; + c_tag = "Science - Ordnance Storage"; network = list("ss13","rd") }, /turf/open/floor/iron, -/area/station/science/explab) -"ybA" = ( +/area/station/science/ordnance/storage) +"yfV" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/dorms_double, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/clock/directional/north, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"yfY" = ( /obj/effect/turf_decal/stripes/line{ - dir = 6 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"ybS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table, +/obj/machinery/button/door{ + id = "containdeez6"; + name = "Cell Containment Toggle Button" }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ybU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"ybV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"ygi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/courtroom) -"ybZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ycx" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, +/obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron/white, -/area/station/science/lower) -"ycM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/medical/chemistry) +"ygw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ycZ" = ( -/obj/effect/turf_decal/bot, -/obj/item/mop, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 10 +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Mining North-West" }, -/obj/structure/mop_bucket/janitorialcart, /turf/open/floor/iron, -/area/station/service/janitor) -"ydb" = ( -/obj/structure/chair{ - dir = 4 +/area/station/cargo/miningdock) +"ygC" = ( +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"ygH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Recreational Area South-East" }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ygI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"ydf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/cargo/storage) +"ygM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"ydK" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"ydM" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"ygP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/space/openspace, -/area/space/nearstation) -"ydU" = ( -/obj/structure/sign/plaques/kiddie{ - pixel_y = -32 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) -"yec" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, +/obj/machinery/button/door/directional/north{ + id = "trammaintdock"; + name = "Tram Maintenance Dock Access"; + pixel_x = -8 + }, /obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/light/small/dim/directional/north, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"yee" = ( -/obj/structure/easel, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_twentythree, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"yeA" = ( -/obj/effect/turf_decal/stripes/corner{ +/area/station/maintenance/tram/left) +"ygR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"yeO" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/supply) -"yeS" = ( -/obj/structure/table/wood, -/obj/structure/sign/flag/nanotrasen/directional/north, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/crap, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"yeV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/miningdock) -"yfn" = ( -/obj/structure/closet/crate/trashcart/laundry, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/shoes/sneakers/orange, -/obj/effect/spawner/random/contraband/prison, -/turf/open/floor/iron/cafeteria, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, /area/station/security/prison) -"yfr" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"yfK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"ygY" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"yfL" = ( -/obj/machinery/door/airlock/security{ - name = "Prison Workshop" - }, -/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, -/turf/open/floor/iron, -/area/station/security/prison/work) -"yfM" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/transport/linear/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/maintenance/tram/mid) -"yfV" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Lobby South"; - dir = 6; - network = list("ss13","engineering") - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"yge" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = -8; - pixel_y = -24 - }, -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = -8; - pixel_y = -36 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/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/disposal/incinerator) -"ygm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" +/area/station/commons/fitness/recreation) +"yhe" = ( +/obj/structure/table/wood, +/obj/item/storage/backpack/satchel/leather/withwallet{ + pixel_y = 4 }, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) -"ygq" = ( -/obj/structure/bed/double, -/obj/item/bedsheet/dorms_double, -/obj/structure/sign/clock/directional/north, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"ygx" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"yhN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/tram/filled/line{ + dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"ygz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) -"ygK" = ( -/obj/machinery/atmospherics/components/binary/pump/on, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ - dir = 4 +/obj/effect/turf_decal/trimline/tram/filled/warning{ + dir = 1 }, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"ygM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 9 +/obj/machinery/button/transport/tram/directional/north{ + id = 2 }, -/obj/effect/landmark/event_spawn, +/obj/machinery/transport/destination_sign/indicator/directional/north, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"yhg" = ( +/area/station/hallway/primary/tram/center) +"yhR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"yhA" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"yhD" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /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) -"yhH" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"yhJ" = ( -/turf/closed/wall, -/area/station/commons/dorms) -"yhM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ +/area/station/hallway/primary/tram/left) +"yie" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/duct, /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/service) -"yhT" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"yhV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig) -"yib" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/prison) +"yih" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/security_all, +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, -/obj/machinery/camera/emp_proof/directional/north{ - c_tag = "Engineering - Atmospherics North" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/machinery/light/dim/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "yii" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/corner, /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/execution/transfer) -"yil" = ( -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 23; - pixel_y = -10 +/area/station/security/checkpoint/arrivals) +"yiI" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"yio" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"yit" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"yiL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution/stand_clear{ dir = 8 }, -/obj/structure/table/glass, -/obj/item/pai_card, -/turf/open/floor/iron/white, -/area/station/science/lower) -"yiw" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - id = "engcell"; - name = "Engineering Cell"; - req_access = list("security") +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Atmospherics Delivery Chute" }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/plating, +/area/station/engineering/atmos) +"yiM" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/left) +"yiV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"yiT" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/port/central) -"yja" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"yjc" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, +/turf/open/floor/iron, /area/station/hallway/secondary/exit) -"yjg" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Emitter Room East"; - dir = 6; - network = list("ss13","engine","engineering") +"yiX" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/item/stock_parts/cell/high/empty, +/turf/open/floor/iron, +/area/station/cargo/storage) +"yjf" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, -/area/station/engineering/supermatter/room) -"yjk" = ( -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 1 +/area/station/command/bridge) +"yjh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 10 }, -/obj/effect/turf_decal/trimline/dark_green/filled/corner, -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"yji" = ( +/turf/closed/wall/r_wall, +/area/station/security/brig) +"yjl" = ( +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/table/reinforced, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"yjm" = ( /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"yjs" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"yjr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/duct, /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, +/obj/machinery/light/small/dim/directional/south, /turf/open/floor/iron, -/area/station/security/prison/safe) -"yju" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"yjx" = ( +/area/station/maintenance/tram/right) +"yjz" = ( +/obj/effect/decal/cleanable/dirt, +/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/carpet, -/area/station/service/theater) -"yjC" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"yjN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"yjL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/hallway/secondary/entry) +"yjQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_x = -6 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"yjU" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 4 }, -/obj/machinery/firealarm/directional/west{ - pixel_y = -3 +/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/fitness/recreation) +"yjT" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"yjY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/item/storage/belt/utility, -/obj/machinery/light_switch/directional/west{ - pixel_x = -23; - pixel_y = 8 +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"yjZ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"yjW" = ( -/turf/closed/wall, -/area/station/commons/fitness) -"yjX" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"ykf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/area/station/security/courtroom) +"ykm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/machinery/camera{ - c_tag = "Security - Prison Main South-East"; - dir = 6; - network = list("ss13","Security","prison") +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator ACcess"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/machinery/atmospherics/components/unary/bluespace_sender{ + dir = 4; + initialize_directions = 4 }, /turf/open/floor/iron, -/area/station/security/prison) -"ykp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/area/station/engineering/atmos) +"ykN" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"ykR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ykP" = ( +/turf/open/floor/noslip/tram, +/area/station/hallway/primary/tram/center) +"ykR" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"ykU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/area/station/hallway/secondary/command) +"ykV" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Starboard Tram Platform North-West" +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"yle" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"ylr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"ylt" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External East"; + dir = 10; + network = list("aicore") }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"yld" = ( +/turf/open/space/openspace, +/area/space/nearstation) +"ylw" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/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/security/brig) -"yle" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, +"yly" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/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/contraband/narcotics, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"ylf" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ylF" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ylr" = ( -/obj/machinery/quantum_server, -/obj/effect/turf_decal/bot/left, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/cargo/bitrunning/den) -"ylu" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell B" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ylw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/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, -/area/station/cargo/warehouse) -"ylz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"ylB" = ( -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"yme" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/lesser) +/area/station/commons/fitness/recreation) (1,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (2,1,1) = {" -ajc -gkS -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +mmm +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (3,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (4,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (5,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (6,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (7,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (8,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (9,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (10,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (11,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (12,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (13,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (14,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (15,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (16,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -jvi -jvi -jvi -jvi -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +gcp +gcp +gcp +gcp +aaa +aac +aac +aac +aac +aaa +aaa +aaa +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (17,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -jvi -qGP -rgZ -jvi -sPm -jvi -jvi -jvi -pJB -dsT -sPm -sPm -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gcp +aiK +qtM +gcp +aaa +gcp +gcp +gcp +qoZ +aac +aaa +aaa +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (18,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -jvi -jvi -dDZ -wJf -jvi -jvi -jvi -kdP -jvi -vsc -dsT -dsT -sPm -sPm -ajc -ajc -ajc -ajc -sPm -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gcp +gcp +tkp +auz +gcp +gcp +gcp +igV +gcp +agK +aac +aac +aaa +aaa +vXM +vXM +vXM +vXM +aaa +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (19,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -jvi -pXX -dPe -mKV -hJb -ezU -iNT -jMp -xZC -dsT -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +gcp +atl +naI +vju +riN +agz +iOC +aaA +dbr +aac +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (20,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -jvi -dax -jUV -leW -sWf -ezU -jvi -jvi -jvi -vsc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +gcp +jGN +gnq +gNy +teo +agz +gcp +gcp +gcp +agK +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (21,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -jvi -tOu -jRA -ezU -ezU -ezU -kjk -jvi -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +gcp +aan +fTI +agz +agz +agz +fEQ +gcp +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (22,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -jvi -uQT -vfT -ezU -leW -wJf -nSQ -jvi -jvi -jvi -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +gcp +cKm +agF +agz +gNy +auz +xAc +gcp +gcp +gcp +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (23,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -jvi -jvi -nPG -frF -lsk -wJf -upV -ljm -qAk -jvi -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +gcp +gcp +mJj +wSx +rSH +auz +agv +rYV +eSI +gcp +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (24,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -jvi -bTJ -fXH -sZX -wJf -hyb -mJM -rDD -jvi -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +gcp +knl +nim +vIM +auz +rLB +vBB +plz +gcp +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (25,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -jvi -oSs -qQh -uKS -jvi -jvi -jvi -jvi -jvi -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +gcp +qoD +iSw +dxT +gcp +gcp +gcp +gcp +gcp +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (26,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -jvi -jvi -jvi -jvi -jvi -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +gcp +gcp +gcp +gcp +gcp +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (27,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (28,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (29,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (30,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -sPm -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aaa +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (31,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (32,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (33,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (34,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (35,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -ajc -ajc -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +aac +aac +aac +aac +vXM +vXM +vXM +vXM +aac +aac +aac +aac +vXM +vXM +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (36,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (37,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -dsT -bAB -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ofN -dsT -dsT -dsT -bAB -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -bAB -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +vXM +aac +abd +aac +aac +aac +aac +aac +aac +aac +aaR +aac +aac +aac +abd +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +abd +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (38,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (39,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (40,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ofN -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaR +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (41,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (42,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (43,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ofN -dsT -dsT -dsT -dsT -drS -dsT -dsT -dsT -dsT -dsT -poh -dsT -dsT -dsT -dsT -dsT -dhH -dsT -dsT -dsT -dsT -dsT -qxo -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaR +aac +aac +aac +aac +iOo +aac +aac +aac +aac +aac +kJy +aac +aac +aac +aac +aac +wgR +aac +aac +aac +aac +aac +rYO +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (44,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -uuw -uuw -uuw -uuw -uuw -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +gfK +gfK +gfK +gfK +gfK +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (45,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -uuw -rex -ezw -oRk -uuw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -mXk -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +gfK +aRM +iZY +fYf +gfK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +apC +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (46,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -uuw -uuw -rvJ -rvJ -rvJ -uuw -uuw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +gfK +gfK +cZz +cZz +cZz +gfK +gfK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +apC +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (47,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -uuw -mAJ -qNK -oRk -ezK -uIF -uuw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -clz -gEv -gpT -gEv -clz -dsT -clz -gEv -gpT -gEv -clz -dsT -clz -gEv -gpT -gEv -clz -dsT -clz -gEv -gpT -gEv -clz -dsT -dsT -mXk -sGv -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -apS -mXk -mXk -mXk -mXk -mXk -mXk -sGv -sGv -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +gfK +niS +woB +fYf +jkR +ttw +gfK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +aac +apC +abM +apC +apC +apC +apC +apC +apC +apC +apC +apC +roz +apC +apC +apC +apC +apC +apC +abM +abM +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (48,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -uuw -hEg -bmO -dXE -vbK -xfI -uuw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -clz -clz -kcm -clz -clz -dsT -clz -clz -kcm -clz -clz -dsT -clz -clz -kcm -clz -clz -dsT -clz -clz -kcm -clz -clz -dsT -dsT -mXk -sGv -mXk -opP -hZo -kby -pOK -kxB -kxB -cBm -qZn -gPN -kxB -pOK -opP -hZo -kby -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +gfK +iZf +cjA +hUr +rht +abP +gfK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +aac +apC +abM +apC +thi +uHj +pAv +veV +hAD +hAD +rPs +uJO +xft +hAD +veV +thi +uHj +pAv +apC +abM +abM +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (49,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -uuw -xDN -dPr -eBq -vcb -lky -uuw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -clz -wjJ -ltA -xva -clz -aRN -clz -dmD -qSO -xva -clz -aRN -clz -wjJ -ltA -uGa -clz -aRN -clz -wjJ -qSO -xva -clz -dsT -dsT -mXk -sGv -mXk -opP -dRk -kby -pOK -dEQ -sGT -neg -neg -xxY -kxB -pOK -opP -pBH -kby -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +gfK +vuO +wKm +xTN +abG +abQ +gfK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +abq +abw +oyy +dDk +aak +dDk +acd +aco +oyy +dDk +aak +dDk +abq +abw +tSe +dDk +aak +dDk +abq +aco +oyy +dDk +aac +aac +apC +abM +apC +thi +alP +pAv +veV +buv +yeE +oss +oss +qug +hAD +veV +thi +alR +pAv +apC +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (50,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -nTn -nTn -uuw -osQ -osQ -xYv -osQ -osQ -uuw -nTn -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -clz -clz -tAY -clz -clz -aRN -clz -clz -tAY -clz -clz -aRN -clz -clz -tAY -clz -clz -aRN -clz -clz -tAY -clz -clz -dsT -dsT -mXk -sGv -mXk -opP -aON -qAE -nUb -qAE -qAE -pOK -pOK -vZs -qAE -nUb -qAE -aON -kby -mXk -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +jWs +jWs +gfK +rbP +rbP +kGr +rbP +rbP +gfK +jWs +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +dDk +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aac +aac +apC +abM +apC +thi +dFO +alT +amr +alT +alT +veV +veV +kMD +alT +amr +alT +dFO +pAv +apC +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (51,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -nTn -cSN -xMi -ccM -vtL -bKT -btp -ccM -eZc -ggw -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -clz -rzo -rzo -clz -nbp -cCq -rEb -clz -clz -clz -nbp -cCq -oxm -clz -clz -clz -eYs -cCq -rEb -clz -clz -clz -nbp -cCq -rEb -clz -ljL -ljL -mXk -sGv -mXk -opP -pBH -kby -pOK -xwU -kxB -pOK -ijT -vZs -bFc -pOK -opP -dRk -kby -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +jWs +cuM +uUD +cWF +ldu +ajM +hBs +cWF +udO +lrq +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +aaV +aaV +dDk +mXt +abA +itN +dDk +dDk +dDk +mXt +abA +gVW +dDk +dDk +dDk +kbA +abA +itN +dDk +dDk +dDk +mXt +abA +itN +dDk +adV +adV +apC +abM +apC +thi +alR +pAv +veV +uOY +hAD +veV +mCQ +kMD +xDJ +veV +thi +alP +pAv +apC +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (52,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -nTn -qUE -cQu -xJA -afr -aFl -jpY -jfD -whU -rWM -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -clz -jFZ -plI -plI -eKB -eKB -plI -lZV -kvH -plI -eKB -eKB -plI -pMF -isB -kFm -eKB -eKB -plI -lZV -kvH -plI -eKB -eKB -plI -lZV -plI -hkY -mXk -sGv -mXk -opP -eso -kby -pOK -aVX -kxB -pOK -pOK -vZs -kxB -pOK -opP -qAE -kby -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +jWs +ems +pJb +dyj +tnB +eTl +wei +nHt +eOc +ong +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +bmG +abF +abF +abf +abf +abF +hmb +lzJ +abF +abf +abf +abF +tpp +beT +ndN +abf +abf +abF +hmb +lzJ +abF +abf +abf +abF +hmb +abF +qPE +apC +abM +apC +thi +rnL +pAv +veV +cDZ +hAD +veV +veV +kMD +hAD +veV +thi +alT +pAv +apC +abM +abM +aaa +aaa +aaa +aac +aac +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (53,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -nTn -ccM -ccM -ccM -xcz -aFl -ybZ -ccM -ccM -ccM -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -clz -pCY -eKB -por -por -por -por -por -xxg -por -eKB -eKB -eKB -rEO -fsk -pSK -rEO -rEO -rEO -rEO -rEO -rEO -rEO -rEO -rEO -rEO -eKB -isE -mXk -sGv -mXk -mXk -mXk -pOK -pOK -sUD -kxB -pOK -eFv -vZs -oRh -pOK -pOK -mXk -mXk -mXk -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +jWs +cWF +cWF +cWF +fUm +eTl +mLS +cWF +cWF +cWF +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +aba +abf +abm +abm +abm +abm +abm +jud +abm +abf +abf +abf +acA +acN +acT +acA +acA +acA +acA +acA +acA +acA +acA +acA +acA +abf +aeb +apC +abM +apC +apC +apC +veV +veV +qcE +hAD +veV +pdr +kMD +xut +veV +veV +apC +apC +apC +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (54,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -cSN -xMi -ccM -vbF -aFl -pxa -ccM -eZc -ggw -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -clz -mjJ -vsA -gWl -boN -lJR -boN -wlD -eKB -kDm -ueC -aiI -aiI -bCt -lzq -cTt -jKU -aGN -lSJ -lSJ -lSJ -qeA -eKB -eKB -eKB -dEg -qjF -fuH -mXk -sGv -sGv -sGv -mXk -xmW -dna -kxB -kxB -pOK -pOK -vZs -kxB -eKp -pEP -mXk -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +cuM +uUD +cWF +dmT +eTl +maI +cWF +udO +lrq +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +abb +waV +pPA +abg +abB +abg +abH +abf +abX +acf +acp +acp +fXM +acO +tHc +acY +adl +adv +adv +adv +adG +abf +abf +abf +adR +adW +aec +apC +abM +abM +abM +apC +nmk +ffE +hAD +hAD +veV +veV +kMD +hAD +rlX +oEl +apC +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (55,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -qUE -cQu -hzO -afr -aFl -jpY -ylu -whU -rWM -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -clz -clz -clz -clz -aaB -aaB -aaB -plw -eKB -jYs -clz -clz -aaB -nuc -aaB -clz -clz -tDL -vhl -vhl -vhl -jir -vhl -vhl -vhl -bcu -clz -clz -mXk -sGv -sGv -sGv -mXk -pOK -pOK -xwU -kxB -pOK -eBu -vZs -bFc -pOK -pOK -mXk -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +ems +pJb +peR +tnB +eTl +wei +aRO +eOc +ong +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +dDk +dDk +dDk +pZW +pZW +pZW +abI +abf +abY +dDk +dDk +pZW +ixq +pZW +dDk +dDk +adm +ady +ady +ady +adH +ady +ady +ady +adS +dDk +dDk +apC +abM +abM +abM +apC +veV +veV +uOY +hAD +veV +fNx +kMD +xDJ +veV +veV +apC +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (56,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -nTn -nTn -nTn -pfb -iyj -bJP -ccM -ccM -ccM -nTn -nTn -nTn -nTn -nTn -nTn -nTn -nTn -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aaB -juy -eKB -deK -qNv -uja -aaB -meW -aaB -sPm -clz -cEF -oLt -gys -gTk -tkm -eFX -lPX -oSL -dHf -clz -sPm -mXk -sGv -sGv -sGv -mXk -igQ -cPG -kxB -kxB -pOK -pOK -vZs -kxB -hnb -xKX -mXk -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +jWs +jWs +jWs +olG +eUa +uLe +cWF +cWF +cWF +jWs +jWs +jWs +jWs +jWs +jWs +jWs +jWs +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +pZW +vMx +abf +aca +ach +acq +pZW +qLD +pZW +aaa +dDk +adp +adA +adB +fIV +lIS +adF +adK +yiI +adT +dDk +aaa +apC +abM +abM +abM +apC +paH +iCe +hAD +hAD +veV +veV +kMD +hAD +qYx +rgT +apC +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (57,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -nTn -ccM -lqu -ccM -xcP -bBZ -kHq -xcP -nTn -nTn -hwS -hwS -hwS -hwS -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -oIy -ium -rGi -ahI -cLB -eTp -aaB -meW -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -sGv -sGv -sGv -mXk -pOK -pOK -kxB -kxB -dxp -dxp -vZs -ydf -pOK -pOK -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +jWs +cWF +atB +cWF +msg +kaT +tGc +msg +jWs +jWs +bSU +bSU +bSU +bSU +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +bGu +abJ +abO +acb +acj +acs +pZW +qLD +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +abM +abM +abM +apC +veV +veV +hAD +hAD +ubY +ubY +kMD +eEH +veV +veV +apC +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (58,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -csn -bKT -fwk -nUW -nUW -nUW -fJq -xcP -nTn -xPy -rOJ -rOJ -lwO -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aaB -lWK -vsA -sSD -doB -coo -aaB -iOH -blS -blS -efu -efu -efu -efu -efu -efu -efu -uFR -eYW -eYW -eYW -eYW -bme -sGv -sGv -sGv -mXk -aYz -fcR -kxB -kxB -kxB -kxB -kxB -kxB -gkV -whm -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +rnm +ajM +abT +xwd +xwd +xwd +bXr +msg +jWs +fqr +iGG +iGG +qIA +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +pZW +abK +waV +acc +ack +acu +pZW +kqI +wfQ +wfQ +pfR +pfR +pfR +pfR +pfR +pfR +pfR +dvc +sOP +sOP +sOP +sOP +kgw +abM +abM +abM +apC +lYZ +lMw +hAD +hAD +hAD +hAD +hAD +hAD +rdk +bYe +apC +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (59,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nTn -iCa -aFl -aFl -aFl -aFl -oxY -qkT -wAf -lTA -mlY -rOJ -hwS -hwS -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aaB -clz -clz -clz -clz -clz -aaB -aaB -aaB -aaB -aaB -aaB -aaB -yiT -yiT -yiT -yiT -gJP -aaB -aaB -aaB -aaB -aaB -mXk -mXk -mXk -mXk -yhJ -yhJ -yhJ -yhJ -oZw -kxB -yhJ -yhJ -yhJ -yhJ -mXk -mXk -mXk -mXk -mXk -sGv -sGv -sGv -sGv -sGv -sPm -sPm -dsT -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jWs +jvE +eTl +eTl +eTl +eTl +bBl +fHl +adz +rBB +nZP +iGG +bSU +bSU +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +pZW +dDk +dDk +dDk +dDk +dDk +pZW +pZW +pZW +pZW +pZW +pZW +pZW +lQM +lQM +lQM +lQM +dIy +pZW +pZW +pZW +pZW +pZW +apC +apC +apC +apC +elr +elr +elr +elr +jeO +hAD +elr +elr +elr +elr +apC +apC +apC +apC +apC +abM +abM +abM +abM +abM +aaa +aaa +aac +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (60,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -nTn -iCa -puR -bke -aAv -gTb -iFK -hxT -xcP -nTn -nTn -nTn -nTn -nTn -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aEc -aMK -aMK -aMK -aMK -aMK -yiT -lQX -uZB -yiT -gJP -aaB -qRj -tuf -lVw -yhJ -lJG -dfH -dgU -yhJ -qRj -tuf -lVw -yhJ -dPL -dPL -yhJ -dgU -dfH -oGQ -yhJ -lVw -tuf -qRj -mXk -mXk -mXk -mXk -mXk -sGv -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +jWs +jvE +eLB +abU +aci +acv +acH +sXc +msg +jWs +jWs +jWs +jWs +jWs +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +ncF +qQq +qQq +qQq +qQq +qQq +lQM +oFh +iyj +lQM +dIy +pZW +rWw +fOs +gnC +elr +xxT +pKZ +ecu +elr +rWw +fOs +gnC +elr +ujn +ujn +elr +ecu +pKZ +dWB +elr +gnC +fOs +rWw +apC +apC +apC +apC +apC +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (61,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sGv -sPm -sPm -sPm -nTn -xcz -wbo -ofB -wJo -nTn -otV -ush -rri -sGI -wHJ -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aEc -jWO -aMK -aMK -aMK -aMK -yiT -sqo -bSw -ejJ -wrp -aaB -jGV -uPf -ioM -yhJ -opb -tYt -ddc -yhJ -jGV -cHM -ioM -yhJ -anD -iDW -yhJ -ddc -kkO -diX -yhJ -ioM -dZY -oFE -yhJ -aSo -sDe -bJS -mXk -sGv -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -kJc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +abM +aaa +aaa +aaa +jWs +fUm +xgp +jiF +fea +jWs +lDo +ucA +crX +juY +cEF +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +ncF +oUq +qQq +qQq +qQq +qQq +lQM +tFW +pal +wEm +qCf +pZW +uof +tJB +toy +elr +wSm +rem +bPz +elr +uof +nay +toy +elr +bZi +fGr +elr +bPz +bop +oeP +elr +toy +nvo +oir +elr +vyR +eLl +eng +apC +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +fYW +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (62,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sGv -sGv -sGv -lmP -lmP -lmP -lmP -lmP -lmP -sGv -sGv -sGv -sGv -sGv -sPm -nTn -iCa -wwv -ofB -wJo -nTn -paw -sSz -mjm -cVz -rbB -nTn -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aEc -cbI -bHm -aMK -aMK -aMK -yiT -hFB -sHi -yiT -iti -aaB -yhJ -yhJ -aCJ -yhJ -yhJ -yhJ -qcU -yhJ -yhJ -yhJ -aqr -yhJ -anD -lCe -yhJ -vuc -yhJ -yhJ -yhJ -ePr -yhJ -yhJ -yhJ -yhJ -mvC -kCy -mXk -sGv -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +abM +abM +abM +aal +aal +aal +aal +aal +aal +abM +abM +abM +abM +abM +aaa +jWs +jvE +mXD +jiF +fea +jWs +fIH +yly +eFr +tqx +vfu +jWs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +ncF +ulJ +agL +qQq +qQq +qQq +lQM +kcA +iFH +lQM +jAk +pZW +elr +elr +kFT +elr +elr +elr +iaE +elr +elr +elr +jYF +elr +bZi +rnn +elr +rOm +elr +elr +elr +qTp +elr +elr +elr +elr +gAY +ary +apC +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (63,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sGv -lmP -lmP -lmP -oSn -wvG -oSn -oSn -lmP -lmP -lmP -lmP -lmP -lmP -sPm -nTn -iCa -wwv -ofB -wJo -nTn -pMj -yii -hXh -nTn -pxG -pxG -pxG -pxG -pxG -pxG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aaB -aaB -aEc -aEc -lni -aMK -aMK -aMK -lni -yiT -yiT -yiT -yiT -aaB -aaB -pvS -sas -agL -uPr -tFb -abK -axm -wjr -abK -sas -axm -sas -aHL -kXU -kyc -axm -wNC -sas -eWx -axm -sas -wdr -oll -iIx -rZA -rpq -mXk -sGv -sPm -dsT -dsT -oVs -lzN -lzN -lzN -lzN -nKM -oVs -jwD -jwD -jwD -jwD -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +abM +aal +aal +aal +bhr +ryo +bhr +bhr +aal +aal +aal +aal +aal +aal +aaa +jWs +jvE +mXD +jiF +fea +jWs +qnU +amU +amM +jWs +oVM +oVM +oVM +oVM +oVM +oVM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +pZW +pZW +ncF +ncF +xZV +qQq +qQq +qQq +xZV +lQM +lQM +lQM +lQM +pZW +pZW +kNn +sbD +cga +umC +jNM +qyM +mYn +tNk +qyM +sbD +mYn +sbD +hTL +sMZ +raX +mYn +rsd +sbD +ilS +mYn +sbD +wbS +why +lEW +kkn +jiz +apC +abM +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +pHM +pHM +pHM +pHM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (64,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -sGv -kPf -oSn -oSn -oSn -pVu -pVu -oSn -oSn -uzx -oSn -oSn -oSn -oqh -oqh -oqh -oqh -oqh -oqh -oqh -oqh -fWD -tyt -cyE -oqh -pxG -nYM -bNI -gEQ -euQ -pxG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -uid -gBz -rLm -aMK -aMK -aMK -aMK -aMK -fyx -aOy -aEc -eBU -aQy -aQy -mHO -evR -evR -evR -evR -evR -evR -mNw -iDa -iDa -iDa -iDa -iDa -iDa -ufD -qrD -lVn -eHi -eHi -eHi -eHi -eHi -vHQ -mXk -mXk -mXk -mXk -sGv -sPm -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +abM +lPV +bhr +bhr +bhr +lFk +lFk +bhr +bhr +kPC +bhr +bhr +bhr +oEN +oEN +oEN +oEN +oEN +oEN +oEN +oEN +uLW +abj +xcj +oEN +oVM +adN +adX +dRJ +pkH +oVM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +nDm +xRl +uzX +qQq +qQq +qQq +qQq +qQq +fju +rOp +ncF +xxW +tOA +tOA +fVg +aUi +aUi +aUi +aUi +aUi +aUi +lZX +rIC +rIC +rIC +rIC +rIC +rIC +kHp +nwd +hEY +sns +sns +sns +sns +sns +gtZ +apC +apC +apC +apC +abM +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (65,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -lmP -kPf -uzx -pVu -pVu -pVu -iDS -xPw -pOk -tcf -bhh -pGX -oSn -gWL -tNl -nTV -tNl -cln -oqh -rpv -lMN -jjm -nkv -hOR -lkH -bvz -ixv -jhP -qWF -tMz -pxG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aaB -aEc -poK -azD -aMK -aMK -aMK -aMK -gkg -aEc -aEc -gRj -jHi -jQz -jQz -axc -jbj -axc -axc -jLJ -aRz -oYQ -vaw -axc -axc -axc -axc -axc -fZx -yhJ -gfp -tzu -tzu -tzu -xfY -xmf -qBR -rTP -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -oVs -nKM -lzN -lzN -oVs -dsT -dsT -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +aal +lPV +kPC +lFk +lFk +lFk +mAB +mbk +nQB +qDd +xcd +akN +bhr +tgB +fZX +iqg +fZX +vWu +oEN +atV +sAI +uqj +abo +foy +lvg +dSe +llf +jPP +edg +joG +oVM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +pZW +ncF +eye +fwJ +qQq +qQq +qQq +qQq +oGs +ncF +ncF +yaf +qMQ +wbb +wbb +mZt +gHx +mZt +mZt +vQd +xtM +vtb +gaY +mZt +mZt +mZt +mZt +mZt +gUO +elr +xLK +xZq +xZq +xZq +faN +fhO +btP +ifn +abM +abM +abM +abM +aaa +aac +aac +aac +aek +ncE +jcT +jcT +aek +aac +aac +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (66,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -lmP -oSn -oSn -pVu -ube -pVu -dxN -csm -aXS -pri -gDi -cbA -wvG -xwf -xwf -lIv -xwf -xwf -oqh -pZj -uCo -eZN -bPq -fnk -pmL -faO -sly -gtC -qWF -lxz -pxG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -aaB -lBQ -aMK -aMK -aMK -aMK -aMK -aJt -aEc -lAK -jCo -sze -srD -pYf -pYf -tvJ -wKi -mEA -ngo -tvJ -czh -iNR -rSc -qoB -khr -khr -iAw -dwX -yjW -yjW -sxn -sxn -sxn -sxn -sxn -yjW -mXk -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +aal +bhr +bhr +lFk +slx +lFk +jZM +qAy +iqH +wSS +dwa +fwY +ryo +gvI +gvI +pmG +gvI +gvI +oEN +qVo +qpj +cSR +iZL +rBz +ung +cQD +mgS +bLk +edg +smV +oVM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +pZW +eWf +qQq +qQq +qQq +qQq +qQq +oRE +ncF +nKY +xla +teM +bNY +azd +azd +uCC +gBL +qgP +vUe +uCC +uJN +ftm +uBD +cNS +iNB +iNB +lFw +wFR +sKg +sKg +iFV +iFV +iFV +iFV +iFV +sKg +apC +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (67,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -lmP -oSn -kkn -pVu -pVu -pVu -pVu -dxN -dxN -aXS -nEh -ncy -wvG -rYA -tNl -saH -tNl -dmI -xwf -uXd -wEe -apI -vOI -fnk -pmL -tkJ -sly -gtC -ufj -uNz -pxG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aaB -sGv -sGv -aaB -oQn -gWG -aoD -qnZ -tHx -kNc -dSY -aaB -aBd -aMK -aMK -dVu -aMK -aMK -vCx -aEc -yhJ -yhJ -fcx -yhJ -yhJ -yhJ -vgq -yhJ -yhJ -yhJ -vWB -mXk -jFh -mXk -ccO -iDN -rOU -jRt -wzU -yjW -exd -vXO -exd -sYw -exd -vXO -exd -mXk -mXk -sGv -sGv -sPm -sPm -dsT -dsT -oVs -lzN -lzN -lzN -lzN -lzN -oVs -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +aal +bhr +cRM +lFk +lFk +lFk +lFk +jZM +jZM +iqH +uyJ +smj +ryo +hTk +fZX +wkk +fZX +eWr +gvI +hXK +kHT +mIN +ezb +rBz +ung +fZm +mgS +bLk +wIJ +lss +oVM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pZW +abM +abM +pZW +eYZ +sbV +uDI +nUt +kRW +kau +ahR +pZW +spq +qQq +qQq +htJ +qQq +qQq +twF +ncF +elr +elr +aql +elr +elr +elr +eCR +elr +elr +elr +fFi +apC +fii +apC +okF +wBc +nhL +npe +xmm +sKg +xhL +dzF +xhL +aXo +xhL +dzF +xhL +apC +apC +abM +abM +aaa +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +jcT +aek +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (68,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -lmP -wvG -pld -pVu -pVu -pVu -pVu -pVu -dxN -aXS -nEh -ncy -wvG -pAp -xwf -saH -xwf -pAp -xwf -aAj -gYY -sga -uyE -fnk -pmL -tkJ -sly -hXp -etu -maZ -pxG -sPm -sPm -sPm -sPm -sPm -tmw -tmw -tmw -yiT -sGv -sGv -aaB -bRF -bUJ -bUJ -bUJ -bUJ -bUJ -ioD -gex -uYc -oRZ -oRZ -qhr -oRZ -oRZ -aJt -aEc -tuf -dEk -ioM -yhJ -dfH -kPw -ddc -yhJ -tuf -bpq -ioM -mXk -hCJ -mXk -odN -ijc -xPN -sfO -mcW -aqw -qkb -rMZ -rMZ -rMZ -rMZ -rMZ -rMZ -aKu -mXk -sGv -sGv -sPm -dsT -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +aal +ryo +bCc +lFk +lFk +lFk +lFk +lFk +jZM +iqH +uyJ +smj +ryo +ozX +gvI +wkk +gvI +ozX +gvI +oih +lAA +oCk +thP +rBz +ung +fZm +mgS +afL +jBD +cpy +oVM +aaa +aaa +aaa +aaa +aaa +rUR +rUR +rUR +lQM +abM +abM +pZW +wMW +gpp +gpp +gpp +gpp +gpp +ahS +tYK +vDc +dlZ +dlZ +egh +dlZ +dlZ +oRE +ncF +fOs +ajc +toy +elr +pKZ +ajy +bPz +elr +fOs +ala +toy +apC +eAE +apC +uqm +trd +taB +xJt +aJC +aEu +jsA +wPE +wPE +wPE +wPE +wPE +wPE +gxY +apC +abM +abM +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (69,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -lmP -oSn -pVu -pVu -pVu -pVu -pVu -pVu -pVu -aXS -aXS -kdx -wvG +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +aal +bhr +lFk +lFk +lFk +lFk +lFk +lFk +lFk +iqH +iqH +cea +ryo +gvI +gvI +rIi +gvI +gvI +gvI +cOo +mXb +wyM +lkP +rBz +ung +cQD +adO +mgS +jBD +whC +rUR +rUR +rUR +rUR +rUR +aaa +rUR +bEz +dAL +lQM +abM +abM +pZW +mEM +nDY +jAk +jAk +jAk +jAk +ahT +rQp +dPI +qQq +qQq +hvm +qQq +qQq +oRE +ncF +cVz +dfd +toy +elr +wSm +pjb +bPz +elr +uof +dfd +toy +apC +eAE +apC +elr +exV +oqT +drw +wbb +xFx +tAs +aTt +jyV +eOv +jVT +aTt +hBV +nIc +apC +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +ncE +aac +aac +aac +aac +vXM +vXM +vXM +fYW +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(70,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +bhr +lFk +lFk +lFk +lFk +lFk +lFk +lFk +lFk +jZM +fls +oWB +gvI +eBy +fqn +jAF +gvI +pAR +hst +rBz +wyM +lkP +rBz +bgo +dSe +dSe +adY +sVE +rUR +rUR +vYy +oqi +uZn +rUR +rUR +rUR +hMQ +dqK +lQM +lQM +abM +pZW +pVD +jAk +jAk +jAk +jAk +nDY +ahU +rQp +wyf +qQq +qQq +hvm +qQq +qQq +oRE +ncF +yfV +twk +qRc +elr +nwe +szo +kYL +elr +ddp +twk +qRc +apC +eAE +apC +itn +pWC +pWC +nyV +wbb +xFx +kzQ +hxA +dSU +dSU +dSU +voq +snD +pNj +apC +abM +abM +aaa +aaa +aaa +aac +aac +aek +ncE +ncE +ncE +jcT +jcT +aek +pHM +pHM +pHM +pHM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(71,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +ryo +lFk +lFk +lFk +lFk +lFk +lFk +lFk +lFk +jZM +ftv +tBN +ruE +iVj +xmK +fsP +mHA +vNe +rBz +fPy +cSR +duC +rBz +upt +ygR +mHA +uFr +ujP +rUR +aeS +jne +mGl +jeQ +uZn +jYf +rUR +iwP +aYv +jFR +lQM +abM +pZW +pVD +jAk +jAk +cKE +jAk +jAk +ahU +rQp +wyf +qQq +qQq +hvm +qQq +qQq +giK +ncF +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +eAE +apC +qSs +vYD +vYD +jAK +wbb +xFx +vAF +swX +tKt +tKt +uva +ppb +haH +kzQ +apC +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +ncE +aac +aac +aac +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(72,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +ryo +lFk +lFk +uca +lFk +lFk +lFk +lFk +btR +iqH +bYY +gWM +abj +abi +oxN +abn +abL +cVl +fdr +tPb +gkz +oiF +fdr +fdr +cCD +abL +bFM +uuw +rUR +gNm +gNm +afn +lKe +gOh +rbD +pAA +qaM +sfM +kwe +lQM +abM +pZW +pVD +gpp +gpp +gpp +gpp +gpp +ahS +tYK +mtU +nQE +nQE +cVo +nQE +nQE +uHm +nhz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +ohL +apC +elr +elr +elr +xPP +guI +xFx +vAF +swX +tKt +loh +tKt +ppb +haH +jKg +apC +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aek +ncE +ncE +ncE +aek +aac +aac +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(73,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +kPC +lFk +lFk +lFk +lFk +lFk +lFk +lFk +iqH +iqH +lkk +gjx +vml +gyN +hOZ +lMZ +tgN +xYp +rBz +gYl +tYX +lAA +rBz +ubC +ewo +tgN +uld +hPW +rUR +aeT +xtZ +wsA +ptg +mdq +jYf +rUR +jll +byn +jFR +lQM +abM +pZW +pVD +jAk +jAk +jAk +jAk +jAk +ahU +rQp +gTw +qQq +qQq +hvm +qQq +qQq +qZx +ncF +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +apC +lgu +apC +itn +pWC +pWC +nyV +iFX +xFx +otf +swX +uva +tKt +tKt +ppb +nXx +kpF +apC +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +jcT +aac +aac +aac +aac +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(74,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +bhr +lFk +lFk +lFk +lFk +lFk +pZr +lFk +lFk +lFk +kvd +sgT +gvI +wFT +rZF +kDo +gvI +wFT +rmm +rBz +fdr +rBz +vOM +plU +dhL +dhL +dhL +xAR +rUR +rUR +rsH +jdq +mdq +rUR +rUR +rUR +jVG +lry +lQM +lQM +abM +pZW +pVD +jAk +jAk +jAk +jAk +jAk +ahU +rQp +gTw +qQq +qQq +hvm +qQq +qQq +lyV +ncF +gLW +twk +gnC +elr +tpP +szo +ecu +elr +gLW +twk +gnC +apC +lgu +apC +qSs +vYD +vYD +jAK +iFX +xFx +kzQ +mWS +mpx +mpx +mpx +vSb +oPs +aqX +apC +abM +abM +aaa +aaa +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +aac +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(75,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +bhr +lFk +lFk +lFk +lFk +lFk +lFk +lFk +jZM +iqH +fDg +ryo +gvI +abj +nzU +abj +gvI +gvI +wWS +rBz +fdr +iPQ +rBz +aEK +dhL +adP +odV +ekh +aiw +rUR +rUR +rUR +rUR +rUR +aaa +rUR +pnp +vaT +lQM +abM +abM +pZW +pVD +xpH +nDY +jAk +jAk +jAk +ahT +rQp +qWT +qQq +qQq +hvm +qQq +qQq +lyV +ncF +uof +pJc +toy +elr +wSm +pjb +bPz +elr +uof +dfd +toy +apC +lgu +apC +elr +ueG +hVa +vHO +iFX +xFx +bPo +wPE +fvR +iev +fvR +eyQ +rnd +wwA +apC +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(76,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +ryo +fwW +lFk +lFk +lFk +lFk +lFk +lFk +iqH +iqH +tPz +ryo +kFz +sVd +kLJ +eWS +rYW +gvI +nLd +fPy +kXd +fPy +rBz +aEK +dhL +adQ +jpd +aIi +qvV +kLz +aaa +aaa +aaa +aaa +aaa +rUR +rUR +rUR +lQM +abM +abM +pZW +exZ +gpp +gpp +gpp +gpp +gpp +ahS +tYK +gCq +dlZ +dlZ +egh +dlZ +dlZ +lyV +ncF +fOs +aje +toy +elr +pKZ +ajz +bPz +elr +fOs +alb +toy +apC +lgu +apC +dXm +sLR +sKP +wGg +tRU +sdC +nel +nel +nel +nel +nel +nel +mbt +aqZ +apC +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +gGy +qEH +aac +aac +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(77,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +bhr +cRM +lFk +lFk +lFk +lFk +jZM +iqH +jZM +uyJ +tPz +ryo +uqc +rYq +wqf +uPv +tlZ +gvI +rKr +gGV +gkz +kHT +rBz +ptU +dhL +lDW +fAY +cgD +rhP +kLz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pZW +abM +abM +agP +hkt +sUf +sUf +sUf +aqf +cOe +ahV +pZW +ygP +qQq +qQq +hvm +qQq +qQq +lyV +ncF +elr +elr +dhg +elr +elr +elr +xlX +elr +elr +elr +kXZ +apC +pbL +apC +gnQ +liN +qPK +scx +bsM +sKg +xhL +hqN +xhL +aXo +xhL +hqN +xhL +apC +apC +abM +abM +aaa +aaa +aaa +aac +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(78,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +bhr +bhr +lFk +ioM +lFk +jZM +enj +iqH +lOE +vkm +kNj +ryo +gvI +gvI +gvI +gvI +gOa +gvI +acl +thP +oiF +gYl +vOM +oFp +kLz +kLz +kLz +kLz +kLz +kLz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +pZW +pZW +pZW +mBo +uss +xir +uwf +pyW +jHd +acC +qQq +qQq +hvm +qQq +oJm +nxy +ncF +jzz +kNn +nmW +eeP +sbD +sbD +nmW +mQS +jSi +bGI +nmW +tNk +rxH +sbD +hTL +wbb +wbb +qRO +uxW +sKg +sKg +iFV +iFV +iFV +iFV +iFV +sKg +apC +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(79,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +aal +aal +kPC +lFk +lFk +lFk +lFk +hiG +kre +kUu +aaK +aaT +ryo +gQO +gQO +gQO +gvI +ggL +gvI +tUL +rmm +fdr +ubC +pJG +eBI +oEN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +pZW +fef +dkl +mzg +oNE +pbM +pZW +sHR +fid +qQq +hvm +qQq +fid +dmR +ncF +ncF +tgj +qMQ +wbb +wbb +ajA +aUi +vmB +vmB +kmf +aUi +djG +vmB +vmB +vmB +vmB +vmB +pwe +uLO +elr +sue +eAZ +eAZ +eAZ +eDG +lmy +iMl +aFU +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aek +jcT +jcT +jcT +aek +aac +aac +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(80,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +abM +abM +abM +aal +bhr +bhr +ryo +lFk +lFk +isW +isW +isW +isW +isW +isW +isW +isW +isW +isW +isW +isW +isW +cRf +doY +aFs +oEN +oEN +oEN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +pZW +pZW +pZW +pZW +pZW +ncF +ncF +ncF +cjS +teQ +hvm +teQ +fid +ncF +ncF +ncF +xdG +onc +qMQ +qMQ +sJi +sJi +sJi +sJi +sJi +sJi +rhQ +sJi +sJi +sJi +sJi +fvx +kmk +qHF +aCX +qfv +jkY +jkY +jkY +jkY +jkY +ydH +apC +apC +apC +apC +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac +vXM +vXM +vXM +fYW +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(81,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +sYd +sYd +sYd +aal +aal +aal +bhr +kPC +bhr +isW +sfX +iUv +gah +isW +szd +qvl +aaL +isW +jmY +qvl +aaL +isW +sFE +abL +jMu +oEN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +ncF +ncF +aRx +ujm +xAi +kbF +kIE +kbF +eYM +kUN +aRx +ncF +ncF +bZi +wbb +aob +azd +ajf +lHz +qUF +kPr +teM +uJN +kPr +azd +tVv +azd +nvH +bTN +buL +tVv +sVn +azd +cOC +tVv +azd +aSM +fLO +cbn +blN +jiz +apC +abM +abM +aaa +aac +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +pHM +pHM +pHM +pHM +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(82,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +sYd +abM +abM +aaa +aaa +aal +aal +aal +aal +pxW +ugu +xke +nOe +isW +ugu +xfd +nOe +isW +ugu +xfd +nOe +isW +rPP +lPU +thG +vRO +vRO +vRO +vRO +vRO +vRO +vRO +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +ncF +pFU +aRx +ncF +scE +scE +kyG +scE +scE +ncF +aRx +luC +ncF +wLT +xnI +lho +elr +vay +elr +elr +elr +gFI +elr +elr +elr +mHP +elr +mJi +glY +elr +uLn +elr +elr +elr +mkq +elr +elr +elr +elr +gAY +arz +jnq +abM +abM +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(83,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +sYd +aaa +aaa xwf xwf -gWt xwf xwf xwf -gWE -bQE -jPe -smK -fnk -pmL -faO -gxy -sly -etu -gRm -tmw -tmw -tmw -tmw -tmw -sPm -tmw -lDw -tVG -yiT -sGv -sGv -aaB -igL -nsG -iti -iti -iti -iti -bbh -hsL -lPI -aMK -aMK -vQJ -aMK -aMK -aJt -aEc -bcP -xGz -ioM -yhJ -opb -byO -ddc -yhJ -jGV -xGz -ioM -mXk -hCJ -mXk -yhJ -gDF -cdi -sPL -jQz -ckW -rmn -tDP -clU -jlO -edH -tDP -iJz -tYf -mXk -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -nKM -dsT -dsT -dsT -dsT -ajc -ajc -ajc -kJc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +xwf +pxW +isW +bWD +isW +isW +isW +hLx +isW +isW +isW +hss +isW +isW +ydu +pDu +adn +nhm +eHG +ohr +ohr +ohr +ohr +dRa +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +ncF +ewh +uJf +ncF +acP +acP +acZ +acP +acP +ncF +mdI +ewh +ncF +nJr +sSS +nJr +elr +vay +elr +wSm +vjo +bPz +elr +uof +jwq +toy +elr +wsZ +glY +elr +bPz +oar +oeP +elr +toy +xKR +oir +elr +vyR +fQe +usZ +jnq +abM +abM +aaa +aaa +aac +aac +aac +ncE +ncE +ncE +jcT +jcT +aac +aac +aac +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(70,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -oSn -pVu -pVu -pVu -pVu -pVu -pVu -pVu -pVu -dxN -wgx -nHF +(84,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +sYd +hFr +hFr xwf -qZh -mGk -dSc +aaf +dqp +dqp +anU +vEc +ddN +dLN +xXt +hVo +hVo +hVo +xXt +hVo +jtl +hVo +xXt +jcI +afF +szM +pDu +ado +adu +gvO +wZl +ufM +ufM +ufM +cYU +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +ncF +nXo +nvE +ncF +abM +abM +ada +abM +abM +ncF +nvE +uIG +ncF +iva +wPD +qRp +elr +vay +elr +qSR +pKZ +kYL +elr +dsu +fOs +qRc +oTA +qes +eZS +oTA +kYL +pKZ +pTx +elr +qRc +fOs +pMA +jnq +jnq +jnq +jnq +jnq +abM +abM +aaa +aaa +aac +aac +ncE +ncE +aST +aST +aST +jcT +jcT +jcT +aac +aek +pHM +pHM +pHM +rWa +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(85,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +abM +sYd +aab +mMK +aae +mST +bMV +nMu +vzY xwf -sKa -lKF -fnk -jPe -smK -fnk -vWX -bvz -bvz -kZJ -bra -tmw -tmw -wRz -pIw -lNC -tmw -tmw -tmw -gUr -uKL -yiT -yiT -sGv -aaB -pOS -iti -iti -iti -iti -nsG -lNX -hsL -ikX -aMK -aMK -vQJ -aMK -aMK -aJt -aEc -bkF -bTu -ePZ -yhJ -ygq -uHt -dgY -yhJ -aDo -bTu -ePZ -mXk -hCJ -mXk -bqJ -tHb -tHb -wIY -jQz -ckW -sWT -mnH -oeC -oeC -oeC -dbx -oyE -iYn -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -oVs -nKM -nKM -nKM -lzN -lzN -oVs -jwD -jwD -jwD -jwD -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +jdt +aaz +xfd +uFB +aLr +aaz +xfd +aaz +aaz +uFB +xfd +xxv +cNl +epF +wkp +hfe +fhJ +vyo +tsV +tsV +gYm +tsV +aeB +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +ncF +ncF +qfD +ncF +abM +abM +ada +abM +abM +ncF +hUY +ncF +ncF +tit +uyL +bET +elr +elr +elr +elr +oTA +oTA +oTA +oTA +oTA +oTA +oTA +qvc +byx +oTA +oTA +oTA +oTA +oTA +oTA +jnq +jnq +jnq +abM +abM +abM +abM +abM +abM +aaa +aac +ncE +ncE +ncE +aST +aST +edx +aST +aST +aST +jcT +aac +jcT +vXM +rWa +vXM +qdd +pHM +pHM +rWa +pHM +pHM +pHM +rWa +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(71,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -wvG -pVu -pVu -pVu -pVu -pVu -pVu -pVu -pVu -dxN -dJD -etj -pcH -hkZ -fOb -stQ -vmd -sYd -fnk -nNG -eZN -toK -fnk -imG -gQf -vmd -bVW -glQ -tmw -oBG -rXw -iMj -vgj -lNC -cIw -tmw -pyB -lfA -rgt -yiT -sGv -aaB -pOS -iti -iti -cQQ -iti -iti -lNX -hsL -ikX -aMK -aMK -vQJ -aMK -aMK -icA -aEc -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -hCJ -mXk -rDn -iPy -iPy -wrn -jQz -ckW -eAg -wFD -hdI -hdI -ebS -jOB -xtW -sWT -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -nKM -dsT -dsT -dsT -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(86,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +abM +abM +hFr +hFr +xwf +aah +dQR +usm +vzY +xwf +pxW +isW +eam +isW +isW +isW +rSp +isW +isW +isW +drE +isW +isW +abV +wkp +uBu +nhm +cVd +ccH +ccH +ccH +ccH +aeC +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +ncF +rKU +dmk +jGI +elr +aaa +aaa +aaa +oTA +kZh +myz +lof +iNo +rtp +uCY +xXf +byx +uCY +luy +fWB +uid +uDs +hcv +jnq +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aac +ncE +xCe +xCe +xCe +vnW +lMD +lMD +fSH +aST +jcT +aac +jcT +vXM +oQf +vXM +qdd +vXM +vXM +oQf +vXM +rWa +vXM +qdd +pHM +pHM +rWa +pHM +pHM +pHM +rWa +pHM +pHM +pHM +pHM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(72,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -wvG -pVu -pVu -eDZ -pVu -pVu -pVu -pVu -sXH -aXS -tkO -buO -tyt -sZG -cbc -bbc -wna -liD -mdE -ijg -nOp -iOs -mdE -mdE -wLB -wna -aax -fRL -tmw -sbv -sbv -pLm -xxo -afS -rDz -lXB -yav -cML -rVw -yiT -sGv -aaB -pOS -bUJ -bUJ -bUJ -bUJ -bUJ -ioD -gex -dyc -gwU -gwU -cbx -gwU -gwU -tSY -abO -xep -xep -xep -xep -xep -xep -xep -xep -xep -xep -xep -xep -rZZ -mXk -yhJ -yhJ -yhJ -rIV -hIK -ckW -eAg -wFD -hdI -nAN -hdI -jOB -xtW -epq -mXk -sGv -sGv -sPm -sPm -sPm -sPm -dsT -dsT -oVs -nKM -nKM -nKM -oVs -dsT -dsT -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(87,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +xwf +sul +egD +xwf +xwf +xwf +xwf +xoM +pec +jiv +isW +xoM +pec +jiv +isW +xoM +pec +jiv +isW +abV +wkp +dCU +vRO +vRO +vRO +vRO +vRO +vRO +vRO +vRO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abW +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +ncF +ncF +ncF +ncF +elr +aaa +aaa +aaa +oTA +glP +lOM +qOf +amu +rtp +rtp +xXf +byx +rtp +rtp +aoV +uid +bYd +hcv +jnq +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +ael +mKe +ppQ +gAC +eqJ +muV +lst +dMv +aST +ncE +ncE +ncE +bRE +oQf +oQf +oQf +vXM +vXM +oQf +vXM +oQf +vXM +oQf +vXM +vXM +oQf +vXM +rWa +vXM +oQf +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(73,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -uzx -pVu -pVu -pVu -pVu -pVu -pVu -pVu -aXS -aXS -vHB -bof -qFm -vtA -rOu -pAU -bxU -pfq -fnk -aOK -upA -gYY -fnk -qtc -dTl -bxU -lWx -mNL -tmw -qGo -cXi -seo -qDh -xGX -cIw -tmw -nVU -fDQ -rgt -yiT -sGv -aaB -pOS -iti -iti -iti -iti -iti -lNX -hsL -pmx -aMK -aMK -vQJ -aMK -aMK -ebg -aEc -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -kgU -mXk -bqJ -tHb -tHb -wIY -uRx -ckW -nSW -wFD -ebS -hdI -hdI -jOB -mTE -kar -mXk -sGv -sGv -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(88,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +xwf +gSa +iVt +aaM +isW +lTm +iVt +aaM +isW +hOS +giZ +aaM +isW +yie +nVL +aFs +oEN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abW +abW +abS +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oTA +jZJ +sud +qOf +hdn +xYk +jkv +lbZ +bHd +hlk +kdu +eUs +uid +uid +nhJ +jnq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +nzN +xCe +xCe +xCe +nNw +gbj +vAx +vAx +aST +ncE +aac +jcT +vXM +oQf +vXM +oQf +oQf +oQf +oQf +oQf +oQf +oQf +oQf +vXM +vXM +oQf +vXM +oQf +vXM +oQf +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(74,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -oSn -pVu -pVu -pVu -pVu -pVu -uNW -pVu -pVu -pVu -vqU -oKG +(89,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM xwf -hwu -amt -xok xwf -hwu -aCw -fnk -mdE -fnk -hXP -bqU -gTG -gTG -gTG -yfL -tmw -tmw -hYL -wGt -xGX -tmw -tmw -tmw -btr -olg -yiT -yiT -sGv -aaB -pOS -iti -iti -iti -iti -iti -lNX -hsL -pmx -aMK -aMK -vQJ -aMK -aMK -gLe -aEc -nLG -bTu -lVw -yhJ -sFH -uHt -dgU -yhJ -nLG -bTu -lVw -mXk -kgU -mXk -rDn -iPy -iPy -wrn -uRx -ckW -sWT -sFd -xkp -xkp -xkp -uEn -rVg -cha -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -oVs -lzN -lzN -lzN -lzN -nKM -oVs -dsT -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(75,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -oSn -pVu -pVu -pVu -pVu -pVu -pVu -pVu -dxN -aXS -gZu -wvG xwf -tyt -tnZ -tyt xwf xwf -dXi -fnk -mdE -hZv -fnk -xLZ -gTG -hwX -nTe -jKt -jid -tmw -tmw -tmw -tmw -tmw -sPm -tmw -lvI -pEG -yiT -sGv -sGv -aaB -pOS -uFJ -nsG -iti -iti -iti -bbh -hsL -sEe -aMK -aMK -vQJ -aMK -aMK -gLe -aEc -jGV -vpX -ioM -yhJ -opb -byO -ddc -yhJ -jGV -xGz -ioM -mXk -kgU -mXk -yhJ -wUV -bQB -jIe -uRx -ckW -xnK -rMZ -jYR -odc -jYR -lob -qLB -qcM -mXk -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(76,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -wvG -voO -pVu -pVu -pVu -pVu -pVu -pVu -aXS -aXS -dPX -wvG -lKo -rki -ndi -vUR -ozm xwf -mno -nNG -cie -nNG -fnk -xLZ -gTG -luA -clR -jFI -fdj -iao -sPm -sPm -sPm -sPm -sPm -tmw -tmw -tmw -yiT -sGv -sGv -aaB -fPR -bUJ -bUJ -bUJ -bUJ -bUJ -ioD -gex -ljS -oRZ -oRZ -qhr -oRZ -oRZ -gLe -aEc -tuf -ybv -ioM -yhJ -dfH -mBE -ddc -yhJ -tuf -ikc -ioM -mXk -kgU -mXk -alV -tlv -mBr -pvn -mGA -bzJ -dAO -dAO -dAO -dAO -dAO -dAO -mTJ -tWR -mXk -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -kjG -gQe -dsT -dsT -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +xwf +xwf +xwf +pxW +pxW +duB +duB +cTa +acR +uFE +duB +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abW +acx +abM +acK +abM +ada +abM +abW +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +oTA +cqT +iNV +qOf +amu +rtp +kWN +oht +byx +kWN +rtp +aoV +uid +xNP +hcv +jnq +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +nzN +ncE +ncE +aST +aST +kgA +aST +aST +aST +ncE +aac +jcT +vXM +rWa +vXM +oQf +vXM +vXM +qdd +vXM +oQf +vXM +oQf +oQf +oQf +oQf +oQf +oQf +oQf +qdd +oQf +skt +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(77,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -oSn -kkn -pVu -pVu -pVu -pVu -dxN -aXS -dxN -nEh -dPX -wvG -iBV -mHS -onc -aaU -rzK -xwf -mmf -eve -nOp -wEe -fnk -aDb -gTG -eVF -hUr -jMr -irk -iao -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aaB -sGv -sGv -kls -nKL -gnH -gnH -gnH -jfv -vyT -hBi -aaB -otr -aMK -aMK -vQJ -aMK -aMK -gLe -aEc -yhJ -yhJ -aQc -yhJ -yhJ -yhJ -skM -yhJ -yhJ -yhJ -xHG -mXk -iXP -mXk -jTb -jfk -kXq -thL -kNP -yjW -exd -cUJ -exd -sYw -exd -cUJ -exd -mXk -mXk -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -oVs -lzN -lzN -lzN -lzN -nKM -oVs -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(90,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +duB +eRw +sTq +iHG +eay +qjG +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abW +acx +abM +abM +abM +ada +abW +abS +abW +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oTA +lof +kZh +kZh +amu +rtp +rtp +noy +byx +rtp +rtp +aoV +uid +xNP +hcv +jnq +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aem +aac +ncE +ncE +aST +aST +aST +ncE +ncE +ncE +aac +aek +pHM +pHM +pHM +rWa +pHM +pHM +qdd +vXM +rWa +vXM +oQf +vXM +vXM +oQf +vXM +oQf +vXM +qdd +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(78,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -oSn -oSn -pVu -fFH -pVu -dxN -lKk -aXS -cIb -cKm -cmj -wvG -xwf -xwf -xwf -xwf -pks -xwf -kBL -uyE -iOs -aOK -hXP -uHb -iao -iao -iao -iao -iao -iao -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aaB -aaB -aaB -cYW -tOA -xnC -hbP -kQu -mIJ -bgj -aMK -aMK -vQJ -aMK -aMM -rUb -aEc -xGM -pvS -skv -rdR -sas -sas -skv -kMH -dFu -tCW -skv -wjr -oNl -sas -aHL -jQz -jQz -bWT -xRK -yjW -yjW -sxn -sxn -sxn -sxn -sxn -yjW -mXk -sGv -sGv -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(91,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +duB +rZI +gJR +slf +xNm +rkP +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abW +abW +abM +acx +abM +abM +abM +ada +abM +abW +abW +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +oTA +oTA +oTA +oTA +bcL +vFh +vFh +vFh +qNA +cRu +cRu +joV +jnq +jnq +jnq +jnq +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +lMS +aac +aac +ncE +ncE +ncE +ncE +ncE +aac +aac +aac +aac +aac +vXM +vXM +pHM +vXM +vXM +rWa +pHM +pHM +pHM +rWa +pHM +pHM +qdd +vXM +rWa +vXM +qdd +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(79,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -lmP -lmP -uzx -pVu -pVu -pVu -pVu -hbv -tbw -gPv -eaP -nYf -wvG -pNN -pNN -pNN -xwf -yfn -xwf -gAR -aCw -mdE -qtc -ggd -ykf -oqh -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -aaB -jqt -edm -tsA -vED -tsp -aaB -hBv -vpd -aMK -vQJ -aMK -vpd -eeY -aEc -aEc -lBT -jHi -jQz -jQz -qvf -evR -dlN -dlN -obt -evR -gBk -dlN -dlN -dlN -dlN -dlN -ybb -hQx -yhJ -feN -aiU -aiU -aiU -rMu -slT -qyX -ebN -sGv -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -dsT -oVs -lzN -lzN -lzN -oVs -dsT -dsT -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(92,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +duB +otn +ecs +bZN +biS +lQx +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abM +acx +abM +abM +abM +ada +abM +abW +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oTA +oTA +fNR +xlu +xPN +xVQ +sLT +dml +jnq +jnq +abM +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +jcT +lMS +lMS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +rWa +pHM +pHM +pHM +rWa +pHM +pHM +pHM +pHM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(80,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sGv -sGv -sGv -lmP -oSn -oSn -wvG -pVu -pVu -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -cIh -vFm -lTZ -qOq -oqh -oqh -oqh -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -aaB -aaB -aaB -aaB -aaB -aEc -aEc -aEc -nWh -oIF -vQJ -oIF -vpd -aEc -aEc -aEc -wxF -age -jHi -jHi -ovc -ovc -ovc -ovc -ovc -ovc -imF -ovc -ovc -ovc -ovc -hFE -mdX -pph -mOR -lwb -gJB -gJB -gJB -gJB -gJB -hBs -mXk -mXk -mXk -mXk -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -ajc -ajc -ajc -kJc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(93,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +duB +tsw +kwk +acV +adq +adw +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oTA +oTA +oTA +oTA +oTA +oTA +oTA +jnq +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aai +aac +aac +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(81,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -sLd -sLd -sLd -lmP -lmP -lmP -oSn -uzx -oSn -cIh -trh -lyl -qEM -cIh -tLn -hHZ -mMM -cIh -tiR -hHZ -mMM -cIh -lVU -wna -cRh -oqh -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -aEc -aEc -eFc -eZa -vgG -fby -tSy -fby -fgr -mGH -eFc -aEc -aEc -anD -jQz -tmy -pYf -wzV -tOX -oOc -wkl -sze -czh -wkl -pYf -vrI -pYf -eyX -bga -ouy -vrI -hHS -pYf -aat -vrI -pYf -oes -tZU -fez -nNy -rpq -mXk -sGv -sGv -sPm -dsT -dsT -dsT -oVs -lzN -lzN -lzN -lzN -nKM -oVs -jwD -jwD -jwD -jwD -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(94,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +duB +duB +cIn +ulT +tWy +duB +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +aac +aac +aac +aai +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(82,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -sLd -sGv -sGv -sPm -sPm -lmP -lmP -lmP -lmP -lHo -hLX -lxA -jRS -cIh -hLX -nHe -jRS -cIh -hLX -nHe -jRS -cIh -mkn -pow -cjR -ojx -ojx -ojx -ojx -ojx -ojx -ojx -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -aEc -aba -eFc -aEc -hAz -hAz -iWa -hAz -hAz -aEc -eFc -ykp -aEc -sCE -riQ -hLw -yhJ -axF -yhJ -yhJ -yhJ -dtW -yhJ -yhJ -yhJ -sjw -yhJ -hop -sta -yhJ -pTt -yhJ -yhJ -yhJ -hdV -yhJ -yhJ -yhJ -yhJ -mvC -skE -rWi -sGv -sGv -sPm -dsT -dsT -dsT -dsT -dsT -dsT -lzN -dsT -dsT -dsT -dsT -dsT -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(95,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +duB +duB +duB +duB +duB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acx +vFt +acx +abM +abM +ada +abM +abM +acx +yiM +acx +abM +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(83,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sLd -sPm -sPm -urJ -urJ -urJ -urJ -urJ -urJ -lHo -cIh -hpA -cIh -cIh -cIh -fjD -cIh -cIh -cIh -ujL -cIh -cIh -jre -uQm -gdA -gpn -qCL -rrP -rrP -rrP -rrP -jwJ -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -aEc -xVH -gRA -aEc -sYm -sYm -fwt -sYm -sYm -aEc -gUB -xVH -aEc -nnW -rGS -nnW -yhJ -axF -yhJ -opb -hgD -ddc -yhJ -jGV -xxd -ioM -yhJ -bPK -sta -yhJ -ddc -elB -diX -yhJ -ioM -igl -oFE -yhJ -aSo -xAM -adR -rWi -sGv -sGv -sPm -sPm -dsT -dsT -dsT -nKM -nKM -nKM -lzN -lzN -dsT -dsT -dsT -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(96,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(84,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sLd -hXw -hXw -urJ -vsZ -jxm -jxm -oDk -iOP -yjs -oJX -cZW -qTc -qTc -qTc -cZW -qTc -lhG -qTc -cZW -tPv -ekR -dSn -uQm -qbr -kwE -onD -lsn -gBq -gBq -gBq -lPr -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -aEc -sAV -hCS -aEc -sGv -sGv -cjE -sGv -sGv -aEc -hCS -aOX -aEc -nZl -lxT -dlS -yhJ -axF -yhJ -tVx -dfH -dgY -yhJ -anX -tuf -ePZ -ssw -cFf -eNh -ssw -dgY -dfH -qRp -yhJ -ePZ -tuf -uUB -rWi -rWi -rWi -rWi -rWi -sGv -sGv -sPm -sPm -dsT -dsT -nKM -nKM -vzp -vzp -vzp -lzN -lzN -lzN -dsT -oVs -jwD -jwD -jwD -oII -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(97,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aai +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(85,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sGv -sLd -coa -sbB -luo -xdY -bLS -vlF -gvy -urJ -qtv -prl -nHe -fqh -lTr -prl -nHe -prl -prl -fqh -nHe -euj -kNw -rop -hHv -pkh -pWN -oZq -aGV -aGV -pTs -aGV -hyn -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -aEc -aEc -xzT -aEc -sGv -sGv -cjE -sGv -sGv -aEc -gLb -aEc -aEc -auE -qat -flW -yhJ -yhJ -yhJ -yhJ -ssw -ssw -ssw -ssw -ssw -ssw -ssw -pWa -blq -ssw -ssw -ssw -ssw -ssw -ssw -rWi -rWi -rWi -sGv -sGv -sGv -sGv -sGv -sGv -sPm -dsT -nKM -nKM -nKM -vzp -vzp -jmr -vzp -vzp -vzp -lzN -dsT -lzN -ajc -oII -ajc -wVk -jwD -jwD -oII -jwD -jwD -jwD -oII -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(98,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abW +acm +acx +abM +abW +abM +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(86,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sGv -sGv -hXw -hXw -urJ -oPX -hIJ -nJd -gvy -urJ -lHo -cIh -knE -cIh -cIh -cIh -dbw -cIh -cIh -cIh -uTm -cIh -cIh -pzp -hHv -ilM -gpn -fzc -lBF -lBF -lBF -lBF -mFx -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sPm -aEc -nXM -agv -soM -yhJ -sPm -sPm -sPm -ssw -aju -mjs -aYW -aoc -deb -hIi -oQK -blq -hIi -sCd -hms -vfj -uyv -mlt -rWi -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -dsT -nKM -ipG -ipG -ipG -tic -wir -wir -hhz -vzp -lzN -dsT -lzN -ajc -uub -ajc -wVk -ajc -ajc -uub -ajc -oII -ajc -wVk -jwD -jwD -oII -jwD -jwD -jwD -oII -jwD -jwD -jwD -jwD -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(99,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abW +acx +abM +abS +abW +ada +abM +acK +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(87,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -urJ -lvY -glJ -urJ -urJ -urJ -urJ -hES -qzr -nUJ -cIh -hES -qzr -nUJ -cIh -hES -qzr -nUJ -cIh -pzp -hHv -vsK -ojx -ojx -ojx -ojx -ojx -ojx -ojx -ojx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -gsq -gsq -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -aEc -aEc -aEc -aEc -yhJ -sPm -sPm -sPm -ssw -bOh -aeV -ane -nbM -deb -deb -oQK -blq -deb -deb -sUF -vfj -eVi -mlt -rWi -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -dsT -vGZ -lKe -bol -dUK -eUJ -nlA -rvb -jXi -vzp -nKM -nKM -nKM -dhe -uub -uub -uub -ajc -ajc -uub -ajc -uub -ajc -uub -ajc -ajc -uub -ajc -oII -ajc -uub -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(100,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abM +acx +abM +abW +abW +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +jIG +jIG +jIG +jIG +bso +bso +bso +vNH +vNH +vNH +vNH +vNH +vNH +vNH +vNH +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(88,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -urJ -fHI -kLF -teW -cIh -dfp -kLF -teW -cIh -qMv -cuI -teW -cIh -vvi -qJF -qOq -oqh -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -gsq -gsq -hVz -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ssw -vfk -raN -ane -vBc -fzt -qKZ -viH -afe -hDq -wFA -ifz -vfj -vfj -uJp -rWi -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sIv -ipG -ipG -ipG -iGf -rIX -ppv -ppv -vzp -nKM -dsT -lzN -ajc -uub -ajc -uub -uub -uub -uub -uub -uub -uub -uub -ajc -ajc -uub -ajc -uub -ajc -uub -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(101,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +jIG +iDB +mzV +bnY +lSp +wnq +dwR +ney +lib +uqo +utP +xPj +sim +ney +vNH +aaa +aaa +aaa +aaa +aaa +aaa +aac +aax +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(89,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -urJ -urJ -urJ -urJ -urJ -urJ -urJ -urJ -urJ -lHo -lHo -bkY -bkY -abE -hqB -vma -bkY -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -hVz -gsq -dGH -sGv -ddj -sGv -cjE -sGv -gsq -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -ssw -arJ -afx -ane -nbM -deb -lNY -mWL -blq -lNY -deb -sUF -vfj -hIC -mlt -rWi -sGv -sGv -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sIv -nKM -nKM -vzp -vzp -yar -vzp -vzp -vzp -nKM -dsT -lzN -ajc -oII -ajc -uub -ajc -ajc -wVk -ajc -uub -ajc -uub -uub -uub -uub -uub -uub -uub -wVk -uub -jrZ -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(102,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abM +acx +izU +acx +abM +abM +ada +abM +abM +acx +qas +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +jIG +qjA +bzo +wnh +qxZ +gMr +dwR +ney +hSJ +qPG +sMr +qFK +nKu +ney +vNH +aaa +aaa +aac +aac +aak +aak +aak +aak +aak +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(90,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -bkY -jsD -sjX -aLz -ioO -eJH -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -hVz -gsq -dGH -sGv -sGv -sGv -cjE -gsq -hVz -gsq -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ssw -aYW -aju -aju -nbM -deb -deb -pBo -blq -deb -deb -sUF -vfj -hIC -mlt -rWi -sGv -sGv -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dUL -dsT -nKM -nKM -vzp -vzp -vzp -nKM -nKM -nKM -dsT -oVs -jwD -jwD -jwD -oII -jwD -jwD -wVk -ajc -oII -ajc -uub -ajc -ajc -uub -ajc -uub -ajc -wVk -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(103,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +hFr +hFr +hFr +hFr +hFr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +jIG +cNq +jLy +vGs +qda +qYQ +dwR +cXL +cXL +lbv +sMr +sFF +rcI +cXL +vNH +aaa +aak +aak +aak +aak +pHM +pHM +pHM +aak +aak +aak +aac +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(91,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -bkY -hso -kyT -aIC -pmq -dae -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -gsq -gsq -sGv -dGH -sGv -sGv -sGv -cjE -sGv -gsq -gsq -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -ssw -ssw -ssw -ssw -irA -aWV -aWV -aWV -azQ -eBI -eBI -gLA -rWi -rWi -rWi -rWi -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dhg -dsT -dsT -nKM -nKM -nKM -nKM -nKM -dsT -dsT -dsT -dsT -dsT -ajc -ajc -jwD -ajc -ajc -oII -jwD -jwD -jwD -oII -jwD -jwD -wVk -ajc -oII -ajc -wVk -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(104,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +hFr +aWY +qUH +oTT +hFr +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +jIG +dwR +ich +lXR +dwR +ngp +dwR +dwR +cXL +ney +sMr +sMr +nOa +cXL +vNH +aaa +aak +aew +aeH +aew +aeL +aeL +aeL +aeL +aeL +aeH +aak +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(92,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -bkY -etF -gYN -hfP -npb -kCR -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -gsq -sGv -dGH -sGv -sGv -sGv -cjE -sGv -gsq -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ssw -ssw -pms -rJj -rRc -xOm -rTm -pnB -rWi -rWi -sGv -sGv -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -lzN -dhg -dhg -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -oII -jwD -jwD -jwD -oII -jwD -jwD -jwD -jwD -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(105,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +hFr +sDF +axS +uUN +hFr +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +jIG +apP +lOV +jXc +rpJ +gga +rBW +ffN +sMr +sMr +drH +ney +tms +etf +vNH +aaa +aak +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ +aak +aax +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(93,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -bkY -jlj -bVA -vhz -lJv -jrB -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ssw -ssw -ssw -ssw -ssw -ssw -ssw -rWi -sGv -sGv -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -dsT -dsT -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(106,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +jIN +vUP +vUP +luY +wlo +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +acK +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +jIG +nAB +vAe +eqi +ocK +ngp +dwR +dwR +cXL +sMr +sMr +sMr +kTL +cXL +vNH +aac +aak +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH +aak +aak +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(94,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -bkY -bkY -nVT -ule -sAA -bkY -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -tMs -dGH -rzb -sGv -sGv -cjE -sGv -sGv -tMs -dGH -rzb -sGv -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -dsT -dsT -dsT -gnZ -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(107,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +aaa +hFr +hFr +hFr +cKh +hFr +hFr +hFr +hFr +hFr +hFr +hFr +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +abM +jIG +jIG +jIG +jIG +jIG +jIG +abM +abM +abM +jIG +jIG +jIG +jIG +jIG +jIG +abM +abM +abM +jIG +pIt +tLs +nXA +jmL +hZL +dwR +cXL +cXL +mfX +ney +rmJ +tNn +cXL +vNH +aak +aak +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ +pHM +aak +aaN +igy +igy +sji +igy +aaN +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(95,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -bkY -bkY -bkY -bkY -bkY -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -dGH -gFh -dGH -sGv -sGv -cjE -sGv -sGv -dGH -anG -dGH -sGv -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(108,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aap +aap +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hFr +nMu +hFr +uVO +sqw +huD +bSr +uBA +adr +adx +qcu +htb +hFr +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abW +acx +abM +aaa +aaa +abM +jIG +pDz +tuS +klI +wsb +jIG +abM +abM +abM +jIG +jHb +tPW +tPW +uEx +jIG +abM +abM +abM +jIG +uxj +wnh +wnh +wnh +yeX +dwR +ney +quB +taW +ney +iyK +vOU +ney +vNH +aen +pHM +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH +pHM +aak +aak +amq +uUX +uUX +dRu +aak +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(96,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sGv -sGv -dgN -dGH -phU -sGv -sGv -cjE -sGv -sGv -dgN -dGH -phU -sGv -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(109,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aap +aaa +aaa +aaa +hFr +nMu +hFr +rRe +kpW +mee +lWs +acX +yjZ +hLr +nCe +udP +hFr +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +hFr +hFr +hFr +hFr +hFr +ekB +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abW +abS +acx +abM +aaa +abM +abM +jIG +jDd +hRx +pmt +hQm +jIG +abM +abM +abM +jIG +iFb +pCi +pCi +rvo +jIG +abM +abM +abM +jIG +dTS +eaO +huz +yct +nfB +dwR +ney +muK +pGS +rcG +vuh +dnE +ney +vNH +aak +pHM +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ +pHM +aak +aaN +igy +sji +igy +sji +aaN +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(97,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sGv -gsq -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(110,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +hFr +nMu +hFr +uBi +abZ +ycB +jyA +wpY +nzL +jkM +adC +jmp +hFr +hFr +hFr +hFr +hFr +hFr +abM +abM +abM +abM +abM +abM +abM +gjb +eco +afH +qeb +qDc +ekB +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +aaa +abM +jnq +jIG +ukq +ckH +luD +ukq +jIG +jIG +jIG +jIG +jIG +pkp +hMI +hMI +pkp +jIG +jIG +gNn +jIG +jIG +jzX +dwR +tuC +ngp +ngp +ngp +mos +mos +mos +vNH +vNH +vNH +vNH +vNH +riv +igy +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH +pHM +aak +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(98,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sGv -gsq -iwl -dGH -sGv -gsq -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(111,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +hFr +nMu +hFr +bej +bZV +pbR +nCe +hYV +nCe +jyQ +vBa +vrG +iTz +fEZ +qel +mrb +hPA +hFr +abM +abM +abM +abM +aaa +aaa +aaa +hFr +kfq +sHm +foY +cYX +ekB +aaa +aaa +aaa +aaa +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +abM +abM +jnq +lkD +mOW +iwV +nav +fEK +scn +pkp +jYz +kSp +lgP +pkp +anr +anH +nkF +upO +uQm +uYH +nPN +pkp +tvT +wda +bBu +aYF +bXb +uTq +jJE +dLt +lax +naC +bqY +cPS +siu +igy +lHp +igy +aey +aeI +aeJ +aew +aeL +aeL +aeL +aeL +aeJ +pHM +aak +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(99,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -gsq -gsq -dGH -sGv -hVz -gsq -cjE -sGv -ddj -sGv -dGH -sGv -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(112,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +cAd +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +aai +aac +aac +aac +aaq +aac +aac +aac +aac +aac +aac +aaq +aac +aac +aac +aac +aac +hFr +nMu +hFr +oRV +lOv +qwq +qyt +oop +iAd +gtz +fHg +dVC +kKB +pxs +jXY +aGk +xmH +hFr +abM +abM +abM +abM +aaa +aaa +aaa +ekB +bYF +ulM +isa +hcu +ekB +qjU +qjU +qjU +qjU +qjU +kfD +qjU +abM +abM +ada +abM +abM +qjU +rBS +qjU +jnq +abM +jnq +xst +ajl +bcV +qBQ +vrq +ccx +pkp +fVh +cIX +tbe +wJt +ans +geA +iIH +lGQ +iIH +kNO +vnD +uGy +wgc +hJd +nxT +iMH +pwX +hJd +aYn +hJd +sLZ +qHs +qHs +qHs +qHs +qHs +qwr +qHs +srA +daJ +daJ +paq +qHs +qHs +qHs +qHs +qHs +qHs +qHs +qHs +qHs +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(100,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -hVz -sGv -dGH -sGv -gsq -gsq -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -aJy -aJy -aJy -aJy -jPx -jPx -jPx -eCl -eCl -eCl -eCl -eCl -eCl -eCl -eCl -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(113,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +hFr +hFr +hFr +hFr +hFr +nMu +hFr +eTs +eTs +eTs +eTs +iHI +eTs +eTs +eTs +eTs +iTz +bFc +wLP +uCv +arZ +hFr +abM +abM +abM +abM +aaa +aaa +aaa +ekB +vPJ +uKn +myy +iyn +ekB +eiZ +pWP +gAJ +qjU +lWm +gnt +qjU +abM +abM +ada +abM +abM +qjU +gnt +bpd +jnq +abM +jnq +cFV +tsa +rEQ +bUj +kdb +yih +pkp +iTL +ifX +iRe +wJt +ans +nOq +vyq +aor +mPN +gPP +wng +uGy +wgc +ycg +nxT +iMH +crz +bHA +vsI +eMu +qWE +qHs +qgj +xmJ +xmJ +fdz +xmJ +xmJ +pQO +xmJ +xmJ +iGh +xmJ +xmJ +iFY +qHs +hFq +rEV +qTI +tcD +qHs +aaa +aaa +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(101,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -tMs -dGH -rzb -sGv -sGv -cjE -sGv -sGv -tMs -dGH -rzb -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -aJy -rrm -duJ -anv -lBE -qIH -qrK -mfy -xFo -qhs -mtD -lSQ -cHo -mfy -eCl -sPm -sPm -sPm -sPm -sPm -sPm -dsT -jUN -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(102,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sGv -sGv -dGH -aWq -dGH -sGv -sGv -cjE -sGv -sGv -dGH -xra -dGH -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -aJy -jEz -cdF -kTy -uTA -pzf -qrK -mfy -qUZ -trQ -kbj -xHR -xVq -mfy -eCl -sPm -sPm -dsT -dsT -aRN -aRN -aRN -aRN -aRN -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(114,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aak +aak +aac +aac +aac +aac +aac +aac +aac +uNE +agA +piH +eQN +hFr +nMu +hFr +vUL +gMk +iZc +bVL +qzO +iZc +iZc +bVL +aSB +iTz +wUL +izL +ljC +bZh +hFr +abM +abM +abM +abM +aaa +aaa +aaa +ekB +gEx +uTz +dcE +siK +ekB +jWC +tID +gPT +qjU +cXG +mrs +qjU +acQ +acQ +adb +acQ +acQ +qjU +ujb +nNs +jnq +abM +jnq +lQg +tsa +khV +hkF +kdb +gSf +pkp +lNp +bTm +gLd +wJt +ans +eNW +vyq +hGK +vyq +trO +utj +uGy +wgc +hJd +nxT +iMH +tHb +hJd +oEz +hJd +tia +qHs +ldf +dJM +saC +cIw +eNM +nKQ +cIw +dQs +kWr +gIO +qrg +aqm +sZA +daJ +gqp +gqp +gqp +gqp +qHs +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(103,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -hXw -hXw -hXw -hXw -hXw -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -dgN -dGH -phU -sGv -sGv -cjE -sGv -sGv -dgN -dGH -phU -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aJy -nWz -ptQ -sCf -xbj -rwK -qrK -gUw -gUw -rnh -kbj -qvF -aNT -gUw -eCl -sPm -aRN -aRN -aRN -aRN -jwD -jwD -jwD -aRN -aRN -aRN -dsT -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(115,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aak +aac +aac +aak +aak +uNE +agA +aaZ +aag +abk +nMu +hFr +ovW +pcE +pSb +pcE +nMd +tjI +fez +fez +cMB +iTz +bnh +xgh +fKv +vGd +hFr +hFr +hFr +hFr +abM +aaa +aaa +aaa +ekB +bxX +hIg +cpo +hSw +ekB +aHY +ltc +roy +qjU +uBG +nag +qjU +ujK +ujK +rQk +ujK +ujK +qjU +dTE +rsX +jnq +abM +jnq +jIy +tsa +klY +hJa +kdb +msU +pkp +bTm +bTm +hRi +pkp +anu +voC +doT +pxY +wbd +dNB +pKk +pLH +dlL +orQ +ots +aYF +mLM +qyP +nPR +rGU +pHb +qHs +wXx +bWN +fQI +nKg +xXZ +eIk +rNG +pOy +rNG +eIk +sTg +wkg +iEG +fDS +oOd +gNX +fVI +fVI +qHs +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(104,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -hXw -vNN -qVW -seO -hXw -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -aJy -qrK -ioa -oTx -qrK -siu -qrK -qrK -gUw -mfy -kbj -kbj -xMn -gUw -eCl -sPm -aRN -fqq -pKr -fqq -jTk -jTk -jTk -jTk -jTk -pKr -aRN -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(116,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aak +aac +aac +aac +aac +aac +aac +aac +aac +aac +aak +uNE +agA +inN +gmu +hFr +nMu +hFr +kmh +lKE +fwk +paS +lJS +ncV +kpt +haB +kEf +iTz +jeC +jmk +pYt +lSI +lWF +iMC +vVq +hFr +aaa +aaa +aaa +aaa +ekB +ekB +ekB +bqs +ekB +kMi +ceb +qtV +ceb +qjU +qjU +nag +noi +nHi +lMJ +mSi +lMJ +cuR +qBX +dTE +jnq +jnq +abM +jnq +qRn +fOW +ojS +aDz +enk +lye +pkp +gUE +vfR +vfR +pkp +kis +cFh +bHP +pLH +uGy +xjn +uGy +pLH +llN +iMH +bWH +aYF +aYF +iMH +xAB +iMH +aYF +qHs +tSz +bWN +mCO +mmH +cht +hDI +bKt +snp +bKt +hDI +qqc +cOF +iEG +daJ +fVI +euW +oHJ +oHJ +qHs +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(105,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -hXw -kBH -qkZ -loW -hXw -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aJy +(117,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +hFr +hFr +hFr +hFr +hFr +hFr +hFr +lUw +lUw +irK +irK +oxr +irK +irK +lUw +lUw +iTz +iTz +rOx +vSW +iTz +iTz +iTz +iTz +hFr +xRn +hFr +dJJ +dJJ +dJJ +pjC +sbx +lxK +sbx +wfR +jra +ovL +ahy +mxR +qjU +qjU +qjU +kKZ +ugp +ycV +kFp +viC +qjU +qjU +jnq +abM +abM +jnq +aOn +aOn +aOn +aOn +anv +aOn +pkp +pkp +pkp +pkp +pkp +pkp +pkp +pkp +pLH +rjB +sqV +lku +osj +pXZ +lku +oxs +sna +gRQ +tbC +cuQ +arO +arT +qHs +asA +bWN +cQs +qik +hDI +lEf +xVG +gDI +xVG +hDI +nMX +gCH +hTF +qHs +ghh +gqp +gqp +gqp +qHs +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(118,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +cAd +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +aai +aac +aac +aac +aaq +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +dJJ +rDY +sbx +tlP +sbx +sbx +sbx +sbx +sbx +qXg +tlP +sbx +sbx +ldd +vKD +ldd +sbx +xxe +afT +heI +sbx +sbx +jra +ovL +hoB +ovL +qjT +kJY +ovL +ahy +dAJ +qjU +gmj +pnF +tqp +kFp +eYs +kFp +sTM +fFh +lhi +jnq +abM +abM +jnq +kbi +kbi +kbi +qIC +nQo +fhA +cAz +cjy +dAR +pkG +lWZ +vNB +vNB +vpP +aYF +puZ +cQK +ffL +ffL +aqz +amQ +eFs +eTZ +eTZ +eTZ +eTZ +hJd +nxT +lfB +ltq +bWN +qCG +hiB +rZx +lEf +jyF +jyF +jyF +esc +ima +oiG +mgG +daJ +akl +gqp +gqp +oYY +qHs +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(119,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +dJJ +pwF +jvk +rrE +dEc +sDC +mCx +cyt +slD +vds +kAX +vds +vds +vds +ppa +vds +eAX +vFQ +cpY +cpY +kCQ +kCQ +kCQ +kCQ +vZZ +kCQ +lOe +fvp +xpb +jeS +bMZ +qjU +uoD +pnF +kFp +kFp +eYs +kFp +kFp +fFh +jnC +jnq +abM +abM +jnq +kTr +pXG +pXG +hfW +oFd +dJR +rre +cjy +djg +rmI +nog +aqz +aqz +sOr +frd +kHn +vgR +lNa +gZB +xfN +xfN +cDK +xfN +nTa +xfN +eCZ +eCZ +cUE +cYx +iFc +pjK +svA +jBn +bKt +gqf +asT +dQn +bKt +frN +eqN +lFz +jXN +daJ +aYN +gqp +aYN +nNM +qHs +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(120,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aax +aac +aap +aap +aaa +aaa +aaa +nUP +nUP +auh +qcG +mId +cIs +rON +meD +nUP +xYu +xpb +xpb +wqy +lnO +dyE +fjN +xpb +ptn +axe +xpb +hNe +xpb +xpb +xpb +xpb +sKN +ovL +eWx +dJJ +dJJ +dJJ +dJJ +qjU +qjU +jCn +pOI +pOI +phE +pOI +pOI +xUL +jnq +jnq +abM +abM +jnq +nsy +nhZ +nhZ +gBV +oFd +ers +bIC +cjy +cIm +kuX +kac +kUs +kUs +vpP +roB +uBy +fXQ +roB +pCr +hJd +hJd +oYS +hJd +hJd +hJd +eoz +hJd +arV +lfB +vqH +fuj +pUZ +xXC +hiD +lEf +onW +onW +onW +oMc +tRf +aqh +gxb +daJ +gqp +gqp +gqp +uZB +qHs +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(121,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +nUP +nUP +nUP +nUP +meA +cNr +pKI +qVV +rHl +xtb +dSM +nUP +nUP +wSg +wSg +wSg +iRL +pZd +iRL +oxy +keF +xaR +oxy +cWZ +cWZ +cWZ +cWZ +cWZ +wcN +mjG +lSC +dJJ +aaa +aaa +aaa +aaa +qjU +lhI +kFp +kFp +eYs +kFp +kFp +qXj +dGh +abM +abM +abM +jnq +oQW +oQW +oQW +ksP +iJd +xFs +ulV +ulV +ulV +bbj +mKh +bbj +bbj +bbj +roB +kCB +lED +roB +jHP +kaJ +eKn +dIn +eKn +jbb +cyH +eKn +eKn +pfG +qHs +bpZ +fuj +rJD +hDI +oMc +lEf +uTm +mng +uTm +hDI +aul +mIe +hTF +qHs +ghh +gqp +gqp +gqp +qHs +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(122,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +nUP +nUP +nUP +nUP +pyQ +fFG +nUP +rRH +sTE +idz +rVD +iig +iig +wbK +omn +nUP +mXo +wOx +apl +iRL +snQ +iRL +bpf +tbm +nNZ +brt +cWZ +klk +kNo +xLm +cWZ +agV +jaG +dWn +dJJ +aaa +aaa +aaa +aaa +qjU +lhI +kFp +kFp +eYs +kFp +kFp +okG +jIG +jIG +jIG +jIG +jIG +fal +fal +fal +fal +akI +cJM +ulV +bbj +xll +ksW +ryJ +gzZ +cFP +bbj +roB +aoM +ict +roB +roB +sHH +tcO +obz +tcO +sHH +sHH +ccX +bvI +cjy +qHs +hZe +fuj +fnO +miU +rMZ +hDI +bKt +wtt +bKt +hDI +qqc +hTX +lIZ +daJ +fVI +euW +tFb +euW +qHs +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(123,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +nUP +nSi +xet +iJn +abs +ajs +xmE +sko +iWI +moV +tto +tto +feC +voF +sST +nUP +fgH +aeo +btg +iRL +snQ +iRL +oXU +gRY +nNZ +cWZ +cWZ +lbL +ygM +lbL +cWZ +cWZ +jff +dWn +dJJ +aaa +aaa +aaa +aaa +qjU +lhI +kFp +kFp +eYs +kFp +kFp +mqq +pcu +bVW +bKu +bVW +xdC +uKK +nFu qeq -iVr -pcR -tnM -dRs -rVq -cqF -kbj -kbj -wSk -mfy -hAf -gYZ -eCl -sPm -aRN -bnF -bnF -bnF -fqq -jTk -jTk -jTk -jTk -pDT -aRN -jUN -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +fal +akJ +tbc +ulV +jhV +ezd +dQO +sZe +rGm +eor +jdN +roB +fXQ +wiJ +roB +roB +kHR +tga +rnf +xBD +tYe +sHH +sHH +sHH +cjy +qHs +jyU +fuj +xEy +miU +rMZ +hDI +cNU +wGA +pgV +hDI +qqc +qgB +vzx +lnU +lRP +ssV +fVI +fVI +qHs +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(106,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -vdd -jEh -jEh -hcv -elF -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -dGH -ddj -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv +(124,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +nUP +eVz +eVz +iJn +wHX +mYg +nUP +pQF +wHX +nWT +adg +ykN +qMf +dyC aJy -mrp -vrn -olE -fOI -siu -qrK -qrK -gUw -kbj -kbj -kbj -xxn -gUw -eCl -dsT -aRN -bnF -bnF -bnF -mdv -jTk -jTk -jTk -jTk -pKr -aRN -aRN -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +nUP +gvC +cay +bje +iRL +snQ +iRL +hHP +twg +dWn +cWZ +wwe +plu +kcC +gMN +agH +cWZ +bpR +dWn +qjU +qjU +qjU +qjU +qjU +qjU +fMS +kFp +kFp +eYs +kFp +kFp +byM +pcu +mIU +pcO +iKr +ofZ +uKK +ajF +kWp +fal +akK +rvY +gYI +wlQ +gul +lxH +amT +wYO +iXQ +foi +fXQ +flV +sjm +wgB +roB +llK +kIG +pTl +ozd +eOP +wGk +pYU +sHH +ydk +qHs +aDm +fuj +lDy +cyN +umx +twR +hKM +jux +wPj +qIq +gyC +qgB +jDx +daJ +gqp +gqp +xKB +gqp +qHs +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(107,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sPm -hXw -hXw -hXw -mPg -hXw -hXw -hXw -hXw -hXw -hXw -hXw -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sGv -aJy -aJy -aJy -aJy -aJy -aJy -sGv -sGv -sGv -aJy -aJy -aJy -aJy -aJy -aJy -sGv -sGv -sGv -aJy -axO -ekL -rLs -oND -ckR -qrK -gUw -gUw -nuM -mfy -eAP -uDi -gUw -eCl -aRN -aRN -bnF -bnF -bnF -fqq -jTk -jTk -jTk -jTk -pDT -jwD -aRN -aBM -lvw -lvw -tRC -lvw -aBM -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(125,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +nUP +iJM +ugC +lzo +bKb +kTR +nUP +tFP +ale +moV +tto +flP +feC +vuC +bud +nUP +vLB +aeq +xCR +iRL +dpN +lgi +uPV +pvU +ezV +iIs +nXP +kRP +cIx +jev +agI +agW +qhC +stc +dgd +oCt +oCt +oCt +oCt +qAb +oaD +kFp +kFp +czp +kFp +kFp +aVD +pcu +dmX +bVW +gys +kBv +lMh +jNy +qZE +vHb +epB +rUZ +whv +dBa +hMs +pjQ +tiS +rSC +tdf +uYX +sXW +pJP +dSP +qbT +roB +gKJ +wIg +rSj +vRv +bDf +ubt +xyd +sHH +viW +qHs +jPt +sHh +yeg +sHh +sHh +sHh +sHh +sHh +sHh +sHh +sHh +sHh +poT +qHs +qRK +gqp +szq +iDb +qHs +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(108,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -wZm -wZm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hXw -vlF -hXw -ixD -jzK -jaM -fja -sag -oQS -teH -eFi -sRw -hXw -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -gsq -dGH -sGv -sPm -sPm -sGv -aJy -qeF -gLi -sXA -xeJ -aJy -sGv -sGv -sGv -aJy -ame -aRe -aRe -efY -aJy -sGv -sGv -sGv -aJy -wJK -kTy -kTy -kTy -wNR -qrK -mfy -kam -qOM -mfy -vrc -vXC -mfy -eCl -lmC -jwD -bnF -bnF -bnF -mdv -jTk -jTk -jTk -jTk -pKr -jwD -aRN -aRN -oOe -iYu -iYu -lBU -aRN -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(126,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +nUP +eVz +eVz +iJn +gzP +uQb +nUP +nJm +wHX +nWT +adg +ykN +qMf +mCR +vcz +nUP +cQY +aer +vYg +aeN +snQ +iRL +dNp +ptn +xyu +cWZ +hCA +jxV +iAb +iLv +eJV +cWZ +wru +ahy +qjU +qjU +qjU +gJw +qjU +qjU +ioh +kFp +kFp +eYs +kFp +kFp +mqq +pcu +iKr +pcO +mIU +hmI +uKK +ajF +uPi +fal +akK +ixT +gYI +cgR +ial +uPP +amV +mvy +iXQ +foi +fXQ +dor +fSp +vKv +roB +axh +iHK +bAK +jsW +vTc +qzf +qcw +sHH +bXp +qHs +qHs +qHs +sHj +qHs +qHs +qHs +qHs +qHs +qHs +qHs +qHs +qHs +fWn +qHs +qHs +qHs +qHs +qHs +qHs +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(109,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -wZm -sPm -sPm -sPm -hXw -vlF -hXw -vdB -nAd -eJs -pLk -kIh -uxX -riZ -wkO -qRf -hXw -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -hXw -hXw -hXw -hXw -hXw -eOv -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -gsq -hVz -dGH -sGv -sPm -sGv -sGv -aJy -tOh -gTq -doC -cBt -aJy -sGv -sGv -sGv -aJy -asV -acC -acC -aml -aJy -sGv -sGv -sGv -aJy -wIm -iqJ -rSf -anC -ayo -qrK -mfy -tBs -hKP -dll -jGL -iOA -mfy -eCl -aRN -jwD -bnF -bnF -bnF -fqq -jTk -jTk -jTk -jTk -pDT -jwD -aRN -aBM -lvw -tRC -lvw -tRC -aBM -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(127,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +nUP +nSi +xet +iJn +gzP +uQd +dvi +smF +jsz +moV +tto +tto +feC +voF +jFC +nUP +cDD +aeo +aeF +iRL +quF +iRL +mxt +sWF +iog +cWZ +cWZ +vGG +vwq +qwH +cWZ +cWZ +cxx +lIe +qjU +kFp +hFf +hZA +wAr +qjU +npX +kFp +kFp +eYs +kFp +kFp +mqq +pcu +bVW +bKu +bVW +swg +uKK +wtS +bzP +fal +aks +lJv +ulV +vIa +rsz +sjM +unn +rGm +smo +dgx +roB +pdf +chj +niG +roB +wqY +tMP +cHW +qoX +suM +sHH +sHH +sHH +hZr +hZr +bpl +mRs +jaW +mAx +hZr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeV +aeV +prq +aaa +aaa +aac +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(110,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -hXw -vlF -hXw -aib -jRv -lqr -ybV -tDq -qqK -gCl -bUa -hLs -hXw -hXw -hXw -hXw -hXw -hXw -sGv -sGv -sGv -sGv -sGv -sGv -sGv -brR -fAr -hMs -qow -ycZ -eOv -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sPm -sPm -sGv -rWi -aJy -tAh -gFB -nDZ -tAh -aJy -aJy -aJy -aJy -aJy -aUb -aYJ -aYJ -aUb -aJy -aJy -puI -aJy -aJy -kWT -qrK -nEl -siu -siu -siu -nQj -nQj -nQj -eCl -eCl -eCl -eCl -eCl -mVK -lvw -bnF -bnF -bnF -mdv -jTk -jTk -jTk -jTk -pKr -jwD -aRN -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(128,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +nUP +nUP +nUP +nUP +gcE +mDy +nUP +wsq +dXA +uLD +sqF +adh +iVG +bmp +xMl +nUP +wQr +owl +cVs +iRL +quF +iRL +jqR +tbm +umN +dfP +cWZ +ocn +uyf +ecJ +cWZ +pjC +jra +lIe +qjU +pri +hZA +uxq +kFp +qjU +npX +kFp +kFp +eYs +kFp +kFp +mqq +pcu +fal +fal +fal +eSU +wSh +vyD +joq +fal +akI +pib +ulV +bbj +jQM +irB +fdU +vOE +pmO +bbj +roB +lbz +ohY +roB +roB +sHH +tcO +bUh +tcO +sHH +sHH +rvh +jUz +ivk +hZr +bpl +mRs +woR +mAx +hZr +hZr +hZr +hZr +aaa +aaa +aaa +aaa +aac +aaa +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(111,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hXw -vlF -hXw -uTe -caY -liO -wkO -vNA -wkO -vIl -uFg -soA -dhO -mwH -gzH -fbV -bpp -hXw -sGv -sGv -sGv -sGv -sPm -sPm -sPm -hXw -sFP -nvl -iVJ -uMh -eOv -sPm -sPm -sPm -sPm -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sPm -sGv -sGv -rWi -kYt -hdc -gqg -mHe -whT -mMd -aUb -ngf -vcn -aas -aUb -fGA -eiv -fiK -oOY -agA -odO -aPb -aUb -lxE -pyh -aUj -lpV -nXu -lMJ -wOB -fpr -eMr -kYv -rLA -xRN -nyc -lvw -ueS -lvw -bnF -mdv -pDT -fqq -jTk -jTk -jTk -jTk -pDT -jwD -aRN -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(129,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nUP +sTz +nUP +nUP +ePd +vCt +jQS +adi +qLJ +rZU +pmq +nUP +nUP +wSg +wSg +wSg +iRL +sKr +iRL +oxy +dwk +ksq +oxy +cWZ +cWZ +cWZ +cWZ +cWZ +wcN +mjG +rxy +qjU +muP +vpo +acn +kFp +qjU +npX +kFp +kFp +eYs +kFp +kFp +mqq +qjU +aaa +aaa +fal +fal +fal +fal +fal +pcu +llU +tpm +jQx +jQx +ulV +gYI +cEq +gYI +bbj +bbj +roB +uUs +xzn +roB +lUe +vSL +nUR +cxr +tAH +utG +wyj +wuc +omu +kWV +pmc +rlU +wAb +qGE +uNI +jCT +dLQ +tug +fjQ +fjQ +fjQ +fjQ +fjQ +vXM +aaa +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(112,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -puU -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -gnZ -dsT -dsT -dsT -goT -dsT -dsT -dsT -dsT -dsT -dsT -goT -dsT -dsT -dsT -dsT -dsT -hXw -vlF -hXw -saY -wZU -huu -rIB -oVm -iYV -ozB -qZV -ihS -mnw -xgv -fpo -seh -eTy -hXw -sGv -sGv -sGv -sGv -sPm -sPm -sPm -eOv -uXK -jtf -gzA -iTv -eOv -aHH -aHH -aHH -aHH -aHH -lpq -aHH -sGv -sGv -cjE -sGv -sGv -aHH -qkM -aHH -rWi -sGv -rWi -eWq -kSM -ntH -mgZ -vhV -ref -aUb -aDx -eBT -aaN -ahH -xgp -aNG -cMo -bok -cMo -lvc -azk -aJS -iPb -jED -cni -wMp -fuv -jED -wuU -jED -xYZ -tBO -tBO -tBO -tBO -tBO -fEy -tBO -vRU -paJ -paJ -szd -tBO -tBO -tBO -tBO -tBO -tBO -tBO -tBO -tBO -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(130,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nUP +hDZ +kia +nUP +nUP +riu +meD +adj +meD +xcp +meD +nUP +pjC +sbx +sbx +sym +nRW +gKh +vKD +sbx +twg +njl +sbx +aMv +sbx +sbx +sbx +sbx +jra +ovL +xXe +dJJ +dJJ +dJJ +dJJ +qjU +qjU +eRI +qyr +qyr +mHO +qyr +qyr +xdJ +qjU +qjU +aaa +qjU +oNW +pWP +pPN +ceb +lns +cgd +vIC +hPl +ieN +hZr +amA +pvC +qsP +tTe +aog +roB +fXQ +fXQ +roB +hmF +iQU +gqL +xat +urq +urq +urq +urq +urq +urq +urq +wQm +wQm +wQm +qpu +hIO +jLU +hYd +wxf +eIM +awE +awE +fjQ +vXM +aaa +aaa +vXM +vXM +aaa +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(113,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hXw -hXw -hXw -hXw -hXw -vlF -hXw -eXx -eXx -eXx -eXx -tmT -eXx -eXx -eXx -eXx -dhO -rof -duM -cac -lAS -hXw -sGv -sGv -sGv -sGv -sPm -sPm -sPm -eOv -wnw -rFe -dSB -eWR -eOv -sJX -fwq -wab -aHH -gTz -qpl -aHH -sGv -sGv -cjE -sGv -sGv -aHH -qpl -nro -rWi -sGv -rWi -cWu -szi -fdz -wRd -oZn -xnQ -aUb -aaS -gYs -jTO -ahH -xgp -pVB -aov -qmy -lOE -eUc -dHW -aJS -iPb -wtK -cni -wMp -kgP -dqT -etK -nrO -eTD -tBO -xPP -rtL -rtL -qxh -rtL -rtL -sVQ -rtL -rtL -nNq -rtL -rtL -bMJ -tBO -xll -iTD -piY -qbS -tBO -sPm -sPm -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(131,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nUP +nUP +nUP +nUP +dJJ +ucs +sPo +nck +rqk +pGy +dUH +uDT +wEl +jpt +jpt +jpt +jpt +jpt +ghp +jpt +ovY +aHR +sJQ +sJQ +siZ +siZ +siZ +nlD +nDX +nDX +sxn +tyZ +bor +bor +hwO +qjU +dyZ +rhL +kFp +kFp +eYs +kFp +kFp +dcq +kxC +qjU +aaa +qjU +nRK +qDQ +hxL +lQH +saZ +akM +wRi +oFd +ntL +hZr +fEU +llx +oEY +oEY +bFh +aDU +khF +jpr +wRG +fLg +hMh +kaN +nVP +tBK +mfB +mfB +mfB +kcp +mfB +jKV +nrQ +mfB +mfB +qga +exl +oNq +pHM +ahD +fKg +hVy +awE +fjQ +vXM +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(114,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -aRN -aRN -dsT -dsT -dsT -dsT -dsT -dsT -dsT -oZe -ccn -kiK -yhT -hXw -vlF -hXw -ftw -duk -tTG -sSo -nbB -tTG -tTG -sSo -mvE -dhO +(132,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dJJ +dXM +acE +xpb +xpb +xpb +gRG +xpb +xpb +iAI +xpb +xpb +dyE +xpb +fjN +wXC +xpb +ftC +afU +lWj +xpb +xpb +xpb +kVP +xpb +jer +xJG +vsn +bHn +bHn +lTP +qjU +gmj +pnF +tqp +kFp +ycV +kFp +tqp +kGR +byW +qjU +aaa +qjU +crU +kbG +hQK +ceb +pcx +vuT +vuT +lCV +cNW +hZr +dlm +lJm +oYs +hXZ +aog +xvy +txw +ayw +bZW +wQm +skM +bZW +qkN +cPM +dsH +nFL +dsH +cPM +ket +urq +bZW +wQm +kdw +aOV +wXO +doa +amS +tLz +xTM +awE +rAf +fjQ +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(133,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +sNs +vWI +acF +vWI +sNs +vWI +aWJ +vWI +sNs +alg +alg +jHE +tWX +jHE +alg +iRL +iRL +ssH +iRL +iRL +iRL +mGw +sKp +xzo +sKp +xYu +xpb +jRo +eAe +eAe +aPM +qjU +qjU +qjU +wBp +ugp +ycV +kFp +tqp +qjU +qjU +qjU +aaa +qjU +hZr +hZr +hZr +hZr +saJ +oNq +vKG +lam +vFB +hZr +fQU +lJm +rfW +mwK +mwK +mwK +fKk +jUO +hOE +oLv +wNs +rRc +rJM +cPM +cPM +asQ +cPM +cPM +oqh +eaq +ici +wQm +oaX +tsp +akv +gRl +gas +fjQ +fjQ +fjQ +fjQ +fjQ +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(134,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +cTl +qeD +acG +bDH +fUP +mOB +uAC +qeD +qxU +alg +uCB +aeG +tMD +aeG +kmM +iRL +abM +abM +abM +abM +abM +mGw +fXd +aFb +sKp +sKp +sKp +mGw +mGw +mGw +mGw +qjU +nag +vBk +pwh +mDx +xOO +mDx +pwh +fNX +nag +qjU +qjU +aaa +hZr +gZE +hJN +wQm +xml +vTF +akP +kwp +txI +hZr +idg +kOh +dHr +lcf +xZC +mwK +nNQ +oYE +usQ +nNQ +nNQ +toq +hpf +cPM +lrX +hAW +lrX +cPM +qYs +wQm +bZW +wQm +oaX +lLP +iqL +jLU +hYd +wxf +mwt +nBA +nBA +fjQ +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(135,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +bNG +kzx +kzx +kzx +pCM +kzx +oSl +kzx +myN +alg +aes +khE +xCs +tjA +nWB +iRL +abM +abM +abM +abM +abM +mGw +bcs +kGH +rcU +rcU +qWy +mGw +dau +wxa +mGw +uBG +nag +qjU +hUz +hUz +ghW +hUz +hUz +qjU +nag +rsX +qjU +aaa +hZr +sjj +sjj +kIi +wQm +akQ +wQm +wQm +uku +uHI +rBZ +tNW +upj +mwK +pgS +bHv +eVK +hBy +bmX +wUv +roD +ldy +nbl +sIi +ram +lAO +ram +vRm +fMm +kkc +acg +wQm +oaX +fhG +hBH +oNq +vXM +ahD +koq +rjP +nBA +fjQ +vXM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(136,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +jYJ +eJZ +prW +prW +oOb +prW +oSl +ive +sXV +alg +bug +hGt +qdF +fDx +wGE +iRL +abM +abM +abM +abM +abM +mGw +thR +tqd +eTW +eTW +izQ +mGw +eep +eep +mGw +ecX +hlF +qjU +acP +acP +adc +acP +acP +qjU +vDe +ecX +qjU +aaa +hZr +aQw +aQw +gVI +tXf +vyu +mXH +vyu +rHw +eMv +dIO +oYH +gRj +mwK +pgS +mwK +mpz +tXs +pAD +apG +nNQ +wQm +lgo +akQ +vkO +wAG +wQm +vkO +sjc +wQm +xUC +wQm +lXH +riD +wXQ +doa +amS +tLz +ljZ +nBA +lrw +fjQ +vXM +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(137,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +vFp +act +rkq +kzx +kzx +kzx +adE +pOQ +adU +alg +alg +alg +alg +alg +alg +iRL +abM +abM +abM +abM +abM +fXb +gpq +tqd +usz +lML +fFl +bIm +eep +eep +mGw +lWm +lzZ +qjU +abM +abM +ade +abM +abM +qjU +lzZ +bpd +qjU +aaa +hZr +vNu +eAN +ake +twr +wNY +xfx +xaT +shQ +hZr +gdJ +hRj +anB +mwK +pgS +beG +eEl +naD +uxG +apH +hYK +rAg +wNK +dYm +tts +qtb +tts +tts +lKI +gjC +fTi +wQm +oaX +vwz +kcm +gRl +gas +fjQ +fjQ +fjQ +fjQ +fjQ +vXM +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(138,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +sNs +sNs +eaZ +pFw +eHj +wXB gms -mrN -mtF -pRY -hXw -sGv -sGv -sGv -sGv -sPm -sPm -sPm -eOv -hDX -wET -boM -gmk -eOv -fSI -fNR -cHx -aHH -wpY -haR -aHH -vQt -vQt -dZE -vQt -vQt -aHH -fhR -hrB -rWi -sGv -rWi -eUX -szi -tso -cem -oZn -hZO -aUb -eIm -azl -ayb -ahH -xgp -oUu -aov -vEc -aov -ofX -mkS -aJS -iPb -jED -cni -wMp -slp -jED -ugs -jED -ngN -tBO -xzd -jqQ -esS -cLP -taJ -wtL -cLP -svf -mQb -sCv -dJi -dwP -wxb -paJ -oFG -oFG -oFG -oFG -tBO -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +sNs +sNs +sNs +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +mGw +vZB +bja +nar +ahj +mkA +mGw +mGw +mGw +mGw +qjU +dmx +qjU +abM +abM +ade +abM +abM +qjU +qWI +qjU +qjU +aaa +hZr +hZr +hZr +hZr +hZr +hZr +hZr +hZr +hZr +hZr +hZr +yiL +hZr +mwK +pgS +mwK +hjv +apr +oYK +dsP +nNQ +wQm +kSA +wQm +ora +ora +ora +qkS +vEq +wQm +lyK +wQm +oaX +sGQ +szs +hIW +sAE +ybt +eEK +jqS +jqS +fjQ +vXM +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(115,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aRN -dsT -dsT -aRN -aRN -oZe -ccn -vXh -qlh -mFB -vlF -hXw -mER -mQW -fBA -mQW -hhT -pEh -stz -stz -rdS -dhO -aUK -cLn -obG -uLH -hXw -hXw -hXw -hXw -sGv -sPm -sPm -sPm -eOv -oOx -wTu -uQI -gQQ -eOv -koF -lsL -yfM -aHH -aeo -atj -aHH -pfG -pfG -cNd -pfG -pfG -aHH -wKU -jTJ -rWi -sGv -rWi -jRL -szi -woM -gxb -oZn -xtT -aUb -azl -azl -aRt -aUb -jkX -bsh -tXg -joO -pyR -sUa -axN -aIG -whw -yfK -eiE -lpV -anL -xft -bQZ -dTU -ayG -tBO -iPh -dXs -rlb -xkR -bTb -pCw -fbD -cjH -fbD -pCw -jOG -hxj -pKM -cSf -shw -mnk -rcc -rcc -tBO -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(139,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +csA +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sNs +sNs +sNs +sNs +sNs +sNs +sNs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +mGw +cAJ +sYl +mYc +sYl +hqp +mGw +aaa +aaa +aaa +aaa +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hZr +cZN +hZr +mwK +xhX +mwK +ulS +kqD +ipe +apJ +rnY +qJY +cev +taw +taw +vYX +taw +taw +taw +ngl +iQF +taw +ssw +fja +cPD +oNq +pHM +ahD +gMi +hNI +jqS +fjQ +vXM +aac +aaa +aac +aac +vXM +vXM +vXM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(116,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -aRN -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aRN -oZe -ccn -eKh -wgB -hXw -vlF -hXw -tzh -aqm -xBU -bRW -oSA -xEQ -juj -vvW -txi -dhO -nGv -bKN -qCg -irG -cJK -jDh -lcV -hXw -sPm -sPm -sPm -sPm -eOv -eOv -eOv -roJ -eOv -uVj -eus -kEc -eus -aHH -aHH -atj -hqC -wiA -viY -gny -viY -oit -xvs -wKU -rWi -rWi -sGv -rWi -ahX -kPg -kPc -gMo -crN -mzj -aUb -ooo -awy -awy -aUb -gqH -iJb -kZF -aIG -aJS -xhO -aJS -aIG -jOA -wMp -oSa -lpV -lpV -wMp -qmR -wMp -lpV -tBO -cZD -dXs -vGg -xTx -usj -wKG -mYF -nAf -mYF -wKG -rNt -tVn -pKM -paJ -rcc -kXl -lVa -lVa -tBO -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(140,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +aac +aam +hlS +hlS +pcZ +hlS +hlS +aam +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +mGw +mGw +mGw +mGw +mGw +mGw +mGw +aaa +aaa +aaa +abM +acx +abM +acK +abM +ada +abM +abM +abM +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vCS +hdB +vCS +mwK +xhX +mwK +bBB +jKL +gIf +apK +frp +ksa +tNs +coO +vDH +snC +tNs +dKI +jaD +dbc +mZc +qXA +nvA +nmK +dys +rpd +uFX +aNd +mUd +jqS +fHz +fjQ +vXM +aaa +aaa +aaa +aac +aai +pHM +pHM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(117,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hXw -hXw -hXw -hXw -hXw -hXw -hXw -pih -pih -rFR -rFR -vtZ -rFR -rFR -pih -pih -dhO -dhO -bOf -bcL -dhO -dhO -dhO -dhO -hXw -oIf -hXw -oFL -oFL -oFL -aPs -vSZ -qoR -vSZ -uQv -kCE -hij -gLr -xlq -aHH -aHH -aHH -ohM -mSL -ajb -aMP -uXw -aHH -aHH -rWi -sGv -sGv -rWi -gHd -gHd -gHd -gHd -siP -gHd -aUb -aUb -aUb -aUb -aUb -aUb -aUb -aUb -aIG -xab -ybo -ejg -dsS -pCq -ejg -ykR -mar -jkP -aMl -wxg -kkK -jnS -tBO -mxe -dXs -eeA -oms -wKG -roS -pbw -cdH -pbw -wKG -qCq -mlb -lLT -tBO -mRn -oFG -oFG -oFG -tBO -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(141,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hin +xZO +vCS +mwK +xhX +mwK +sPw +cRA +gkQ +rfQ +nUW +xVE +xuS +nPM +gjH +fkL +sgN +oTO +lNl +uOZ +uOg +jEd +wIY +pKo +vaK +hZr +pHM +fjQ +fjQ +fjQ +fjQ +fjQ +vXM +aaa +aaa +aaa +aac +aac +vXM +vXM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(118,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -puU -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -gnZ -dsT -dsT -dsT -goT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -oFL -iwi -vSZ -vol -vSZ -vSZ -vSZ -vSZ -vSZ -eYw -vol -vSZ -vSZ -pAc -acM -pAc -vSZ -aDy -jfA -lTN -vSZ -vSZ -kCE -hij -aOP -hij -mbD -djw -hij -gLr -eRK -aHH -rSg -bbm -xPi -aMP -tfw -aMP -hnM -hwo -cfk -rWi -sGv -sGv -rWi -ipP -ipP -ipP -cVZ -jnn -vbR -mwx -pAW -jrp -hsZ -dSq -gCq -gCq -rqB -lpV -iDA -jmq -bnR -bnR -ooZ -dkE -upb -hsv -hsv -hsv -hsv -jED -cni -gnw -cjg -dXs -iKm -jnv -fXg -roS -gCO -gCO -gCO -aNy -dMb -dFK -ybA -paJ -nmK -oFG -oFG -xOT -tBO -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(142,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aam +hlS +hlS +hlS +aam +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abW +abM +ada +abM +abM +abM +acx +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cPM +aef +vCS +abM +itE +mwK +lml +eXB +jim +aDk +lml +vRQ +oNq +xxf +hZr +vRQ +oNq +xxf +hZr +vRQ +lEp +xxf +hZr +hZr +lCk +hZr +pHM +hZr +vXM +mQi +aac +aac +aac +aac +aac +aac +aai +vXM +rge +rge +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(119,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -oFL -pBJ -oRP -sqZ -yhM -tao -vwu -cLy -wGv -mrc -gKc -mrc -mrc -mrc -cVm -mrc -oUI -ajA -gNC -gNC -sNT -sNT -sNT -sNT -oPD -sNT -rJu -qBx -mZJ -vwr -hiO -aHH -hob -bbm -aMP -aMP -tfw -aMP -aMP -hwo -nsu -rWi -sGv -sGv -rWi -gut -ksl -ksl -iXO -mnj -ozJ -emU -pAW -xIj -jbL -iuX -ooZ -ooZ -ewL -fcp -gdY -kwx -dOr -bFF -iEe -iEe -pky -iEe -wPK -iEe -iyv -iyv -ovC -hby -vaG -aFA -xvl -xcb -mYF -kae -our -nSy -mYF -ouR -jgG -ydK -hgP -paJ -jSN -oFG -jSN -ufL -tBO -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(143,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +nkU +aat +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abS +abW +ada +ads +abM +abM +acx +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +wQP +pHM +oFH +pHM +bWv +pHM +oFH +pHM +bWv +pHM +oFH +pHM +bWv +pHM +oFH +nYX +jUW +mHw +orh +uxn +oNq +pHM +hZr +aaa +oEf +aac +aaa +aac +aac +vXM +vXM +pHM +pHM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(120,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -jUN -dsT -wZm -wZm -sPm -sPm -sPm -gpU -gpU -kGK -tFf -nMv -jaL -vjM -pTN -gpU -jYM -mZJ -mZJ -bZu -gft -beD -qqX -mZJ -pNn -biA -mZJ -uKi -mZJ -mZJ -mZJ -mZJ -bnm -hij -wyr -oFL -oFL -oFL -oFL -aHH -aHH -nAt -baG -baG -hJR -baG -baG -mrP -rWi -rWi -sGv -sGv -rWi -bSO -tHM -tHM -awz -mnj -hQH -cXM -pAW -exN -iiC -cER -lTa -lTa -rqB -uYT -pYM -gUn -uYT -hTn -jED -jED -gQK -jED -jED -jED -uQZ -jED -lcJ -gnw -piD -jDY -eup -bQM -fXp -roS -dJI -dJI -dJI -oAv -owF -dsL -mJb -paJ -oFG -oFG -oFG -bEr -tBO -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(144,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aam +nkU +nkU +nkU +nkU +nkU +nkU +aam +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abS +abM +acx +abM +abS +abW +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +wQP +mwK +sxA +ahD +pNk +fjQ +sxA +ahD +pNk +fjQ +sxA +ahD +pNk +fjQ +sxA +ahD +pNk +hZr +cPM +hif +hZr +hZr +hZr +aac +hYn +aac +aac +aac +aac +vXM +vXM +vXM +vXM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(121,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -gpU -gpU -gpU -gpU -esT -sEx -pDk -mDI -amK -vlv -vao -gpU -gpU -aXK -aXK -aXK -oFh -mqs -oFh -qFD -ckS -kxL -qFD -oYu -oYu -oYu -oYu -oYu -cLE -dJQ -uNY -oFL -sPm -sPm -sPm -sPm -aHH -dHa -aMP -aMP -tfw -aMP -aMP -rFs -khu -sGv -sGv -sGv -rWi -jAo -jAo -jAo -daZ -oBw -jYp -iXL -iXL -iXL -bhR -dKz -bhR -bhR -bhR -uYT -ydb -eaU -uYT -anb -bcf -xjN -qXb -xjN -xLz -hQY -xjN -xjN -fvs -tBO -jcs -jDY -pRs -wKG -oAv -roS -bwh -nsh -bwh -wKG -jqb -nsc -lLT -tBO -mRn -oFG -oFG -oFG -tBO -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(145,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abW +abW +abW +acx +abM +abW +abW +ada +abM +abM +abM +acx +abM +abM +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +mwK +kpE +qsh +dgV +fjQ +ulK +gdn +tZO +fjQ +hej +ovR +wMx +fjQ +qTR +mDC +tnq +hZr +ykm +gWu +hZr +aaa +aaa +aac +hYn +aac +aac +aac +aai +vXM +rge +rge +rge +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(122,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -gpU -gpU -gpU -gpU -jdK -tgs -gpU -lvK -idq -rfS -dzV -lRZ -lRZ -mUI -vQU -gpU -hlb -vmo -auC -oFh -iEK -oFh -fYn -akg -wwI -xGJ -oYu -pHr -kWh -kpW -oYu -sVo -tyS -vkx -oFL -sPm -sPm -sPm -sPm -aHH -dHa -aMP -aMP -tfw -aMP -aMP -uFK -aJy -aJy -aJy -aJy -aJy -afB -afB -afB -afB -fKY -oqA -iXL -bhR -tGe -qCP -uRs -vcp -tUM -bhR -uYT -hyi -rjo -uYT -uYT -lOd -taI -wNQ -taI -lOd -lOd -bOS -dey -pAW -tBO -nrb -jDY -ttn -hLp -jGh -wKG -mYF -cto -mYF -wKG -rNt -bXd -kXu -paJ -rcc -kXl -skk -kXl -tBO -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(146,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abS +abM +acx +abM +abM +abS +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +mwK +spF +vEV +spF +fjQ +piX +hCN +piX +fjQ +qBg +iHh +qBg +fjQ +fjb +lVu +fjb +hZr +uFo +csN +hZr +vXM +aac +aac +hYn +aac +aac +vXM +pHM +pHM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(123,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -gpU -oAF -ljA -jnH -bgW -iBY -ahC -ahl -agV -aNK -aLu -aLu -iMU -dmp -tNL -gpU -dvX -wtO -vTu -oFh -iEK -oFh -hza -ijW -wwI -oYu -oYu -qGp -dlV -qGp -oYu -oYu -ycM -vkx -oFL -sPm -sPm -sPm -sPm -aHH -dHa -aMP -aMP -tfw -aMP -aMP -myc -mRa -afD -aga -afD -pus -ahg -dCy -iiQ -afB -ivl -aim -iXL -oMt -lPQ -tAA -dWo -jGy -vFU -uHD -uYT -gUn -yiw -uYT -uYT -lSV -sCR -isC -dSr -gpO -lOd -lOd -lOd -pAW -tBO -qLr -jDY -wQF -hLp -jGh -wKG -osV -hCQ -wTk -wKG -rNt -mKz -eeN -xts -jnQ -rDP -rcc -rcc -tBO -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(147,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +vXM +vXM +vXM +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +mwK +dKv +spF +spF +fjQ +vFR +piX +piX +fjQ +lwV +qBg +qBg +fjQ +dWj +fjb +fjb +hZr +bQQ +qzI +hZr +hZr +hZr +aak +hYn +aac +aac +vXM +vXM +vXM +rge +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(124,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -gpU -nPi -nPi -jnH -iFz -wWs -gpU -dau -iFz -gbJ -cIA -vss -xBI -ekF -jhN -gpU -bNT -mUY -xYi -oFh -iEK -oFh -duR -pPn -vkx -oYu -mrI -prS -cDu -cuO -cwR -oYu -aQz -vkx -aHH -aHH -aHH -aHH -aHH -aHH -tQr -aMP -aMP -tfw -aMP -aMP -rvi -mRa -afN -agb -afZ -hch -ahg -rCG -diZ -afB -kzB -xwc -nBR -mwE -emj -fNC -kgi -dlU -eIK -iqY -gUn -bcg -nFJ -sSU -uYT -dKk -ltC -uwK -nkI -cWe -bJt -kcC -lOd -oNc -tBO -wNu -jDY -uUF -uNB -ncZ -gRb -dev -tZH -kHr -ulE -edf -mKz -cOZ -paJ -oFG -oFG -rNM -oFG -tBO -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(148,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +aac +aam +hlS +nkU +nkU +nkU +nkU +hlS +aam +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +qas +acx +abM +abM +ada +abM +abM +acx +izU +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +mwK +hZr +hZr +hZr +hZr +hZr +hZr +hZr +bNz +bNz +bNz +bNz +bNz +bNz +bNz +bNz +bNz +kpg +bLd +wDh +yjT +sDz +aak +aeM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(125,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -gpU -rUU -iRs -lOw -lwl -pbP -gpU -quk -oIO -aNK -aLu -jtP -iMU -pQG -vWR -gpU -cNC -kks -mqV -oFh -uff -nUP -pzb -wIe -ocR -eZT -hyq -eGh -jTx +(149,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bNz +pxj +eqY +eqY +eqY +eqY +vsU +ceI +rCd +sDZ +ksm +dkm +dkm +dww +cjG +aeO +oGj +oGj +dgc +nqB +nqB +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(150,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +bNz +bgT +eqY +eGg +eqY +eqY +rjw +ucn +rCd +vPw +tzL +gDq +gwy +xLM +cjG +ngg +qWU +qWU +qWU +qWU +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(151,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abM +abM +adf +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +bNz +rRi +bHy +iVs +ixc +eqY +wJv +xoW +rCd +hUf +lEI +saj +shF tnj -nwf -sHq -jxL -jvh -eVn -oIo -oIo -oIo -oIo -naO -cMt -aMP -aMP -cyj -aMP -aMP -lmK -mRa -afO -afD -agh -uei -wrh -eSA -ile -gcC -mxM -hRo -iFC -dkU -dqN -xmA -nnX -pPP -ncj -fFo -uxq -rhe -nZX -gej -uYT -caL -pOw -fap -jCF -eaf -lbB -pGL -lOd -ejN -tBO -rDl -pBf -ljV -pBf -pBf -pBf -pBf -pBf -pBf -pBf -pBf -pBf -rHB -tBO -sqR -oFG -yjg -lHL -tBO -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +oZh +jMo +fLW +kHt +ePj +qha +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(126,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -gpU -nPi -nPi -jnH -liN -qSR -gpU -wsj -iFz -gbJ -cIA -vss -xBI -ldp -iAO -gpU -imK -uTo -oia -xos -iEK -oFh -bvA -pNn -tGp -oYu -afJ -sOP -rXk -net -iSy -oYu -cUl -gLr -aHH -aHH -aHH -eDz -aHH -aHH -isI -aMP -aMP -tfw -aMP -aMP -myc -mRa -afZ -agb -afN -xuO -ahg -rCG -lKM -afB -kzB -hHg -nBR -eyf -cGs -rgq -mQD -rFc -eIK -iqY -gUn -qDl -abo -kxN -uYT -pMh -kuF -fGv -nDB -jAq -pKF -aoe -lOd -xMD -tBO -tBO -tBO -dlr -tBO -tBO -tBO -tBO -tBO -tBO -tBO -tBO -tBO -vfF -tBO -tBO -tBO -tBO -tBO -tBO -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(152,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aam +nkU +nkU +aau +nkU +nkU +hlS +aam +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +bNz +eqY +sTx +bMg +cRr +ubx +wJv +bNN +hDj +tFe +wlM +sHB +gqV +sPv +qWU +vkW +qWU +wNq +fzg +qWU +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(127,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -gpU -oAF -ljA -jnH -liN -uJY -odY -pcs -lJf -aNK -aLu -aLu -iMU -dmp -sOZ -gpU -uec -wtO -abj -oFh -vnN -oFh -lTd -acU -gpQ -oYu -oYu -reZ -ayI -vDH -oYu -oYu -kJx -flG -aHH -aMP -kZE -rbN -tZM -aHH -nmU -aMP -aMP -tfw -aMP -aMP -myc -mRa -afD -aga -afD -ahf -ahg -mZn -pmD -afB -evW -gcl -iXL -bAL -kNm -kOa -vDG -jGy -wMb -yfV -uYT -dwG -tja -ikd -uYT -hIQ -cVp -klH -rOg -rxV -lOd -lOd -lOd -one -one -cFe -ldk -lWg -dJh -one -sPm -sPm -sPm -sPm -sPm -sPm -sPm -mcP -mcP -uRo -sPm -sPm -dsT -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(153,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +csA +nkU +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM +mwK +eqY +ixc +rPj +bHy +eqY +asC +hkW +rCd +fFa +gqV +gqV +tTK +xWj +cdN +rdO +qWU +auo +qWU +qWU +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(128,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -gpU -gpU -gpU -gpU -hwq -bgC -gpU -kbr -tcF -goA -xjk -kUm -rrj -vNe -sZU -gpU -atV -obY -soj -oFh -vnN -oFh -vtp -akg -oXB -dYo -oYu -oVf -dOk -uMt -oYu -aPs -kCE -flG -aHH -jfO -rbN -kaN -aMP -aHH -nmU -aMP -aMP -tfw -aMP -aMP -myc -mRa -afB -afB -afB -wzJ -lhf -kOe -nkq -afB -fKY -cpN -iXL -bhR -awV -riD -krk -him -alr -bhR -uYT -dfc -dfo -uYT -uYT -lOd -taI -nGP -taI -lOd -lOd -xsr -fbm -thP -one -cFe -ldk -ejv -dJh -one -one -one -one -sPm -sPm -sPm -sPm -dsT -sPm -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(154,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +pHM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +slb +ibY +arH +arP +eqY +eqY +lFa +xzV +rCd +eRj +vde +atC +gqV +atP +atP +pIA +aum +aup +hVG +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(129,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gpU -bBq -gpU -gpU -anm -uUe -rsm -mVH -hoJ -llu -utY -gpU -gpU -aXK -aXK -aXK -oFh -iJG -oFh -qFD -qNG -gSP -qFD -oYu -oYu -oYu -oYu -oYu -cLE -dJQ -vxT -aHH -fgK -urV -lVr -aMP -aHH -nmU -aMP -aMP -tfw -aMP -aMP -myc -aHH -sPm -sPm -afB -afB -afB -afB -afB -mRa -vkl -fBC -hiV -hiV -iXL -nBR -fmx -nBR -bhR -bhR -uYT -oAN -viG -uYT -uiu -pJF -pVU -kXw -rPb -sBn -fce -vEL -dBJ -fNk -kjy -pbU -rlq -rQy -tkH -dIW -mIn -oyq -iCR -iCR -iCR -iCR -iCR -ajc -sPm -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(155,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +bMb +acx +abM +abM +ada +abM +abM +acx +bMb +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +mwK +ibY +ibY +ibY +ibY +ibY +hiT +gjj +rCd +pts +gEs +nXQ +rnA +hBY +atX +wAQ +qWU +uue +qWU +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(130,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gpU -ifY -tfD -gpU -gpU -iHa -pTN -foa -pTN -eeV -pTN -gpU -aPs -vSZ -vSZ -emW -gTy -ppj -acM -vSZ -pPn -qNa -vSZ -yjC -vSZ -vSZ -vSZ -vSZ -kCE -hij -lXS -oFL -oFL -oFL -oFL -aHH -aHH -sad -uag -uag -nzo -uag -uag -sUp -aHH -aHH -sPm -aHH -xwG -fwq -gnm -eus -awA -uAC -sOX -bnO -dCC -one -uMu -rtj -kDu -qLD -uDZ -uYT -gUn -gUn -uYT -jQm -fqJ -btJ -nMG -fXW -fXW -fXW -fXW -fXW -fXW -fXW -ggU -ggU -ggU -qeg -pNw -mPu -iok -aPr -cMz -mzN -mzN -iCR -ajc -sPm -sPm -ajc -ajc -sPm -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(156,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +aac +aac +aac +aac +nkU +nkU +nkU +nkU +nkU +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abW +ada +abM +abM +acy +acx +acJ +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +mwK +bNz +bNz +bNz +bNz +bNz +bNz +bNz +bNz +rRy +vhI +xKN +xKN +rdO +rdO +xOL +qWU +lPO +qWU +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(131,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gpU -gpU -gpU -gpU -oFL -pdC -jsy -xaf -rBp -hBQ -wnk -ubh -kGT -aXX -aXX -aXX -aXX -aXX -sEu -aXX -kMt -gZp -vCK -vCK -aej -aej -aej -vZC -tQN -tQN -gfI -duG -fDS -fDS -cDR -aHH -kWg -oKD -aMP -aMP -tfw -aMP -aMP -vxZ -hpM -aHH -sPm -aHH -cUm -kmO -ltr -ctZ -pTG -kJz -bmA -mnj -jXu -one -dxE -fOJ -mva -mva -wsW -jLL -oqO -exA -suC -nFy -duv -jfU -jpR -lKj -tnL -tnL -tnL -jWc -tnL -pWe -sll -tnL -tnL -wcU -hXD -tOl -jwD -ntZ -fJy -xPD -mzN -iCR -ajc -sPm -sPm -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(157,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +pHM +bwp +pHM +pHM +pHM +pHM +pHM +bwp +pHM +aai +aac +aac +nkU +nkU +nkU +plk +plk +plk +nkU +nkU +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abW +abS +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rRy +peB +rfe +hUa +qWU +aaa +aeQ +aeR +iXx +aeQ +aeQ +aeQ +cpx +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(132,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -oFL -pel -lVD -mZJ -mZJ -mZJ -vdg -mZJ -mZJ -bLY -mZJ -mZJ -beD -mZJ -qqX -vJJ -mZJ -sjy -aAC -bSs -mZJ -mZJ -mZJ -tme -mZJ -lKW -eKi -rqz -fCb -fCb -wqL -aHH -rSg -bbm -xPi -aMP -ajb -aMP -xPi -nQc -jup -aHH -sPm -aHH -giO -fvD -vEY -eus -bPo -cFF -cFF -ntr -vBo -one -xQO -iGv -lGp -kUR -uDZ -nqj -yib -sfV -wNd -ggU -tpK -wNd -nqz -dGP -xjX -xNN -xjX -dGP -mNn -fXW -wNd -ggU -oRq -wbD -uKH -gfg -pLl -pEV -hEH -mzN -hMd -iCR -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(158,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +aev +vXM +vXM +bwp +vXM +vXM +pZH +vXM +aac +aac +aac +nkU +plk +plk +plk +deQ +plk +plk +hlS +hlS +hlS +aac +aac +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abW +abW +abW +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qWU +qWU +qWU +qWU +qWU +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(133,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -lIm -iWS -phG -iWS -lIm -iWS -wOa -iWS -lIm -hwW -hwW -hTd -iZI -hTd -hwW -oFh -oFh +(159,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +pdy +pdy +pdy +pZH +pdy +pdy +aev +pdy +pdy +pZH +pdy +aac +aac +aac +nkU +plk +lhT +fvK +fvK +jge +sEZ +sEZ +sEZ +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +abM +acx +abS +abS +acm +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(160,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +pdy +njz +pZH +pZH +pZH +pZH +pZH +pZH +pZH +aev +aev +aev +hlS +hlS +hlS +plk +vTh +cCk +oAg +pKX +xDy +bsU +mWu +hDE +aaC +aaC +aaC +aaC +aaC +aaC +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abM +abM +acx +abW +abS +abM +ada +abM +abM +abM +acx +abM +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(161,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +pdy +pdy +pdy +pZH +pdy +pdy +pZH +pdy +pdy +aev +pdy +pdy +aac +aac +hlS +plk +koo +koo +bck +mJF +sEZ +sEZ +sEZ +hlS +aac +aac +aac +aac +aac +aaC +aac +aaa +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(162,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +pZH +vXM +vXM +qCU +vXM +vXM +aev +vXM +vXM +aac +aac +hlS +plk +plk +plk +eBc +plk +plk +hlS +hlS +hlS +aac +aac +aac +aac +aac +aaC +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aaa +aaa +aac +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +acx +abM +abM +abM +ada +abM +acK +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(163,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +pHM +bwp +pHM +pHM +pHM +pHM +pHM +bwp +pHM +pHM +pHM +aai +hlS +hlS +nkU +plk +plk +plk +nkU +nkU +aac +aac +aac +aac +aac +aac +aac +aaC +aac +aac +aac +aac +aac +aaa +aaa +aaC +aaC +aac +aac +aac +aac +aaa +aaa +aaa +aac +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aak +aak +gwP +uvv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(164,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +aac +aac +nkU +nkU +nkU +nkU +nkU +aac +aac +aac +aac +aac +aac +aac +aac +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aak +aak +aak +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(165,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aak +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mbJ +mbJ +btf +mbJ +abM +abM +ade +abM +abM +mbJ +ejR +mbJ +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +sZv +iYy +eGe +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(166,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaD +aac +aac +aac +aaa +aaa +aaa +aaa +uGW +uGW +uGW +uGW +uGW +aaa +aaa +abM +abM +arE +whL +whL +whL +whL +whL +whL +aaa +aaa +mbJ +sSL +uXD +mbJ +abM +abM +ade +abM +abM +mbJ +uXD +rll +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +pGg +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(167,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +vXM +vXM +aac +aac +aac +aac +aac +hlS +csA +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaE +aac +aaa +aaa +aaa +aaa +uGW +hLd +ioI +lkw +uGW +aaa +aaa +abM +abM +arE +kFH +uNa +pXh +gXb +bjK +whL +aaa +aaa +mbJ +osG +pqU +mbJ +acQ +acQ +adk +acQ +acQ +mbJ +fLJ +osG +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +iix +iix +iix +iix +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ptD +aac +qVr +qVr +qVr +qVr +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(168,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +aac +aac +aam +hlS +hlS +hlS +aas +nkU +hlS +aam +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaE +aaa +aaa +aaa +aaa +aaa +aaa +uGW +jZP +vKK +pOi +uGW +aaa +aaa +abM +abM +arE +tEP +uAn +wmK +eXL +alA +whL +aaa +aaa +mbJ +jBC +aCe +mbJ +pBx +pBx +gFA +pBx +pBx +mbJ +aCe +wWF +mbJ +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +iix +xBA +ikT +iix +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +ptD +aac +qVr +bfH +bPm +maC +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(169,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +uGW +uGW +uGW +lxm +eAL +lxm +uGW +uGW +uGW +iRL +abM +meE +ovV +pCq +agJ +nTg +jgM +whL +aaa +aaa +mbJ +mbJ +aCe +kDh +tSa +gGv +tYc +gGv +tSa +nlm +aCe +mbJ +mbJ +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +iix +utA +wHr +iix +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +eiR +rwb +qVr +bfH +bfH +jTC +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(170,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aam +nkU +nkU +nkU +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +syR +pYH +uGW +iBa +kDi +afw +uGW +pYH +syR +iRL +abM +arE +aGK +jNI +dHO +nTg +jgM +whL +aaa +aaa +aaa +mbJ +mbJ +mbJ +nMb +hFC +dBM +hFC +sZh +mbJ +mbJ +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +ePG +ePG +ePG +ePG +fip +rNa +iix +iix +iix +iix +iix +iix +iix +iix +cNg +iix +iix +iix +iix +qVr +qVr +qVr +qVr +qVr +eiR +gmN +bfH +bfH +jTC +qVr +aaa +qVr +qVr +qVr +qVr +qVr +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(171,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +sOS +pGj +uGW +eyR +kDi +cJX +uGW +kot +sOS +iRL +abM +arE +arE +arE +nIQ +xPB +gOg +whL +aaa +aaa +aaa +aaa +mbJ +dNY +sZh +hFC +dBM +cDd +sZh +sPB +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +qCX +qfc +uNs +ePG +fFg +jwZ +bwO +dUT +fyR +dUT +vTv +iON +iON +oWA +oUg +dUT +vbP +dUT +lBb +qVr +wxE +gwK +hdA +qVr +qVr +fUz +rkI +fFu +jQE +qVr +qVr +qVr +bfH +bPm +tzq +qVr +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(172,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +aac +aac +aam +hlS +hlS +hlS +nkU +nkU +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +qde +uEw +plr +mns +djI +vTZ +coI +sGk +dUK +iRL +abM +abM +abM +arE +rIp +uBH +xJD +whL +aaa +aaa +aaa +aaa +mbJ +wip +hFC +hFC +dBM +hFC +oyK +sPB +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +dSy +myo +vzo +ePG +gHE +xJR +fWT +fip +fje +dUT +cwg +nrX +nrX +cDq +rin +dUT +oNT +dUT +gdC +qVr +bfH +aJT +ahk +hdA +mBm +kQM +lxX +dne +keb +hik +sml +bfH +bfH +aJT +jTC +qVr +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(173,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaw +nkU +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +unl +unl +unl +unl +unl +ygw +gER +izd +uGW +uGW +uGW +iRL +iRL +iRL +abM +arE +arE +arE +arE +arE +abM +abM +abM +aaa +mbJ +wip +hFC +hFC +dBM +hFC +hFC +nfW +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +dSy +cVW +vzo +ePG +vOx +xJR +fWT +fip +qwX +dUT +kEN +eHE +eHE +asc +rin +dUT +kqP +xHw +mfY +qVr +bfH +bfH +asv +cSj +lox +rTt +whn +whn +whn +tjP +vFb +muf +asv +kkx +txM +qVr +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(174,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +vXM +vXM +aac +aac +aac +aac +aam +nkU +hlS +hlS +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +nTG +bvH +fCS +trK +unl +bJb +djI +vRK +pCL +pni +iez +kaF +bBs +iRL +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +iRL +crV +cch +cch +rQg +cch +cch +gBw +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +dSy +cVW +vzo +ePG +lyf +xJR +fWT +fip +bOi +dUT +dUT +dUT +dUT +xvV +kWq +hiR +hfP +uKt +uKt +qVr +qVr +bfH +fPv +uyb +xuI +njf +njf +njf +njf +njf +tfL +hPB +lhS +txM +qVr +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(175,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +aac +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +mWj +rMq +rMq +nOI +unl +crL +djI +vCB +fmt +dcf +kJV +hne +tFC +iRL +iRL +kPE +arE +arE +arE +arE +arE +abM +abM +abM +qkM +kVl +hFC +hFC +dBM +hFC +hFC +gBw +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +gex +eHR +gDU +ePG +vOx +xJR +fWT +fip +fyR +fje +bOi +eNq +dUT +lyf +rin +dUT +vtq +fVH +vtq +xHw +qVr +mBm +dHc +pYZ +aqB +vBl +gNr +lym +pph +aet +whn +tjP +cyR +sml +qVr +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(176,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aam +nkU +nkU +hlS +nkU +nkU +nkU +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +pfT +jCH +lob +oiI +unl +eyR +djI +cJX +uGW +uGW +uGW +plh +owc +bBs +iRL +aEE +arE +irv +exF +pUj +arE +arE +iRL +iRL +iRL +crV +hFC +hFC +dBM +hFC +hFC +gBw +mbJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ePG +ybp +ogt +gcx +ePG +vca +xJR +cEA +dUT +fip +fip +fip +fip +dUT +eBo +qya +dUT +qVr +qVr +qVr +qVr +qVr +lTS +inn +xcM +ptL +jiQ +asv +asv +jiQ +iQG +uHF +hjM +tjP +roQ +qVr +qVr +qVr +qVr +qVr +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(177,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +hKV +rMq +lob +eMT +nES +oaB +qib +aft +uGW +fvM +tMY +sui +bBJ +lGz +kaF +hOd +vWx +qCL +vjZ +fca +imn +vWx +aaa +aaa +mbJ +wip +hFC +hFC +dBM +hFC +hFC +caN +qxm +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +onl +ivC +qBL +fnz +hvJ +vOx +xJR +cSp +cQe +jwZ +jwZ +jwZ +jwZ +jwZ +tMw +wkR +hOf +qVr +xPQ +xMe +tml +qVr +qCW +whn +xcM +lyQ +asv +mln +tjz +asv +dfe +jYU +gCY +whn +exH +ahl +bfH +bfH +bfH +qVr +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(178,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +unl +ikc +bvk +aeu +pzd +njK +eyR +cVq +afu +uGW +fvM +tMY +nZr +qCR +pIb +ubD +jbp +wYz +sfE +xBU +aSi +nLp +vWx +aaa +aaa +mbJ +iSC +hFC +hFC +qeo +hFC +hFC +wpc +rpp +abM +abM +aaa +aaa +aaa +aaa +abM +abM +abM +ePG +mDl +wby +lvb +ljI +sgX +tUy +gTK +aVm +gTK +gTK +gTK +gTK +hWI +bFQ +emn +sqI +uiC +aHr +nDM +apL +uiC +rdU +uon +ilj +hDT +keT +iEF +fof +aoN +knb +hQk +aHT +rTZ +eGt +bql +bfH +bfH +rPv +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(179,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +unl +oNp +rMq +qBT +oCe +lDw +lJt +oTd +cJX +uGW +fvM +tMY +sNX +oTd +agk +uYs +njQ +vWx +ggH +glm +eFx +gbp +vWx +aaa +aaa +mbJ +wip +hFC +hFC +dBM +hFC +hFC +yjr +qxm +abM +abM +abM +abM +abM +abM +abM +abM +abM +ePG +rEd +uel +pNv +hvJ +vOx +rwN +ilX +oCR +wAa +wAa +wAa +wAa +xsX +lIC +puT +awT +qVr +kXg +pWu +dGk +qVr +kkL +whn +dQK +uGU +asv +mln +pEa +asv +taa +kXy +gCY +whn +wCv +cyY +fAm +fAm +fqM +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(180,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +aac +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +pHM +pHM +pHM +aac +aac +aac +aam +nkU +nkU +aau +nkU +nkU +aam +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +unl +rbM +gJs +uRR +rMq +unl +npb +oTd +cJX +uGW +uGW +uGW +njI +kjN +laM +qxm +iLu +oys +wLR +jcQ +qwU +oys +oys +qxm +qxm +qxm +crV +hFC +hFC +dBM +hFC +hFC jMH -oFh -oFh -oFh -dXA -wHv -gtl -wHv -jYM -mZJ -aLy -fle -fle -bar -aHH -aHH -aHH -wtb -mSL -ajb -aMP -xPi -aHH -aHH -aHH -sPm -aHH -one -one -one -one -fWv -tOl -nSN -nka -fmM -one -uLN -iGv -ndT -ulX -ulX -ulX -qOl -xZW -lpp -lgz -eBS -qmC -kQp -dGP -dGP -hoF -dGP -dGP -vUN -sni -koB -ggU -cuV -pkZ -uyr -ewM -rJs -iCR -iCR -iCR -iCR -iCR -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +qxm +abM +abM +abM +abM +abM +abM +abM +abM +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +pOg +rwN +fWT +dUT +fip +fip +fip +fip +dUT +dxO +xNk +roR +qVr +qVr +qVr +qVr +qVr +wET +eQm +cyU +aPl +jiQ +asv +asv +jiQ +xCr +gJY +coM +bgH +mTR +qVr +qVr +qVr +qVr +qVr +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +vXM +pHM +vXM +vXM +vXM +vXM +vXM +jjG +vXM +vXM +vXM +vXM +pHM +vXM +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(134,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -vtI -bKZ -vDR -ukf -yjU -fgF -aHt -bKZ -lBp -hwW -ruH -fYc -myY -fYc -rli -oFh -sGv -sGv -sGv -sGv -sGv -dXA -pyL -mQR -wHv -wHv -wHv -dXA -dXA -dXA -dXA -aHH -atj -wPC -jfj -dUx -vbE -dUx -jfj -fze -atj -aHH -aHH -sPm -one -pOP -tHi -ggU -oJq -kMn -cQD -aio -awQ -one -gYd -oHT -qGm -rfL -mkY -ulX -spT -wQX -jxy -spT -spT -dpT -snR -dGP -foH -daC -foH -dGP -qHj -ggU -wNd -ggU -cuV -qHo -gSr -mPu -iok -aPr -sHz -aSh -aSh -iCR -ajc -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(181,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aac +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +csA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +unl +xiZ +nTG +nTG +taK +unl +nLK +hTc +vLL +chf +sOI +del +vrr +rLd +qxm +qxm +abM +oys +oys +oys +oys +oys +abM +abM +abM +vcg +obq +hFC +hFC +dBM +hFC +hFC +auA +qxm +abM +abM +abM +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +pth +bUI +bPv +iis +sQZ +vOx +rwN +fWT +fip +fyR +fje +qwX +pHl +dUT +siL +xNk +roR +qQW +bjQ +igS +uNT +qVr +nbI +yfH +cue +qlf +wsI +ulb +dOq +nho +scO +whn +bgH +tuf +uAF +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +pHM +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +pHM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(135,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -dtC -vYs -vYs -vYs -xQm -vYs -kKJ -vYs -bKM -hwW -gLt -fCa -eax -uFG -eZf -oFh -sGv -sGv -sGv -sGv -sGv -dXA -qrW -pMi -lTp -lTp -aQw -dXA -fQt -qFq -dXA -aeo -atj -aHH -hHB -hHB -dgw -hHB -hHB -aHH -atj -jTJ -aHH -sPm -one -fPU -fPU -rhf -ggU -tZD -ggU -ggU -njk -usM -qMN -wkS -akU -ulX -nRI -izJ -nNs -jfy -wyj -bup -fwC -fXj -euO -ayl -vaX -jNJ -vaX -oRa -kdy -buB -svU -ggU -cuV -miz -jyY -tOl -ajc -ntZ -qqf -lpr -aSh -iCR -ajc -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(182,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +unl +flZ +ktb +mNp +qal +unl +ubu +bah +cJX +pCL +dwA +gFk +uYs +laM +qxm +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +qxm +eZO +fmB +fmB +ddM +fmB +fmB +oLn +qxm +abM +abM +abM +sQZ +bOV +hde +owO +owO +cJS +tyi +qnA +oRz +fQX +sQZ +vOx +rwN +fWT +fip +bOi +dUT +dUT +dUT +dUT +pMw +xNk +pnn +hCv +grh +okh +qVr +qVr +kkx +cJP +qXs +mLE +dGs +dGs +dGs +dGs +dGs +ahp +qvF +fQo +bfH +qVr +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +vXM +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +vXM +vXM +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(136,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -keH -oJZ -smG -smG -mMy -smG -kKJ -mGR -uVo -hwW -jTD -ecb -fEa -sTw -toz -oFh -sGv -sGv -sGv -sGv -sGv -dXA -uCQ -bFJ -get -get -moM -dXA -dWv -dWv -dXA -viJ -qiX -aHH -sYm -sYm -med -sYm -sYm -aHH -nFV -viJ -aHH -sPm -one -seV -seV -rOD -ikr -omf -kiP -omf -pDm -hBJ -nRa -mMB -bIu -ulX -nRI -ulX -wSA -aKV -xEr -aWo -spT -ggU -opw -tZD -dGY -fQc -ggU -dGY -iky -ggU -fGw -ggU -pIQ -tOt -iFE -gfg -pLl -pEV -qih -aSh -nGf -iCR -ajc -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(183,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fYW +fYW +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +unl +unl +unl +unl +unl +unl +eyR +uGP +cJX +uGW +uGW +vle +vle +vle +qxm +agB +qxm +qxm +qxm +abM +abM +abM +abM +abM +abM +qxm +pdz +hFC +hFC +kNw +hFC +hFC +mrr +qxm +abM +abM +sQZ +sQZ +owO +owO +owO +nhj +cJS +nhj +hYg +oRz +rUr +sQZ +aWs +rwN +uJV +fip +qwX +dUT +vTv +iON +iON +bGE +aXN +nVm +kVf +huW +dka +qVr +kkx +txM +asv +uLX +dPP +qNF +whn +whn +whn +bgH +esC +jDF +asv +bfH +bfH +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +oqp +oqp +oqp +oqp +oqp +oqp +ceY +wRy +dKV +bFl +jrR +jWp +ceY +oqp +oqp +oqp +oqp +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(137,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -kjw -mnz -vLy -vYs -vYs -vYs -oqo -kAF -gPo -hwW -hwW -hwW -hwW -hwW -hwW -oFh -sGv -sGv -sGv -sGv -sGv -qkP -cTM -bFJ -pMM -gNR -jjR -wdE -dWv -dWv -dXA -gTz -vuY -aHH -sGv -sGv -mbZ -sGv -sGv -aHH -vuY -nro -aHH -sPm -one -nDE -mtW -fgP -dUF -gxX -fYx -aEi -fJG -one -khK -mGV -xXg -ulX -nRI -sqh +(184,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aac +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +bwM +pni +kFd +fUA +lGz +bBs +afR +jrI +agi +agl +gkn +agC +dcP +ahd +vle +aaa +aaa +aaa +abM +abM +abM +qxm +gMH +hFC +hFC +hFC +hFC +hFC +mrr +qxm +abM +abM +sQZ +qqv +osN +aFj +osN +dpv +epJ +dpv +hYg +myK +wDv +sQZ +bYZ +xAe +sxX +fip +fje +dUT +cwg +nrX +nrX +nZL +rin +pnn +ebs +hFH +tYB +qVr +jTC +aJT +bfH +bfH +nbI +deh +tBc +vHi +yfY +rbU +uAF +ahk +hdA +aJT +bfH +qVr +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +xvl +xvl +xvl +xvl +oqp +mYt +dKV +jrR +wRy +dKV +dKV +dKV +dKV +jrR +wRy +dKV +mYt +oqp +oqp +oqp +pHM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(185,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +bwM +eyR +kDi +uDL +kDi +cJX +wMu +tiz +fQW +alC +ags +agD +jZb +ahe +vle +aaa +aaa +abM +abM +abM +qxm +qxm +vMR +hAK +hFC +hFC +hFC +hFC +adD +qxm +qxm +abM +sQZ +sQZ +nsv +owO +owO +nhj +cJS +nhj +cVU +oRz +ipP +sQZ +nhj +prI +nhj +mtI +aVb +dUT +kEN +eHE +eHE +vpG +rin +roR +twS +wdr +nrh +qVr +jcm +oHU +bfH +qVr +qVr +qVr +wdD +tXW +vTx +qVr +qVr +qVr +ahk +wuN +fqM +qVr +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +lqQ +tJp +rHC +xvl +dKV +dKV +aNq +nNk +nNk +nNk +iSh +nNk +nNk +nNk +nNk +esi +dKV +dKV +oqp +oqp +vXM +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(186,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +bwM +dwA +dAl +nHz +cZY +jhN +kDF +vso +nbo +wqs +fFO +lHU +qGM +emT +vle +aaa +aaa +abM +abM +abM +qxm +eNP +uOD +hFC +hFC +hFC +hFC +hFC +bwz +xks +qxm +abM +abM +sQZ +owO +owO +owO +owO +cJS +iih +cVU +cFW +cFW +nEB +vep +eYN +xBc +gzw +gzw +gzw +gzw +gzw +gzw +aTa +rin +roR +roR +roR +roR +qVr +qVr +qVr +qVr +qVr +aaa +qVr +jTC +bfH +bfH +qVr +aaa +qVr +qVr +qVr +qVr +qVr +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +cXe +bMz +egJ +xvl +xJB +sXL +nNk +nNk +bcO +xJB +xJB +mGO +xJB +sXL +nNk +nNk +rDI +aNq +oqp +oqp +vXM +vXM +vXM +vXM +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(187,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGW +uGW +uGW +uGW +afl +uGW +uGW +uGW +vle +sCa +wWu +dEj +kcB +jht +sav +vle +aaa +aaa +abM +abM +qxm +qxm +fUQ +myD +myD +myD +myD +myD +myD +myD +fUQ +qxm +qxm +abM +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +kYl +hIY +tVK vIF -ktD -olV -hZT -xDj -gPw -nKb -oBQ -bFU -eAi -bFU -bFU -eZX -rul -rlK -ggU -cuV -lbn -hhB -ewM -rJs -iCR -iCR -iCR -iCR -iCR -ajc -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +yeZ +hTg +kKo +gjn +gzw +mAC +uTL +tOI +mxf +spm +dxO +rin +fip +fje +fyR +bOi +qwX +fje +eNq +bOi +dUT +aaa +qVr +jTC +bfH +bfH +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +xvl +xvl +xvl +xvl +iee +oXq +xvl +xvl +xhB +nNk +bcO +bcI +waj +waj +waj +waj +waj +iTI +nNk +rDI +aNq +oqp +oqp +oqp +oqp +oqp +vXM +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(138,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -lIm -lIm -qNu -eMi -kaO -cfa -hfA -lIm -lIm -lIm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -dXA -xHn -ajv -oPI -iFD -kih -dXA -dXA -dXA -dXA -aHH -xcJ -aHH -sGv -sGv -mbZ -sGv -sGv -aHH -uPC -aHH -aHH -sPm -one -one -one -one -one -one -one -one -one -one -one -jHf -one -ulX -nRI -ulX -aKj -syS -ygM -hxC -spT -ggU -aHa -ggU -oTZ -oTZ -oTZ -lcW -lUM -ggU -hJY -ggU -cuV -pdu -qAv -wsh -vCI -fhh -moi -che -che -iCR -ajc -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(188,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pCL +aeZ +afm +afx +pCL +aac +vle +qMo +oNA +vle +mbQ +vle +xSG +vle +aaa +aaa +abM +abM +qxm +hKj +hKj +myD +sVs +cHE +stO +aiB +hKj +myD +hKj +hKj +qxm +abM +abM +aaa +aaa +aaa +aaa +sQZ +mtI +fGK +bwU +vEl +wtR +uVa +oQU +ojU +gzw +gzw +qPX +nGi +fwC +jpW +rBE +nri +dUT +fip +fip +fip +fip +fip +fip +fip +dUT +aaa +qVr +qiI +oHU +bfH +qVr +iix +iix +iix +iix +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +mbe +xvl +fLB +xly +xvl +odF +bya +hdG +xvl +xhB +nNk +ehS +waj +waj +eBr +ebL +wbC +waj +waj +aUw +tsc +cex +oqp +nBY +nBY +fFL +oqp +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(139,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -cIm -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lIm -lIm -lIm -lIm -lIm -lIm -lIm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dXA -nob -vJm -gXr -vJm -kKj -dXA -sPm -sPm -sPm -sPm -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -one -qzH -one -ulX -yme -ulX -bjM -vMm -swV -bxw -rvV -dGE -odx -wsP -wsP -paY -wsP -wsP -wsP -dfq -flL -wsP -pOX -cWZ -bUp -tOl -jwD -ntZ -tyN -gWm -che -iCR -ajc -dsT -sPm -dsT -dsT -ajc -ajc -ajc -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(189,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pCL +rci +ngD +iyq +pCL +aac +vle +ujx +azp +azp +azp +oqy +mUu +vle +aaa +aaa +abM +abM +qxm +ylr +sVq +myD +rOB +aHO +hKj +aCe +reU +myD +sVq +ylr +qxm +abM +abM +aaa +aaa +aaa +aaa +sQZ +wSp +nNh +gXo +sGF +gXo +sGF +gkF +kRR +nNh +gzw +gGi +xBC +ryT +rpQ +vOx +xiA +bXI +jwZ +szb +gbn +byw +uyZ +otC +wcy +iix +iix +qVr +qVr +qVr +qVr +qVr +iix +kff +vwd +pRm +pRm +pRm +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +dBj +wXI +jqs +dBj +wOw +aur +uxL +xvl +sRL +nNk +tsc +waj +rIt +bKK +xYZ +pIp +lnk +waj +nss +dKV +jrR +oqp +xrE +tyE +grN +fFL +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(140,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -dsT -wQR -iwH -iwH -gCI -iwH -iwH -wQR -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dXA -dXA -dXA -dXA -dXA -dXA -dXA -sPm -sPm -sPm -sGv -dGH -sGv -ddj -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -nna -ilU -nna -ulX -yme -ulX -hxm -tRt -rLD -cBq -yja -aAe -bBQ -nVQ -gfe -lae -bBQ -nBs -nWO -aCF -rsx -gRw -seg -wYf -dGw -qSh -bNm -nMl -qBk -che -xFU -iCR -ajc -sPm -sPm -sPm -dsT -gnZ -jwD -jwD -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(190,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +pCL +pCL +xVJ +pCL +pCL +aac +vle +vle +xSG +xSG +xSG +vle +aiX +vle +aaa +aaa +abM +abM +qxm +qxm +qxm +oys +utB +aHO +rCL +aCe +hIE +oys +qxm +qxm +qxm +abM +abM +aaa +aaa +aaa +aaa +sQZ +kRR +vCY +kQR +bpn +kRR +wSp +cwU +kRR +gXo +gzw +dNH +lrt +lMa +gzw +aWs +wxc +kjH +ieu +fKJ +fKJ +fKJ +iBX +gyw +lxW +iix +qQa +vtd +hqx +iGF +xkg +tXA +iix +evd +pPn +gEK +xxl +qYV +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +wJM +jUS +vsM +vsM +pXC +upe +dKU +szZ +kZw +mxm +gWx +byF +waj +iJY +xeO +uTg +uTg +uTg +qtZ +dki +oWI +oWI +bhx +uQS +pMG +pAC +bdT +oqp +vGk +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(141,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sAp -oKO -nna -ulX -yme -ulX -kDS -qVO -uKe -xPm -kiT -xsu -sWu -xyV -xFM -tgv -fTg -sRn -vOX -luc -mxE -hmp -glg -shE -dTs -one -jwD -iCR -iCR -iCR -iCR -iCR -ajc -sPm -sPm -sPm -dsT -dsT -ajc -ajc -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(191,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aaO +aac +aac +aac +aac +aac +aac +aac +aai +pHM +pHM +vle +aaS +aaa +abM +abM +abM +abM +abM +oys +oys +oys +eWO +oys +oys +oys +abM +abM +abM +abM +abM +aaa +aaa +aaa +oyR +sQZ +sQZ +aML +kRR +mmy +nNh +vCY +nRd +ojU +gzw +gzw +ulz +eyD +ftM +gzw +feP +nWW +gpi +nWW +nWW +nWW +tsx +nWW +kYP +wSj +lXK +wxX +etG +pKC +cPE +qah +erv +yaj +egK +aGY +pRm +pRm +pRm +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +dBj +fMK +fMK +dBj +uBo +wOw +lHa +xvl +kbc +mwL +bcO +waj +wkY +fhL +oKZ +fhL +hUK +waj +wuU +dKV +hZB +oqp +gui +iHH +iWL +bAW +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(142,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -wQR -iwH -iwH -iwH -wQR -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dGH -sGv -gsq -sGv -cjE -sGv -sGv -sGv -dGH -gsq -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dGP -cOz -nna -sGv -igP -ulX -ges -ehU -ccZ -umc -ges -whM -tOl -vON -one -whM -tOl -vON -one -whM -qIX -vON -one -one -gvJ -one -jwD -one -ajc -iQO -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -ajc -hhJ -hhJ -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(192,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +aac +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +oyR +vUz +tdY +pTj +kRR +vDg +pQx +fEM +sQZ +sQZ +gzw +cbj +iSF +nJJ +vri +gzw +vrS +moE +iix +sNS +sNS +sNS +wBV +dIK +dIK +dIK +hJl +hJl +hJl +sxc +bfb +hJl +hJl +hJl +pFJ +lpS +cQb +jPd +jPd +gjT +gjT +gjT +gjT +gjT +qGy +gjT +gjT +gjT +gjT +gjT +gjT +qGy +gjT +gjT +gjT +gjT +gjT +gjT +fVK +jFM +aPV +xvl +diy +wLx +sEV +xvl +xhB +mwL +ehS +waj +waj +ukY +sQk +elB +waj +waj +hXJ +bcO +sEh +oqp +pAo +pAo +jid +oqp +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(143,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -wBY -eeh -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dGH -sGv -hVz -gsq -cjE -but -sGv -sGv -dGH -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iFg -jwD -cNz -jwD -mGD -jwD -cNz -jwD -mGD -jwD -cNz -jwD -mGD -jwD -cNz -cNp -pBI -hwf -giP -xCe -tOl -jwD -one -sPm -cyU -dsT -sPm -dsT -dsT -ajc -ajc -jwD -jwD -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(193,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +oyR +pQx +vUz +nzO +pTj +pTj +hgN +mRD +asu +oyR +gzw +tnA +tnA +cgc +tnA +gzw +dfz +dfz +dfz +vqa +uIk +uIk +lBF +vjT +fjn +mBW +hJl +nrf +hJl +reC +xnS +hJl +dNT +hJl +iix +iix +iix +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +pHM +xvl +xvl +xvl +xvl +fZI +xvl +xvl +xvl +xhB +mwL +tsc +bcI +waj +waj +waj +waj +waj +pXk +mwL +rDI +aNq +oqp +oqp +ayI +oqp +oqp +vXM +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(144,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -wQR -wBY -wBY -wBY -wBY -wBY -wBY -wQR -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -hVz -sGv -dGH -sGv -hVz -gsq -cjE -sGv -sGv -sGv -dGH -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iFg -ulX -roL -ntZ -nSs -iCR -roL -ntZ -nSs -iCR -roL -ntZ -nSs -iCR -roL -ntZ -nSs -one -dGP -xAF -one -one -one -dsT -gPt -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(194,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oyR +asu +oyR +mRD +vUz +vUz +vUz +vUz +oyR +oyR +kkK +jwj +aMc +cXR +sdr +gPV +mLp +hvv +dfz +dLp +nwI +qOo +chc +dIK +xAx +nYL +hJl +pMi +seQ +jWf +liZ +nbF +sKA +hJl +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +bzA +mdr +wzE +xvl +uiI +vMX +mwL +mwL +tsc +uiI +uiI +kZK +uiI +qqE +mwL +mwL +rDI +aNq +oqp +oqp +pQY +vXM +vXM +vXM +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(145,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -gsq -gsq -gsq -dGH -sGv -gsq -gsq -cjE -sGv -sGv -sGv -dGH -sGv -sGv -iwl -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -ulX -wux -cNX -lQy -iCR -ejF -qEY -jqa -iCR -bzF -nEN -omu -iCR -qnY -nfp -hUe -one -kZV -lKA -one -sPm -sPm -dsT -gPt -dsT -dsT -dsT -gnZ -ajc -hhJ -hhJ -hhJ -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(195,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oyR +oyR +oyR +pQx +hgN +oyR +oyR +oyR +oyR +hfZ +mwy +joS +egb +ukj +dlR +hJA +hQE +cqE +evq +qOo +qOo +kRr +vjT +urm +eIZ +hJl +rjT +keJ +vIv +gZP +wrf +pFm +hJl +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +jHc +tQq +tQq +xvl +dKV +dKV +oMK +mwL +mwL +mwL +mwL +loF +mwL +mwL +mwL +tIi +dKV +dKV +oqp +oqp +vXM +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(146,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -dsT -dsT -wQR -iwH -iwH -wBY -wQR -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -hVz -sGv -dGH -sGv -sGv -hVz -cjE -sGv -sGv -sGv -dGH -sGv -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -ulX -dTm -eUz -dTm -iCR -jhk -qEi -jhk -iCR -xyk -olj -xyk -iCR -vKh -xFX -vKh -one -mWF -gOJ -one -ajc -dsT -dsT -gPt -dsT -dsT -ajc -jwD -jwD -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(196,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +vXM +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oyR +asu +oyR +dfz +dfz +kkK +jXE +lwF +dfz +vbt +qCP +urA +ygC +pfh +yfU +dfz +vYo +foS +foS +vMP +dIK +qDL +dIK +hJl +hJl +fYw +typ +gfV +ixC +hJl +hJl +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +xvl +xvl +xvl +xvl +xvl +oqp +mYt +dKV +pur +ide +dKV +dKV +dKV +dKV +pur +ide +dKV +mYt +oqp +oqp +oqp +pHM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(147,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -tMs -dGH -rzb -sGv -sGv -cjE -sGv -sGv -tMs -dGH -rzb -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -ulX -kEz -dTm -dTm -iCR -pPr -jhk -jhk -iCR -nTl -xyk -xyk -iCR -qRe -vKh -vKh -one -xap -gju -one -one -one -aRN -gPt -dsT -dsT -ajc -ajc -ajc -hhJ -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(197,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaN +aac +aac +aac +aac +vXM +aaN +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dfz +mpd +lEt +glc +pHM +pAT +cHH +bNp +yjh +fsi +gtu +fSZ +dsZ +lnX +qOo +qOo +xZs +nyx +kmr +hee +aaa +hJl +hJl +hJl +hJl +hJl +hJl +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +oqp +oqp +oqp +oqp +oqp +oqp +dnF +ide +dKV +xQG +pur +ouz +dnF +oqp +oqp +oqp +oqp +oqp +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(148,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -dsT -wQR -iwH -wBY -wBY -wBY -wBY -iwH -wQR -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -xra -dGH -sGv -sGv -cjE -sGv -sGv -dGH -aWq -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -ulX -one -one -one -one -one -one -one -diU -diU -diU -diU -diU -diU -diU -diU -diU -kGx -jZE -jMf -byD -oCp -aRN -fmv -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(198,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +vXM +vXM +aac +vXM +vXM +vXM +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dfz +txW +iMt +glc +pHM +hkN +gIj +loa +ygC +ygC +ygC +fSq +dfz +xVv +qOo +qOo +lZJ +yei +gBr +hee +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +vXM +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +vXM +vXM +vXM +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(149,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dgN -dGH -phU -sGv -sGv -cjE -sGv -sGv -dgN -dGH -phU -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -diU -soh -rzp -rzp -rzp -rzp -nWL -tVq -ghi -dOL -eep -box -box -wpk -oXN -tom -iRA -iRA -pYu -tZy -tZy -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(199,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +vXM +vXM +vXM +aac +vXM +vXM +vXM +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dfz +nRw +dDw +dDw +dDw +bEo +dhM +pUC +fXK +lyC +hox +hox +dfz +vqO +edP +edP +uXn +hBl +hBl +gkD +gkD +gkD +gkD +aaa +aaa +aac +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +pHM +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +oqp +pHM +vXM +vXM +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(150,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -dsT -dsT -wQR -iwH -iwH -wBY -wQR -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -diU -nNn -rzp -nEr -rzp -rzp -tWb -jbA -ghi -ayT -wbh -myV -eDs -bwg -oXN -ees -gNc -gNc -gNc -gNc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(200,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +aac +vXM +vXM +vXM +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dfz +xdw +ure +bKT +bqU +qHa +nuu +dfz +uCz +wRv +wRv +vTp +aei +xei +aei +aOB +nzR +lUM +vXM +vXM +vXM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +vXM +pHM +vXM +vXM +vXM +vXM +vXM +iEz +vXM +vXM +vXM +vXM +pHM +vXM +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(151,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dGH -sGv -sGv -sGv -sUv -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -diU -uWf -caj -eEr -wNL -rzp -aUJ -eLR -ghi -bya -eVb -ekB -poj -ybU -dJL -wFG -cGO -mus -brI -yak -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(201,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aac +aac +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaP +aaQ +aac +aaS +pHM +pHM +pHM +pHM +pHM +aaS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +frV +frV +frV +frV +frV +frV +frV +frV +dfz +gpb +nCh +qOo +qOo +lfw +qeg +puL +fMQ +cXy +lUM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +rxw +rxw +rxw +rxw +rxw +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(152,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -wQR -wBY -wBY -jyh -wBY -wBY -iwH -wQR -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -diU -rzp -peZ -udR -jXF -tZl -aUJ -irb -xLW -cAY -poQ -pAe -pNC -yge -gNc -dgA -gNc -odK -viQ -gNc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(202,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +vXM +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aaG +aaJ +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +aaH +aac +aac +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +frV +fni +qCz +mzQ +ckr +bZp +vzi +lkK +aeg +gPB +qOo +qOo +jGx +aej +oAn +aej +dyX +nzR +lUM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(153,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -cIm -wBY -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sGv -sGv -ulX -rzp -wNL -tiG -caj -rzp -pOc -nET -ghi -cNa -pNC -pNC -tdv -xDJ -odJ -kJk -gNc -bht -gNc -gNc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(203,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaH +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +aaH +aac +aac +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +frV +pyG +qCz +wMz +okA +mPV +xjx +qjp +frV +xwi +vJC +qWf +rLG +eOZ +eOZ +gkD +gkD +gkD +gkD +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(154,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -tMs -dGH -rzb -sGv -sGv -cjE -sGv -sGv -tMs -dGH -rzb -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -jzX -ggj -rdv -eaE -rzp -rzp -tuo -rkS -ghi -qVc -llA -mNe -pNC -gOQ -gOQ -fAR -uge -vJd -pZS -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(204,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaI +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +aaI +aac +aac +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +frV +ggm +kLM +qHj +qME +qME +qME +stU +frV +frT +ryK +jLH +jLH +twv +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(155,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dGH -aod -dGH -sGv -sGv -cjE -sGv -sGv -dGH -aod -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -ulX -ggj -ggj -ggj -ggj -ggj -mwL -fzd -ghi -wOZ -oqe -kFY -oWU -xru -nqo -sAC -gNc -wJN -gNc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(205,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ign +gBR +qCz +kNE +nMB +qAl +nMB +ryI +frV +wco +lwt +gaO +mWp +wBV +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(156,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -dsT -dsT -dsT -dsT -wBY -wBY -wBY -wBY -wBY -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dgN -dGH -phU -sGv -gsq -cjE -sGv -sGv -dgN -dGH -phU -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -ulX -diU -diU -diU -diU -diU -diU -diU -diU -aEK -dnt -iKc -iKc -kJk -kJk -hpc -gNc -rGa -gNc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(206,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +aac +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ign +tBa +kGG +nMB +nMB +nMB +nMB +abh +frV +wBV +wBV +wBV +wBV +wBV +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(157,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -jwD -mZK -jwD -jwD -jwD -jwD -jwD -mZK -jwD -gnZ -dsT -dsT -wBY -wBY -wBY -knV -knV -knV -wBY -wBY -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dGH -sGv -gsq -hVz -cjE -sGv -sGv -sGv -dGH -sGv -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aEK -lsC -eqn -hus -gNc -sPm -kFp -xze -qEt -kFp -kFp -kFp -iWB -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(207,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +aaa +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +aac +aac +ign +ign +olR +vvF +vjA +nMw +dWM +ign +ign +aac +aac +aac +aac +aac +aac +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(158,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -dRz -ajc -ajc -mZK -ajc -ajc -qsS -ajc -dsT -dsT -dsT -wBY -knV -knV -knV -dpa -knV -knV -iwH -iwH -iwH -dsT -dsT -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -dGH -gsq -gsq -gsq -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gNc -gNc -gNc -gNc -gNc -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(208,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +aac +aac +aac +ign +ign +eyN +eaJ +qsJ +ign +ign +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(159,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ueH -ueH -ueH -qsS -ueH -ueH -dRz -ueH -ueH -qsS -ueH -dsT -dsT -dsT -wBY -knV -iCN -xpg -xpg -uCm -fEG -fEG -fEG -iwH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -hVz -gsq -sGv -sGv -dGH -hVz -hVz -iwl -cjE -sGv -sGv -sGv -dGH -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(209,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +aac +aac +aac +ign +ign +wgM +ign +ign +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(160,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ueH -lEN -qsS -qsS -qsS -qsS -qsS -qsS -qsS -dRz -dRz -dRz -iwH -iwH -iwH -knV -weC -hhf -seq -wgT -xhg -mHU -bnN -xXy -hBa -hBa -hBa -hBa -hBa -hBa -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -sGv -sGv -dGH -gsq -hVz -sGv -cjE -sGv -sGv -sGv -dGH -sGv -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(210,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +aac +aac +aac +aac +pHM +vXM +pHM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(161,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ueH -ueH -ueH -qsS -ueH -ueH -qsS -ueH -ueH -dRz -ueH -ueH -dsT -dsT -iwH -knV -txO -txO -nXn -wxt -fEG -fEG -fEG -iwH -dsT -dsT -dsT -dsT -dsT -hBa -dsT -sPm -dsT -dsT -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -sGv -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(211,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +pHM +vXM +pHM +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(162,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -qsS -ajc -ajc -ixk -ajc -ajc -dRz -ajc -ajc -dsT -dsT -iwH -knV -knV -knV -xnh -knV -knV -iwH -iwH -iwH -dsT -dsT -dsT -dsT -dsT -hBa -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -sPm -sPm -dsT -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hVz -gsq -sGv -dGH -sGv -sGv -sGv -cjE -sGv -ddj -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(212,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +vXM +pHM +vXM +pHM +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(163,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -jwD -mZK -jwD -jwD -jwD -jwD -jwD -mZK -jwD -jwD -jwD -gnZ -iwH -iwH -wBY -knV -knV -knV -wBY -wBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hBa -dsT -dsT -dsT -dsT -dsT -sPm -sPm -hBa -hBa -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hVz -gsq -sGv -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aRN -aRN -pRP -wiG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(213,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +pHM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(164,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -dsT -dsT -wBY -wBY -wBY -wBY -wBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hBa -hBa -hBa -hBa -hBa -hBa -hBa -hBa -hBa -dsT -dsT -dsT -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -dGH -sGv -sGv -sGv -cjE -sGv -sGv -sGv -dGH -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aRN -aRN -aRN -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(214,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(165,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -aRN -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aHI -aHI -vml -aHI -sGv -sGv -mbZ -sGv -sGv -aHI -mOn -aHI -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -mae -fhe -pxv -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(215,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(166,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -aWC -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sHb -sHb -sHb -sHb -sHb -sPm -sPm -sGv -sGv -ozR -yeO -yeO -yeO -yeO -yeO -yeO -sPm -sPm -aHI -pIh -qWv -aHI -sGv -sGv -mbZ -sGv -sGv -aHI -qWv -oiL -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -lsV -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(216,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(167,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -kJc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -iwH -cIm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -vnD -dsT -sPm -sPm -sPm -sPm -sHb -pSl -qdd -aYi -sHb -sPm -sPm -sGv -sGv -ozR -bLO -iJt -kul -hLV -amB -yeO -sPm -sPm -aHI -cPl -xST -aHI -vQt -vQt -fMW -vQt -vQt -aHI -jrK -cPl -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -vQo -vQo -vQo -vQo -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -oPc -dsT -lQG -lQG -lQG -lQG -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(217,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +pHM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(168,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -dsT -dsT -wQR -iwH -iwH -iwH -ebX -wBY -iwH -wQR -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -vnD -sPm -sPm -sPm -sPm -sPm -sPm -sHb -vQr -mVO -uUj -sHb -sPm -sPm -sGv -sGv -ozR -msm -dEi -cHT -tol -gFd -yeO -sPm -sPm -aHI -muq -shm -aHI -uom -uom -kxr -uom -uom -aHI -shm -wYt -aHI -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -vQo -uxm -ecX -vQo -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -dsT -oPc -dsT -lQG -lPd -iES -iMY -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(218,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(169,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -sHb -sHb -sHb -yeV -jVy -yeV -sHb -sHb -sHb -oFh -sGv -rUI -iiA -jut -jfK -vcz -oID -yeO -sPm -sPm -aHI -aHI -shm -reP -uGp -dfI -nZY -dfI -uGp -rrT -shm -aHI -aHI -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -vQo -huv -dcz -vQo -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -dsT -xbV -oRB -lQG -lPd -lPd -gUZ -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(219,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(170,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -wQR -wBY -wBY -wBY -wQR -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -fmq -nvj -sHb -oXm -qoJ -vdh -sHb -nvj -fmq -oFh -sGv -ozR -ews -nIT -joW -vcz -oID -yeO -sPm -sPm -sPm -aHI -aHI -aHI -pmY -aMY -lvS -aMY -qIw -aHI -aHI -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -dhm -dhm -dhm -dhm -sQi -rMO -vQo -vQo -vQo -vQo -vQo -vQo -vQo -vQo -pJs -vQo -vQo -vQo -vQo -lQG -lQG -lQG -lQG -lQG -xbV -hIB -lPd -lPd -gUZ -lQG -sPm -lQG -lQG -lQG -lQG -lQG -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(220,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +cAd +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(171,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -ngv -joM -sHb -qmW -qoJ -oHn -sHb -mIP -ngv -oFh -sGv -ozR -ozR -ozR -uyV -erI -dhp -yeO -sPm -sPm -sPm -sPm -aHI -yec -qIw -aMY -lvS -iVx -qIw -xEK -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -vrY -hxW -oXj -dhm -cTs -vkJ -wYR -bJd -bGl -bJd -stl -sBB -sBB -ofx -bFa -bJd -hMa -bJd -gZg -lQG -klo -piX -hJD -lQG -lQG -teO -agk -vzV -gMG -lQG -lQG -lQG -lPd -iES -puK -lQG -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(221,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +cAd +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +pHM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(172,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -dsT -dsT -wQR -iwH -iwH -iwH -wBY -wBY -wBY -wQR -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -ssg -uUu -snM -syx -uvA -hai -lzd -nNJ -upL -oFh -sGv -sGv -sGv -ozR -iXF -rTL -ozU -yeO -sPm -sPm -sPm -sPm -aHI -xNS -aMY -aMY -lvS -aMY -aNc -xEK -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -wyB -fZB -dIs -dhm -kkV -mOE -oMq -sQi -utS -bJd -rfD -waH -waH -nYX -kzy -bJd -bKf -bJd -esH -lQG -lPd -hUF -uWz -hJD -bZc -kIk -bDW -byz -gCT -tni -czF -lPd -lPd -hUF -gUZ -lQG -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(222,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(173,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -kID -wBY -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -rLv -rLv -rLv -rLv -rLv -nyp -bHo -ttH -sHb -sHb -sHb -oFh -oFh -oFh -sGv -ozR -ozR -ozR -ozR -ozR -sGv -sGv -sGv -sPm -aHI -xNS -aMY -aMY -lvS -aMY -aMY -bzk -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -wyB -bFf -dIs -dhm -msN -mOE -oMq -sQi -vVw -bJd -cxe -kFS -kFS -wZL -kzy -bJd -nID -pMO -qDx -lQG -lPd -lPd -vAx -gFf -bOD -ayR -bMy -bMy -bMy -yeA -iar -ltu -vAx -kWm -aPG -lQG -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(223,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(174,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -ajc -ajc -dsT -dsT -dsT -dsT -wQR -wBY -iwH -iwH -wQR -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -aQp -hhx -lYr -qGx -rLv -qkR -uvA -eCo -iWV -qpv -xEJ -vkb -cok -oFh -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -oFh -uyO -pRK -pRK -pGs -pRK -pRK -rxM -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -wyB -bFf -dIs -dhm -qXw -mOE -oMq -sQi -oPN -bJd -bJd -bJd -bJd -tfA -iBc -tfH -gCt -gGU -gGU -lQG -lQG -lPd -uvX -fmj -cPO -azt -azt -azt -azt -azt -bRy -sJD -dZR -aPG -lQG -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(224,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(175,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -bnr -xpF -xpF -riv -rLv -aie -uvA -fSO -mNk -wyl -kyO -ohE -ury -oFh -oFh -eoI -ozR -ozR -ozR -ozR -ozR -sGv -sGv -sGv -xgf -rHY -aMY -aMY -lvS -aMY -aMY -rxM -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -rEG -eGj -xDP -dhm -msN -mOE -oMq -sQi -bGl -utS -oPN -ixB -bJd -qXw -kzy -bJd -dPT -sfL -dPT -pMO -lQG -bZc -rpy -mnn -nJR -imO -wkF -hRg -oAr -igT -bMy -yeA -nYF -czF -lQG -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(225,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +pHM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(176,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -wQR -wBY -wBY -iwH -wBY -wBY -wBY -wQR -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -raw -vfs -fgC -jWg -rLv -qmW -uvA -oHn -sHb -sHb -sHb -qXt -lXk -cok -oFh -baE -ozR -cqk -rbv -rId -ozR -ozR -oFh -oFh -oFh -uyO -aMY -aMY -lvS -aMY -aMY -rxM -aHI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -dhm -gfY -rya -tTm -dhm -ihd -mOE -oZQ -bJd -sQi -sQi -sQi -sQi -bJd -ffb -hlD -bJd -lQG -lQG -lQG -lQG -lQG -pFd -csR -obl -vBW -qhx -vAx -vAx -qhx -axy -bOd -uhM -yeA -uzS -lQG -lQG -lQG -lQG -lQG -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(226,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(177,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -wBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -oWt -xpF -fgC -joD -eqc -nnk -pGb -nQg -sHb -uJC -fDM -rRf -feP -xNa -vkb -uCf -dzy -knr -bRN -lUe -xbh -dzy -sPm -sPm -aHI -xNS -aMY -aMY -lvS -aMY -aMY -cHe -adS -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sGv -sGv -uXM -gPJ -pAj -lyQ -fYk -msN -mOE -aPA -vQD -vkJ -vkJ -vkJ -vkJ -vkJ -jyF -mzh -jKD -lQG -onN -eWI -kMA -lQG -jfI -bMy -obl -iNt -vAx -cVq -mrd -vAx -oXG -euc -pPX -bMy -iWk -oXY -lPd -lPd -lPd -lQG -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(227,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +vXM +vXM +aaa +aaa +aaa +aaa +aaa +agy +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(178,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -wQR -iwH -iwH -wBY -wQR -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rLv -qXK -hFH -kqs -kQP -xor -qmW -aCc -ehq -sHb -uJC -fDM -eDF -amx -mXA -twa -eMo -dEA -sWU -mfQ -mAg -qhV -dzy -sPm -sPm -aHI -dIX -aMY -aMY -iOb -aMY -aMY -lqN -ygm -sGv -sGv -sPm -sPm -sPm -sPm -sGv -sGv -sGv -dhm -oab -cME -unT -tGx -cxb -wAe -meC -ruw -meC -meC -meC -meC -okL -xBl -ipj -oPV -wIU -oXu -ezA -wos -wIU -rsI -ovs -jWr -nzM -cXk -fge -eNB -qgi -ois -vLX -nFc -hfJ -iyA -eYF -lPd -lPd -ckj -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(228,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +cZT +jav +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(179,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -iwH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -rLv -tfx -xpF -uKr -sYF -mGo -mrr -lll -oHn -sHb -uJC -fDM -cUf -lll -sRB -jQP -vJq -dzy -oJN -evG -dyQ -iyB -dzy -sPm -sPm -aHI -xNS -aMY -aMY -lvS -aMY -aMY -mmY -adS -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -dhm -fjC -pRe -fTt -fYk -msN -ruh -ngB -pxH -mxF -mxF -mxF -mxF -pqZ -gfw -gYM -hJo -lQG -oQU -fNl -rLu -lQG -qIx -bMy -bHQ -aHB -vAx -cVq -clC -vAx -csL -rLw -pPX -bMy -qoL -gZB -hyB -hyB -vgz -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(180,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -dsT -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -jwD -jwD -jwD -dsT -dsT -dsT -wQR -wBY -wBY -jyh -wBY -wBY -wQR -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -rLv -dWU -iXw -auS -xpF -rLv -lox -lll -oHn -sHb -sHb -sHb -tjh -jAl -sAN -adS -pnT -aeu -eKL -wPn -kZB -aeu -aeu -adS -adS -adS -uyO -aMY -aMY -lvS -aMY -aMY -uir -adS -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -wGY -wGY -wGY -wGY -wGY -wGY -nDx -ruh -oMq -bJd -sQi -sQi -sQi -sQi -bJd -uNV -qcb -bJc -lQG -lQG -lQG -lQG -lQG -jvz -hjq -vTc -xBE -qhx -vAx -vAx -qhx -iNL -efs -gwC -eCQ -wEE -lQG -lQG -lQG -lQG -lQG -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -ajc -jwD -ajc -ajc -ajc -ajc -ajc -lfi -ajc -ajc -ajc -ajc -jwD -ajc -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(181,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -dsT -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -cIm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -rLv -xJt -aQp -aQp -ffJ -rLv -fIn -vtw -pyk -pqG -uzJ -bRB -izU -aUF -adS -adS -sGv -aeu -aeu -aeu -aeu -aeu -sGv -sGv -sGv -hOi -tIp -aMY -aMY -lvS -aMY -aMY -qJi -adS -sGv -sGv -sGv -wGY -wGY -wGY -wGY -wGY -wGY -vmI -vdH -ure -doX -wGY -msN -ruh -oMq -sQi -bGl -utS -vVw -uMI -bJd -sHh -qcb -bJc -kUV -wpL -hIO -ozd -lQG -uGK -mDl -uuH -vqq -bQw -uhD -bnx -uJi -ncL -bMy -eCQ -ije -sXg -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -ajc -ajc -jwD -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -jwD -ajc -ajc -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(182,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -rLv -xfE -vyU -fNh -bzw -rLv -acB -qZM -oHn -iWV -mOQ -uCO -jQP -sAN -adS -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -adS -aHV -xsx -xsx -msd -xsx -xsx -eVS -adS -sGv -sGv -sGv -wGY -fCz -kyq -xLT -xLT -obv -oJJ -awM -mfh -egF -wGY -msN -ruh -oMq -sQi -oPN -bJd -bJd -bJd -bJd -kMY -qcb -pbn -wZs -pIy -roa -lQG -lQG -kWm -hpE -der -roe -ika -ika -ika -ika -ika -tFm -ufz -noZ -lPd -lQG -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -ajc -ajc -ajc -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -ajc -ajc -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(183,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kJc -kJc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -rLv -rLv -rLv -rLv -rLv -rLv -qmW -rdD -oHn -sHb -sHb -bBA -bBA -bBA -adS -xne -adS -adS -adS -sGv -sGv -sGv -sGv -sGv -sGv -adS -doG -aMY -aMY -dws -aMY -aMY -xbr -adS -sGv -sGv -wGY -wGY -xLT -xLT -xLT -reR -obv -reR -nNw -mfh -awY -wGY -sLf -ruh -xHo -sQi -vVw -bJd -stl -sBB -sBB -rAo -qwQ -erj -dCx -gSq -ofh -lQG -kWm -aPG -vAx -lWM -kkU -iJi -bMy -bMy -bMy -eCQ -tiU -bos -vAx -lPd -lPd -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -gre -gre -gre -gre -gre -gre -bad -soY -eYL -pyr -kDL -dHK -bad -gre -gre -gre -gre -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(184,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -dsT -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -erd -qpv -hYd -aXa -xNa -cok -okD -xym -jTM -bHL -sfu -qRn -ksP -yhH -bBA -sPm -sPm -sPm -sGv -sGv -sGv -adS -vZQ -aMY -aMY -aMY -aMY -aMY -xbr -adS -sGv -sGv -wGY -vWp -hlr -git -hlr -hDW -pRg -hDW -nNw -lMe -wUd -wGY -hzs -gyI -swZ -sQi -utS -bJd -rfD -waH -waH -ewi -kzy -pbn -vRL -kCo -wGT -lQG -gUZ -hUF -lPd -lPd -uGK -eWe -cNL -itX -toZ -cwr -sXg -uWz -hJD -hUF -lPd -lQG -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -xeZ -xeZ -xeZ -xeZ -gre -npD -eYL -kDL -soY -eYL -eYL -eYL -eYL -kDL -soY -eYL -npD -gre -gre -gre -jwD -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(185,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -erd -qmW -qoJ -adb -qoJ -oHn -fKq -nIj -lIb -vcs -fHk -bsx -atz -sbJ -bBA -sPm -sPm -sGv -sGv -sGv -adS -adS -bIC -qhL -aMY -aMY -aMY -aMY -tOq -adS -adS -sGv -wGY -wGY -gdD -xLT -xLT -reR -obv -reR -bgo -mfh -yby -wGY -reR -nZk -reR -uaJ -rcz -bJd -cxe -kFS -kFS -wZi -kzy -bJc -gdv -iQJ -szT -lQG -nGG -kKH -lPd -lQG -lQG -lQG -fMs -tzG -lar -lQG -lQG -lQG -uWz -tfl -vgz -lQG -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -fdC -pmW -flc -xeZ -eYL -eYL -mJH -eSv -eSv -eSv -gfq -eSv -eSv -eSv -eSv -cRL -eYL -eYL -gre -gre -ajc -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(186,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -erd -mOQ -cRt -vPK -ctF -aLM -mEh -dTb -kNT -xwV -vnt -lKH -pGE -wGn -bBA -sPm -sPm -sGv -sGv -sGv -adS -lCc -cDM -aMY -aMY -aMY -aMY -aMY -enT -aup -adS -sGv -sGv -wGY -xLT -xLT -xLT -xLT -obv -sLo -bgo -cqa -cqa -lqj -vJD -mYW -gQJ -uuD -uuD -uuD -uuD -uuD -uuD -cOh -kzy -bJc -bJc -bJc -bJc -lQG -lQG -lQG -lQG -lQG -sPm -lQG -gUZ -lPd -lPd -lQG -sPm -lQG -lQG -lQG -lQG -lQG -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -jZn -aWW -oOa -xeZ -nsl -fmk -eSv -eSv -lVh -nsl -nsl -mOW -nsl -fmk -eSv -eSv -pGq -mJH -gre -gre -ajc -ajc -ajc -ajc -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(187,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sHb -sHb -sHb -sHb -jsT -sHb -sHb -sHb -bBA -nvu -xlk -sSK -lYS -vjo -yhA -bBA -sPm -sPm -sGv -sGv -adS -adS -knx -aMG -aMG -aMG -aMG -aMG -aMG -aMG -knx -adS -adS -sGv -wGY -wGY -wGY -wGY -wGY -wGY -qvO -tKS -eQj -vpR -nqB -xFB -yao -dBC -uuD -nov -dYi -lic -vof -ayh -uNV -kzy -sQi -utS -bGl -oPN -vVw -utS -ixB -oPN -bJd -sPm -lQG -gUZ -lPd -lPd -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -xeZ -xeZ -xeZ -xeZ -uhK -dYA -xeZ -xeZ -tsK -eSv -lVh -kOG -cSm -cSm -cSm -cSm -cSm -wDu -eSv -pGq -mJH -gre -gre -gre -gre -gre -ajc -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(188,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -iWV -cBN -kiS -tIj -iWV -dsT -bBA -siB -nWV -bBA -dYX -bBA -myQ -bBA -sPm -sPm -sGv -sGv -adS -lvD -lvD -aMG -wZZ -rqG -aJf -oSN -lvD -aMG -lvD -lvD -adS -sGv -sGv -sPm -sPm -sPm -sPm -wGY -uaJ -lOY -nSe -okC -ewK -ako -lkD -alD -uuD -uuD -lQN -lXt -aFx -voP -fOl -nAz -bJd -sQi -sQi -sQi -sQi -sQi -sQi -sQi -bJd -sPm -lQG -ggh -kKH -lPd -lQG -vQo -vQo -vQo -vQo -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -oDS -xeZ -jWt -jxN -xeZ -gIW -yaU -gfh -xeZ -tsK -eSv -lGY -cSm -cSm -gVL -nnY -jQU -cSm -cSm -dSt -dXO -qkE -gre -fdg -fdg -pwX -gre -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(189,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -iWV -hlz -kbv -juL -iWV -dsT -bBA -xlr -koO -koO -koO -eYz -lZW -bBA -sPm -sPm -sGv -sGv -adS -nRl -pIH -aMG -naK -nXp -lvD -shm -mkI -aMG -pIH -nRl -adS -sGv -sGv -sPm -sPm -sPm -sPm -wGY -tkV -tiZ -ftL -tuj -ftL -tuj -gqw -hvE -tiZ -uuD -fiR -eVO -lQd -uWD -msN -uBx -qsp -vkJ -phM -dVY -qKS -yit -pfP -mPZ -vQo -vQo -lQG -lQG -lQG -lQG -lQG -vQo -hcu -uZA -lJM -lJM -lJM -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -ifW -srj -dGm -ifW -cYt -uOr -gTT -xeZ -xAh -eSv -dXO -cSm -jBO -iJV -dRx -xoI -mSe -cSm -aEX -eYL -kDL -gre -ktO -rQH -wyy -pwX -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(190,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -iWV -iWV -dYR -iWV -iWV -dsT -bBA -bBA -myQ -myQ -myQ -bBA -ldu -bBA -sPm -sPm -sGv -sGv -adS -adS -adS -aeu -khG -nXp -odP -shm -xzP -aeu -adS -adS -adS -sGv -sGv -sPm -sPm -sPm -sPm -wGY -hvE -hWi -vnf -tvu -hvE -tkV -kKS -hvE -ftL -uuD -biJ -tui -jEo -uuD -sLf -vSk -oMN -lwg -uJQ -uJQ -uJQ -ycx -kqO -xJd -vQo -eFz -tNz -cTH -vyG -qFa -mta -vQo -vWb -vhY -bLj -rwx -nsx -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -fFE -caN -ylz -ylz -xdm -xut -foo -mSt -bEH -lYv -gMH -cID -cSm -wOm -lzb -fhq -fhq -fhq -mcb -uED -thm -thm -pDd -ieG -xmU -eNN -koV -gre -cZd -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(191,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -qoS -dsT -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -jwD -jwD -bBA -uwJ -sPm -sGv -sGv -sGv -sGv -sGv -aeu -aeu -aeu -xXs -aeu -aeu -aeu -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -fYH -wGY -wGY -jBu -hvE -nIX -tiZ -hWi -okR -alD -uuD -uuD -crF -eRJ -iAl -uuD -pMz -tFG -sxh -tFG -tFG -tFG -faE -tFG -vSf -ctc -tYO -iXo -nWR -uaQ -ipU -qsl -kwz -pxu -lYa -ixg -lJM -lJM -lJM -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -ifW -bTV -bTV -ifW -oPz -cYt -lSX -xeZ -uiX -jSl -lVh -cSm -xIo -aVb -vUM -aVb -kxu -cSm -gOk -eYL -uTb -gre -hwz -qXE -ukZ -iiK -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(192,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -dsT -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -fYH -cIS -rtZ -nCo -hvE -tbc -pxh -iGq -wGY -wGY -uuD -uzQ -jAX -tga -rae -uuD -dPb -tMn -vQo -xBn -xBn -xBn -ote -fww -fww -fww -nhJ -nhJ -nhJ -mJE -sEk -nhJ -nhJ -nhJ -hHn -bdD -fRy -ugw -ugw -jVb -jVb -jVb -jVb -jVb -fvH -jVb -jVb -jVb -jVb -jVb -jVb -fvH -jVb -jVb -jVb -jVb -jVb -jVb -oJr -izM -qGq -xeZ -cmu -pOg -mMn -xeZ -tsK -jSl -lGY -cSm -cSm -pPo -iCh -laF -cSm -cSm -nbC -lVh -tsT -gre -jTQ -jTQ -oql -gre -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(193,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -fYH -pxh -cIS -ohJ -nCo -nCo -ivh -teI -hgE -fYH -uuD -qvd -qvd -mMl -qvd -uuD -cZl -cZl -cZl -gwq -kXf -kXf -xTJ -lxU -fXy -ePW -nhJ -ptx -nhJ -gev -pET -nhJ -swl -nhJ -vQo -vQo -vQo -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -jwD -xeZ -xeZ -xeZ -xeZ -nOV -xeZ -xeZ -xeZ -tsK -jSl -dXO -kOG -cSm -cSm -cSm -cSm -cSm -bck -jSl -pGq -mJH -gre -gre -fVD -gre -gre -ajc -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(194,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -fYH -hgE -fYH -teI -cIS -cIS -cIS -cIS -fYH -fYH -bwt -nSK -fbC -eYN -gaj -acQ -fag -hmd -cZl -bsD -iuU -ftE -vXk -fww -aik -iBZ -nhJ -gbZ -bre -ncq -ofK -eWg -ydU -nhJ -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -gLE -kxn -kXJ -xeZ -hlR -uIP -jSl -jSl -dXO -hlR -hlR -jxY -hlR -ewu -jSl -jSl -pGq -mJH -gre -gre -rkL -ajc -ajc -ajc -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(195,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -fYH -fYH -fYH -pxh -ivh -fYH -fYH -fYH -fYH -blO -xrO -fey -iTa -kdR -tMY -ngP -sSZ -wuu -tky -ftE -ftE -vwh -lxU -vzl -qgc -nhJ -koK -sKe -rYU -pGf -tbu -gJE -nhJ -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -ono -lHl -lHl -xeZ -eYL -eYL -eTX -jSl -jSl -jSl -jSl -lbr -jSl -jSl -jSl -xBm -eYL -eYL -gre -gre -ajc -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(196,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -ajc -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -fYH -hgE -fYH -cZl -cZl -bwt -sND -hzY -cZl -lNi -tVz -mBd -xJw -tfp -lIo -cZl -gdd -uck -uck -ovX -fww -cKC -fww -nhJ -nhJ -fyp -arx -fPI -mgr -nhJ -nhJ -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xeZ -xeZ -xeZ -xeZ -xeZ -gre -npD -eYL -ffR -nje -eYL -eYL -eYL -eYL -ffR -nje -eYL -npD -gre -gre -gre -jwD -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(197,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -aBM -dsT -dsT -dsT -dsT -ajc -aBM -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cZl -uyG -roH -xcl -jwD -dmr -wiR -siZ -swO -rwH -irm -cvn -dyJ -qXy -ftE -ftE -tGX -txM -rjq -kHD -sPm -nhJ -nhJ -nhJ -nhJ -nhJ -nhJ -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -gre -gre -gre -gre -gre -gre -ncb -nje -eYL -tuA -ffR -qBv -ncb -gre -gre -gre -gre -gre -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(198,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -ajc -ajc -dsT -ajc -ajc -ajc -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cZl -uhx -nKA -xcl -jwD -eXq -hRc -rzG -xJw -xJw -xJw -wRv -cZl -mFZ -ftE -ftE -eTB -iKl -lBX -kHD -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -ajc -ajc -ajc -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -ajc -ajc -ajc -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(199,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -dsT -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cZl -iPY -cWP -cWP -cWP -jBl -wuO -dLU -vYX -lFS -cYx -cYx -cZl -tHv -yio -yio -hos -qCX -qCX -gmI -gmI -gmI -gmI -sPm -sPm -dsT -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -ajc -ajc -jwD -gre -gre -gre -gre -gre -gre -gre -gre -gre -gre -jwD -ajc -ajc -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(200,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -dsT -ajc -ajc -ajc -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cZl -fbR -fKH -bOa -sqn -ktv -rbt -cZl -nKq -cdj -cdj -pkR -lah -ygK -lah -kRT -suy -ekG -ajc -ajc -ajc -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -ajc -jwD -ajc -ajc -ajc -ajc -ajc -unv -ajc -ajc -ajc -ajc -jwD -ajc -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(201,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -tCB -mUZ -dsT -uwJ -jwD -jwD -jwD -jwD -jwD -uwJ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -mSi -mSi -mSi -mSi -mSi -mSi -mSi -mSi -cZl -sLx -tAF -ftE -ftE -gFA -xDI -qXg -prK -tRE -ekG -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -kWL -kWL -kWL -kWL -kWL -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(202,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -sPm -sPm -ajc -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -urS -tEh -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ueu -dsT -dsT -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -mSi -jZU -tmH -pKs -lhA -lff -aAY -bcz -pCl -jnY -ftE -ftE -gsi -ygz -xNx -ygz -oUP -suy -ekG -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(203,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -ueu -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ueu -dsT -dsT -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -mSi -xHW -tmH -bTr -xCJ -wal -gSw -vOM -mSi -tVX -jAQ -abD -pPw -myS -myS -gmI -gmI -gmI -gmI -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(204,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -lZE -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -lZE -dsT -dsT -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -mSi -rhp -pRS -cjs -uzI -uzI -uzI -byT -mSi -sHX -eKW -wZl -wZl -toP -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(205,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cmN -goU -tmH -ooR -dLA -nnG -dLA -rXg -mSi -mbM -emO -oxx -nds -ote -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(206,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -dsT -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -cmN -cgz -rdo -dLA -dLA -dLA -dLA -gWu -mSi -ote -ote -ote -ote -ote -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(207,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -sPm -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -dsT -dsT -cmN -cmN -icC -aZC -tQE -mxz -hKk -cmN -cmN -dsT -dsT -dsT -dsT -dsT -dsT -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(208,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -dsT -dsT -dsT -cmN -cmN -nsn -leb -lFb -cmN -cmN -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(209,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -dsT -dsT -dsT -cmN -cmN -kOi -cmN -cmN -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(210,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -jwD -ajc -jwD -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(211,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -jwD -ajc -jwD -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(212,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -ajc -jwD -ajc -jwD -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(213,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -jwD -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(214,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(215,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(216,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(217,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -jwD -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(218,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(219,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(220,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -puU -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(221,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -puU -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -jwD -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(222,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(223,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(224,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -sPm -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(225,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -sPm -sPm -sPm -dsT -dsT -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -jwD -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(226,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(227,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sLQ -sLQ -sLQ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(228,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sLQ -jHT -ehm -sLQ -sLQ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(229,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sLQ -xnW -sLQ -sLQ -sLQ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -jwD -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(230,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -kUt -sLQ -sLQ -dsT -jHT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(231,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sLQ -sPm -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -jwD -ajc -jwD -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(232,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ehm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -jwD -ajc -jwD -ajc -ajc -sPm -sPm -ajc -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(233,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sPm -sPm -sPm -sPm -dsT -ajc -ajc -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -vGU -xyc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -eLk -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(234,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -xiI -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -tcl -xyc -jEp -xyc -tcl -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(235,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -xyc -ezP -vGU -jst -xyc -xyc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(236,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -xyc -upP -wpu -wpu -wpu -qUu -xyc -xyc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(237,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -dsT -dsT -sPm -sPm -dsT -dsT -dsT -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -nYk -oYU -wpu -tCD -wpu -nGh -afF -xyc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(238,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -dsT -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -xyc -lAC -wpu -wpu -wpu -wkx -xyc -xyc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(239,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -xyc -cpj -vNM -jzL -xyc -xyc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(240,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -dsT -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -tcl -xyc -pgA -xyc -tcl -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(241,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -xyc -xyc -xyc -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(242,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(243,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(244,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(245,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -sPm -sPm -sPm -sPm -sPm -sPm -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(246,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(247,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(248,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(249,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(250,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(251,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(252,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(253,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -"} -(254,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(229,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +agr +agy +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +pHM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} -(255,1,1) = {" -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc -ajc +(230,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mHR +agy +agy +aac +cZT +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(231,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +pHM +vXM +pHM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(232,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jav +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +pHM +vXM +pHM +vXM +vXM +aaa +aaa +vXM +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(233,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +vXM +vXM +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +lkZ +uGq +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +siX +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(234,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +fjj +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +gGb +uGq +vQT +uGq +gGb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(235,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +uGq +sdo +lkZ +fRs +uGq +uGq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(236,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +uGq +sUD +ioi +ioi +ioi +nGh +uGq +uGq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(237,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aac +aac +aaa +aaa +aac +aac +aac +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +nUr +uHz +ioi +cWQ +ioi +tDD +gCC +uGq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(238,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aac +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +uGq +yle +ioi +ioi +ioi +dur +uGq +uGq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(239,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +uGq +rWV +pUK +nmx +uGq +uGq +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(240,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aac +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gGb +uGq +mpF +uGq +gGb +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(241,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +uGq +uGq +uGq +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(242,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(243,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(244,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(245,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +aaa +aaa +aaa +aaa +aaa +aaa +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(246,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(247,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(248,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(249,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(250,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(251,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(252,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(253,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(254,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +"} +(255,1,1) = {" +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM +vXM "} (1,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (2,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (3,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (4,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (5,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (6,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (7,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (8,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -puU -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +cAd +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (9,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -puU -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +cAd +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (10,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -puU -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +cAd +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (11,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -puU -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +cAd +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (12,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (13,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (14,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (15,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (16,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (17,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (18,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (19,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jwD -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -jvi -jvi -jvi -jvi -jvi -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pHM +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +gcp +gcp +gcp +gcp +gcp +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (20,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -jvi -aob -jUV -pxY -jvi -jvi -jvi -jvi -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +gcp +jFt +gnq +wtK +gcp +gcp +gcp +gcp +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (21,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -jvi -ajL -kEq -leW -fVZ -oaX -cIn -jvi -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +gcp +qBq +exv +gNy +oiL +aBI +isP +gcp +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (22,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -jvi -ajL -kEq -leW -qpx -pdq -uoA -jvi -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +gcp +qBq +exv +gNy +ydj +jap +uHQ +gcp +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (23,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -pBj -pBj -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -pBj -pBj -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -jvi -vPZ -leW -leW -jhr -nia -wYJ -jvi -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +rOy +rOy +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +rOy +rOy +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +gcp +iOh +gNy +gNy +mVj +agt +bxd +gcp +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (24,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -jvi -jvi -jvi -iHO -wJf -jvi -jvi -jvi -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +gcp +gcp +gcp +bhG +auz +gcp +gcp +gcp +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (25,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -jvi -pjk -fUS -jvi -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +gcp +oae +kFs +gcp +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (26,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -pBj -pBj -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -jvi -cxz -auz -jvi -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +rOy +rOy +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +gcp +agw +agG +gcp +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (27,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -jwD -pBj -pBj -pBj -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -pBj -pBj -pBj -jwD -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -jvi -jvi -jvi -jvi -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pHM +rOy +rOy +rOy +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +rOy +rOy +rOy +pHM +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +gcp +gcp +gcp +gcp +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (28,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -pBj -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -pBj -pBj -jwD -pBj -pBj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rOy +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +rOy +rOy +pHM +rOy +rOy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (29,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (30,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aGH -aGH -aGH -aGH -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aGH -aGH -aGH -aGH -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aGH -aGH -aGH -aGH -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +tPE +tPE +tPE +tPE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +tPE +tPE +tPE +tPE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +tPE +tPE +tPE +tPE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (31,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -tNY -tNY -tNY -tNY -tNY -rLg -aGH -xRT -sva -awZ -cEV -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -awZ -awZ -klk -mjS -awZ -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -awZ -eec -aZs -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oKl +oKl +oKl +oKl +oKl +avE +tPE +qnv +tld +nmY +fXf +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +nmY +nmY +cPH +dfL +nmY +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +nmY +hng +xnH +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (32,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aGH -nEc -aBa -xbA -aVR -ogP -aYr -aYr -aYr -aYr -aYr -aYr -aYr -uuY -aVR -nij -aAq -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -okd -jiP -aVR -dot -vCz -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +tPE +rhF +jEu +mlu +tCT +kHa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +iuz +tCT +hEb +nQG +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +vcI +gYz +tCT +oTC +pEB +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (33,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aGH -nEc -okd -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -awZ -awZ -wRZ -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -okd -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +tPE +rhF +vcI +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +nmY +nmY +bNA +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +vcI +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (34,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sWD -sWD -sWD -sWD -sWD -sWD -sWD -amm -vdY -azs -aTT -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -gTo -azs -keG -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -okd -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +iyc +iyc +iyc +iyc +iyc +iyc +iyc +bjX +kqf +dFP +nBu +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +kzw +dFP +iZo +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +vcI +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (35,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sWD -eOT -iZO -plp -jhj -iZO -sWD -aYm -nAU -aBa -agf -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -waG -aBa -aAq -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -okd -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +iyc +uhw +wXM +czg +ajo +wXM +iyc +niN +dZw +jEu +alS +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +gpR +jEu +nQG +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +vcI +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (36,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -ldN -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sWD -bhH -lPi -uLg -uHy -kjt -sWD -aQW -aBa -aBa -okd -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -aMf -aBa -aAq -rBH -aGH -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aGH -rGk -okd -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +iKN +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +iyc +iWQ +suR +qnW +hKX +mxE +iyc +utc +jEu +jEu +vcI +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +pbr +jEu +nQG +iAW +tPE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tPE +wgL +vcI +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (37,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sWD -dyz -iOh -uLg -apP -dyz -sWD -vbr -did -aOv -alx -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -aPv -aOv -vsH -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -xnt -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +iyc +gLY +wZA +qnW +nNi +gLY +iyc +hfy +ltt +aRA +tea +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +mMc +aRA +baK +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +dFt +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (38,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sWD -sMn -gNg -xRR -ebC -aBG -sWD -fjg -okd -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -awZ -awZ -wRZ -mjS -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -rbb -okd -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +iyc +qpY +udk +uSR +oXe +mOi +iyc +nVV +vcI +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +nmY +nmY +bNA +dfL +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +oTK +vcI +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (39,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sWD -aiz -fwc -qBG -tPW -gJZ -sWD -vbr -aBa -xbA -aVR -ogP -aYr -aYr -aYr -aYr -aYr -aYr -aYr -qqs -aVR -iJj -aAq -mjS -awZ -aYr -aYr -aYr -aYr -mfF -aYr -aYr -aYr -aYr -awZ -rbb -okd -rII -aVR -vQn -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +iyc +fCO +fZM +pwH +uME +sQe +iyc +hfy +jEu +mlu +tCT +kHa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +bfM +tCT +vxe +nQG +dfL +nmY +pMW +pMW +pMW +pMW +uUB +pMW +pMW +pMW +pMW +nmY +oTK +vcI +qMx +tCT +vMC +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (40,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sWD -ewl -uXW -hzi -pzo -hej -wBL -job -dni -awZ -cEV -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -awZ -awZ -awZ -uAi -iDJ -awZ -aYr -aYr -aYr -awZ -lSz -awZ -aYr -aYr -aYr -awZ -kGs -xMT -awZ -awZ -awZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +iyc +nTr +sbe +tmz +kUm +jfN +jde +kIZ +aVT +nmY +fXf +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +nmY +nmY +nmY +kgG +qch +nmY +pMW +pMW +pMW +nmY +aaF +nmY +pMW +pMW +pMW +nmY +wQN +qNa +nmY +nmY +nmY +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (41,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sWD -wXg -lzK -eQn -oxe -gyL -sWD -job -vdY -aqD -awZ -aYr -aYr -aYr -aYr -hFI -aYr -aYr -aYr -aYr -awZ -arv -kQI -mjS -awZ -aYr -aMZ -awZ -awZ -aVR -awZ -awZ -aMZ -aYr -awZ -kGs -iwj -aGH -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +iyc +tCX +bUG +azk +hqi +fnv +iyc +kIZ +kqf +cRJ +nmY +pMW +pMW +pMW +pMW +eYn +pMW +pMW +pMW +pMW +nmY +uGf +xiD +dfL +nmY +pMW +lQn +nmY +nmY +tCT +nmY +nmY +lQn +pMW +nmY +wQN +fJv +tPE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (42,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sWD -jhj -iZO -eQn -wKs -wQx -sWD -pED -aBa -okd -aMZ -aMZ -aMZ -awZ -awZ -awZ -awZ -awZ -aMZ -aMZ -aMZ -aEP -vIS -aBa -aMZ -aMZ -aMZ -aqD -awZ -wph -awZ -arv -aMZ -aMZ -aMZ -vIS -aSD -aGH -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +iyc +ajo +wXM +azk +jHr +jSa +iyc +eEx +jEu +vcI +lQn +lQn +lQn +nmY +nmY +nmY +nmY +nmY +lQn +lQn +lQn +chg +mtr +jEu +lQn +lQn +lQn +cRJ +nmY +hNx +nmY +uGf +lQn +lQn +lQn +mtr +hTa +tPE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (43,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -oIg -oIg -oIg -oIg -oIg -oIg -oIg -bRr -aBa -vdY -azs -azs -azs -azs -azs -azs -azs -azs -azs -azs -azs -lHt -vIS -aBa -aES -aBa -aBa -vdY -azs -azs -azs -lHt -aBa -aBa -aBa -vIS -aSD -aGH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +osk +osk +osk +osk +osk +osk +osk +jhj +jEu +kqf +dFP +dFP +dFP +dFP +dFP +dFP +dFP +dFP +dFP +dFP +dFP +ste +mtr +jEu +sHu +jEu +jEu +kqf +dFP +dFP +dFP +ste +jEu +jEu +jEu +mtr +hTa +tPE +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (44,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -tMc -tMc -tMc -tMc -cvg -job -job -job -hnE -job -mmg -job -job -xda -vhL -beI -iUX -aBa -aBa -ldi -aSL -vIS -vIS -vIS -pJU -qyI -myM -myM -whc -myM -dRX -myM -puM -dkf -aDP -aGH -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +jta +jta +jta +jta +jJX +kIZ +kIZ +kIZ +xYe +kIZ +kZB +kIZ +kIZ +qND +rDt +sYk +kDm +jEu +jEu +uqR +uDg +mtr +mtr +mtr +uAp +udZ +quL +quL +pNc +quL +iOG +quL +reg +ajv +nQM +tPE +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (45,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -oIg -oIg -oIg -oIg -oIg -aEJ -aEJ -aEJ -aEJ -aEJ -aEJ -aEJ -aEJ -aEJ -aEJ -acN -beI -aCS -lNs -azr -azr -azr -lNs -ajz -qyI -aDP -aGH -aGH -aGH -aGH -aGH -ihY -ihY -mAX -ihY -ihY -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk +osk +osk +osk +osk +oca +oca +oca +oca +oca +oca +oca +oca +oca +oca +vvk +sYk +iUr +rWB +yjN +yjN +yjN +rWB +dkD +udZ +nQM +tPE +tPE +tPE +tPE +tPE +tdx +tdx +nqb +tdx +tdx +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (46,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -oIg -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aEJ -aUl -xgd -ajD -aEJ -axp -pOO -asu -aGH -axp -axp -axp -aGH -apc -bzP -axp -wsx -atJ -mCe -rro -atM -ihY -xoD -sZf -sZf -sZf -mTm -sGv -sGv -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +oca +uhv +vyI +sTn +oca +jNb +qsa +wdU +tPE +jNb +jNb +jNb +tPE +fLN +tRo +jNb +ckM +nEF +jBy +iHr +mpw +tdx +mQa +aju +aju +aju +tIg +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (47,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -oIg -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -aAP -qzA -aAV -aBU -cVg -uPs -umP -bhZ -awC -aLR -rQJ -arT -fLa -wcq -aPi -wsx -aZM -aRX -ahy -kZC -ihY -xoD -ihY -ihY -ihY -ihY -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +eVQ +cII +oQF +vTB +aSG +qgR +aFh +qHM +kpC +dpG +sCw +jdk +aGx +cvz +blu +ckM +pYh +aow +mdY +tVO +tdx +mQa +tdx +tdx +tdx +tdx +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (48,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -lzG -sGv -sGv -oIg -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -aJe -iXZ -aAV -aBU -oev -bYj -umP -iNk -awt -aox -awt -aRH -fLa -pJU -aSD -wsx -pCH -xuX -ahy -atM -ihY -xoD -ihY -hRy -pHF -cfH -ihY -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +wyT +abM +abM +osk +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +xyk +smA +oQF +vTB +lyz +fNV +aFh +pNB +xQS +ski +xQS +pJE +aGx +uAp +hTa +ckM +wpu +igT +mdY +mpw +tdx +mQa +tdx +rnK +ouW +qzn +tdx +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (49,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -oIg -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -kRh -ivK -aRU -aor -kol -bYj -umP -awt -wxA -avy -kWD -awt -fLa -pJU -aGG -aHi -aly -xuX -ahy -atM -ihY -xoD -ihY -qGd -wAk -wXu -ihY -xAC -ihY -ihY -ihY -ihY -ihY -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +osk +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +rPt +ssn +vXL +sXa +aZX +fNV +aFh +xQS +wml +euI +mWK +xQS +aGx +uAp +teb +ilh +ufK +igT +mdY +mpw +tdx +mQa +tdx +aJN +fmu +mfF +tdx +vWk +tdx +tdx +tdx +tdx +tdx +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (50,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -mCI -mCI -mCI -mCI -mCI -sPm -sPm -sGv -sGv -sGv -sGv -sGv -pCD -pCD -pCD -pCD -rcA -pCD -aQm -aQm -aQm -aQm -anl -aQm -aQm -aQm -apT -aZT -amy -pgF -oHd -tcb -rab -iUX -aNs -rMW -avy -pSS -avy -uDx -mIe -fXo -aSD -aih -aLl -pzD -aNw -hfk -xJb -xoD -ihY -haZ -wmS -fEH -eiC -vNn -btC -eiC -jen -meS -jjQ -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +tFk +tFk +tFk +tFk +tFk +aaa +aaa +abM +abM +abM +abM +abM +ayR +ayR +ayR +ayR +dLI +ayR +rlv +rlv +rlv +rlv +cYA +rlv +rlv +rlv +sEX +qZA +jTF +xKe +edE +rnh +bTp +kDm +eVh +jXG +euI +xyr +euI +mEF +dMP +gsu +hTa +uIo +maz +wwI +bZG +hzR +sZH +mQa +tdx +gmH +can +rOV +cSr +fxP +xVV +cSr +qWN +tLg +nJF +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (51,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -mCI -mCI -mCI -mCI -deA -oGc -gFk -mCI -sPm -sPm -sGv -sGv -pCD -pCD -pCD -pCD -aWz -mNP -dZg -wZI -pII -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -aoj -kln -aRU -aor -oev -iaC -aNs -awt -kWD -avy -wxA -awt -fLa -rbC -lVl -kYn -uHr -fyX -ahy -atM -ihY -ihY -ihY -eiC -uBu -eiC -eiC -aDD -fyW -eiC -fwi -bAZ -sBF -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +tFk +tFk +tFk +tFk +biB +rdN +bwu +tFk +aaa +aaa +abM +abM +ayR +ayR +ayR +ayR +bVG +bid +fiP +qPV +hzN +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +bOv +okt +vXL +sXa +lyz +xIL +eVh +xQS +mWK +euI +wml +xQS +aGx +kgr +seh +vpS +mNC +gkR +mdY +mpw +tdx +tdx +tdx +cSr +uYj +cSr +cSr +hnH +gFt +cSr +gCQ +evs +ezh +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (52,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -mCI -soJ -sjL -oZx -aLj -tuB -drt -mCI -sPm -sPm -sGv -sGv -pCD -vCE -vCE -nXi -hAK -lHs -tzH -bZB -pII -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -aVC -kln -aAV -aBU -oev -iaC -aNs -apW -awt -cQO -awt -aRH -fLa -xCl -aSD -wsx -fYA -aFJ -ahy -atM -wsx -dno -ces -fqK -gfj -dCL -mSU -uTr -osx -qbH -fwi -dIh -jjQ -ihY -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +tFk +mez +kIA +aOW +xsg +vyO +cyb +tFk +aaa +aaa +abM +abM +ayR +xMg +xMg +uRi +qmN +kPx +rSv +cgl +hzN +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +fvc +okt +oQF +vTB +lyz +xIL +eVh +kJU +xQS +dcU +xQS +pJE +aGx +uzt +hTa +ckM +edu +aUh +mdY +mpw +ckM +bbM +puN +jPY +wFq +bKE +fkQ +iOi +ojI +vFC +gCQ +nZW +nJF +tdx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (53,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -mCI -mrS -mWf -sNc -mWf -drd -ccX -mCI -sPm -sPm -sGv -sGv -pCD -ukQ -iYX -hnd -rUE -fTK -wbu -hDU -pII -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aor -acY -azc -aAV -aBU -oev -iaC -aNs -wqI -lCz -fMx -kFu -fPW -oPe -akM -aSD -wsx -akn -bEM -ahy -kZC -wsx -jdi -uTr -iiL -ceH -tXY -sHO -rWc -mNi -eiC -eiC -eiC -eiC -ihY -ihY -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +tFk +bIz +hCO +jWy +hCO +uNJ +itH +tFk +aaa +aaa +abM +abM +ayR +bLO +mdV +tKa +bqu +dQw +hlo +rZq +hzN +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +sXa +jSJ +tnV +oQF +vTB +lyz +xIL +eVh +rIT +tBA +dHF +xZi +jTf +pyT +kly +hTa +ckM +uOQ +sMX +mdY +tVO +ckM +aHD +iOi +jxM +aeh +ewK +qDu +ild +ndz +cSr +cSr +cSr +cSr +tdx +tdx +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (54,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -ktC -mCI -ibC -eCh -mCI -tJY -oxd -vSn -mCI -sPm -sPm -sGv -sGv -pCD -vCE -vCE -nXi -cjJ -jPW -tTz -nCs -pII -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aQm -aEJ -aTc -fKf -ajE -aEJ -xHV -mHv -mVq -aGH -axp -axp -axp -aGH -tWG -vik -oLT -wsx -aTU -qZO -akp -atM -wsx -eEM -uTr -stF -tpV -tMT -nLE -rWc -leu -ini -gXy -tLS -ezb -tLS -ihY -ihY -ihY -ihY -ihY -ihY -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +yji +tFk +dFN +fLY +tFk +kcV +xNL +qXK +tFk +aaa +aaa +abM +abM +ayR +xMg +xMg +uRi +kDB +heN +vHl +vRq +hzN +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +rlv +oca +kaD +qYj +ceW +oca +pAw +dDi +jWg +tPE +jNb +jNb +jNb +tPE +bhY +emO +rWt +ckM +pMz +pzw +cGm +mpw +ckM +kwo +iOi +oyQ +aKg +fLr +olc +ild +lXe +bNV +ckt +xrn +lhV +xrn +tdx +tdx +tdx +tdx +tdx +tdx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (55,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -ktC -cSH -oeU -dvN -ktC -bBx -bBx -bBx -bBx -bBx -bBx -pMo -sGv -pCD -pII -pII -pII -pII -wuQ -tuC -ddO -pII -nXv -nXv -nXv -nXv -nXv -nXv -nXv -nXv -iMZ -iMZ -iMZ -iMZ -iMZ -aEJ -axp -ogI -gUX -aGH -aJT -jDv -gNb -aGH -apc -tBx -axp -wsx -wsx -wsx -wsx -wsx -wsx -cvL -uTr -cBv -mLE -tJu -tEZ -rWc -leu -tWS -nWv -uTr -bTO -rei -cuY -aPV -yee -jbo -psB -ihY -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +yji +wOb +mJQ +sub +yji +run +run +run +run +run +run +qpD +abM +ayR +hzN +hzN +hzN +hzN +exq +fTM +rcx +hzN +xQv +xQv +xQv +xQv +xQv +xQv +xQv +xQv +wHT +wHT +wHT +wHT +wHT +oca +jNb +cta +dfw +tPE +cpG +huT +tGo +tPE +fLN +icl +jNb +ckM +ckM +ckM +ckM +ckM +ckM +dNa +iOi +fTz +aKh +luP +coU +ild +lXe +naz +dXR +iOi +eyy +eJz +rAS +rfR +gsT +uJk +mNV +tdx +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (56,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -ktC -aPh -gAl -kmG -dds -xkv -vDg -set -wIj -mZc -bBx -pCD -lhJ -pCD -trK -trK -khf -pII -pII -pII -cMv -pII -rTa -rTa -rDd -bmg -xZO -fDF -fDF -fDF -iMZ -gHz -vGf -tiW -iMZ -gUu -gUu -chv -oua -aEO -ayD -ayD -cGG -aET -auB -uxC -qRb -erh -fLc -cAW -hkP -bHU -bKW -bKW -cNO -lPG -szQ -iEJ -xUB -iRK -las -sVv -xUB -xUB -npo -xUB -cuY -fZt -tbj -tbj -tbj -rRs -ihY -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +yji +kft +aBK +rGN +dTL +mjM +wNj +tBO +gtH +qZy +run +ayR +gKX +ayR +dsF +dsF +idW +hzN +hzN +hzN +hsb +hzN +gkU +gkU +eaU +rWm +xMI +aBV +aBV +aBV +wHT +uqs +kcw +ruV +wHT +twz +twz +leA +tMQ +xaB +vVc +vVc +vBM +cxs +vPg +geX +nbm +kVs +oFo +hFb +laT +hdH +gaq +gaq +aDZ +mkS +jXw +ahZ +kgd +rWe +gYD +hNz +kgd +kgd +uuC +kgd +rAS +iMy +eNx +eNx +eNx +apO +tdx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (57,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -wkE -wkE -wkE -wkE -wkE -wkE -yld -gAl -won -hvk -xkv -aKg -fZp -fZp -mDx -hKd -eOP -lhJ -pCD -vmD -whZ -mRe -dhW -nVa -ieT -lqo -wjh -rTa -rTa -hIM -bUl -gNu -fDF -drv -fDF -iMZ -uhJ -gug -dhk -iMZ -unA -gUu -uAf -iUX -iUX -iUX -xLb -wiE -bYj -bYj -jDZ -dlD -aen -aGj -eAC -aUW -bHU -uTr -uTr -dpm -akx -fJo -rox -tzW -duZ -tFN -tFN -tFN -tFN -lTk -tFN -bSE -iwY -eiR -wDc -jPS -wtz -kkv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +uov +uov +uov +uov +uov +uov +nDj +aBK +ceF +dta +mjM +ceO +inO +inO +awP +stz +wjk +gKX +ayR +eeL +kHZ +pEM +lOK +hSH +dxC +tbi +eja +gkU +gkU +vfp +jfn +ukn +aBV +tiL +aBV +wHT +srd +aiA +iQH +wHT +vUW +twz +mqK +kDm +kDm +kDm +off +boc +fNV +fNV +fbs +fwn +ald +fpg +eFN +njX +hdH +iOi +iOi +moX +bSd +lwx +hhD +fJF +nti +dKS +dKS +dKS +dKS +bIg +dKS +fst +fJN +vhB +nxq +eMF +uZD +aPe +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (58,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sck -sck -sck -upc -mPO -ltS -sQC -sck -yld -gAl -sbm -hvk -xkv -jKg -waw -uyo -tec -qqz -pCD -lhJ -pCD -oVy -oVy -rLq -thg -nAL -jlV -amb -nVI -qGI -bdo -dON -sOF -wXN -guw -cGc -vpq -iMZ -wOK -mwY -kWI -iMZ -gUu -gUu -ofC -kpk -azr -azr -lNs -azr -xWU -eik -tpt -xHA -hww -iBr -xfd -alg -bHU -oLY -oLY -uTr -tvh -hMh -uCS -jPX -qDw -jPX -qhp -qhp -qhp -btz -nql -cuY -aOb -nzG -qjz -skx -xgJ -ihY -ihY -ivY -ihY -rnx -rnx -rnx -rnx -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +xSX +xSX +xSX +lJu +avq +avy +tkH +xSX +nDj +aBK +dkO +dta +mjM +qJs +vRy +gbr +kMR +xRJ +ayR +gKX +ayR +jPM +jPM +rkp +lZl +osT +vDb +bEs +dar +uNB +wEV +hzC +gQZ +nVq +jAi +mSx +tHv +wHT +xNl +dqm +bZZ +wHT +twz +twz +vhv +uba +yjN +yjN +rWB +yjN +sEY +xhk +mhz +uEV +czP +wMt +vwT +uyd +hdH +oHp +oHp +iOi +kkP +iwY +dwO +cjQ +jQa +cjQ +bLe +bLe +bLe +dZM +ddk +rAS +mWC +uWW +aOt +wcr +pOE +tdx +tdx +tpB +tdx +jFJ +jFJ +jFJ +jFJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (59,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -mmd -arK -szM -wfw -xkh -rzc -rzc -hGE -mVk -gXE -nCk -nDb -eqs -xkv -xEx -xiE -smN -tbP -dzX -pCD -lhJ -pCD -wDi -qzQ -gQC -meI -gQC -pFM -wrz -wrz -wrz -wrz -wrz -wrz -sEA -tZY -nhd -atF -iMZ -wBK -vzR -fDC -iMZ -iMZ -iMZ -eig -iMZ -gpw -gpw -lCs -gpw -tjo -lCs -aGH -aGH -aGH -uSR -aCd -abF -bHU -uTr -uTr -uTr -akx -hMh -txA -ndu -ndu -pCn -ndu -ndu -ndu -ndu -euB -dav -uRy -avA -cpD -mhm -njF -cuY -oNT -eqL -sqL -cWw -rnx -dcU -rnx -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aeW +tyV +wdC +eUH +wHU +qhI +qhI +kDS +mOZ +wvG +pWO +kEc +ntp +mjM +byh +nHo +bxH +aFg +jWn +ayR +gKX +ayR +qHe +sTJ +vvC +xvJ +vvC +lTR +bNJ +bNJ +bNJ +bNJ +bNJ +bNJ +dIY +qiO +hUQ +aou +wHT +jjB +cyW +agp +wHT +wHT +wHT +sNr +wHT +ftg +ftg +jvf +ftg +qkV +jvf +tPE +tPE +tPE +cUL +nXn +fUy +hdH +iOi +iOi +iOi +bSd +iwY +dKy +xAg +xAg +usR +xAg +xAg +xAg +xAg +gTx +naN +umU +ejF +mZD +llJ +mgB +rAS +xQY +emK +aQu +iZk +jFJ +ruW +jFJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (60,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sck -sck -sck -jFg -tlX -jwB -lsP -sck -yld -vmK -oLk -wLt -xkv -xkv -odq -cip -vig -pCD -pCD -pCD -pCD -oVy -oVy -jJG +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +xSX +xSX +xSX +dJV +iiN +avz +fKz +xSX +nDj +kRB +nEc +gki +mjM +mjM +uWI +scV +cGU +ayR +ayR +ayR +ayR +jPM +jPM +fqZ +lqT +nRA +vDb +gKi +gKi +uNB +dfW +fWi +nTm +jfn +haf +msx +nWX +wHT +alB +xSr +umf +qjW +dCk +iDR +tDR +wHT +omH +jKZ +luX +mHX +jtg +jvf +vYC +jTa +yiM +pBj +nXn +lUf +hdH +dCD +gjL +iOi +kkP +iwY +mcX +tpR +sUs +rmi +uey lzp -tda -jlV -gQL -gQL -qGI -jpG -uHj -uGA -bUl -nmt -sXz -gPW -iMZ -vXe -cRR -lth -xjG -dVj -kOV -fyf -iMZ -grw -tgu -mPl -qAh -dyU -lCs -qVU -wiH -anG -ybS -aCd -qOp -bHU -aqn -xHm -uTr -tvh -hMh -loX -aZk -vfK -ozY -djg -jXQ -rJF -iXl +but +dFc +prt +rAS +rna +gwY +iRC +dqu +eLr +rAS +aeD +cVF +cxA +cxA +dQX +aEL jFJ -cuY -cox -hvS -wFt -moj -qgT -cuY -fmY -stk -iPs -iPs -opl -rGB -rnx -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (61,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -wkE -dOV -sck -ijP -sck -dOV -kbc -nCk -jTL -wLt -mAm -bxF -kCj -raz -mJA -eXi -mAm -mAm -ktC -fAS -gFN -lHb -fwf -kvS -ieT -vau -fCJ -pfA -pfA -oXb -uGA -lEA -fDF -muW -fDF -iMZ -fnq -cRR -xTX -tkn -sBs -vbm -lln -eig -aOn -jji -kGp -vdi -dbQ -lCs -pst -myD -anG -eef -aCd -qOp -eiC -eiC -eiC -bHU -bHU -iWl -fyt -bHU -bHU -eiC -eiC -eiC -eiC -eiC -eiC -cuY -rsq -fPt -qAC -cCU -cuY -cuY -pBx -qAr -iPs -wCI -rnx -olR -rnx -sPm -sPm -dsT -tNY -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +uov +xDQ +xSX +avA +xSX +xDQ +iko +pWO +iGJ +gki +nca +qkr +wjT +stL +kdr +tTc +nca +nca +yji +rbT +ndP +pwm +qpb +hAv +dxC +bsP +fQV +xMK +xMK +xQw +nTm +gKF +aBV +utk +aBV +wHT +rxN +xSr +lRr +uVb +iaT +gQz +nAP +sNr +jmR +oxf +qit +qIN +gFx +jvf +tkv +lGp +yiM +tRn +nXn +lUf +cSr +cSr +cSr +hdH +hdH +eCk +fhM +hdH +hdH +cSr +cSr +cSr +cSr +cSr +cSr +rAS +xzI +uYa +mHZ +ppK +rAS +rAS +pKr +bLA +cxA +jDN +jFJ +kAl +jFJ +aaa +aaa +aac +oKl +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (62,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sck -sck -sck -qWw -mPO -uku -aKI -dOV -mel -xfQ -jZp -wLt -mAm -mAm -qqG -eIR -sbm -pUs -mAm -mAm -ktC -trK -trK -xmy -ieT -ieT -ieT -hkC -hkC -cUB -cUB -hkC -qUO -hkC -fDF -fDF -fDF -iMZ -wnl -gbf -gha -niD -tGS -yil -vxW -bAY -cxB -pfv -qYh -uMi -jOY -lCs -hYb -aAG -anG -xhp -xGv -vbB -nnS -mxs -mxs -mxs -mxs -lFU -bhz -lKG -lKG -lKG -lKG -lKG -lKG -kSe -hkP -cuY -cuY -cuY -cuY -cuY -cuY -cuY -swj -pMA -vsu -gkm -rnx -rnx -rnx -rnx -sPm -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +xSX +xSX +xSX +rdo +avq +avB +jPx +xDQ +rOh +jwV +pNI +gki +nca +nca +iPi +iNc +dkO +vvS +nca +nca +yji +dsF +dsF +eQR +dxC +dxC +dxC +ief +ief +ujt +ujt +ief +xzA +ief +aBV +aBV +aBV +wHT +fEf +yhe +vBn +tRV +sik +iOm +ofA +eiQ +vhG +jSd +nXI +aGh +cKd +jvf +rRK +tel +yiM +brf +cXc +lVz +lmn +vnk +vnk +vnk +vnk +pDF +lTU +eUC +eUC +eUC +eUC +eUC +eUC +cFF +laT +rAS +rAS +rAS +rAS +rAS +rAS +rAS +xmZ +qXS +epP +aQL +jFJ +jFJ +jFJ +jFJ +aaa +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (63,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -rqb -nww -tNh -raR -fov -kkp -pLp -dOV -mel -iFo -wLt -wLt -mAm -mAm -geu -eIR -eQq -ktC -ktC -ktC -ktC -ktC -ktC -ieT -ieT -fbd -sjf -pos -jWU -dAS -hmh -qCU -eNf -hkC -hkC -hkC -hkC -iMZ -xtM -eig -pXB -iMZ -iMZ -iMZ -iMZ -iMZ -hVO -gpw -lCs -gpw -tzX -lCs -gYq -pBA -anG -jVp -xQu -aWe -rja -rja -rja -rja -rja -sio -aWe -rja -rja -rja -rja -rja -sio -hwy -qOp -dTg -inJ -qIJ -eZl -qIJ -inJ -rnx -vOU -klN -omW -heM -qHS -lHq -jEL -rnx -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +ciA +izO +xGw +wtQ +jGX +avC +eRi +xDQ +rOh +hRC +gki +gki +nca +nca +rQi +iNc +hZZ +yji +yji +yji +yji +yji +yji +dxC +dxC +jos +idG +hFL +ayJ +rKf +rhc +nNz +cRW +ief +ief +ief +ief +wHT +tKK +sNr +mki +wHT +wHT +wHT +wHT +wHT +lUK +ftg +jvf +ftg +tki +jvf +gMA +ric +yiM +mjx +heY +ddh +mQp +mQp +mQp +mQp +mQp +wuE +ddh +mQp +mQp +mQp +mQp +mQp +wuE +mzD +lUf +pUw +aNQ +lKc +kzT +lKc +aNQ +jFJ +daQ +oVN +hGD +lue +tEw +stJ +lje +jFJ +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} -(64,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sck -sck -sck -nWt -ceF -ikm -dHX -sck -mel -kEw -vYz -vwl -kNr -wQC -kKc -ltY -urG -bbU -pEg -nJN -ukw -ahm -sko -fxg -rwR -gvE -nXD -nXD -nXD -nXD -nXD -nXD -kRe -cFn -wSC -sjf -sjf -sjf -dvg -sjf -eRz -lHe -tjH -qpy -imU -tPp -qjR -fbj -iqs -fbj -oiZ -vSx -sLc -agr -anG -xcB -xQu -aqK -dTC -dTC -dTC -dTC -dTC -csu -aqK -dTC -dTC -dTC -dTC -dTC -csu -hwy -bzs -dTg -inJ -moy -eZl -aAB -inJ -vKD -dxo -klN -rnx -rnx -rnx -gjE -mdk -rnx -rLg -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +(64,1,2) = {" +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +xSX +xSX +xSX +ctW +hdD +avD +hYT +xSX +rOh +uGn +awp +hWL +vgl +iCu +xwa +wEC +pPP +qKd +jGL +jed +oIz +gnW +wiI +mcD +pDy +tWn +ykR +ykR +ykR +ykR +ykR +ykR +xMz +nSa +iTQ +idG +idG +idG +nKm +idG +gxm +twH +kII +fZD +qVI +owI +ngv +uUc +wHH +uUc +wid +kqY +vnZ +cEg +yiM +nMW +heY +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +mzD +pjc +pUw +aNQ +aOd +kzT +aOC +aNQ +aPf +cDw +oVN +jFJ +jFJ +jFJ +aHp +qgS +jFJ +avE +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (65,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -wkE -oqn -ceF -ceF -hOm -goo -hDb -aKB -qXR -cbp -hgy -dOl -jCL -jCL -jCL -fzK -snO -kzS -tFA -mIR -kzS -rsE -wWT -wIc -wBb -pmi -aiG -uvG -pmi -aqY -oow -prC -jeU -jOU -jOU -hqu -rrh -rrh -qxp -fCx -vBA -apt -aCL -tVQ -lvJ -lvJ -lvJ -lvJ -lvJ -uAK -aCL -aEv -kTU -qeB -bNS -aqK -dTC -dTC -dTC -dTC -dTC -csu -aqK -dTC -dTC -dTC -dTC -dTC -csu -hwy -tqr -dTg -ltE -dTg -dTg -dTg -dTg -dTg -dTg -uJm -dTg -qyK -ufa -jvJ -tNH -rnx -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +uov +hdL +hdD +hdD +woX +rao +kFl +xay +foz +ftw +bfr +ird +oTJ +oTJ +oTJ +oMU +uCZ +dSo +lNZ +eYu +dSo +rMS +psv +hTn +miR +maN +kPo +plW +maN +pCg +oRl +yar +dDm +uoO +uoO +fss +lVh +lVh +nYr +rEq +bSS +eKy +dOb +rbe +jva +jva +jva +jva +jva +aGA +dOb +lFl +nzH +xtn +ujs +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +mzD +anY +pUw +aNR +pUw +pUw +pUw +pUw +pUw +pUw +iTr +pUw +rYd +vne +qCZ +wTy +jFJ +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (66,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -wkE -cSp -fzS -tlX -wEi -sck -iGi -mDe -bkM -hEI -wYg -cVt -mAm -mAm -mAm -cCB -gub -ojQ -uaA -gsl -lPN -xuF -wxZ -eSt -oor -oor -oor -oor -oor -oor -cop -bRv -ylf -pmi -dGU -uvG -pmi -pmi -pmi -arZ -etr -cXX -aaX -dnP -axX -utP -kcv -jhH -axX -pgD -vSH -qxT -aoN -aGj -xCn -aoG -pRZ -pRZ -pRZ -pRZ -pRZ -sge -aoG -pRZ -pRZ -pRZ -pRZ -pRZ -sge -hwy -qMk -dTg -dzk -aGB -jmp -jmp -dVA -jmp -mVc -rDQ -dTg -dTg -qhn -jwv -eYZ -rnx -rLg -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +uov +rTm +iNZ +iiN +wCo +xSX +xoS +plQ +awr +awy +eSM +tfp +nca +nca +nca +neC +iUE +rxE +jyR +lMR +ktX +pqd +kdV +acr +qyZ +qyZ +qyZ +qyZ +qyZ +qyZ +ybD +qVN +vpa +maN +dFJ +plW +maN +maN +maN +pgm +kHS +jdZ +gwb +ppU +cFs +nzh +bfX +dIB +cFs +jwX +dEM +wDB +qqi +fpg +gpH +pPC +nqH +nqH +nqH +nqH +nqH +hGI +pPC +nqH +nqH +nqH +nqH +nqH +hGI +mzD +oxE +pUw +wts +pqf +kUo +kUo +cAp +kUo +bUr +flk +pUw +pUw +jYe +gnr +bIJ +jFJ +avE +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (67,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -hNf -hNf -hNf -hNf -hNf -xao -wBE -dOV -mlW -kWa -vYz -tet -kuR -cVt -mAm -mAm -mAm -cCB -hco -ktC -nLi -vYz -oor -oor -oor -oor -oor -vHU -rzM -vHU -bCj -oor -hEs -cSq -vGu -vGu -vGu -vGu -vGu -vGu -vGu -vGu -vGu -fjn -xaX -anG -axX -qqO -ppW -qbg -axX -anG -mPe -gXw -okG -ngF -lvm -keI -keI -asF -keI -keI -keI -keI -bSL -omt -lbF -xHY -gzl -grR -gzl -iCO -ktf -dTg -nhW -hXK -spb -hXK -spb -hXK -dAV -jmp -gPM -dTg -rnx -rnx -rnx -rnx -aYr -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +dEv +dEv +dEv +dEv +dEv +kIU +fWD +xDQ +grb +lUr +awp +dob +cmH +tfp +nca +nca +nca +neC +dER +yji +ehd +awp +qyZ +qyZ +qyZ +qyZ +qyZ +uVo +cGN +uVo +eVC +qyZ +htr +sWQ +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +qhM +nYq +yiM +cFs +nVr +gbe +jGG +cFs +yiM +nEu +rLP +mlj +yjQ +rEu +bBI +bBI +iWj +bBI +bBI +bBI +bBI +oCj +hlJ +mwd +tda +ubW +kjr +ubW +djt +aMM +pUw +pLf +xFh +tfW +xFh +tfW +xFh +ivt +kUo +vkA +pUw +jFJ +jFJ +jFJ +jFJ +pMW +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (68,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -hNf -hNf -kdV -kze -wbr -hNf -hNf -hNf -emR -emR -wGu -emR -emR -bcI -cVt -mAm -mAm -mAm -cCB -gQs -xZR -wAI -vNo -oor -ehg -mEE -oAZ -ite -vHU -oaE -vHU -jFl -oor -fCu -sVi -vGu -yjL -jfP -jBw -ajm -voB -azG -ajJ -kqb -dwv -bsz -gEb -axX -qqO -ppW -qbg -axX -pSs -gun -aFj -aJV -aJV -eoX -aJV -aJV -hqU -hqU -hqU -hqU -hqU -hqU -aFz -dIn -mWG -gcu -ilF -yan -akZ -vZf -dTg -sFX -xBs -eKy -tqC -eKy -tqC -hOc -jmp -sbz -dDt -mAP -tOF -vyr -kxq -kxq -aYr -aYr -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +dEv +dEv +ihc +wYE +trY +dEv +dEv +dEv +iUh +iUh +mbX +iUh +iUh +tAo +tfp +nca +nca +nca +neC +niZ +yeG +oZA +wky +qyZ +hiq +pWW +oho +wKf +uVo +iGM +uVo +alf +qyZ +xEv +bfy +aQO +gPA +hbV +dbJ +xyn +eSH +wJy +xgZ +lPY +esd +kiU +kTz +cFs +nVr +gbe +jGG +cFs +mCu +pow +uHT +fSr +fSr +pjg +fSr +fSr +qOF +qOF +qOF +qOF +qOF +qOF +mAb +gQv +pFE +lGH +nWR +mYw +bgN +aMN +pUw +nts +uuZ +jLf +fXB +jLf +fXB +nuw +kUo +kMm +ggV +vCZ +ikL +tSp +buB +buB +pMW +pMW +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (69,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -hNf -vBi -qKD -bKa -iLI -qEJ -eWn -hNf -tbz -uXo -xHc -uwd -oas -mel -cVt -mAm -mAm -mAm -cCB -tdp -pOi -won -vpl -oor -yeS -rRQ -ssT -sKb -dYz -bSa -bSa -bCj -oor -gWy -eLH -jnI -slj -fsa -thv -kzH -eFM -iyX -aDN -kqb -hne -bsz -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -aJV -ecv -mvF -aFU -aJV -hqU -ocA -pfX -mlq -qZU -hqU -nFF -eLh -tyJ -gCs -lkg -wZD -arX -dTg -dTg -fUw -sdE -spb -sdE -spb -sdE -dAV -jhg -jhg -jhg -mAP -jEc -gzI -xaH -kxq -aYr -aYr -tNY -tNY -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +dEv +eJG +trm +anj +hgn +mKP +sqc +dEv +avP +rZA +hwv +udq +awz +rOh +tfp +nca +nca +nca +neC +eOh +mwg +ceF +avX +qyZ +qsI +joF +kSZ +bvq +njq +xIp +xIp +eVC +qyZ +jsT +tJE +uTs +sKC +riZ +rHb +aNp +pfD +hhc +lEl +lPY +eaT +kiU +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fSr +pMS +ejD +gzY +fSr +qOF +btC +okd +wri +gHC +qOF +aKV +tWw +vjv +ifg +xUG +lAR +ijj +pUw +pUw +tqT +pxo +tfW +pxo +tfW +pxo +ivt +gHe +gHe +gHe +vCZ +lqS +skw +kkg +buB +pMW +pMW +oKl +oKl +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (70,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -hNf -hNf -hNf -hNf -uNi -nSp -enm -gqd -iLI -esz -hNf -icg -uEs -hgB -lPP -oas -mel -cVt -mAm -mAm -mAm -mqg -bJX -tdp -wic -vWt -oor -rRQ +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +dEv +dEv +dEv +dEv +lyH +exx +ouM +iub +hgn +dQd +dEv +dzY +ouJ +hhN +wOU +awz +rOh +tfp +nca +nca +nca +ycm +qdY +eOh +pJJ +fWM +qyZ +joF +kSZ +lmG +hHI +gIG +bxN +iyQ +qyZ +qyZ +xbw +vTn +oTl +cOl +shw +mGp +nlF +boU +rQG +xCm +lPY +eaT +vfr +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fXY +lyx +rIg +qIs +fSr +vCx +rVp +rVp +vgZ +iOT +jzo +fKX +qqe +tDT +tDT +tDT +tHt +jAL +pUw +lEr ssT -kiw -gml -ahR -xXa -gFe -oor -oor -rSW -apx -mCv -dsb -kiQ -tQz -gzq -jqU -bZR -lzU -kqb -hne -wya -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -iBL -azU -qhW -apk -aJV -dYd -awR -awR -sDI -ogn -kDJ -mQF -qRi -dTC -dTC -dTC -xMK -mKL -dTg -xkK -ose -qva -eKy -qva -eKy -mjK -hOc -fDg -sKh -uMN -mAP -oAs -cFI -xaH -kxq -kxq -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +aOe +jLf +aOe +jLf +qOe +nuw +dVo +eGl +aUC +vCZ +kbW +jwf +kkg +buB +buB +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (71,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -hNf -snS -snS -snS -fyD -rca -axd -vAy -gqd -iLI -iQs -tRA -wwx -vPi -ebM -oas -mel -cVt -mAm -mAm -mAm -cVE -kCt -iGM -bJX -wUs -oor -ssT -uCE -gmV -rgX -bvK -axK -dYz -dLP -tGF -sSh -ijA -piN -xFT -jto -eNZ -hLd -xYp -eDT -rXI -kqb -hne -bsz -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -iBL -aRS -tJF -anW -aJV -awR -kLs -kLs -kLs -kLs -mfm -bNR -dGC -dTC -dTC -dTC -xMK -uou -eto -oMo -oMo -oMo -oMo -oMo -oMo -oMo -oog -fDg -jmp -jhg -gXk -fRZ -fRZ -eku -ukG -kxq -kxq -kxq -kxq -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +dEv +gxf +gxf +gxf +dst +nvI +hMq +wpn +iub +hgn +lAC +avR +agZ +osB +kCm +awz +rOh +tfp +nca +nca +nca +ruA +nyt +phB +qdY +xNj +qyZ +kSZ +sTf +imr +iue +hyE +hEq +njq +kVV +qjZ +nbh +sUX +pdE +cNc +mEK +guu +yfE +aCR +wIi +pkP +lPY +eaT +kiU +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fXY +hMg +uSe +kQX +fSr +rVp +aJi +aJi +aJi +aJi +cdV +ufO +gKr +tDT +tDT +tDT +tHt +xnU +bTn +uul +uul +uul +uul +uul +uul +uul +rPZ +dVo +kUo +gHe +jtH +uFY +uFY +wnK +ifw +buB +buB +buB +buB +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (72,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -hNf -dqd -ozA -dAX -vwt -guY -iQs -rHs -ejC -dAX -nYv -jZX -cao -mVy -rAO -aXJ -mel -fBe -xvL -rmi -xvL -xAZ -dsH -dsH -kKu -fxo -oor -apO -gml -lny -gml -kfy -gml -pUB -lVP -fTH -vFT -qBr -mxi -xfZ -lIK -dKh -iwS -pCV -ffq -cwJ -kqb -gdr -tsa -anG -axX -fve -ajY -wUT -axX -anG -pwz -aEB -vfA -xNs -lmJ -eTg -aJV -awR -hqU -omw -omw -hqU -pZZ -xkG -lMy -fdF -fdF -fdF -ncz -qHq -fhI -mnY -xiT -iLO -bxZ -mnY -mnY -ojU -iZC -qiB -qjc -jmp -hHY -otc -yjX -otc -yad -qUB -dDU -fLO -tjf -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +dEv +pvi +kjF +yjm +hPs +juT +lAC +pbo +aeX +yjm +oby +etH +bLT +hvZ +mGN +mLo +rOh +gAO +odr +csc +odr +pBZ +lSo +lSo +azy +tFK +qyZ +pml +hHI +nfR +hHI +shs +hHI +nUM +bNF +pWN +jdF +heE +qkE +awS +qBw +hYR +mJm +sTH +irN +jfp +lPY +xFl +hLi +yiM +cFs +tcr +oai +usE +cFs +yiM +rKT +cbe +aEa +gbl +lZz +jMe +fSr +rVp +qOF +xmR +xmR +qOF +aKL +nQN +nwz +fsC +fsC +fsC +kqK +srN +ckb +jkt +qaN +pNz +ibW +jkt +jkt +wKP +piE +mVo +aQx +kUo +tXn +tCi +hPI +tCi +aRy +wVg +aRI +aRL +mEH +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (73,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -hNf -erD -hdj -cJU -fyD -rca -hhK -fbl -hFw -iLI -iQs -vXZ -wwx -wjR -nDA -oas -mel -cVt -mAm -mAm -mAm -cVE -ogr -ikD -wry -gGA -oor -cyw -keM -jXE -vGD -qqM -weT -fay -dLP -vlX -xrM -lOg -oci -utJ -dte -vtF -iob -kuY -hny -aDU -kqb -hne -bsz -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -iBL -alb -tJF -xsk -aJV -awR -kLs -kLs -kLs -kLs -mfm -bNR -byn -dTC -dTC -dTC -hHe -ngz -hyR -mnY -xiT -mnY -mnY -mnY -mnY -mnY -iZC -fDg -jmp -jmp -mFz -lhO -eYX -lhO -tKD -kxq -kxq -kxq -kxq -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +dEv +ggE +uPZ +eSj +dst +nvI +kwq +chr +avg +hgn +lAC +ktA +agZ +iLs +kQy +awz +rOh +tfp +nca +nca +nca +ruA +otz +kTT +hMA +qnm +qyZ +dtu +jpa +mmv +fKW +uGb +qti +pRB +kVV +mIp +hZP +uDW +cMb +qiq +crR +mer +gtj +lqy +vYw +cWl +lPY +eaT +kiU +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fXY +cwy +uSe +agM +fSr +rVp +aJi +aJi +aJi +aJi +cdV +ufO +fJe +tDT +tDT +tDT +ylF +eOs +sZw +jkt +qaN +jkt +jkt +jkt +jkt +jkt +piE +dVo +kUo +kUo +aQU +dGJ +rGR +dGJ +pgz +buB +buB +buB +buB +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (74,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -hNf -hNf -hNf -hNf -etU -mYG -vqz -hFw -iLI -wLu -hNf -wsN -tXz -mWj -aXc -oas -mel -cVt -mAm -mAm -mAm -lwm -wry -pAC -pAC -rzu -oor -nmW -weu -aqM -gml -lkt -vQy -jnV -oor -oor -deh -hSc -rJN -mXD -dsV -jwG -mNv -tOE -yfr -qQn -kqb -hne -bsz -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -iBL -qYa -jUq -ayX -aJV -bJK -uDQ -dml -dml -dml -eiV -fHp -mSs -dTC -dTC -dTC -hHe -qHq -dTg -pAH -nRL -lyR -hDm -lNn -hDm -lyR -jGz -fDg -sKh -jmp -mAP -twB -obk -xaH -kxq -kxq -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +dEv +dEv +dEv +dEv +bKl +oBY +htq +avg +hgn +kkV +dEv +mKq +ahc +pLO +nzz +awz +rOh +tfp +nca +nca +nca +hYN +hMA +gvQ +gvQ +oCv +qyZ +oPF +uWz +rYL +hHI +bUT +aAr +tkU +qyZ +qyZ +tiT +fli +asY +pUG +fnu +osw +far +yjf +czX +vrN +lPY +eaT +kiU +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fXY +iRQ +hHY +sAc +fSr +pkq +urK +uLd +uLd +uLd +uhf +fAQ +ktB +tDT +tDT +tDT +ylF +srN +pUw +cWv +qOi +oqS +mEs +aOD +mEs +oqS +pPe +dVo +eGl +kUo +vCZ +dPT +wiU +kkg +buB +buB +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (75,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hNf -nUL -xMM -fRK -iLI -lhK -wLu -hNf -quY -wnM -xJn -gnl -oas -mel -cVt -mAm -mAm -mAm -cCB -pAC -pAC -fii -vpl -oor -jQd -dur -weu -yaj -fay -tLv -tLv -bCj -oor -hZG -ggT -dxB -rzl -kex -hOf -ajs -aCN -iyX -hKt -kqb -hne -bsz -fMa -axX -qqO -ppW -qbg -axX -fMa -gun -aEH -aJV -asq -uFQ -rQA -aJV -hqU -cUd -bXG -atG -hPK -hqU -aDa -dzg -epv -gHO -blz -thB -bav -dTg -dTg -iTZ -wNz -htb -wNz -htb -wNz -cmz -jmp -jmp -jmp -mAP -bhg -mRS -xaH -kxq -aYr -aYr -aYr -joh -joh -joh -aYr -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dEv +jlQ +sne +ubk +hgn +dbo +kkV +dEv +nJd +qjI +hzk +pfj +awz +rOh +tfp +nca +nca +nca +neC +gvQ +gvQ +xum +avX +qyZ +dIZ +xVp +uWz +cda +pRB +ayL +ayL +eVC +qyZ +gWd +azo +xHB +qvK +obW +uvu +aCC +ukE +hhc +esf +lPY +eaT +kiU +aQm +cFs +nVr +gbe +jGG +cFs +aQm +pow +pyf +fSr +jhs +yii +cdr +fSr +qOF +aSe +mXY +woJ +tdR +qOF +aKZ +gsO +aLi +aLQ +aMd +aMn +dzz +pUw +pUw +aNS +sxG +ubH +sxG +ubH +sxG +mTh +kUo +kUo +kUo +vCZ +oOT +vMJ +kkg +buB +pMW +pMW +pMW +sdb +sdb +sdb +pMW +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (76,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -kVU -kVU -kVU -kVU -hNf -hNf -xnc -heT -ogu -hNf -hNf -hNf -emR -emR -pWP -emR -emR -qzt -cVt -mAm -mAm -mAm -cCB -oka -wBm -qLv -ryC -oor -stI -sKc -oAZ -mYH -vHU -qgg -vHU -kzh -oor -fYE -iOt -vGu -pjO -hrn -uMP -srV -lnV -fqS -jOz -kqb -bRA -bsz -bHj -axX -qqO -ppW -qbg -axX -swa -gun -wmU -aJV -aJV -sMF -aJV -aJV -hqU -hqU -hqU -hqU -hqU -hqU -rQo -kBf -tue -izy -aST -iKr -gOc -mMY -dTg -lMR -qbG -hDm -qbG -hDm -jRB -jGz -jmp -jmp -gUQ -mAP -oge -wDz -kxq -kxq -aYr -aYr -aYr -joh -gQe -joh -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +rmB +rmB +rmB +rmB +dEv +dEv +irf +mcU +eka +dEv +dEv +dEv +iUh +iUh +hEK +iUh +iUh +aFV +tfp +nca +nca +nca +neC +iBO +blo +fxK +lpg +qyZ +cFH +xcH +oho +bPp +uVo +mDY +uVo +ahG +qyZ +xLi +meO +aQO +rup +wzm +rAh +gre +eUy +mgq +nhV +lPY +gBN +kiU +nlS +cFs +nVr +gbe +jGG +cFs +cPI +pow +kll +fSr +fSr +lwd +fSr +fSr +qOF +qOF +qOF +qOF +qOF +qOF +fwF +tou +nSf +wdZ +gij +gWo +tXY +aMO +pUw +jpB +jba +mEs +jba +mEs +eer +pPe +kUo +kUo +vob +vCZ +vua +wMD +buB +buB +pMW +pMW +pMW +sdb +qEH +sdb +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (77,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -mCo -sPm -sPm -kVU -kbU -sAH -owb -kVU -hNf -hNf -kVF -mzM -hNf -hBo -mfX -ajI -xZb -xWR -bKH -cSH -uZv -cVt -mAm -mAm -mAm -cCB -vQp -ktC -xWb -vYz -oor -oor -oor -oor -oor -vHU -jld -vHU -bCj -oor -qAp -hEs -vGu -vGu -vGu -vGu -vGu -dgP -vGu -vGu -vGu -fjn -bmY -anG -axX -qqO -ppW -qbg -axX -anG -tcq -fTm -tPO -pnG -rNT -sdT -sdT -jac -sdT -sdT -sdT -dEp -osI -qhf -iiX -juY -iiX -hSW -iiX -lDG -vDD -dTg -lwy -aeJ -htb -gsg -htb -gsg -cmz -sJf -sEX -dTg -mAP -cIG -mAP -mAP -rLg -rLg -jKb -pHv -xFj -ruN -xFj -xFj -jKb -rLg -rLg -rLg -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +oMP +aaa +aaa +rmB +hlb +dFI +wwc +rmB +dEv +dEv +ukw +pyF +dEv +mSw +rWT +gYd +isV +mtd +awu +wOb +nCy +tfp +nca +nca +nca +neC +rco +yji +qAB +awp +qyZ +qyZ +qyZ +qyZ +qyZ +uVo +dEU +uVo +eVC +qyZ +tfX +htr +aQO +aQO +aQO +aQO +aQO +qiW +aQO +aQO +aQO +qhM +nKo +yiM +cFs +nVr +gbe +jGG +cFs +yiM +qCJ +vNF +prs +gtQ +uKr +uZs +uZs +ica +uZs +uZs +uZs +qdG +vEv +feZ +llm +xMS +llm +iHO +llm +ygY +aMP +pUw +aNU +dsl +ubH +jIA +ubH +jIA +mTh +ieH +bKg +pUw +vCZ +wAA +vCZ +vCZ +avE +avE +esT +mAG +tMW +byH +tMW +tMW +esT +avE +avE +avE +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (78,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -kVU -swf -aoz -hHL -xQj -orW -mUy -hwm -iBN -bMT -iXy -qVl -qVl -cBj -rZP -mYX -yhV -nkb -cVt -mAm -mAm -mAm -cCB -sMN -iwp -xWS -aqb -gro -aqi -jiL -xfD -oor -oor -oor -oor -oor -oor -lVI -okf -rCt -sjf -arA -nmn -sjf -sjf -sjf -pNi -jfY -mbX -avd -dbd -axX -qqO -ppW -qbg -axX -scg -hWa -nLd -aoN -aGj -oXM -aWe -rja -rja -rja -rja -rja -sio -aWe -rja -rja -rja -rja -rja -sio -nmJ -qMk -dTg -syo -whu -jmp -jmp -uNI -jmp -jmp -hQr -dTg -dTg -mDK -mDK -mDK -mAP -aYr -aYr -joh -aYr -aYr -eyx -aYr -aYr -joh -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +rmB +sNa +gJI +ptu +qUY +auP +qxT +jkQ +tod +ruy +cSq +fZe +fZe +nBj +iZN +rLf +dUj +mjF +tfp +nca +nca +nca +neC +fph +sHw +kil +axp +rUd +njR +joB +lTV +qyZ +qyZ +qyZ +qyZ +qyZ +qyZ +hgG +aBY +aBq +idG +mzs +eON +idG +idG +idG +juw +sKZ +hja +kGF +tJe +cFs +nVr +gbe +jGG +cFs +nBo +jXd +oDj +qqi +fpg +jGi +ddh +mQp +mQp +mQp +mQp +mQp +wuE +ddh +mQp +mQp +mQp +mQp +mQp +wuE +uEE +oxE +pUw +aNV +frB +kUo +kUo +tFg +kUo +kUo +obh +pUw +pUw +wfb +wfb +wfb +vCZ +pMW +pMW +sdb +pMW +pMW +pik +pMW +pMW +sdb +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (79,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -kVU -rGx -sbI -avg -iqA -cso -qWO -eog -vio -vio -keZ -keZ -keZ -qwd -lcB -jOy -ubX -hgy -lSt -jzm -jzm -jzm -eDQ -jWf -kzS -tFA -mIR -kzS -rsE -vAW -skL -sfm -sjf -ovv -nmn -pKj -arb -gPc -kJp -gvs -hMH -jOU -qWH -qWH -qWH -coq -jAL -vBA -eKQ -aCL -bpj -lvJ -wbb -azB -qYi -lvJ -dRg -eVI -iyM -oXz -oNk -iMH -aqK -dTC -dTC -dTC -dTC -dTC -csu -aqK -dTC -dTC -dTC -dTC -dTC -csu -nmJ -tqr -mXk -mXk -mXk -mXk -mXk -mXk -mXk -mXk -qzU -mXk -dXb -mDK -mDK -mDK -mAP -aYr -aYr -joh -jKb -xFj -fMu -xFj -jKb -joh -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +rmB +aqr +kPf +aUa +pUS +mAT +voA +nKj +eyA +eyA +dte +dte +dte +dlk +sgB +moo +nHW +bfr +bVN +tTJ +tTJ +tTJ +rzX +wEx +dSo +lNZ +eYu +dSo +rMS +bPV +ubd +erx +idG +ayM +eON +azN +dbY +mSf +svc +ydh +aiC +uoO +sEW +sEW +sEW +cmW +rti +bSS +yhR +dOb +kkF +jva +qWY +dii +jEc +jva +ayA +kjm +pln +tTs +oiV +hGy +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +uEE +anY +apC +apC +apC +apC +apC +apC +apC +apC +aqg +apC +vkd +wfb +wfb +wfb +vCZ +pMW +pMW +sdb +esT +tMW +pIS +tMW +esT +sdb +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (80,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -kVU -sEl -mLt -mLt -wpb -oPn -qWh -sNV -gWP -wTP -hvy -iYN -lnC -iYN -bug -bKH -iJx -xhs -vgx -vgx -vgx -koo -pEe -hSy -iHG -cmA -ucN -tvZ -pxI -uGV -fhx -blf -blf -kJp -kJp -kJp -kJp -nqE -dGU -wuC -dwb -kBI -nFe -nFe -nFe -vvf -uFP -fAo -aiy -wnF -mrE -lvJ -wbb -azB -qYi -lvJ -jWp -lCG -aGC -anG -ece -kEx -aqK -dTC -dTC -dTC -dTC -dTC -csu -aqK -dTC -dTC -dTC -dTC -dTC -csu -nmJ -jVz -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -mXk -mAP -mAP -mAP -mAP -mAP -aYr -aYr -joh -aYr -aYr -eyx -aYr -aYr -joh -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +rmB +nPZ +wHI +wHI +bvl +vyG +cdZ +ltl +avj +uYx +oUx +ljw +toB +ljw +gnL +awu +xMa +iiw +kWd +kWd +kWd +fpQ +pSG +aBN +sDO +jFh +msW +pLg +nSV +aPk +sGG +tAF +tAF +svc +svc +svc +svc +aeP +dFJ +aBr +trZ +myc +nsn +nsn +nsn +hPM +fmJ +xNF +fRW +xBV +xlT +jva +qWY +dii +jEc +jva +vlb +uFD +onf +yiM +tWe +cLs +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +kGA +tDT +tDT +tDT +tDT +tDT +gTJ +uEE +ygH +apC +abM +abM +abM +abM +abM +abM +abM +abM +apC +vCZ +vCZ +vCZ +vCZ +vCZ +pMW +pMW +sdb +pMW +pMW +pik +pMW +pMW +sdb +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (81,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -kVU -tRU -pXw -pXw -dZw -cso -bRa -kbV -sXu -nMa -kAQ -mXq -idh -kED -wHD -bcm -wLt -qPM -sbm -mvw -gid -rQW -pnI -pnI -pnI -pnI -pnI -pnI -aAN -pnI -uDD -pmi -pmi -diN -pmi -dGU -pmi -sdh -wLS -wLS -vcE -wLS -wLS -asl -asl -kvc -aLX -anG -anG -avf -anG -axX -qqO -hmR -qbg -axX -anG -izI -anG -anG -aGj -dGj -aoG -pRZ -pRZ -pRZ -pRZ -pRZ -sge -aoG -pRZ -pRZ -pRZ -pRZ -pRZ -sge -dTk -asP -iFN -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -mXk -sPm -sPm -sPm -sPm -gnZ -rLg -rLg -jKb -xFj -xFj -qZF -pHv -pHv -jKb -rLg -rLg -rLg -rLg -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +rmB +auH +scC +scC +iPd +mAT +lvH +uYd +avk +fBk +wbH +bYA +kyF +kMI +bFo +iZb +gki +ylw +dkO +krH +lvc +aoB +tFJ +tFJ +tFJ +tFJ +tFJ +tFJ +vMu +tFJ +pyn +maN +maN +lfP +maN +dFJ +maN +srz +xEo +xEo +kRm +xEo +xEo +oTq +oTq +tlg +kOE +yiM +yiM +gZM +yiM +cFs +nVr +laU +jGG +cFs +yiM +wkL +yiM +yiM +fpg +gyz +pPC +nqH +nqH +nqH +nqH +nqH +hGI +pPC +nqH +nqH +nqH +nqH +nqH +hGI +uMk +vGi +nZm +abM +abM +abM +abM +abM +abM +abM +abM +apC +aaa +aaa +aaa +aaa +aai +avE +avE +esT +tMW +tMW +sOg +mAG +mAG +esT +avE +avE +avE +avE +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (82,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -kVU -ceL -ves -wJL -pyg -orW -sOv -kbV -aYf -nMa -dUV -nOz -aIh -nOz -bug -xrj -wLt -cfy -sbm -sbm -pAC -hQE -pnI -sGv -sGv -sGv -sGv -sGv -sGv -pnI -ezo -ezo -ezo -ezo -ezo -ezo -wLS -wLS -wLS -wop -qPG -krZ -wLS -mpr -eOm -uBz -aEV -anG -roo -avc -anG -xHO -oAH -rKv -wzc -xHO -anG -jpI -roo -anG -cdf -sQA -tas -ddm -uSA -uSA -uSA -tKX -uSA -uSA -tKX -uSA -uSA -uSA -mCE -uSA -wTb -aLs -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -joh -aYr -aYr -cvx -aYr -aYr -joh -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +rmB +pxf +bWb +toY +wpM +auP +auY +uYd +avl +fBk +myB +vhl +asG +vhl +gnL +lvm +gki +bPr +dkO +dkO +gvQ +kmy +tFJ +abM +abM +abM +abM +abM +abM +tFJ +ltw +ltw +ltw +ltw +ltw +ltw +xEo +xEo +xEo +qBA +irG +mcg +xEo +eCp +ihu +pUJ +udY +yiM +ojT +drW +yiM +wgh +pZE +vfD +dRL +wgh +yiM +toT +ojT +yiM +sjN +heD +nnQ +fke +uMQ +uMQ +uMQ +rXO +uMQ +uMQ +rXO +uMQ +uMQ +uMQ +lEq +uMQ +kGo +aMQ +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +sdb +pMW +pMW +cyq +pMW +pMW +sdb +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (83,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -bMe -kVU -cso -cso -cso -cso -cso -lKf -kbV -pBm -nMa -kAQ -kAQ -dQS -bjZ -tbx -lMp -wLt -fOp -uwH -sMr -rQl -jHm -pnI -sGv -sGv -sGv -sGv -sGv -sGv -pnI -nZv -gQr -ezo -xGl -lPm -ezo -xJF -gld -rHC -cAR -dJA -dOm -wLS -vhe -vOa -ifO -asb -anG -pst -xuH -anG -axX -qqO -hmR -qbg -axX -anG -uXC -pst -anG -asG -lig -asG -fdF -nqa -nqa -nqa -qou -nqa -nqa -qou -nqa -nqa -nqa -fdF -fML -rWO -fML -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -joh -xFj -xFj -hzz -pHv -pHv -joh -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +tag +rmB +mAT +mAT +mAT +mAT +mAT +auZ +uYd +avm +fBk +wbH +wbH +qPI +cQM +gRO +ppr +gki +cGg +hhO +opT +gQk +txJ +tFJ +abM +abM +abM +abM +abM +abM +tFJ +nwv +cSh +ltw +pbx +pyA +ltw +rdm +vjq +fhK +ktl +mjd +mjI +xEo +waE +hBf +pkk +sDe +yiM +tkv +qUg +yiM +cFs +nVr +laU +jGG +cFs +yiM +rnR +tkv +yiM +nyM +cxf +nyM +fsC +dmf +dmf +dmf +tFQ +dmf +dmf +tFQ +dmf +dmf +dmf +fsC +vvK +uhs +vvK +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +sdb +tMW +tMW +nvf +mAG +mAG +sdb +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (84,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -bMe -fJL -gVV -rRY -lkV -wMm -uFk -cod -kbV -cqT -chR -hvy -kAQ -isl -mQa -mQa -mQa -mQa -iYU -mQa -mQa -eoO -mQa -pnI -sGv -sGv -sPm -sPm -sPm -sPm -ezo -taq -cFz -czX -xXl -vVu -ezo -kxO -kIT -vem -iHW -iXt -fvj -wLS -aAg -fet -dvR -aks -anG -anG -qjG -anG -axX -qqO -hmR -qbg -axX -anG -jjI -anG -anG -axX -axX -axX -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -dKb -lez -mJl -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -xFj -xFj -vzp -vzp -vzp -pHv -pHv -pHv -joh -jKb -joh -joh -joh -jKb -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +tag +sOq +aRk +kzg +nZS +hHf +auR +auW +uYd +avn +fAg +oUx +wbH +doF +jKq +jKq +jKq +jKq +bLN +jKq +jKq +tTg +jKq +tFJ +abM +abM +aaa +aaa +aaa +aaa +ltw +fOG +pcm +ndO +aVj +riB +ltw +dxw +kOr +och +iUw +moq +aBZ +xEo +aCE +aCS +pIl +gdF +yiM +yiM +lIQ +yiM +cFs +nVr +laU +jGG +cFs +yiM +aGL +yiM +yiM +cFs +cFs +cFs +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +vaR +ebq +lYA +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +tMW +tMW +aST +aST +aST +mAG +mAG +mAG +sdb +esT +sdb +sdb +sdb +esT +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (85,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -bMe -xJe -ojp -hFc -hFc -jFc -meb -bKc -ezY -aIY -aIY -mWU -jLV -tcv -mQa -uKf -ust -xCZ -liE -mQa -xJr -kDU -ust -pnI -sGv -sGv -sPm -sPm -sPm -sPm -ezo -nqd -fOK -ezo -kib -qVZ -ezo -bnK -dya -ddW -blK -qsZ -hNX -wLS -owr -abT -dvR -fwS -anG -npq -mOc -anG -axX -qqO -hmR -qbg -axX -anG -pja -jdS -anG -axX -axX -axX -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -tyh -cvR -pwu -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -xFj -vzp -vzp -rjR -vzp -vzp -vzp -pHv -pHv -pHv -aYr -jKb -aYr -xFj -joh -joh -jKb -joh -joh -joh -jKb -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +tag +hmZ +peO +jwT +jwT +qfO +aoe +nyr +bmt +cbG +cbG +hYo +xwz +lDM +jKq +cAt +pTr +bio +crS +jKq +jYO +lVK +pTr +tFJ +abM +abM +aaa +aaa +aaa +aaa +ltw +bCu +nZY +ltw +qCh +oTu +ltw +qJf +nmf +mpX +aBt +crE +tEl +xEo +vTE +kyq +pIl +dUl +yiM +iYd +ifS +yiM +cFs +nVr +laU +jGG +cFs +yiM +aEP +qSQ +yiM +cFs +cFs +cFs +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +aMp +dnh +upA +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +tMW +aST +aST +uHW +aST +aST +aST +mAG +mAG +mAG +pMW +esT +pMW +tMW +sdb +sdb +esT +sdb +sdb +sdb +esT +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (86,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -bMe -wxG -cMy -dxd -uBX -tFS -uFk -fSD -uSs -wlc -dLi -kUH -tEw -tHL -mQa -pUn -rWP -rWP -bvB -hKr -tQc -kDU -ust -pnI -sGv -sGv -sPm -sPm -sPm -sPm -ezo -ezo -ezo -ezo -aiB -vBK -kJv -kIT -eem -xlC -blK -wMS -hPg -wLS -gVi -aTW -wQZ -lJl -anG -uIi -roo -eFB -axX -vUA -hmR -qbg -axX -eFB -roo -tqp -anG -axX -axX -axX -fdF -aUv -aUv -hmS -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -vPy -uFl -hkm -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -ciX -rIw -vzp -hrD -bQr -hrD -hrD -ipG -ipG -ipG -pHv -aYr -xFj -aYr -xFj -aYr -aYr -xFj -aYr -jKb -aYr -pHv -joh -joh -jKb -joh -joh -joh -jKb -rLg -rLg -rLg -rLg -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +tag +jwz +mJw +bcq +idF +dYe +auR +bqb +mld +nPw +lMQ +iCF +uqC +pCU +jKq +jNj +rgY +rgY +gWD +iRZ +rsh +lVK +pTr +tFJ +abM +abM +aaa +aaa +aaa +aaa +ltw +ltw +ltw +ltw +cFn +tth +rKP +kOr +fpR +hxY +aBt +kbM +qiN +xEo +keQ +xNt +bVs +rPH +yiM +tdu +ojT +iPy +cFs +lNP +laU +jGG +cFs +iPy +ojT +aHe +yiM +cFs +cFs +cFs +fsC +ndb +ndb +fzo +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +lpu +axC +hbg +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +lNm +rLx +aST +srF +sgf +srF +srF +xCe +xCe +xCe +mAG +pMW +tMW +pMW +tMW +pMW +pMW +tMW +pMW +esT +pMW +mAG +sdb +sdb +esT +sdb +sdb +sdb +esT +avE +avE +avE +avE +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (87,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -bMe -sxf -uBX -uBX -uBX -edy -bMe -pnI -fZy -pnI -hgl -uNO -uNO -uNO -mQa -ust -cjC -vqv -bvB -hKr -vqv -gHQ -sdk -pnI -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ezo -bvw -pXF -ezo -auV -bhQ -weA -afG -wbi -uhC -wLS -ajt -aGD -aDn -aLX -anG -jaP -eFB -anG -axX -qqO -hmR -qbg -axX -anG -eFB -nxE -anG -anG -anG -anG -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -lef -lef -lef -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tLw -biB -vzp -hrD -eVa -jkN -jkN -qgD -aVV -rYs -tDN -rbz -ilm -sjB -jkG -aYr -aYr -xFj -aYr -pHv -aYr -pHv -aYr -aYr -xFj -aYr -jKb -aYr -xFj -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +tag +auG +idF +idF +idF +gOA +tag +tFJ +xeE +tFJ +nle +uIt +uIt +uIt +jKq +pTr +drq +ohd +gWD +iRZ +ohd +avG +gwR +tFJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ltw +tKH +tgh +ltw +sWY +hhJ +wKk +phl +sSx +xJH +xEo +oMh +ixO +urP +kOE +yiM +aEh +iPy +yiM +cFs +nVr +laU +jGG +cFs +yiM +iPy +tBu +yiM +yiM +yiM +yiM +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +xvd +xvd +xvd +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +fxW +jQm +aST +srF +xTA +qZq +qZq +mnp +vwR +feN +bME +vKe +kXk +oOJ +uXM +pMW +pMW +tMW +pMW +mAG +pMW +mAG +pMW +pMW +tMW +pMW +esT +pMW +tMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (88,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -bMe -lzm -upM -upM -upM -upM -bMe -sGv -sGv -pnI -nOH -vAh -yle -vAh -mQa -ust -vqv -vkn -bvB -hKr -wHc -lio -aqT -pnI -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -ezo -ezo -ezo -ezo -wLS -wLS -wLS -wDU -fFR -sac -wLS -uwJ -uwJ -uwJ -uwJ -ulo -tVk -ulo -rvt -tZS -rvZ -iET -xVw -tZS -fpa -ulo -eTF -sGv -kom -gsq -sPm -fdF -wRU -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fJi -fdF -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dBA -sOi -vzp -hrD -cdL -hrD -hrD -ipG -ipG -ipG -xFj -aYr -xFj -aYr -snG -sjB -sjB -gOD -uyz -qZF -sjB -jkG -aYr -aYr -xFj -aYr -xFj -aYr -xFj -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +tag +kIz +aJk +aJk +aJk +aJk +tag +abM +abM +tFJ +kyN +qnr +tyx +qnr +jKq +pTr +ohd +awC +gWD +iRZ +qSE +vOB +tsu +tFJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ltw +ltw +ltw +ltw +xEo +xEo +xEo +nFZ +jXU +hdT +xEo +aaS +aaS +aaS +aaS +afz +afA +afz +mtY +taP +hpt +tED +rvH +taP +byy +afz +age +abM +afg +abW +aaa +fsC +tnu +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +qUy +fsC +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +grc +lfq +aST +srF +pZG +srF +srF +xCe +xCe +xCe +tMW +pMW +tMW +pMW +opb +oOJ +oOJ +stK +ixH +sOg +oOJ +uXM +pMW +pMW +tMW +pMW +tMW +pMW +tMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (89,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -bMe -bMe -bMe -bMe -bMe -bMe -bMe -sGv -sGv -pnI -pLs -sdO -kqA -gAL -mQa -bDF -nbk -nbk -bvB -hKr -tBt -ess -ust -pnI -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -wLS -wLS -wLS -wLS -wLS -sPm -sGv -gsq -sGv -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -kom -hVz -sPm -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -vzp -vzp -uuW -vzp -vzp -vzp -xFj -xFj -xFj -aYr -jKb -aYr -pHv -aYr -aYr -xFj -aYr -xFj -aYr -snG -sjB -sjB -iKX -sjB -hJs -xuC -soq -pHv -qcn -aYr -aYr -cYT -dsl -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +tag +tag +tag +tag +tag +tag +tag +abM +abM +tFJ +voL +mNy +xFb +dGn +jKq +wqu +xrq +xrq +gWD +iRZ +tDz +mVT +pTr +tFJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xEo +xEo +xEo +xEo +xEo +aaa +abM +abW +abM +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +afg +abS +aaa +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aST +aST +ojP +aST +aST +aST +tMW +tMW +tMW +pMW +esT +pMW +mAG +pMW +pMW +tMW +pMW +tMW +pMW +opb +oOJ +oOJ +aME +oOJ +bok +gnp +bWi +mAG +fnI +pMW +pMW +kFx +dAn +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (90,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -pnI -yaf -bjw -jxQ -bjw -mQa -rSH -rmw -nWG -qYA -mQa -jaD -nhH -qbz -pnI -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -gsq -gsq -gsq -hVz -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -iwl -gsq -sPm -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -hmS -aUv -aUv -fdF -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -vzp -vzp -vzp -xFj -xFj -xFj -joh -jKb -joh -joh -joh -jKb -joh -joh -xFj -aYr -jKb -aYr -xFj -aYr -aYr -xFj -aYr -pHv -aYr -pHv -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +tFJ +qmC +fsQ +jil +fsQ +jKq +rMp +awc +udr +oWy +jKq +uAK +oGN +pzc +tFJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abW +abW +abW +abS +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +acm +abW +aaa +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fzo +ndb +ndb +fsC +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aST +aST +aST +tMW +tMW +tMW +sdb +esT +sdb +sdb +sdb +esT +sdb +sdb +tMW +pMW +esT +pMW +tMW +pMW +pMW +tMW +pMW +mAG +pMW +mAG +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (91,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -pnI -pnI -pnI -pnI -pnI -pnI -pnI -lTE -fnG -lTE -lTE -lTE -ihi -lTE -pnI -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -qgQ -gsq -gsq -hVz -kom -kom -aFC -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -gsq -hZM -sPm -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -xFj -xFj -xFj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -jKb -joh -joh -joh -jKb -joh -joh -xFj -aYr -jKb -aYr -pHv -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +tFJ +tFJ +tFJ +tFJ +tFJ +tFJ +tFJ +rrk +lpE +rrk +rrk +rrk +flf +rrk +tFJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agm +abW +abW +abS +afg +afg +afy +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +abW +afo +aaa +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +tMW +tMW +tMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +esT +sdb +sdb +sdb +esT +sdb +sdb +tMW +pMW +esT +pMW +mAG +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (92,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -iZW -rTy -fvk -gCC -lpY -vnj -tgX -mAN -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -gsq -gsq -kom -kom -hVz -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -aFC -hZM -sPm -fdF -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -aUv -fdF -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -jKb -joh -joh -joh -jKb -rLg -rLg -rLg -rLg -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -hMc -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +omm +ihb +jfH +cTM +jlX +qEl +qiV +uxM +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abW +afg +afg +abS +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +afy +afo +aaa +fsC +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +ndb +fsC +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +esT +sdb +sdb +sdb +esT +avE +avE +avE +avE +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +gfX +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (93,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -iZW -qpX -mqu -upF -jTg -upF -mqu -vFn -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -gsq -gsq -kom -hZM -hVz -iwl -hVz -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -aFC -hVz -sPm -fdF -fdF -fdF -fdF -jgN -nqa -nqa -jgN -fdF -kNW -kNW -kNW -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +omm +xZD +bLp +mFo +lOX +mFo +bLp +bXh +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abW +afg +afo +abS +acm +abS +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +afy +abS +aaa +fsC +fsC +fsC +fsC +bDq +dmf +dmf +bDq +fsC +whz +whz +whz +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (94,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -cVH -cVH -cVH -lBk -cVH -cVH -cVH -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iwl -hVz -hVz -gsq -gsq -hZM -gsq -gsq -gsq -aFC -dvr -xiH -nGD -axX -qqO -hmR -qbg -axX -sCS -xiH -liJ -aFC -aFC -gsq -sPm -sPm -sPm -fdF -ayU -bNR -oYG -pjR -bNR -ufs -kNW -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -joh -aYr -aYr -aYr -aYr -aYr -aYr -joh -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +oXb +oXb +oXb +hpE +oXb +oXb +oXb +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abS +abS +abW +abW +afo +abW +abW +abW +afy +afB +afE +afJ +cFs +nVr +laU +jGG +cFs +agb +afE +agf +afy +afy +abW +aaa +aaa +aaa +fsC +pyz +ufO +kwN +eMY +ufO +rfU +whz +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +sdb +pMW +pMW +pMW +pMW +pMW +pMW +sdb +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (95,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -htE -cle -qNf -kIo -bND -slK -flO -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -qgQ -hVz -gsq -hVz -gsq -hVz -gsq -iEx -ulo -dOi -gFh -tbg -axX -fve -kCm -wUT -axX -rSF -anG -ghZ -ulo -ulo -iEx -sPm -sPm -sPm -fdF -qUd -iKr -gVr -iKr -hOZ -xnu -wJJ -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -aYr -aYr -aYr -aYr -aYr -aYr -joh -dNu -aYr -aYr -aYr -aYr -aYr -rLg -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +xFm +mDJ +ssC +ffQ +suo +gmq +ioC +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +agm +abS +abW +abS +abW +abS +abW +afv +afz +afC +vFt +oNG +cFs +tcr +lpo +usE +cFs +lgK +yiM +agg +afz +afz +afv +aaa +aaa +aaa +fsC +jEx +gWo +cAI +gWo +qup +kVt +inK +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aai +pMW +pMW +pMW +pMW +pMW +pMW +sdb +wIP +pMW +pMW +pMW +pMW +pMW +avE +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (96,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -hLU -wlu -sjn -gQI -omF -omF -nmV -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -hVz -gsq -gsq -hZM -gsq -gsq -kom -iwl -kom -aFC -iBn -aGk -iKi -axX -qqO -hmR -qbg -axX -fwE -aGk -pTI -aFC -aFC -gsq -sPm -sPm -sPm -fdF -fdF -slm -aKF -aKF -nmp -fdF -kNW -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -joh -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +oKe +grz +iwg +hmA +wOG +wOG +bfa +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abS +abW +abW +afo +abW +abW +afg +acm +afg +afy +afD +afG +afM +cFs +nVr +laU +jGG +cFs +agd +afG +agh +afy +afy +abW +aaa +aaa +aaa +fsC +fsC +hbQ +ejm +ejm +okO +fsC +whz +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +sdb +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (97,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -eBX -uiW -qNf -riA -xNY -dHG -qxc -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -gsq -hVz -gsq -gsq -hVz -hVz -hVz -hZM -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -gsq -gsq -sPm -sPm -sPm -sPm -fdF -fdF -fdF -fdF -fdF -fdF -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -joh -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +itb +sTW +ssC +uNK +iZM +eiT +dpk +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abS +abW +abW +abS +abS +abS +afo +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa +fsC +fsC +fsC +fsC +fsC +fsC +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +sdb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (98,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -cVH -cVH -cVH -gkO -xuG -xkg -rhD -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iwl -gsq -gsq -gsq -kom -iwl -kom -gsq -hVz -hZM -aFC -tVk -aFC -aFC -axX -qqO -hmR -qbg -axX -aFC -aFC -eTF -aFC -hZM -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -gnZ -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +oXb +oXb +oXb +rNk +drh +uMg +rPd +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abW +abW +abW +afg +acm +afg +abW +abS +afo +afy +afA +afy +afy +cFs +nVr +laU +jGG +cFs +afy +afy +age +afy +afo +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aai +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (99,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -eBX -uiW -qNf -riA -sVF -nNd -qxc -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iwl -gsq -gsq -hVz -gsq -gsq -gsq -iwl -iwl -hZM -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -hVz -iwl -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +itb +sTW +ssC +uNK +qTK +pxM +dpk +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abW +abW +abS +abW +abW +abW +acm +acm +afo +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abS +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (100,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -hLU -wlu -emQ -gQI -exX -mMK -vaV -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hVz -gsq -gsq -gsq -hVz -hVz -iwl -iwl -gsq -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -iwl -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +oKe +grz +qSg +hmA +sGb +sSH +pKW +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abW +abW +abS +abS +acm +acm +abW +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (101,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -iZW -htE -bhV -qNf -eyc -gvM -kyk -qXp -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hVz -gsq -gsq -gsq -hVz -hVz -gsq -gsq -kom -aFC -dvr -xiH -nGD -ayd -tIE -pjz -nzH -ayd -sCS -xiH -liJ -aFC -kom -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +omm +xFm +mQu +ssC +wQT +rvA +ooz +bwG +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abW +abW +abS +abS +abW +abW +afg +afy +afB +afE +afJ +eSz +nSP +fXy +lwN +eSz +agb +afE +agf +afy +afg +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (102,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -iZW -iZW -cVH -ezE -cVH -iZW -iZW -iZW -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -kom -gsq -iwl -iwl -iwl -gsq -iEx -ulo -ulo -dOi -aWq -tbg -ayd -hSp -pjz -vjm -ayd -rSF -xra -ghZ -ulo -iEx -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +omm +omm +oXb +pul +oXb +omm +omm +omm +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +afg +abW +acm +acm +acm +abW +afv +afz +afz +afC +izU +oNG +eSz +uhP +fXy +aKC +eSz +lgK +qas +agg +afz +afv +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (103,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -iZW -jrx -bFX -nVd -rKV -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hVz -hVz -gsq -iwl -iwl -kom -gsq -aFC -aFC -iBn -aGk -azP -ayd -tIE -pjz -nzH -ayd -fwE -aGk -pTI -aFC -gsq -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +omm +roA +wyX +rQX +jel +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abS +abW +acm +acm +afg +abW +afy +afy +afD +afG +afN +eSz +nSP +fXy +lwN +eSz +agd +afG +agh +afy +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (104,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -iZW -rao -rao -rao -iZW -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -gsq -hVz -gsq -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aRN -aRN -aRN -aRN -aRN -sPm -sPm -wZm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +omm +dtA +dtA +dtA +omm +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abS +abW +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +aak +aak +aak +aak +aaa +aaa +aap +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (105,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -rao -rao -rao -iZW -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -gsq -hZM -hVz -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -aNu -kwc -aNu -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -wZm -aRN -aRN -qsV -qsV -qsV -aRN -aRN -aRN -aRN -aRN -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +dtA +dtA +dtA +omm +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abW +afo +abS +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +xBk +deq +xBk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aak +aak +ahm +ahm +ahm +aak +aak +aak +aak +aak +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (106,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -rao -rao -rao -iZW -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -gsq -gsq -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -hVz -iwl -sPm -sPm -sPm -sPm -sPm -sPm -aNu -etN -aNu -pZU -pZU -pZU -pZU -pZU -pZU -pZU -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aRN -aRN -aRN -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -aRN -aRN -aRN -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +dtA +dtA +dtA +omm +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abW +abW +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abS +acm +aaa +aaa +aaa +aaa +aaa +aaa +xBk +pUq +xBk +kRL +kRL +kRL +kRL +kRL +kRL +kRL +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +aak +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (107,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -iZW -iZW -iZW -iZW -iZW -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sPm -sGv -sGv -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -gsq -sPm -sPm -sPm -sPm -sPm -aNu -aNu -umS -aNu -pZU -wMn -wur -eGQ -uvg -oNg -sit -mXk -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aRN -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -aRN -wZm -gOg -gOg -gOg -jpF -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +omm +omm +omm +omm +omm +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +aaa +abM +abM +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa +aaa +xBk +xBk +jwU +xBk +kRL +dJG +xMU +elM +cTw +eyg +viZ +apC +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aap +afc +afc +afc +ahw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (108,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -kom -sPm -sPm -aNu -aNu -aNu -aNu -vjN -yju -fAb -pZU -nkY -ugZ -fiL -ctH -gfH -gpA -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aRN -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -aRN -aRN -sPm -nyG -nyG -nyG -sWA -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +afg +aaa +aaa +xBk +xBk +xBk +xBk +mMn +bbk +yeN +kRL +kAx +qcj +ayn +aJf +lXZ +aHb +apC +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aaa +afd +afd +afd +ahx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (109,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iEx -ulo -tVk -ulo -csh -oKN -fhP -gLN -jym -oKN -rQq -ulo -eTF -ulo -iEx -sPm -sPm -aNu -aNu -oTt -uoW -kIK -bIe -cBk -sKZ -pZU -wMn -ugZ -aYb -aIc -fQb -pPI -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -lmC -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -qsV -aRN -aRN -aRN -sPm -sPm -cLY -cLY -cLY -ogK -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +sbs +ryn +cZX +eXw +nnA +ryn +eGX +afz +age +afz +afv +aaa +aaa +xBk +xBk +kul +rYw +bUU +mPr +vcv +odH +kRL +dJG +qcj +lDl +xUb +wDi +qif +apC +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aen +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +afe +afe +afe +ahz +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (110,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aWq -xzZ -jpW -aWq -ayd -tIE -pjz -nzH -ayd -aWq -jpW -bkd -aWq -sPm -sPm -sPm -aNu -wkR -iBJ -iBJ -cLT -cJR -tYU -lQr -pZU -pZU -pKg -pDE -pDE -wiI -tRH -mXk -mXk -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -aRN -aRN -aRN -qsV -qsV -qsV -qsV -qsV -aRN -aRN -aRN -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +izU +vMI +nEl +izU +eSz +nSP +fXy +lwN +eSz +izU +nEl +dnp +izU +aaa +aaa +aaa +xBk +hlQ +sKO +sKO +mLu +sQJ +hVZ +jWe +kRL +kRL +cPA +xRx +xRx +lBQ +rJE +apC +apC +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aak +aak +aak +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (111,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -iZW -iZW -iZW -kaL -kaL -kaL -sPm -sPm -sPm -sPm -sPm -aWq -xIF -mPk -jpW -ayd -tIE -pjz -nzH -ayd -jpW -mPk -wrI -aWq -sPm -sPm -sPm -aNu -aNu -jZQ -iyJ -qLx -azI -idm -gaa -pDE -ate -kgZ -drC -pDE -bsl -ofE -kgy -mXk -sGv -syV -syV -syV -syV -syV -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -wZm -dsT -aRN -aRN -qsV -qsV -qsV -qsV -aRN -dsT -dsT -wZm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +omm +omm +omm +bhs +bhs +bhs +aaa +aaa +aaa +aaa +aaa +izU +wWn +wYw +nEl +eSz +nSP +fXy +lwN +eSz +nEl +wYw +aHf +izU +aaa +aaa +aaa +xBk +xBk +lHW +rSa +kiC +mrf +aKM +qUS +xRx +oJx +hoE +dyB +xRx +xuA +tkj +azU +apC +abM +mBq +mBq +mBq +mBq +mBq +abM +abM +abM +abM +abM +abM +abM +abM +aap +aac +aak +aak +ahm +ahm +ahm +ahm +aak +aac +aac +aap +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (112,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -iZW -eoV -env -ghK -vjl -kaL -sPm -aWq -aWq -aWq -aWq -aWq -orO -xeu -aWq -ayd -tIE -pjz -nzH -ayd -aWq -ujw -jXd -lwN -lwN -lwN -lwN -lwN -lwN -lwN -lwN +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +omm +mvm +ozM +pBp +roi +bhs +aaa +izU +izU +izU +izU +izU +erN +oKB +izU +eSz +nSP +fXy lwN -mQu -idm -meO -pDE -qEz -wpw -hTb -pDE -srn -lJa -nOb -mXk -sGv -syV -xxq -cdR -wvS -syV -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -aRN -aRN -aRN -aRN -aRN -aRN -dsT -jUN -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +eSz +izU +ghg +xlZ +jyH +jyH +jyH +jyH +jyH +jyH +jyH +jyH +jyH +wyR +aKM +fMZ +xRx +bWU +pVk +try +xRx +bHf +bVt +cpl +apC +abM +mBq +rbC +sKl +foD +mBq +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aak +aak +aak +aak +aak +aak +aac +aax +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (113,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -pEI -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -iZW -eoV -ghK -cGu -vjl -kaL -sPm -aWq -ayd -ayd -ayd -aWq -aWq -aOL -aWq -ayd -tIE -pjz -nzH -ayd -aWq -llx -aWq +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aeY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +omm +mvm +pBp +gjW +roi +bhs +aaa +izU +eSz +eSz +eSz +izU +izU +hrb +izU +eSz +nSP +fXy lwN -hYe -gVp -cmJ -eSf -kYC -feV -htF -iRf -jGK -idm -gqy -pDE -vzg -tdG -ohG -pDE -twt -jqG -atn -mXk -sGv -syV -lwr -wgU -rdE -eIq -eIq -eIq -sPm -tbA -tbA -hYk -tbA -tbA -tbA -hYk -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +eSz +izU +biW +izU +jyH +lCA +jRS +csg +dVj +wrT +xqO +suG +taU +ryy +aKM +jaQ +xRx +vGc +vly +mXd +xRx +neE +cNs +kIh +apC +abM +mBq +fYo +bEM +nkl +wdj +wdj +wdj +aaa +oGJ +oGJ +qgt +oGJ +oGJ +oGJ +qgt +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (114,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -cAM -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -iZW -iZW -eLx -jHl -fBj -aJn -kaL -kaL -aWq -ayd -ayd -ayd -aWq -ulU -nnm -aWq -ayd -tIE -pjz -nzH -ayd -aWq -oxu -ulU +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +omm +omm +vzp +vhA +jLI +dyD +bhs +bhs +izU +eSz +eSz +eSz +izU +seG +vYA +izU +eSz +nSP +fXy lwN -eOU -opT -akr -uaI -wGe -sxu -eqf -ijq -vKo -fed -pSv -pDE -viW -wpw -taC -pDE -fCO -oro -bEa -mXk -sGv -syV -aIK -kta -oLx -etY -nJX -eIq -eIq -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -hYk -tbA -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +eSz +izU +hUt +seG +jyH +pvp +kSh +bzN +tzv +gby +pLR +kZD +wAe +glU +jSc +hUo +xRx +aLw +pVk +uPo +xRx +ycs +hou +aNr +apC +abM +mBq +rsk +ojQ +iTS +eUJ +aQf +wdj +wdj +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qgt +oGJ +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (115,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -aBM -cAM -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -iZW -sqb -dDo -tJz -cjF -nzL -qOP -kaL -aWq -ayd -ayd -ayd -aWq -mPk -twU -gQa -qBo -fmK -lxR -qXf -qBo -nmi -oEc -mPk -lwN -lSg -kRH -ecY -mde -wyE -giV -oiX -bWy -vKo -idm -qZe -pDE -sgg -biE -hkS -pDE -fVO -byI -aIl -mXk -sGv -syV -sFG -beu -vRP -nUt -aWF -sKR -eIq -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -hYk -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaN +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +omm +dds +jEL +hht +nTz +rQl +qez +bhs +izU +eSz +eSz +eSz +izU +wYw +xmN +ksT +lEj +rWQ +iCj +fkZ +lEj +qxC +ycX +wYw +jyH +aQi +jbg +nkt +oog +lkj +ufC +qkP +bqg +glU +aKM +oDd +xRx +lWu +tTN +net +xRx +siE +hsh +gnM +apC +abM +mBq +tgw +kHy +fxM +qUL +ovU +cgX +wdj +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qgt +aaa +aaa +aac +aac +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (116,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -cAM -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -iZW -hiQ -wrF -hOM -ylB -gKf -hiQ -kaL -aWq -aGR -tqO -aGR -mSO -aWq -dir -qCV -ayd -tIE -pjz -nzH -ayd -qCV -gGR -aWq -lwN -nNv -jPk -jUS -qQI -sSd -hGm -vQX +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +omm +rWd +aAE +uYF +bKM +aBQ +rWd +bhs +izU +fnb +nHM +fnb +tGR +izU +lPq +pOh +eSz +nSP +fXy lwN -qSw -uMa -aNu -pDE -pDE -kst -pDE -pDE -wiI -nxu -wiI -mXk -klq -syV -lzt -mxR -giy -fFk -cee -xGS -eIq -tbA -tbA -tbA -tbA -uhk -tbA -tbA -uhk -tbA -tbA -tbA -tbA -tbA -tbA -sPm -sPm -sPm -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +eSz +pOh +onS +izU +jyH +wmy +iYv +kFf +kFa +mOM +ssF +kTS +jyH +dTZ +dVs +xBk +xRx +xRx +xsh +xRx +xRx +lBQ +sqQ +lBQ +apC +kZC +mBq +dsw +aOJ +aPm +wWa +qIc +dQI +wdj +oGJ +oGJ +oGJ +oGJ +qaO +oGJ +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +aaa +aaa +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (117,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -olB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -iZW -aZQ -pba -nts -xTo -pXT -aZQ -kaL -aWq -cFB -rlg -avR -jtc -cKg -qZp -dMm -kpF -tvg -xyZ -udH -kpF -wMr -iPL -muY -lwN -vLS -kWx -bWe -lwN -lwN -lwN -roD -lwN -bmN -toV -nzb -dJM -dpL -wiv -wFg -cxW -aHN -mdW -dFl -cxW -kFG -eIq -ssY -ssY -eIq -oHY -nFI -inC -eIq -tbA -tbA -tbA -uhk -uhk -tbA -uhk -uhk -uhk -tbA -uhk -uhk -tbA -tbA -tbA -sPm -sPm -dsT -vnD -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +afb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +omm +diN +lsx +iEl +bra +mfN +diN +bhs +izU +lla +rOu +pEC +qTa +oBZ +out +uUy +kNT +brr +mNB +fbk +kNT +wHL +jvR +oaw +jyH +pob +jZk +lqu +jyH +jyH +jyH +kMZ +jyH +vfX +pnU +dWg +ktw +aLx +uwb +cwr +gNk +mIZ +hFJ +vGB +gNk +qHN +wdj +aOF +aOF +wdj +wao +cHU +nXM +wdj +oGJ +oGJ +oGJ +qaO +qaO +oGJ +qaO +qaO +qaO +oGJ +qaO +qaO +oGJ +oGJ +oGJ +aaa +aaa +aac +aaE +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (118,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iZW -uHW -iZW -kaL -xwL -rRv -xVg -xwL -kaL -kaL -aWq -oUT -rlg -rlg -rlg -rlg -avO -usd -kpF -tvg -xyZ -udH -kpF -gHx -rlg -bZo -jHZ -dxr -aOD -mhI -qxH -jJJ -nbz -tXa -knl -sRH -kqq -iqT -kqq -kqq -eAZ -uFo -uFo -uFo -eAZ -uFo -uFo -wOl -mhT -tLZ -mOq -wQN -oQM -ixo -kmc -eIq -tbA -tbA -tbA -tbA -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -tbA -hYk -wZm -dsT -dsT -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +omm +jYr +omm +bhs +vyH +wdp +pZF +vyH +bhs +bhs +izU +hyy +rOu +rOu +rOu +rOu +nzj +gqv +kNT +brr +mNB +fbk +kNT +dWd +rOu +wce +mpA +xXL +cYl +sjE +jAc +kkd +qNI +mrC +tfE +tOw +kGa +djz +kGa +kGa +hhC +elV +elV +elV +hhC +elV +elV +teY +aOv +qfg +qOY +iae +qsU +xsq +nXK +wdj +oGJ +oGJ +oGJ +oGJ +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +oGJ +qgt +aap +aac +aac +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (119,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lAZ -lAZ -lAZ -lAZ -lAZ -lAZ -lAZ -kaL -kaL -oWb -tpo -svc -rGD -dqx -for -weK -gJo -cnX -aWq -jEr -rgj -rgj -rgj -dEF -tAH -axj -ayd -tIE -tyB -nzH -ayd -aBR -tvO -gem -rlg -rlg -qaQ -ayd -ayd -ayd -nbz -sAW -iJd -xwS -unV -eNy -aIw -lub -lub -lnH -lub -lub -pbd -kOR -uGJ -ilR -cvc -hvu -xdl -eIq -eIq -eIq -eIq -eIq -tbA -tbA -tbA -tbA -tbA -uhk -uhk -bkq -uhk -uhk -uhk -gWD -uhk -uhk -tbA -tbA -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +eSx +eSx +eSx +eSx +eSx +eSx +eSx +bhs +bhs +hae +wgI +tcs +ohU +wLn +mHc +cxc +lWy +jGD +izU +jrp +aHA +aHA +aHA +aEl +wQW +cFS +eSz +nSP +qUk +lwN +eSz +kbq +ooV +vcS +rOu +rOu +uCo +eSz +eSz +eSz +qNI +dyb +pwd +jVw +kpd +iug +xav +qdK +qdK +jpC +qdK +qdK +dqW +aNs +eCu +mDS +iCc +oGo +lsJ +wdj +wdj +wdj +wdj +wdj +oGJ +oGJ +oGJ +oGJ +oGJ +qaO +qaO +jQJ +qaO +qaO +qaO +jRa +qaO +qaO +oGJ +oGJ +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (120,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lAZ -rVB -cvm -naF -qcA -uBm -gBV -lAZ -bSI -baI -oWb -for -cZa -cZa -cZa -cZa -cZa -cZa -dki -aWq -aWq -aWq -aWq -lUC -dcq -tZB -aWq -mke -bWo -hdO -cdx -xzv -aWq -rTR -aFe -aGe -aGe -kSR -ayd -ayd -ayd -nbz -smu -gVM -bvu -eCF -uht -uht -uht -tDm -bBw -tDm -uht -uht -uht -aJd -nGg -kev -wKS -urg -nbz -vUC -kca -eSD -eSD -eSD -eSD -eSD -tbA -ccR -ccR -uhk -bkq -bkq -uhk -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -hYk -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +eSx +bgL +mgZ +fqU +uGa +nrV +oDP +eSx +fLE +paT +hae +mHc +xfH +xfH +xfH +xfH +xfH +xfH +aCp +izU +izU +izU +izU +hce +ore +sOD +izU +kkR +nIU +ejH +euV +qvf +izU +uCl +lRC +ofT +ofT +uvI +eSz +eSz +eSz +qNI +qaX +eIb +eHr +xHP +jtr +jtr +jtr +xSZ +gkZ +xSZ +jtr +jtr +jtr +kPT +vLa +uGL +fza +hNR +qNI +aPI +lLB +jYS +jYS +jYS +jYS +jYS +oGJ +nXp +nXp +qaO +jQJ +jQJ +qaO +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +qgt +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (121,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -sEi -fPx -fBv -fBv -fBv -fBv -wfq -lAZ -nLN -uAk -oWb -vGw -ucr -pjL -pjL -pjL -pjL -ucr -sNi -for -weK -dLF -xwL -tmr -wWx -jmZ -fKc -rCc -kBd -knD -eGv -mph -woO -xbW -aFf -exn -exn -goy -goy -goy -exn -nbz -xGC -wUc -wSp -uht -uht -iCx -mmo -kCS -wJq -cqv -aIk -elV -uht -sgI -uht -uht -aPp +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +kBs +mPe +rDT +rDT +rDT +rDT +vkP +eSx +mrS +ekU +hae +cIO +aZo +wmz +wmz +wmz +wmz +aZo +wev +mHc +cxc +vmH +vyH +pSr +aEk +mYI +fhc +qXX +hEB +dDh +qpV +oKm +qrl +lej +xWz +wyd +wyd +rks +rks +rks +wyd +qNI +dyI +tDP +dRM +jtr +jtr +mOj +kWR +dZX +lxI +xNq +jts +bLj +jtr +pCV +jtr +jtr +tLE +aON aPo -pHz -lLJ -mQX -eSD -qLi -lgb -pzy -eSD -hYk -pCS -bkq -bkq -bkq -bkq -bkq -uhk -xig -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +aPJ +pFX +jYS +bjS +ygi +foF +jYS +qgt +krk +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +nwD +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (122,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -fCn -kTB -iZK -rsb -kuu -cek -oyz -pae -bPj -for -cjm -nxn -mqS -tqq -tqq -tqq -tqq -dvv -ent -sNi -for -kvh -xwL -fDA -rlg -jmZ -vjS -tlq -cXZ -ksK -eLU -tlq -vjS -xbW -iQQ -aGi -aFD -rMQ -lOR -lhB -knj -bhn -xGC -wUc -bXq -uht -gvN -esC -bbI -bbI -bbI -gKY -fvx -skf -tlz -ewb -tlz -uht -vrO -khQ -nbz -tvS -nsW -eSD -frJ -omU -lVJ -eSD -bkq -bkq -bkq -bkq -tWn -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -gQu -tbA -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +jDV +sdK +uzM +jnY +mdp +gtN +mUL +ibg +lZm +mHc +uqA +aTw +jgn +crT +crT +crT +crT +oVc +mzb +wev +mHc +jJz +vyH +aEj +rOu +mYI +ykP +bHm +gTA +wgA +vOy +bHm +ykP +lej +iVr +lDt +kiN +xJA +gHh +cen +qgK +iZh +dyI +tDP +txD +jtr +rNl +dkM +pIk +pIk +pIk +oIU +aMG +xdx +gBt +uVW +gBt +jtr +dSZ +aOO +qNI +aPK +qnd +jYS +aQM +kNr +fbR +jYS +jQJ +jQJ +jQJ +jQJ +lrG +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +wgp +oGJ +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (123,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lAZ -rAc -kTB -icN -ots -gCg -ots -oyz -ybr -fYv -for -sgT -qiH -oiy -vMy -mpm -lNh -lNh -oiy -irR -qvq -rCT -rCT -wfp -oLn -bNj -tuG -vjS -biz -cXZ -ojC -eLU -biz -vjS -xbW -iQQ -goy -wzC -jiH -muS -muS -qGs -peo -nBh -ozs -vmT -uht -nso -gKY -giN -iif -xdD -jtI -ljU -tNb -uDV -lET -uDV -tDm -aPp -awc -eSD -eSD -eSD -eSD -uLv -mXp -mVs -aWm -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +eSx +uEB +sdK +bZo +omc +shV +omc +mUL +fhg +mJG +mHc +hkB +rom +sDo +kuB +tSc +nKz +nKz +sDo +pVI +bXo +wWH +wWH +nRZ +eyK +obC +kjY +ykP +czY +gTA +frh +vOy +czY +ykP +lej +iVr +rks +pwx +lNF +wAI +wAI +enB +qZa +bbD +uck +gBz +jtr +esA +oIU +aLz +dpE +eqL +rWJ +cYE +xOn +gHp +kKV +gHp +xSZ +tLE +ose +jYS +jYS +jYS +jYS +hdM +fzs +cjT +mbm +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (124,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lod -uvq -aQg -kzw -wwi -kzw -vUo -oyz -tat -teF -for -ipk -tqq -uOK -xJs -aDG -boB -hOP -hPr -tqq -eOQ -for -for -rRU -dEF -rlg -sFr -vjS -aph -gVN -qKu -eDw -vjI -vjS -xbW -dBU -tLl -cRz -enQ -vSJ -dIi -bqL -bhn -xGC -sAz -xCV -tDm -sVt -gKY -xnR -asa -gTf -jek -byS -tNb -uDV -uDV -krG -tDm -aPp -fiV -eSD -kkF -nQP -eSD -aIX -mXp -mVs -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +qfs +tRX +vuD +guL +fKn +guL +bYW +mUL +rBy +vJt +mHc +uyS +crT +fkU +yfd +rro +fZR +eKq +aCa +crT +wcv +mHc +mHc +beW +aEl +rOu +umT +ykP +pLs +qBp +hHd +fSc +huO +ykP +lej +jeW +hNo +jop +wcl +xqY +jAt +hvt +iZh +dyI +aHP +xSv +xSZ +yfw +oIU +aLA +ghb +wbT +dvQ +uZQ +xOn +gHp +gHp +iTm +xSZ +tLE +aOQ +jYS +kkr +gGx +jYS +kZI +fzs +cjT +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (125,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -mEd -wOt -dQP -nSU -rRE -ryV -kuu -oyz -ybr -teF -for -bHJ -tqq -lNh -woU -rmy -lEZ -hKl -lNh -tqq -eOQ -for -owi -xwL -grS -rlg -avS -aWq -aph -qTm -asi -brL -aph -aWq -aDB -eed -aGp -ktA -rUD -lUE -tLY -ivk -exn -oaf -sAz -tsR -kbz -lQF -gKY -rYo -jli -aUk -ewA -gQY -vQi -tNb -uDV -nmN -tDm -neE -uNK -ctB -jIc -pfr -xEW -tOW -uaC -jJf -mFt -scp -ani -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -gWD -uhk -uhk -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +pSJ +naB +vRN +fad +llE +vaq +mdp +mUL +fhg +vJt +mHc +wwK +crT +nKz +tOB +qid +vnI +jPK +nKz +crT +wcv +mHc +sxW +vyH +iNr +rOu +jmO +izU +pLs +sky +xOd +qfF +pLs +izU +yhN +dWi +bPh +sSt +jEK +eoE +xck +ols +wyd +enF +aHP +aKq +aKP +aLe +oIU +aLB +whF +ecW +dXo +lTc +lrQ +xOn +gHp +dHv +xSZ +vdX +cuN +iiH +jYC +vGJ +qFf +aIX +nuj +fvb +gzL +qLL +udS +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +jRa +qaO +qaO +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (126,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lod -izD -aGA -kzw -wwi -wdo -kuu -oyz -eIU -teF -for -bHJ -tqq -gav -mvu -jzC -vwz -jkY -mjO -tqq -hTi -for -for -rRU -wWx -rlg -sFr -vjS -qLJ -xfy -ksK -jwd -aph -vjS -xbW -eOl -tLl -ogy -dIi -qYc -dIi -fQC -bhn -xGC -sAz -xCV -tDm -dcc -gKY -xnR -akS +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +qfs +tqV +sfv +guL +fKn +lJA +mdp +mUL +oCx +vJt +mHc +wwK +crT +kcu +nBy +ahq +bKF +tXL +hOh +crT +hCp +mHc +mHc +beW +aEk +rOu +umT +ykP +wPI +ndA +wgA +lxq +pLs +ykP +lej +pxC +hNo +kMl +jAt +iST +jAt +myA +iZh +dyI +aHP +xSv +xSZ +aLd +oIU +aLA +dGD +krE +bvK +eGn +xOn +xOn +gHp +sIq +xSZ +tLE +aOS +jYS +cPx +dCG +jYS pXL -uSg -lXj -tNb -tNb -uDV -bXD -tDm -aPp -nZV -eSD -vOt -kiI -eSD -vXx -som -mVs -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +wsr +cjT +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (127,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lAZ -ckp -bUF -jMy -jMy -qYB -jMy -oyz -mYm -gCm -rCT -cpO -gSy -oiy -peW -meK -mvu -rLz -oiy -jIM -uqJ -nvV -nvV -cCb -tMR -iMR -ura -vjS -tlq -pYp -ojC -eLU -tlq -vjS -xbW -wyq -goy -dWp -mOS -jPo -jPo -thU -sPP -mBp -btG -kxC -uht -aHQ -gKY -sLq -kCS -tOr -xDu -ljU -tNb -uDV -uDV -uDV -tDm -aPp -wRT -eSD -eSD -eSD -eSD -peQ -cfB -wHR -eSG -bkq -tWn -bkq -bkq -bkq -bkq -bkq -tWn -bkq -bkq -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +eSx +uHA +drr +kEO +kEO +ddf +kEO +mUL +ejK +lgD +wWH +hjx +not +sDo +lFQ +kki +nBy +kbz +sDo +fJH +xMZ +soe +soe +tdZ +iZV +tQy +cHj +ykP +bHm +xRc +frh +vOy +bHm +ykP +lej +fxs +rks +vEK +foh +gxq +gxq +rjx +nhc +eYP +tIX +iOS +jtr +vWR +oIU +aLC +dZX +uEL +ivx +cYE +xOn +gHp +gHp +gHp +xSZ +tLE +nze +jYS +jYS +jYS +jYS +qmc +sau +aIT +tZf +jQJ +lrG +jQJ +jQJ +jQJ +jQJ +jQJ +lrG +jQJ +jQJ +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (128,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -gzD -cEY -iZK -bmm -kuu -kuu -oyz -gzs -udo -for -nMZ -vmu -rTe -tqq -tqq -svl -xaW -oXc -bTL -wbZ -huK -qeV -xwL -fDA -rlg -avW -vjS -biz -cXZ -ksK -eLU -biz -vjS -xbW -nHT -exn -asz -pQj -xgB -lQw -uzL -bhn -xGC -nAV -rdx -uht -lWG -jtI -mGg -mGg -cDj -qxj -hek -tNv -tvR -koD -tvR -uht -vrO -khQ -tmI -vlw -auA -eSD -nUi -pDc -bvG -eSD -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +qXa +kWH +uzM +uuB +mdp +mdp +mUL +spp +ngC +mHc +jbx +xLh +uyq +crT +crT +xpC +ivn +sct +ioz +tlY +ccT +pym +vyH +aEj +rOu +mpa +ykP +czY +gTA +wgA +vOy +czY +ykP +lej +iOy +wyd +qtc +kin +juV +uAx +oab +iZh +dyI +gMT +bNX +jtr +iOc +rWJ +aLy +aLy +bsW +bAT +brx +uem +dqe +dlN +dqe +jtr +dSZ +aOO +adM +qcU +aQk +jYS +kda +lVC +xiP +jYS +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (129,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -mNR -jHn -wCh -wCh -wCh -xPe -sSH -gTY -xJG -bgX -dIE -ptl -sur -rnU -rnU -rnU -cPk -ebE -rym -rpR -qNL -wRm -xwL -eTx -dEF -avW -dLQ -mph -aCM -puD -bAI -itv -aCl -xbW -wyq -exn -exn -goy -goy -goy -exn -exn -qhw -nAV -dad -uht -uht -qch -omp -cdh -gjP -bWh -gxm -wvZ -uht -uht -uht -uht -neE -vib -cpK -hmE -whJ -eSD -tCQ -ppO -nAX -eSD -hYk -lyO -bkq -bkq -bkq -bkq -bkq -bkq -bkq -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +scT +vST +fuB +fuB +fuB +deX +hkQ +cYY +jit +nmV +vBs +sBW +jDg +cye +cye +cye +nWu +tqo +bLl +eTQ +aCT +jjy +vyH +moU +aEl +mpa +aiH +oKm +uzl +xBS +mar +mXi +dhI +lej +fxs +wyd +wyd +rks +rks +rks +wyd +wyd +qrW +gMT +uHB +jtr +jtr +jKi +njP +qDF +uwk +oXz +gNE +rdJ +jtr +jtr +jtr +jtr +vdX +wGF +isM +gUH +cVw +jYS +ewt +tMg +fkR +jYS +qgt +tvP +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (130,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lAZ -lAZ -uxj -olt -bab -rxg -eWN -nBW -lAZ -rPg -for -dqx -for -cZa -cZa -cZa -cZa -cZa -cZa -gTP -aWq -aWq -aWq -aWq -aWq -vLd -avK -aWq -nda -bWo -hdO -cdx -uGR -aWq -owT -aFm -aGd -aGR -ayd -ayd -ayd -nbz -wjq -twk -ivS -uBd -kaB -uht -uht -rvq -tDm -iMN -tDm -uht -uht -uht -sDC -wjy -wDF -gMQ -sJy -tmI -alE -fMi -eSD -eSD -eSD -eSD -eSD -tbA -uhk -bkq -bkq -bkq -bkq -uhk -bkq -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSx +eSx +llj +whs +fEG +gIq +mkl +fxS +eSx +ayB +mHc +wLn +mHc +xfH +xfH +xfH +xfH +xfH +xfH +nmh +izU +izU +izU +izU +izU +hMK +gnK +izU +kBG +nIU +ejH +euV +mjp +izU +eQL +ycx +vrO +fnb +eSz +eSz +eSz +qNI +qIf +lEL +qPd +iTt +rjs +jtr +jtr +rhd +xSZ +xqB +xSZ +jtr +jtr +jtr +qIM +cxt +aka +fxy +wEu +adM +lVJ +kZM +jYS +jYS +jYS +jYS +jYS +oGJ +qaO +jQJ +jQJ +jQJ +jQJ +qaO +jQJ +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (131,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aTV -oNP -aTV -aTV -aTV -aTV -lAZ -lAZ -eyv -eyv -sev -tGh -for -fPb -for -for -for -gTr -naX -aWq -gJH -ayd -ayd -ayd -aHz -wrK -axr -ayd -tIE -tyB -nzH -ayd -wEH -bpg -aFn -rlg -aGT -ayd -ayd -ayd -nbz -rej -xwS -ivS -xwS -toV -gkC -cxW -cxW -cxW -cMU -cxW -cxW -kYg -mpR -dlF -uOY -kqq -vYV -xCV -nKt -rQZ -gTK -rCk -wDb -tmI -tbA -tbA -uhk -uhk -uhk -bkq -bkq -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lZW +lUZ +lZW +lZW +lZW +lZW +eSx +eSx +dME +dME +qPf +ajV +mHc +uYp +mHc +mHc +mHc +jsy +qzs +izU +scZ +eSz +eSz +eSz +aEn +gfk +bbu +eSz +nSP +qUk +lwN +eSz +dTx +sIM +uZb +rOu +dYU +eSz +eSz +eSz +qNI +mad +jVw +qPd +jVw +pnU +sYU +gNk +gNk +gNk +mFV +gNk +gNk +tgU +aNv +eSv +wCn +kGa +qdn +xSv +gVO +aaj +fsv +aQB +qeS +adM +oGJ +oGJ +qaO +qaO +qaO +jQJ +jQJ +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (132,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aTV -xrJ -gah -jnT -eyv -nru -nrk -crX -tCJ -jvP -wlV -crX -mcN -vje -aWq -iWd -ayd -ayd -ayd -pgs -dcA -oLf -kpF -tvg -aAu -udH -kpF -nIG -rlg -vrz -rgj -aGR -vLf -ayd -ayd -nbz -uMB -qIq -cLf -lra -lra -ivP -lra -ddH -kqq -adI -uFo -uFo -uFo -mUb -kqq -ggn -srI -lub -vqs -nKt -mBT -lNR -tRg -vqn -tmI -tbA -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lZW +eDV +fHo +tIT +dME +evW +vlJ +nMe +anN +mER +dai +nMe +voS +bHq +izU +nTo +eSz +eSz +eSz +aEg +vok +bjL +kNT +brr +xFj +fbk +kNT +ghs +rOu +rSo +aHA +fnb +fWX +eSz +eSz +qNI +xKf +pps +sqT +sTF +sTF +vbT +sTF +iyS +kGa +kTi +elV +elV +elV +wEO +kGa +kDd +nMg +qdK +xom +gVO +vXT +cyL +nen +hrr +adM +oGJ +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (133,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aTV -xrJ -rpm -hPx -eyv -nru -jVJ -wLN -wCs -mYN -jVJ -wLN -wCs -vje -aWq -gJH -ayd -ayd -ayd -uvP -uUQ -gdg -kpF -tvg -aAu -udH -kpF -xhU -fhE -aFo -pyC -aWq -aWq -kwQ -kwQ -kwQ -kwQ -rpL -ivS -unV -lub -eNy -uBl -axH -jMF -vIB -bYW -aIw -lub -hHl -lub -vsY -nbz -joC -joC -joC -joC -joC -joC -joC -tmI -tbA -tbA -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -uhk -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lZW +eDV +pnD +iZn +dME +evW +sRA +hrF +wLd +vGQ +sRA +hrF +wLd +bHq +izU +scZ +eSz +eSz +eSz +lIM +vVa +xan +kNT +brr +xFj +fbk +kNT +jxb +lCJ +ohF +vic +izU +izU +clT +clT +clT +clT +sbO +qPd +kpd +qdK +iug +xuq +knO +caR +gov +ojj +xav +qdK +gXA +qdK +sun +qNI +ugt +ugt +ugt +ugt +ugt +ugt +ugt +adM +oGJ +oGJ +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +qaO +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (134,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -pap -giT -alW -eyv -gzN -oOP -jpr -jpr -jpr -jpr -jpr -xDx -ine -aTV -aTV -aTV -aWq -aWq -aWq -dOI -bYm -ayd -tIE -pjz -nzH -ayd -bYm -eRN -aWq -aWq -pZl -aWq -oAJ -cMw -uus -hoo -uFA -ivS -aqq -hag -hag -hag -adW -hag -hag -hag -joC -joC -nhP -joC -joC -joC -joC -agN -ahx -joC -exv -cfm -joC -tbA -tbA -tbA -tbA -uhk -uhk -uhk -uhk -uhk -uhk -uhk -gWD -uhk -uhk -uhk -uhk -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +kli +wIT +tEa +dME +obL +hYP +xgK +xgK +xgK +xgK +xgK +stH +sVL +lZW +lZW +lZW +izU +izU +izU +ism +ris +eSz +nSP +fXy +lwN +eSz +ris +gzx +izU +izU +wza +izU +fLb +fIB +exT +cuP +iFP +qPd +cMa +bFq +bFq +bFq +vAN +bFq +bFq +bFq +ugt +ugt +jvV +ugt +ugt +ugt +ugt +kjf +cqn +ugt +lul +iMd +ugt +oGJ +oGJ +oGJ +oGJ +qaO +qaO +qaO +qaO +qaO +qaO +qaO +jRa +qaO +qaO +qaO +qaO +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (135,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -akJ -qrg -soG -eyv -iQF -gEu -hPv -hPv -cbU -hPv -hPv -gEu -kgl -aTV -sPm -sPm -sPm -jPI -mPk -twU -cDy -kow -xMm -bmr -qkS -kow -gMc -ghE -mPk -ivb -pZl -aWq -wZq -cAF -eSi -hSS -jDM -ivS -hIg -hag -adD -bNo -aez -sbE -uRa -qHm -joC -aKr -uwN -aIm -joC -tMg -joC -sIE -yaN -joC -fxe -ais -joC -tbA -tbA -tbA -tbA -tbA -koP -uhk -uhk -gQu -uhk -uhk -uhk -uhk -uhk -tbA -uhk -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +vQO +fyF +otx +dME +dyf +fQk +oEI +oEI +pbV +oEI +oEI +fQk +oSg +lZW +aaa +aaa +aaa +jqd +wYw +xmN +cUF +vfk +fhx +iJl +wUG +vfk +vKT +fNo +wYw +gnj +wza +izU +aIp +hay +hEy +vbg +lUE +qPd +hrS +bFq +jzt +sZb +dgi +uwt +uYe +dUm +ugt +jNz +hOu +uNN +ugt +ukh +ugt +cBw +dbu +ugt +puf +wvQ +ugt +oGJ +oGJ +oGJ +oGJ +oGJ +sIF +qaO +qaO +wgp +qaO +qaO +qaO +qaO +qaO +oGJ +qaO +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (136,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -wCt -mik -aBP -eyv -uVV -xzS -stY -stY -vpb -ktj -ktj -qHf -rWL -bkC -sPm -sPm -sPm -jPI -ulU -nnm -aWq -ayd -tIE -pjz -nzH -ayd -aWq -ujw -ulU -aWq -pZl -aWq -njQ -ueK -bet -hoo -wtS -irj -vsY -hag -arO -iWp -aeA -aeT -gtW -ltF -joC -dUJ -qiC -tCk -joC -hAP -joC -jOI -mAT -joC -mAT -rkh -joC -tbA -tbA -tbA -tbA -tbA -tbA -tbA -uhk -tbA -uhk -uhk -tbA -uhk -tbA -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +odK +igA +lSv +dME +wMZ +hMB +lse +lse +aBa +uDB +uDB +eSO +pvg +dcz +aaa +aaa +aaa +jqd +seG +vYA +izU +eSz +nSP +fXy +lwN +eSz +izU +ghg +seG +izU +wza +izU +wGy +sHQ +jzK +cuP +wVV +dgA +sun +bFq +brG +euC +vsL +nGI +flb +upx +ugt +wTl +wLl +lQT +ugt +beZ +ugt +uHn +gWV +ugt +gWV +lAm +ugt +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qaO +oGJ +qaO +qaO +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (137,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -igR -bAW -rVA -eJV -goh -uzG -uzG -mro -mro -uPa -rGT -rGT -vfJ -rIn -aTV -sPm -sPm -sPm -jPI -aWq -edU -aWq -ayd -tIE -pjz -nzH -ayd -aWq -qtJ -aWq -aWq -pZl -aWq -uyN -xdq -pJm -eVQ -eVQ -etM -eVQ -hag -hag -mFl -pLW -iwz -eeq -kVo -joC -joC -qRx -joC -joC -orI -joC -rJV -ahN -byJ -iKG -aiA -joC -tbA -tbA -tbA -tbA -tbA -tbA -uhk -uhk -tbA -uhk -uhk -tbA -uhk -tbA -tbA -tbA -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +jSK +atr +siv +cRF +euL +mwA +mwA +arY +arY +jza +axU +axU +clc +pam +lZW +aaa +aaa +aaa +jqd +izU +tvh +izU +eSz +nSP +fXy +lwN +eSz +izU +tef +izU +izU +wza +izU +aIq +oXP +xOM +oIa +oIa +iUf +oIa +bFq +bFq +fEp +vab +mEu +uOl +eIA +ugt +ugt +fsN +ugt +ugt +cdi +ugt +qjF +rkd +lrA +ycI +fwB +ugt +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qaO +qaO +oGJ +qaO +qaO +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (138,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -aKm -aKm -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -bAW -vMp -qxG -eyv -ujK -guy -nDH -yjx -ktj -stY -nDH -guy -hDz -aTV -sPm -sPm -sPm -jPI -sjV -cLt -aWq -ayd -tIE -pjz -nzH -ayd -aWq -ujw -jXd -aWq -pZl -aWq -fJh -mIG -fJh -eVQ -nvQ -wFU -vNZ -lTf -hag -uOF -epx -epx -epx -uaM -joC -wkr -sYK -pFr -vVL -trz -jCB -tLQ -cva -qwV -eOu -bXe -joC -tbA -hYk -tbA -tbA -tbA -tbA -tbA -uhk -tbA -uhk -uhk -tbA -uhk -tbA -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +uRv +uRv +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +atr +fdW +euS +dME +aVt +hrm +bGJ +dck +uDB +lse +bGJ +hrm +iSt +lZW +aaa +aaa +aaa +jqd +deR +qtS +izU +eSz +nSP +fXy +lwN +eSz +izU +ghg +xlZ +izU +wza +izU +xCc +wGU +xCc +oIa +jYb +cBP +ybc +hYX +bFq +rcD +nPe +nPe +nPe +msF +ugt +aNa +gCI +tzQ +bzt +aOz +aOG +iKg +aPs +lwB +jqY +aQH +ugt +oGJ +qgt +oGJ +oGJ +oGJ +oGJ +oGJ +qaO +oGJ +qaO +qaO +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (139,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cIm -aKm -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -oJD -nkV -sys -eyv -eyv -qyT -rGG -dNo -oJY -jcg -fxm -bvy -aTV -aTV -sPm -sPm -sPm -jPI -dCT -mPk -jpW -ayd -tIE -pjz -nzH -ayd -jpW -mPk -ujZ -aWq -pZl -aWq -hUA -uqs -asO -eVQ -sXi -cfI -gFy -ooO -hag -gcg -hLa -qZd -hcM -iKx -joC -pec -bka -mQE -sSY -xyP -wKP -apB -eOu -eOu -eOu -pKE -joC -aRN -sPm -sPm -tbA -tbA -tbA -tbA -tbA -tbA -uhk -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +csA +uRv +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +oQt +wRR +vYO +dME +dME +eOL +nys +sdx +cCr +tWb +tLD +smt +lZW +lZW +aaa +aaa +aaa +jqd +gEC +wYw +nEl +eSz +nSP +fXy +lwN +eSz +nEl +wYw +aHl +izU +wza +izU +uip +aIH +jXH +oIa +jps +ifN +rgR +cia +bFq +qgd +gnI +nUu +mTe +kcZ +ugt +aNb +kXz +bWk +svF +xrG +kow +wDt +jqY +jqY +jqY +aQI +ugt +aak +aaa +aaa +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (140,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -hPX -xNH -eVJ -csE -eVJ -eVJ -hPX -aKm -aKm -aKm -gnZ -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -aTV -aTV -aTV -aTV -aTV -aTV -aTV -aTV -xLx -aTV -aTV -aTV -aTV -aTV -sPm -sPm -sPm -sPm -aWq -edN -jpW -aWq -ayd -tIE -pjz -nzH -ayd -aWq -jpW -eLf -aWq -pZl -aWq -mXK -jlz -nDn -eVQ -byK -muI -gFy -dpU -hag -kNW -kNW -kNW -hag -hag -joC -joC -pWG -joC -joC -joC -wYx -qpe -uBp -ole -wKP -nVj -ngZ -msc -dsT -sPm -tbA -hYk -tbA -tbA -tbA -tbA -uhk -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -hYk -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +aTY +iCA +fZL +bKy +fZL +fZL +aTY +uRv +uRv +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +lZW +lZW +lZW +lZW +lZW +lZW +lZW +lZW +bFT +lZW +lZW +lZW +lZW +lZW +aaa +aaa +aaa +aaa +izU +eqK +nEl +izU +eSz +nSP +fXy +lwN +eSz +izU +nEl +mhE +izU +wza +izU +ihl +aIJ +aIY +oIa +eFf +jtM +rgR +imc +bFq +whz +whz +whz +bFq +bFq +ugt +ugt +nIr +ugt +ugt +ugt +nlf +ihB +eNH +buW +kow +vjx +xbh +agN +aac +aaa +oGJ +qgt +oGJ +oGJ +oGJ +oGJ +qaO +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +qgt +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (141,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cxx -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iEx -ulo -tVk -ulo -rvt -oKN -fhP -mjA -jym -oKN -fpa -ulo -eTF -uwJ -sGv -uwJ -kwQ -kwQ -kwQ -eVQ -uoo -tWl -fOi -unr -kqu -kNW -fBP -kNW -sPm -sPm -joC -siX -wao -oXD -lNE -joC -joC -joC -dIV -dIV -iNj -dIV -joC -wCQ -dsT -sPm -sPm -sPm -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +ozz +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +mtY +ryn +cZX +crg +nnA +ryn +byy +afz +age +aaS +abM +aaS +clT +clT +clT +oIa +dPo +skC +oZq +vrU +std +whz +kSi +whz +aaa +aaa +ugt +kOL +vrJ +aPS +tMb +ugt +ugt +ugt +dhC +dhC +fLP +dhC +ugt +agQ +aac +aaa +aaa +aaa +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (142,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -hPX -xNH -aDm -eVJ -hPX -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -uwJ -sGv -sGv -sGv -eVQ -fkj -uZV -vni -eJo -bjF -icr -oZC -kNW -vVE -kNW -sPm -sPm -joC -mtB -btO -loQ -iWm -joC -xmG -sZy -pnd -sZy -biN -kVO -dIV -wCQ -dsT -dsT -dsT -sPm -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +aTY +iCA +cfp +fZL +aTY +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +aaS +abM +abM +abM +oIa +hiZ +wTP +sFA +uKP +mHm +qfS +gNN +whz +ulm +whz +aaa +aaa +ugt +lXC +txh +sAd +ykV +ugt +wdi +kHB +uWO +kHB +owQ +cHn +dhC +agQ +aac +aac +aac +aaa +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (143,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cxx -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -uwJ -sGv -sGv -sGv -eVQ -qiv -lCg -cPQ -vjC -tpU -epG -lyJ -kNW -vrk -kNW -sPm -sPm -joC -wse -jXm -vDZ -hTa -joC -feg -khB -mYR -mVU -dIz -gKg -dIV -wCQ -dsT -dsT -dsT -sPm -tbA -tbA -hYk -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -tbA -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +ozz +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +aaS +abM +abM +abM +oIa +ePi +bZI +fuo +nXh +axE +ugP +ddn +whz +haC +whz +aaa +aaa +ugt +bGV +min +oKh +rNt +ugt +mDp +jFi +lWz +vGP +pLJ +iZp +dhC +agQ +aac +aac +aac +aaa +oGJ +oGJ +qgt +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +oGJ +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (144,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -hPX -eVJ -eVJ -gqX -vCA -xNH -xNH -hPX -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -sPm -sPm -sPm -eVQ -esn -npF -tKx -csv -sLj -rzW -szL -kNW -syd -kNW -sPm -sPm -joC -joC -joC -joC -joC -joC -kWO -pnd -kVO -hHT -cpM -kVO -joC -sDK -rcL -rcL -msc -sPm -tbA -sPm -sPm -sPm -sPm -tbA -hYk -tbA -hYk -tbA -tbA -hYk -tbA -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -"} -(145,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -lWO -aKm -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -hZM -hVz -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -aFC -gsq -sPm -eVQ -eVQ -eVQ -lIL -csv -dtK -hQg -fyq -kNW -rQI -kNW -sPm -sPm -sPm -sPm -sPm -sPm -sPm -joC -joC -joC -joC -joC -joC -joC -joC -sPm -dsT -dsT -wCQ -sPm -sPm -sPm -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -"} -(146,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -hPX -eVJ -aDm -eVJ -hPX -aKm -aKm -aKm -aKm -gnZ -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -hVz -hVz -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -aFC -qgQ -sPm -sGv -sGv -eVQ -eVQ -csl -eVQ -eVQ -eVQ -kNW -mCd -kNW -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -wCQ -dsT -dsT -uHl -rcL -rcL -msc -sPm -sPm -dsT -sPm -sPm -sPm -wZm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +aTY +fZL +fZL +tCw +kUF +iCA +iCA +aTY +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +aaa +aaa +aaa +oIa +iAm +vJg +vpc +oQq +vTj +xHx +hHm +whz +qdj +whz +aaa +aaa +ugt +ugt +ugt +ugt +ugt +ugt +fpf +uWO +cHn +krB +dyl +cHn +ugt +agR +agX +agX +agN +aaa +oGJ +aaa +aaa +aaa +aaa +oGJ +qgt +oGJ +qgt +oGJ +oGJ +qgt +oGJ +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +"} +(145,1,2) = {" +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +xNW +uRv +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afo +abS +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +afy +abW +aaa +oIa +oIa +oIa +urO +oQq +yjl +vKw +cgw +whz +iLn +whz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ugt +ugt +ugt +ugt +ugt +ugt +ugt +ugt +aaa +aac +aac +agQ +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +"} +(146,1,2) = {" +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +aTY +fZL +cfp +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abS +abS +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +afy +agm +aaa +abM +abM +oIa +oIa +sjL +oIa +oIa +oIa +whz +eFd +whz +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +agQ +aac +aac +ahn +agX +agX +agN +aaa +aaa +aac +aaa +aaa +aaa +aap +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (147,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cxx -aKm -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -gsq -aFC -dvr -xiH -nGD -ayd -tIE -pjz -nzH -ayd -sCS -xiH -liJ -aFC -aFC -gsq -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -vnD -wCQ -dsT -dsT -wCQ -dsT -jUN -sDK -smT -rcL -msc -vnD -dsT -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +ozz +uRv +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +afy +afB +afE +afJ +eSz +nSP +fXy +lwN +eSz +agb +afE +agf +afy +afy +abW +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaE +agQ +aac +aac +agQ +aac +aax +agR +ahr +agX +agN +aaE +aac +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (148,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -hPX -xNH -xNH -gqX -csE -eVJ -eVJ -hPX -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iEx -ulo -dOi -xra -tbg -ayd -hSp -pjz -vjm -ayd -rSF -aWq -ghZ -ulo -ulo -iEx -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -fIy -rcL -rcL -iEy -dsT -dsT -dsT -wZm -dsT -sDK -rcL -rcL -rcL -rcL -rcL -xbu -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +aTY +iCA +iCA +tCw +bKy +fZL +fZL +aTY +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afC +qas +oNG +eSz +uhP +fXy +aKC +eSz +lgK +izU +agg +afz +afz +afv +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahh +agX +agX +aho +aac +aac +aac +aap +aac +agR +agX +agX +agX +agX +agX +ahu +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (149,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cxx -aKm -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -iBn -aGk -azP -ayd -tIE -pjz -nzH -ayd -fwE -aGk -pTI -aFC -aFC -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -wZm -dsT -dsT -tUu -dsT -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -kFp -ydM -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +ozz +uRv +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afD +afG +afN +eSz +nSP +fXy +lwN +eSz +agd +afG +agh +afy +afy +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aac +aac +ahf +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aeQ +ahv +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (150,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -hPX -xNH -hpU -eVJ -hPX -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -gsq -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -ppS -ktp -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +aTY +iCA +upS +fZL +aTY +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahb +ahi +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (151,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -lWO -aKm -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -tVk -aFC -aFC -ayd -tIE -pjz -nzH -ayd -aFC -aFC -eTF -aFC -hVz -kom -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -tUu -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +xNW +uRv +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +eSz +nSP +fXy +lwN +eSz +afy +afy +age +afy +abS +afg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (152,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -hPX -eVJ -eVJ -gqX -bfM -xNH -xNH -hPX -aKm -gnZ -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -kom -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -aFC -gsq -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -cBW -dsT -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +aTY +fZL +fZL +tCw +vwN +iCA +iCA +aTY +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afg +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agS +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (153,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cIm -ikT -aKm -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -gsq -hZM -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -aFC -aFC -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sCM -mev -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +csA +rQR +uRv +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +afo +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +afy +afy +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agT +agY +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (154,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -rLg -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -gsq -gsq -aFC -dvr -xiH -nGD -ayt -hZb -xMg -vIh -ayt -sCS -xiH -liJ -aFC -aFC -hZM -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -mcV -dsT -tUu -dsT -wZm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +avE +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +afy +afB +afE +afJ +brm +gay +lZj +jwH +brm +agb +afE +agf +afy +afy +afo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +agU +aac +ahf +aac +aap +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (155,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iEx -ulo -dOi -aod -tbg -ayt -jyE -xMg -eyL -ayt -rSF -aod -ghZ -ulo -ulo -iEx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -jUN -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afC +bMb +oNG +brm +jsE +lZj +tSl +brm +lgK +bMb +agg +afz +afz +afv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aax +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (156,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -eVJ -eVJ -gqX -eVJ -eVJ -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -iBn -aGk -azP -ayt -hZb -xMg -vIh -ayt -fwE -aGk -pTI -aFC -aFC -hVz -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -dsT -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +fZL +fZL +tCw +fZL +fZL +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afD +afG +afN +brm +gay +lZj +jwH +brm +agd +afG +agh +afy +afy +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (157,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -hPX -aKm -aKm -aKm -aKm -aKm -hPX -aKm -aKm -aKm -tzF -aKm -xNH -xNH -knV -knV -knV -eVJ -eVJ -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -tVk -aFC -aFC -ayt -hZb -uHH -vIh -ayt -aFC -aFC -eTF -aFC -aFC -gsq -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +aTY +uRv +uRv +uRv +uRv +uRv +aTY +uRv +uRv +uRv +saH +uRv +iCA +iCA +plk +plk +plk +fZL +fZL +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +brm +gay +tZM +jwH +brm +afy +afy +age +afy +afy +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (158,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -xNH -aYr -aYr -hPX -aYr -aYr -xNH -aYr -aYr -aYr -xNH -xNH -xNH -knV -knV -hgX -knV -knV -eVJ -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -aFC -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tUu -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +iCA +pMW +pMW +aTY +pMW +pMW +iCA +pMW +pMW +pMW +iCA +iCA +iCA +plk +plk +vAj +plk +plk +fZL +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +afy +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (159,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aKm -aKm -aKm -xNH -aKm -aKm -eVJ -aKm -aKm -eVJ -aKm -aKm -aKm -xNH -fEG -fEG -fEG -wcV -qRN -wcV -knV -nAO -hqr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aFC -aFC -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -aFC -uwJ -uwJ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tUu -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +uRv +uRv +uRv +iCA +uRv +uRv +fZL +uRv +uRv +fZL +uRv +uRv +uRv +iCA +sEZ +sEZ +sEZ +nOd +cIH +nOd +plk +uAZ +hNg +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +afy +aaS +aaS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (160,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -hmu -cYT -aYr -aKm -uwy -xNH -ssu -fFG -fFG -aRk -fFG -flt -kgz -fFG -fFG -fFG -gNi -hui -chj -siH -xdI -fNX -wcV -knV -thA -jtx -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -aFC -sGv -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -uwJ -uwJ -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tUu -dsT -dsT -wZm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kHv +kFx +pMW +uRv +sIx +iCA +whS +viR +viR +esY +viR +dec +tWo +viR +viR +viR +bwT +lzc +sGN +cko +iXe +gtU +nOd +plk +ceQ +rNO +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +abM +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +aaS +aaS +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aac +aap +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (161,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aKm -aKm -aKm -xNH -aKm -aKm -xNH -aKm -aKm -eVJ -aKm -aKm -aKm -xNH -fEG -fEG -fEG -wcV -neR -wcV -knV -ygx -opa -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -aFC -tVk -aFC -aFC -ayt -hZb -xMg -vIh -ayt -aFC -aFC -eTF -uwJ -sGv -sGv -sRZ -sRZ -sRZ -sRZ -sRZ -sRZ -sRZ -hVw -sRZ -sRZ -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tUu -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +uRv +uRv +uRv +iCA +uRv +uRv +iCA +uRv +uRv +fZL +uRv +uRv +uRv +iCA +sEZ +sEZ +sEZ +nOd +vZX +nOd +plk +jPo +mdl +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +afy +afA +afy +afy +brm +gay +lZj +jwH +brm +afy +afy +age +aaS +abM +abM +soq +soq +soq +soq +soq +soq +soq +lpT +soq +soq +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (162,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -xNH -aYr -aYr -hPX -aYr -aYr -eVJ -aYr -aYr -aYr -xNH -xNH -xNH -knV -knV -jIL -knV -knV -eVJ -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -iEx -ulo -tVk -ulo -csh -rCf -cSX -aTN -leK -rCf -rQq -ulo -eTF -uwJ -sGv -sRZ -sRZ -cFL -drP -djo -rzj -pZc -bWW -cRg -vjF -sRZ -aPX -bPl -bPl -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -tUu -dsT -dsT -jUN -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +iCA +pMW +pMW +aTY +pMW +pMW +fZL +pMW +pMW +pMW +iCA +iCA +iCA +plk +plk +neB +plk +plk +fZL +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +sbs +ksH +ngN +iDQ +oFV +ksH +eGX +afz +age +aaS +abM +soq +soq +uaJ +cIv +gyP +dZu +xgO +hwM +dzu +kcF +soq +tRu +stk +stk +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aac +aax +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (163,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -hPX -aKm -aKm -aKm -aKm -aKm -hPX -aKm -aKm -aKm -aKm -aKm -xNH -eVJ -knV -knV -knV -eVJ -eVJ -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aod -wza -xMC -aod -ayt -hZb -xMg -vIh -ayt -aod -xMC -aFL -sWx -sGv -sRZ -kQN -lHV -dpf -djo -tjE -phy -ukC -cRg -qwW -dyg -dyg -dyg -sRZ -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -kwV -dsT -oPc -jXD -kwV -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +aTY +uRv +uRv +uRv +uRv +uRv +aTY +uRv +uRv +uRv +uRv +uRv +iCA +fZL +plk +plk +plk +fZL +fZL +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bMb +lyt +ghV +bMb +brm +gay +lZj +jwH +brm +bMb +ghV +bXG +lVi +abM +soq +uzG +wSi +moz +gyP +cdB +civ +mAf +dzu +sjn +iei +iei +iei +soq +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xAp +aac +ptD +gfo +xAp +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (164,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -nbQ -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -eVJ -eVJ -gvx -eVJ -eVJ -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aTV -ibI -rWh -xMC -ayt -hZb -xMg -vIh -ayt -xMC -rWh -hCC -sWx -sGv -sRZ -swr -nXS -jJt -djo -rzj -pZc -bFH -cRg -wgh -ikR -pTT -hXx -tdn -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -kwV -fns -vQZ -qRI -hOB -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +jjP +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +fZL +fZL +jai +fZL +fZL +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lZW +kYk +rxO +ghV +brm +gay +lZj +jwH +brm +ghV +rxO +aHn +lVi +abM +soq +mKj +icx +wEQ +gyP +dZu +xgO +muZ +dzu +doK +uJH +psa +eQY +nns +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xAp +iAt +mSE +lGu +bFw +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (165,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -ggA -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -aTV -kHn -hUP -aod -ayt -hZb -xMg -vIh -ayt -aod -ahn -cGE -sWx -sGv -sRZ -aHs -eRu -ovf -aXY -dzR -lJk -wfS -cRg -wgh -ikR -ikR -ikR -pfN -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -kwV -nzq -uuo -bFg -hOB -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +ioN +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lZW +qIt +mzf +bMb +brm +gay +lZj +jwH +brm +bMb +gaH +bly +lVi +abM +soq +loJ +oga +aRK +qoo +tUT +trr +upX +dzu +doK +uJH +uJH +uJH +ukS +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +xAp +iWf +tov +gpr +bFw +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (166,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aRN -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -rXe -rXe -rXe -rXe -nrS -nrS -nrS -nrS -nrS -sPm -sPm -sGv -sGv -sGv -sGv -sGv -sGv -pQB -pQB -pQB -pQB -sGv -aTV -aod -rwn -aod -ayt -hZb -xMg -vIh -ayt -aod -sWC -aod -sWx -sGv -sRZ -cUP -hef -hRI -djo -kTH -jLP -bFH -xdC -lEf -btd -bua -mIg -sRZ -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -hOB -hOB -hOB -hOB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aak +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eSQ +eSQ +eSQ +eSQ +cTU +cTU +cTU +cTU +cTU +aaa +aaa +abM +abM +abM +abM +abM +abM +usY +usY +usY +usY +abM +lZW +bMb +qHo +bMb +brm +gay +lZj +jwH +brm +bMb +aHo +bMb +lVi +abM +soq +gxV +gFu +vgD +gyP +fAA +okn +muZ +uSP +jXr +uKv +vDP +jSj +soq +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +bFw +bFw +bFw +bFw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (167,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aKm -ejD -cIm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -dsT -sPm -sPm -sPm -sPm -sPm -rXe -wWp -hvs -nLH -nrS -ttN -ttN -ttN -aTV -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -pQB -wHz -hzo -pQB -sGv -tUc -dLD -rLG -aod -ayt -hZb -xMg -vIh -ayt -aod -fjG -dLD -sWx -sGv -sRZ -lNI -dkT -vPF -djo -tML -vYn -uVv -pKH -qPL -gIt -gIt -gIt -sRZ -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -hOB -hOB -hOB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +uRv +ncv +csA +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +eSQ +nwB +lQS +mgE +cTU +vSI +vSI +vSI +lZW +abM +abM +abM +abM +abM +abM +abM +abM +usY +fSY +tJR +usY +abM +skT +lRs +lVe +bMb +brm +gay +lZj +jwH +brm +bMb +aEv +lRs +lVi +abM +soq +bvM +cGy +wTi +gyP +aUb +eeE +wFx +gSF +tPD +uje +uje +uje +soq +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bFw +bFw +bFw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (168,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -hPX -eVJ -eVJ -tcT -csE -eVJ -eVJ -hPX -aKm -aKm -aKm -aKm -gnZ -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -rXe -jCU -ueQ -ylr -nrS -ttN -ttN -ttN -aTV -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -pQB -rAt -jUr -pQB -pQB -pQB -rWh -ldG -xUR -lrq -uJO -rJt -vAV -lrq -hQw -aEd -rWh -sWx -sGv -sRZ -kdD -axG -vic -djo -ohK -vYn -bFH -pKH -jmF -gIt -iiH -iiH -sRZ -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sWx -sWx -sWx -sWx -sWx -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +aTY +fZL +fZL +jGl +bKy +fZL +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +eSQ +xrt +uzB +dyV +cTU +vSI +vSI +vSI +lZW +abM +abM +abM +abM +abM +abM +abM +abM +usY +kiT +iYa +usY +usY +usY +rxO +jjl +oGM +nQY +pTt +nNl +ryV +nQY +sig +seN +rxO +lVi +abM +soq +gYp +mlC +wjQ +gyP +ixu +eeE +muZ +gSF +bpa +uje +dLO +dLO +soq +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +lVi +lVi +lVi +lVi +lVi +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (169,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -rXe -rXe -cVX -sIz -nrS -nrS -omZ -cmU -omZ -aTV -sZp -aTV -aTV -aTV -aTV -aTV -aTV -aTV -pQB -jqw -wKR -cQj -gds -axR -aod -awl -lrI -ayt -hZb -xMg -vIh -ayt -lrI -aEe -aod -sWx -sGv -sRZ -waa -aGm -tzI -djo -akF -vYn -djy -hEl -fmD -gIt -iiH -iiH -sRZ -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +eSQ +eSQ +wrJ +dRY +cTU +cTU +ohS +rOr +ohS +lZW +wFz +lZW +lZW +lZW +lZW +lZW +lZW +lZW +usY +mgh +uYZ +oSB +nVd +vUE +bMb +sNV +pxO +brm +gay +lZj +jwH +brm +pxO +laB +bMb +lVi +abM +soq +ibs +rJV +unS +gyP +fla +eeE +uwp +bpP +tcq +uje +dLO +dLO +soq +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (170,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -hPX -xNH -aDm -eVJ -hPX -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -rXe -fbJ -sOw -uqW -nrS -fmZ -hyc -tiq -tcP -tVu -hRw -bSv -xXj -ari -cgO -tEA -vJP -ajk -yeO -hAD -lfM -bCX -xdn -oDL -xfp -awh -ykU -saP -pQq -jSq -cSJ -saP -cZN -aur -ldz -sWx -fLY -sRZ -aGE -wbV -aGE -sEJ -sIA -imJ -jKY -gIt -gIt -gIt -aHU -bhi -sRZ -nnz -sRZ -kax -sRZ -sRZ -sRZ -sRZ -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sGv -sRZ -sRZ -sRZ -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +aTY +iCA +cfp +fZL +aTY +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +eSQ +pbw +oWZ +sNW +cTU +exr +pZA +uax +aZQ +drC +kMn +qza +ePw +dAx +oum +nAH +wuC +qmH +whL +eKt +btV +sYz +ldp +wkz +hsN +psy +svl +seR +kTK +eFJ +gOF +seR +aRY +ahL +rmH +lVi +jxi +soq +iws +urY +iws +dKM +syE +jgs +vfi +uje +uje +uje +lqV +gAm +soq +gjP +soq +jmb +soq +soq +soq +soq +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +soq +soq +soq +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (171,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -rXe -qqi -uPW -nvo -nrS -vTy -hyc -tiq -tiq -tiq -mps -bSv -mlg -spJ -eNw -spJ -ikk -kjQ -yeO -hMv -dqR -hMv -yeO -axR -slW -awf -pKy -saP -pQq -jSq -cSJ -saP -wEm -awf -rUA -ocp -pWZ -gXp -mnD -wPe -hHj -cGY -bWJ -xEz -vsM -cGY -jeq -cVr -fRO -fRO -rEX -fRO -exe -eJG -iiH -iiH -iiH -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -ovq -wSq -sRZ -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +eSQ +sgb +vRV +uwy +cTU +lan +pZA +uax +uax +uax +mur +qza +vTH +aAJ +riJ +aAJ +qqw +byL +whL +ged +uJc +ged +whL +vUE +aEz +yeB +ipC +seR +kTK +eFJ +gOF +seR +lTh +yeB +iXX +wpK +rXA +jHX +ayb +meu +jxK +ccO +jKQ +rlu +hBK +ccO +oVd +mJh +jpV +jpV +vlF +jpV +iRn +eNX +dLO +dLO +dLO +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +gFm +hwQ +soq +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (172,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -rLg -hPX -xNH -xNH -xQz -csE -eVJ -eVJ -hPX -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -nrS -rXe -htT -ehd -htT -nrS -din -hyc -nQN -tiq -rxI -eHI -oAB -rEn -fgB -pzG -fua -pBg -kjQ -yeO -ntx -frR -aCf -yeO -muh -slW -suF -gIV -ayt -hZb -wXT -vIh -ayt -oDr -aEh -ixt -pmr -rkj -fqj -rPf -uAb -btU -brS -kGW -pOY -bFN -nrs -aHR -nYd -nYd -nYd -gSZ -fJE -fJE -iEV -iiH -iiH -rIG -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -lPd -lPd -sRZ -sGv -sGv -sGv -sGv -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +avE +aTY +iCA +iCA +qKh +bKy +fZL +fZL +aTY +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +cTU +eSQ +dpu +aSs +dpu +cTU +nnb +pZA +ayr +uax +ufh +hSs +gbW +uUE +nms +vjr +pUV +gSi +byL +whL +ulh +vNv +cnt +whL +swC +aEz +xkX +fSf +brm +gay +fXl +jwH +brm +mEd +kuq +aHq +lfQ +jCw +aHQ +tFB +vnu +nUy +fhy +ydr +goK +gal +pdZ +umK +jcP +jcP +jcP +ngA +tby +tby +bJp +dLO +dLO +vCh +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +bfH +bfH +soq +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (173,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -nrS -oOZ -eSE -bgu -ftC -uLE -xku -lxn -tiq -tiq -rxI -sTe -bSv -rwT -oLI -fSB -aVZ -hIb -uXY -yeO -iQD -sXC -mFa -yeO -ppK -auh -rLa -aod -ayt -hZb -wXT -vIh -ayt -aod -msr -ixt -pmr -jqf -fqj -pwI -eLM -btU -cGY -sRP -npC -lJq -cGY -iAR -ijf -rgI -uTR -oTj -xBS -hAH -kLG -iiH -iiH -iiH -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -lQG -dwS -icu -sRZ -sRZ -sRZ -sGv -sGv -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +cTU +blx +tAJ +iMA +jYj +jwa +ssv +dij +uax +uax +ufh +tEF +qza +aIU +bXv +kOl +jAU +psU +vXX +whL +nqh +dgt +kNf +whL +esQ +rEB +glv +bMb +brm +gay +fXl +jwH +brm +bMb +oiv +aHq +lfQ +cnV +aHQ +bVE +kmX +nUy +ccO +sPI +piv +ecV +ccO +qUA +uCQ +jUa +iQC +kOu +kGf +fxV +wZY +dLO +dLO +dLO +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +qVr +jfU +glp +soq +soq +soq +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (174,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -hPX -eVJ -aDm -xNH -hPX -aKm -aKm -aKm -aKm -aKm -gnZ -dsT -dsT -dsT -dsT -dsT -sPm -sPm -eXm -dBf -cZJ -pui -afT -afT -afT -afT -uTK -yhD -afT -koA -bSv -woS -woS -xDt -sDb -xDt -woS -yeO -hMv -uAF -hMv -yeO -aod -auh -cnw -fOX -ayt -hZb -wXT -vIh -ayt -rqh -voD -ixt -pmr -eGI -fqj -pwI -uAb -xXP -kvg -wwC -vLU -wwC -wwC -wwC -wwC -tps -mle -ceR -fBa -iVS -uXF -uXF -fBa -fBa -fBa -xjn -xjn -xjn -xjn -lQG -lQG -lQG -lQG -lQG -lQG -lnX -jrX -hPs -mrU -tAN -sRZ -ivI +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +aTY +fZL +cfp +iCA +aTY +uRv +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac +aac +aaa +aaa +akr +tjS +hFV +mmi +dzw +dzw +dzw +dzw +dVD +cNy +dzw +msn +qza +oAV +oAV +uWn +vSX +uWn +oAV +whL +ged +gNc +ged +whL +bMb +rEB +oPw +rlZ +brm +gay +fXl +jwH +brm +tjl +bNW +aHq +lfQ +dpC +aHQ +bVE +vnu sRZ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +oxL +wwP +sva +wwP +wwP +wwP +wwP +auc +fDm +aXE +tYp +emP +mdf +mdf +tYp +tYp +tYp +pbH +pbH +pbH +pbH +qVr +qVr +qVr +qVr +qVr +qVr +jMs +tsg +rzt +pZM +wXi +soq +vqe +soq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (175,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -eXm -eXm -eXm -myC -xSW -tiq -tiq -tiq -tiq -qOb -pxR -rPD -afT -aBB -cld -woS -old -qoF -uCH -gSA -arN -pXz -lVe -rYQ -oYX -saA -xtb -cKs -uIJ -mVC -ayt -hZb -wXT -vIh -ayt -mVC -tBe -ixt -pmr -tJX -gBQ -gML -akw -wFW -kvg -xXB -ply -hta -qWC -toH -hXs -aHX -kGr -jvc -ieK -ieq -eNM -szz -lev -fCc -vmv -xjn -mjo -niE -lQG -lQG -mXj -lPd -lPd -lQG -qWt -uGn -wEG -kzL -dLz -lzc -sNM -xzl -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +akr +akr +akr +vBX +kKe +uax +uax +uax +uax +ygI +jcv +rpr +dzw +sxR +nGV +oAV +ccF +uWi +rpY +ivy +fSM +vYl +pDa +tZP +oNJ +bKN +fgi +aEA +pne +dfx +brm +gay +fXl +jwH +brm +dfx +blg +aHq +lfQ +iBx +wBb +sUb +amL +qQc +oxL +ljR +mlM +bxG +nDR +fFR +tPZ +pqV +dzx +hwn +qLR +iiM +izy +tPu +csh +pof +cSC +pbH +uvU +umu +qVr +qVr +mFh +bfH +bfH +qVr +gYw +cHY +aLR +sjT +xfL +nsK +sEx +vPC +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (176,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -hPX -eVJ -eVJ -gqX -csE -eVJ -eVJ -hPX -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -pcp -gDg -pcp -xQn -lva -tiq -tiq -iJD -wws -gbQ -sTF -kQm -oOU -lAD -gkI -woS -qqw -cZT -erJ -fHE -lDA -bZv -bRU -iTp -khD -jcO -nLs -auh -cnw -mVC -ayt -hZb -wXT -vIh -ayt -mVC -kZg -raJ -val -vwT -nzX -hhZ -pbZ -sAn -kvg -emq -hvm -nac -eIg -rjO -aWn -hdi -lFv -pCR -qGT -ieM -xlW -vEt -xlW -hjB -puy -xjn -ddN -jrL -lQG -hvU -lPd -lPd -lPd -lQG -hJv -dqL -tcL -dVz -dVz -ubz -pRE -tXN -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +aTY +fZL +fZL +tCw +bKy +fZL +fZL +aTY +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +cew +ekL +cew +sLz +wjP +uax +uax +uzm +icO +tCe +eOk +hRs +gtr +cya +lLx +oAV +snK +aBc +sFc +cwG +aCb +aCv +aCJ +wgQ +aDu +aDG +jnD +rEB +oPw +dfx +brm +gay +fXl +jwH +brm +dfx +qVk +oHO +dtT +bYP +cyu +wxu +yjY +eYS +oxL +hvE +oGO +xQN +mEt +vNk +kTU +xyt +rjJ +ovC +dCq +uiV +rGj +tes +rGj +wcB +jXF +pbH +mAL +nKU +qVr +tEx +bfH +bfH +bfH +qVr +pNa +uGJ +pTP +qyQ +qyQ +gun +pUi +vWT +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (177,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -rny -aKm -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -hVr -xeO -cgD -nbx -cZJ -rkN -oQH -tiq -iNd -haY -sTF -sTF -sTF -mjZ -ttN -ttN -pXz -bli -fHE -erJ -fHE -pQD -pXz -seL -oIN -puj -qAy -xbZ -bFS -rSs -mVC -ayt -hZb -wXT -vIh -ayt -mVC -gKo -aEb -nqG -fqj -rfc -udB -iNm -btU -spp -irF -fho -wZV -owd -bJZ -wwC -arY -iiH -mtu -qGT -snj -vEt -wpa -pgX -hjB -rJk -xjn -pND -uot -lQG -kZb -lPd -lPd -lPd -lPd -hJv -tUA -esm -bJT -cEH -vtG -dGu -dGu -gjx -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +sLi +uRv +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aff +jxz +cdy +iWz +hFV +gDr +yiX +uax +axG +bTx +eOk +eOk +eOk +oSb +vSI +vSI +vYl +fJA +cwG +sFc +cwG +ccj +vYl +tRT +cbH +kMc +kSL +wOs +lHu +nbv +dfx +brm +gay +fXl +jwH +brm +dfx +wTU +aYA +wNV +aHQ +tSr +aIt +slI +nUy +rHj +rcA +doC +aKy +iZz +rNQ +wwP +mGo +dLO +jwe +dCq +mlW +tes +uIq +vkE +wcB +keh +pbH +bmz +pIx +qVr +ttj +bfH +bfH +bfH +bfH +pNa +qNk +xmY +xVF +eJQ +bNx +aSt +aSt +xAM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (178,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -hPX -eVJ -aDm -xNH -hPX -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -eXm -eXm -nrS -ujH -tiq -tiq -tiq -nEf -haY -qCl -wIC -sTF -jLv -ttN -ttN -pXz -adv -fHE -aZW -nzt -buJ -oEZ -vKO -iTp -iTp -iTp -upR -ojI -pFt -aod -ayt -jyE -gIO -eyL -ayt -aod -blu -veM -rLM -hBt -pjY -lDD -lDD -bqI -owK -qKG -qjB -lCL -jUE -sme -wwC -mjg -iiH -mtu -uGN -mLk -vEt -unP -vCc -vEt -cxp -rUT -cUp -dSl -lQG -rND -kZb -isW -kZb -kZb -uxU -xoN -sUx -udP -uBj -mcT -dGu -dGu -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aTY +fZL +cfp +iCA +aTY +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +akr +akr +cTU +ett +uax +uax +uax +axH +bTx +kwD +mon +eOk +mdD +vSI +vSI +vYl +oGF +cwG +kum +bHB +vbA +nrM +nLe +wgQ +wgQ +wgQ +iMj +dlg +awD +bMb +brm +jsE +swZ +tSl +brm +bMb +rUe +iPD +ptV +lew +hlD +vyy +vyy +raP +uGo +lEU +ios +aKz +mai +rbA +wwP +jbt +dLO +jwe +iij +yaB +tes +ckC +dbU +tes +cjz +qKE +chE +pHX +qVr +cAK +ttj +bhf +ttj +ttj +nHk +cwj +ksk +bsh +rQr +aMh +aSt +aSt +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (179,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -bGG -aKm -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -xeO -cgD -nbx -bLW -uNc -iJD -tiq -iJD -haY -sTF -sTF -sTF -oDV -ttN -ttN -pXz -adE -fHE -cVD -fHE -afW -pXz -kOI -fhS -aqy -dBP -baP -hSa -hQO -mVC -ayt -hZb -wXT -vIh -ayt -mVC -upa -aEb -nqG -fqj -fqj -qdu -fqj -btU -spp -elh -kpl -nPc -lOf -akK -wwC -arY -iiH -mtu -cuq -vLI -vEt -saF -wBP -sYA -mrH -xjn -dWR -dGq -lQG -lPd -lPd -lPd -lPd -bXp -erp -cND -esm -mFM -cEH -vtG -dGu -dGu -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +kgS +uRv +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +jxz +cdy +iWz +bYR +uXv +uzm +uax +uzm +bTx +eOk +eOk +eOk +qyK +vSI +vSI +vYl +kkq +cwG +gpm +cwG +whI +vYl +eBF +oLp +cGc +qec +nAS +vyN +ncT +dfx +brm +gay +fXl +jwH +brm +dfx +xZQ +aYA +wNV +aHQ +aHQ +aIv +aHQ +nUy +rHj +aJG +uOx +aKA +sHV +uOj +wwP +mGo +dLO +jwe +rBb +kxF +tes +lWv +xPR +kye +moQ +pbH +kBo +kJA +qVr +bfH +bfH +bfH +bfH +kGv +qSS +cFQ +xmY +uLt +eJQ +bNx +aSt +aSt +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (180,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -rLg -rLg -rLg -rLg -rLg -rLg -hPX -xNH -eVJ -gqX -eVJ -eVJ -hPX -aKm -aKm -aKm -aKm -gnZ -dsT -dsT -dsT -dsT -rwq -lJO -rwq -uZx -lva -uce -tiq -egf -sPs -kAe -sTF -vMl -naT -orN -rcG -fLy -icE -lFi -lFi -ufr -arP -gCV -xpl -aUI -ifX -eXk -nLs -auh -ash -mVC -ayt -hZb -wXT -vIh -ayt -mVC -upa -aGb -cgP -gEz -xej -qdu -fqj -fEu -kvg -plx -hmM -hwC -hwC -ubM -lYM -mpU -kfw -hme -cuq -gCF -sYA -vEt -sYA -sYA -sGC -xjn -ddN -jrL -lQG -lPd -lPd -lPd -lPd -lQG -vSo -kcc -pZp -mwf -mwf -umO -mXm -lXu -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -rLg -aYr -aYr -aYr -oxh -aYr -aYr -rLg -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +avE +avE +avE +avE +avE +avE +aTY +iCA +fZL +tCw +fZL +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac +ggw +rIx +ggw +jlo +wjP +lPl +uax +axI +xGX +boS +eOk +gUn +xMV +tkP +roj +rSb +ouE +dPu +dPu +tXI +rqD +jAa +lUa +xeG +rlo +nzd +jnD +rEB +rMl +dfx +brm +gay +fXl +jwH +brm +dfx +xZQ +pIT +uTN +nBM +oQs +aIv +aHQ +tJz +oxL +gSV +lpC +vTb +vTb +rbn +crj +wWT +qvy +uvB +rBb +tbK +kye +tes +kye +kye +nwE +pbH +mAL +nKU +qVr +bfH +bfH +bfH +bfH +qVr +jqK +ijR +ecg +rUh +rUh +wAs +fjA +aDn +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +avE +pMW +pMW +pMW +bGh +pMW +pMW +avE +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (181,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -cIm -aKm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -eXm -eXm -eXm -vHo -igg -crp -tSr -nei -irs -uWS -guR -qDr -tUx -bdx -aBF -woS -mbt -wTv -gkY -nyM -aCC -pXz -ruX -mvr -wvt -xse -xtb -dEo -vxc -mVC -ayt -hZb -wXT -vIh -ayt -mVC -rbU -aHu -pmr -tOR -gEz -sZK -hNy -vWW -kvg -izS -xeG -gtU -mkw -cXQ -ata -kok -kGr -voI -cuq -umD -sYA -sYA -lzB -cIE -hGF -xjn -fMO -vnK -lQG -lQG -qpN -tWj -jps -lQG -qWt -gPA -etL -ika -ika -qTr -tUt -vzM -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +csA +uRv +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +akr +akr +akr +xAJ +tXK +dZY +ekQ +hHM +njx +ftQ +sTQ +lBW +wex +jzW +fhv +oAV +lvK +ryS +dkf +xtD +vvN +vYl +vhn +lSM +aDv +bKY +fgi +cXX +eOw +dfx +brm +gay +fXl +jwH +brm +dfx +cey +stt +lfQ +krn +nBM +sPQ +ezL +kBi +oxL +hMG +pmu +mhl +cli +oPf +jRy +odC +dzx +tqA +rBb +rrL +kye +kye +rKL +jst +vDu +pbH +vSa +cJR +qVr +qVr +rAB +qVL +tBo +qVr +gYw +vav +vGI +dGs +dGs +bIf +nyv +wZL +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (182,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aKm -aKm -aKm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -eXm -vHo -bLW -mnK -wDe -wDe -oHj -gRP -gRP -gRP -mtK -wDe -jJo -jJo -owL -owL -jXU -jJo -jJo -jJo -xtb -xtb -xtb -xtb -xtb -aVp -ash -sfG -ayt -hZb -wXT -vIh -ayt -vfQ -upa -aHu -ocp -pmr -nlS -wEy -pmr -ocp -kvg -kvg -kvg -kvg -kvg -wwC -wwC -tPF -nYG -alS -fBa -uXF -uXF -uXF -fBa -fBa -fBa -xjn -xjn -xjn -xjn -lQG -lQG -lQG -lQG -lQG -lQG -rvX -loe -bFr -etv -vyB -lQG -lQG -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -aYr -aYr -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uRv +uRv +uRv +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +akr +xAJ +bYR +haS +udQ +udQ +pBD +sRN +sRN +sRN +eld +udQ +pRM +pRM +fur +fur +bLB +pRM +pRM +pRM +fgi +fgi +fgi +fgi +fgi +giR +rMl +qnL +brm +gay +fXl +jwH +brm +idI +xZQ +stt +wpK +lfQ +ehz +fIc +lfQ +wpK +oxL +oxL +oxL +oxL +oxL +wwP +wwP +xiL +gEU +uHk +tYp +mdf +mdf +mdf +tYp +tYp +tYp +pbH +pbH +pbH +pbH +qVr +qVr +qVr +qVr +qVr +qVr +kvO +cZH +pWw +uMu +mLO +qVr +qVr +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +pMW +pMW +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (183,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -cYT -cYT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -nrS -wRg -dDS -jRh -wDe -xvP -pwP -hwn -hwn -hwn -jzH -kak -jJo -xmo -msD -lfw -uPG -ftH -csy -owL -eqx -dMs -nKs -xNV -aoh -erU -ucn -aod -ayt -hZb -wXT -vIh -ayt -aod -wMo -mbv -aGv -rSJ -vEQ -aBj -rSJ -rSJ -mdu -qHh -dJB -bVc -kCh -fRO -wPq -tGE -nTO -atx -xvb -bVc -qeG -iiH -iiH -iiH -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -lQG -dwS -lOW -lQG -lQG -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -leZ -leZ -leZ -leZ -leZ -leZ -uSH -uSH -xyC -rxL -xyC -uSH -uSH -leZ -leZ -leZ -leZ -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kFx +kFx +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +cTU +oTc +vsg +jJR +udQ +tNO +tKh +eVn +eVn +eVn +eCw +urf +pRM +uHb +aAN +aBe +vCv +mAS +qHI +fur +cJm +jjS +dOC +bIp +evu +qtF +iIS +bMb +brm +gay +fXl +jwH +brm +bMb +pvI +aHs +aHt +sSr +llk +sWM +sSr +sSr +pFe +dPe +ggQ +xti +bNa +jpV +gSJ +sql +aao +jqA +fbj +xti +gBX +dLO +dLO +dLO +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +qVr +jfU +qtB +qVr +qVr +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +gFf +gFf +gFf +gFf +gFf +gFf +oMI +oMI +tXU +liC +tXU +oMI +oMI +gFf +gFf +gFf +gFf +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (184,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -wDe -wDe -wDe -wDe -wDe -fIg -uxe -xIS -wJy -bbL -jDB -lyN -hRD -gEm -xSw -jqh -gqu -uIn -emN -awX -kPL -uwx -vfU -bdZ -lVc -hSA -lcM -cpF -ayt -oCw -qco -ena +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +udQ +udQ +udQ +udQ +udQ +kBM +pxD +ayd ayt -gwT -nRP -sIc -hvn -vVx -cRw -rzs -uMs -wAV -hhh -ryc -emz -mVN -nea -sGx -gLF -tzE -gXo -srT -srT -srT -iEV -iiH -iiH -rIG -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -lPd -lPd -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sBj -sBj -sBj -leZ -leZ -leZ -uSH -uSH -uSH -qGM -cea -cea -hMz -cea -cea -wTx -uSH -uSH -leZ -leZ -leZ -rLg -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +ayG +aET +hlB +vQW +wxW +bNK +uDl +fNa +cfz +aCd +lsR +aCL +geG +nmP +kdI +vrx +add +wiX +oUA +brm +mWR +jEF +qQX +brm +txl +bpu +wPN +uDC +qdy +mal +cVG +tBv +feU +gOG +okK +xjV +oIc +pAJ +oMz +oOZ +qFx +asm +qsg +qsg +qsg +bJp +dLO +dLO +vCh +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +bfH +bfH +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tqN +tqN +tqN +gFf +gFf +gFf +oMI +oMI +oMI +oTa +tDn +tDn +hfs +tDn +tDn +bJP +oMI +oMI +gFf +gFf +gFf +avE +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (185,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -wDe -meX -vDk -hJP -wDe -bsW -uxe -uxe -uxe -uxe -vFF -nyU -jJo -qWW -bCP -dMj -hKb -wCy -sLZ -owL -vlt -jlk -vtm -gku -umk -oyv -awf -afH -saP -saP -saP -saP -saP -wuX -aEm -eoj -uTE -uCi -oKY -iNB -sBi -vxG -aDO -tOM -wsJ -tOM -aDO -hBR -rXx -wIK -xpv -erK -fuu -fuu -fkJ -iiH -iiH -iiH -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -uyn -wSq -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -mLq -hdo -mLq -leZ -leZ -uSH -qGM -cea -cea -vEG -uoZ -uoZ -uoZ -uoZ -uoZ -ker -cea -wTx -uSH -leZ -leZ -aYr -kWL -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +udQ +fPn +fQH +fPJ +udQ +fBJ +pxD +pxD +pxD +pxD +cDP +asn +pRM +lmZ +noc +aBg +jur +vro +ipm +fur +pMd +yiV +uCO +aDI +aDV +wlu +yeB +hZc +seR +seR +seR +seR +seR +iXW +pYM +iHT +wqr +grB +ckd +sNQ +sPK +gYO +pMk +sRE +pmM +sRE +pMk +dfE +gvm +hnP +lrI +txS +uWy +uWy +wFA +dLO +dLO +dLO +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +nSR +hwQ +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +vUu +lwj +vUu +gFf +gFf +oMI +oTa +tDn +tDn +qJh +dVM +dVM +dVM +dVM +dVM +fho +tDn +bJP +oMI +gFf +gFf +pMW +rxw +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (186,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -wDe -qHt -cSh -cSh -poU -aqx -tyy -oUw -wxO -sOr -uzB -pXb -jJo -oIk -xhV -nQV -dMj -uov -lAl -jJo -qze -lOB -vtm -rYG -aod -xxu -oqX -nZW -bFA -bFA -xIr -bFA -bFA -uWM -oBj -vGC -gSa -gSa -gSa -hfN -mUM -sHa -sHa -sHa -sHa -sHa -sHa -nlf -oYI -upD -nlf -brr -bnA -gSB -dkP -lDb -lDb -gSB -aDO -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -lQG -lQG -lQG -lQG -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sBj -sBj -sBj -leZ -leZ -uSH -wxd -uoZ -uoZ -uoZ -uoZ -uoZ -scX -uoZ -uoZ -uoZ -uoZ -bEQ -uSH -leZ -leZ -aYr -aYr -aYr -aYr -kWL -hOe -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +udQ +pWt +iOO +iOO +lCw +qgs +kXr +aye +rgg +jqv +rgK +lUz +pRM +nky +dvn +gSj +aBg +wBX +cfq +pRM +qUB +pEe +uCO +hPi +bMb +rNf +aJm +raY +ljn +ljn +ujw +ljn +ljn +eRQ +qTv +vrW +tXz +tXz +tXz +tiG +wfv +xNT +xNT +xNT +xNT +xNT +xNT +kvt +dpB +nZO +kvt +wtw +iKY +syv +hrh +ieV +ieV +syv +pMk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qVr +qVr +qVr +qVr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tqN +tqN +tqN +gFf +gFf +oMI +sDY +dVM +dVM +dVM +dVM +dVM +eVl +dVM +dVM +dVM +dVM +cHZ +oMI +gFf +gFf +pMW +pMW +pMW +pMW +rxw +mXU +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (187,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -wDe -aPx -rUp -ruq -wDe -aMw -vFF -vFF -vFF -vFF -vFF -ukV -jJo -oIk -lbq -dMj -klF -jJo -jJo -jJo -xnE -fxf -lDl -bzf -aod -hJK -aod -axR -axR -axR -axR -axR -axR -hbU -gSa -gVG -gSa -twn -gSa -yhg -lMM -cJj -oYI -nIq -ngG -xqv -nWZ -llH -qlK -fLk -nlf -nlf -nlf -gSB -nkC -dZz -hcO -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -uwJ -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -mLq -mLq -hdo -mLq -mLq -leZ -leZ -uSH -wxd -uoZ -bRI -dmv -vGV -fjc -gGc -bJQ -uHK -rUY -uoZ -bEQ -uSH -leZ -leZ -leZ -leZ -leZ -aYr -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +udQ +emG +dtD +wWz +udQ +kSa +cDP +cDP +cDP +cDP +cDP +alu +pRM +nky +jJd +aBg +gba +pRM +pRM +pRM +eeO +vPB +mRb +sYJ +bMb +hrn +bMb +vUE +vUE +vUE +vUE +vUE +vUE +nSI +tXz +wkQ +tXz +oBc +tXz +hmd +bHb +sed +dpB +vpp +gel +tIh +hRa +qab +lWJ +aBL +kvt +kvt +kvt +syv +xeC +gFO +beF +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaS +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +vUu +vUu +lwj +vUu +vUu +gFf +gFf +oMI +sDY +dVM +pcY +jkc +cOc +jYn +jus +cVr +cTV +jJv +dVM +cHZ +oMI +gFf +gFf +gFf +gFf +gFf +pMW +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (188,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -wDe -wDe -wDe -wDe -wDe -dBO -ylw -xZp -bXI -wWd -gGX -oFA -jJo -oIk -kvn -dZV -paC -pzX -jCt -kAY -tJC -fxf -vtm -tCx -aod -rWh -iuW -axR -ayt -tbQ -vlc -bNs -ayt -hbU -eoL -uXt -kcR -bxy -hLT -fia -uwx -jvo -sxP -aBi -nOo -lMD -qfD -ioC -yjk -oPj -rfx -uns -nlf -gSB -aAH -eRO -oTI -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -sBj -sBj -sBj -sBj -mLq -leZ -leZ -uSH -wxd -uoZ -eop -wAz -rQa -nBG -dqK -qeX -eaa -bcC -uoZ -bEQ -uSH -leZ -dlE -ovK -ovK -leZ -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +udQ +udQ +udQ +udQ +udQ +aWL +tft +hMU +qyg +utY +fHV +qar +pRM +nky +pBQ +hjo +bHx +mNP +eos +xpm +rbv +vPB +uCO +fZS +bMb +rxO +ugK +vUE +brm +pZO +duP +cqH +brm +nSI +hPQ +vDI +nSd +rMB +gAQ +eoX +geG +ruD +kNk +tvQ +oIe +cNX +xSD +lNQ +fVX +vvt +niF +rQt +kvt +syv +dRy +ybW +eah +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +tqN +tqN +tqN +tqN +vUu +gFf +gFf +oMI +sDY +dVM +lrx +uaM +pUz +xWo +kgx +ehK +wYX +rSB +dVM +cHZ +oMI +gFf +aOH +uqS +uqS +gFf +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (189,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -ojs -ojs -xOb -ojs -ojs -ojs -ojs -ojs -jJo -ijn -uOb -eLt -jJo -jJo -jJo -pEo -oqW -fxf -vtm -tCx -aod -kaf -thq -axR -ayt -hpq -rWh -tij -qTZ -hbU -iqN -cFs -bau -bxy -hLT -fia -jMw -pKx -oYI -nDW -bCf -rLS -sKw -sbn -xAR -bYY -ikl -rYf -rYf -gSB -eRd -osh -vdy -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -mLq -mLq -hdo -mLq -mLq -leZ -leZ -xyC -bFw -uoZ -xOw -myx -bXn -uoZ -uoZ -uoZ -aau -bcC -uoZ -ker -kga -leZ -kNk -dby -ovK -ovK -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +xxZ +xxZ +uAN +xxZ +xxZ +xxZ +xxZ +xxZ +pRM +aAp +tIU +aSS +pRM +pRM +pRM +oWq +aCM +vPB +uCO +fZS +bMb +oIP +uer +vUE +brm +qBt +rxO +jzF +mdM +nSI +axt +eRb +nWi +rMB +gAQ +eoX +fyc +vwD +dpB +iqM +nzk +rle +aKe +xTr +aKW +uLN +hXS +ptQ +ptQ +syv +tYb +fnZ +qsm +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +vUu +vUu +lwj +vUu +vUu +gFf +gFf +tXU +gVd +dVM +iqO +aoh +dLS +dVM +dVM +dVM +rOT +rSB +dVM +fho +cEb +gFf +wbW +pnT +uqS +uqS +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (190,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -ojs -imi -bgw -xYo -jeN -cEJ -ood -hQA -jJo -xJN -rek -rek -lij -qec -tAj -rDB -otj -sEI -mUf -tCx -aod -aod -aod -axR -ayt -fut -fQM -tij -ayt -hbU -uZa -iSU -kLn -fQg -gSa -lri -ftx -sHa -sHa -iHP -vys -nqt -uxz -bAq -nOo -bYY -nTK -rYf -rYf -gSB -tBy -obA -mHQ -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -uwJ -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -vbT -hdo -sBj -sBj -ckD -mfO -mfO -xlb -prX -jDq -myx -cPV -uEf -sQo -xnP -tdP -bAH -bcC -uoZ -xwW -ovK -pHH -odu -dWj -kCD -ovK -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +xxZ +hze +bYD +axz +uwE +ejU +qMb +xIV +pRM +skX +fpU +fpU +jKb +dXH +uXN +lSQ +duO +goC +wxb +fZS +bMb +bMb +bMb +vUE +brm +rUb +bFb +jzF +brm +nSI +hLX +xts +oNa +sJZ +tXz +fEd +qpZ +xNT +xNT +doH +xNH +nhP +uiA +hEV +oIe +uLN +iqZ +ptQ +ptQ +syv +vlm +gYK +bde +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaS +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +xSS +lwj +tqN +tqN +tNG +jfu +jfu +rIa +sVz +bNr +aoh +jLx +vpA +mgi +pIQ +hhf +xZx +rSB +dVM +hBJ +uqS +kzR +rsZ +vOD +cmo +uqS +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (191,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -ojs -nCj -rsj -fVN -uoQ -uoQ -fVN -rnT -jJo -jJo -jJo -oYl -oYl -oYl -oYl -oYl -wld -pgf -vtm -eqT -aod -mQS -iGx -axR -axR -axR -rgc -axR -axR -hbU -gSa -gSa -gSa -gSa -gSa -hfN -tCx -mqi -sHa -tRI -rZf -cam -eRD -xLY -buh -idV -vyN -jBT -gSB -gSB -jBo -sgt -vXL -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -mLq -mLq -hdo -mLq -mLq -leZ -leZ -xyC -csF -uoZ -upW -dtL -mqt -uoZ -uoZ -xnP -ieh -bcC -uoZ -aVJ -geF -leZ -gcq -ntR -ovK -ovK -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +xxZ +llo +sXm +uNl +wxv +wxv +uNl +hmR +pRM +pRM +pRM +uno +uno +uno +uno +uno +lCy +ifI +uCO +aDK +bMb +hAR +veA +vUE +vUE +vUE +oHz +vUE +vUE +nSI +tXz +tXz +tXz +tXz +tXz +tiG +fZS +xgJ +xNT +kTI +nFn +oPg +mKQ +poM +mfU +lXd +otP +aso +syv +syv +ubR +sVG +moH +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +vUu +vUu +lwj +vUu +vUu +gFf +gFf +tXU +weS +dVM +sRh +njC +ndt +dVM +dVM +pIQ +qYJ +rSB +dVM +jgq +xWe +gFf +mrF +dNi +uqS +uqS +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (192,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -nlo -tBM -wLd -wLd -wLd -fOq -wKA -gQq -dxQ -ojs -sPm -oYl -jDb -vhP -src -heh -wld -fxf -ccG -xjw -wPt -ceC -eVk -aBe -eVk -jqu -vqd -fxr -fxr -vZU -fxr -vzi -idc -fPr -jeQ -uhz -tCx -wtB -sHa -uXk -jZL -fmp -sHa -uXk -jZL -dId -sHa -sHa -gSB -kXx -sat -mtG -mhc -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sBj -sBj -sBj -sBj -mLq -leZ -leZ -uSH -eEo -uoZ -tiC -dtL -myx -tPT -tdH -ssp -dtL -gsu -uoZ -bEQ -uSH -leZ -ovK -ovK -ovK -leZ -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +dez +gTu +kZt +kZt +kZt +ydp +rSk +dYv +jiS +xxZ +aaa +uno +qUX +dJm +ofv +aCy +lCy +vPB +omh +iSf +jha +qDn +ajg +pvR +ajg +dkw +pgo +kAO +kAO +udX +kAO +pdj +bPO +iVy +tJh +lQm +fZS +pdn +xNT +kNM +mRY +bDB +xNT +kNM +mRY +rws +xNT +xNT +syv +aKO +efB +nHu +uoJ +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tqN +tqN +tqN +tqN +vUu +gFf +gFf +oMI +bZA +dVM +mYB +njC +aoh +iUO +vTD +lxi +njC +mEb +dVM +cHZ +oMI +gFf +uqS +uqS +uqS +gFf +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (193,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -nlo -elk -gYK -elk -gHW -uKh -clW -aNL -sGR -ojs -sPm -oYl -kUQ -gng -nDF -hSJ -tKe -xAj -pLh -tCx -cmf -fxf -eVY -uwx -uwx -ujA -mZu -uwx -uwx -uwx -nHI -tCx -cmf -fxf -nCB -uwx -cRJ -wld -sHa -sHa -sHa -sHa -sHa -sHa -sHa -sHa -sHa -sPm -gSB -gSB -gdT -iJQ -gdT -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -sPm -sPm -uwJ -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -rLg -mLq -mLq -hdo -mLq -mLq -leZ -leZ -uSH -eEo -uoZ -jZu -dbJ -ceO -rUY -xxQ -rUY -gbV -rUY -uoZ -bEQ -uSH -leZ -leZ -leZ -leZ -leZ -aYr -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +dez +kfO +pfZ +kfO +qos +mvi +bQt +icU +vOH +xxZ +aaa +uno +fUh +cQH +lBP +sBt +nVg +xBh +qYi +fZS +kDH +vPB +pzv +geG +geG +xYY +npU +geG +geG +geG +vjb +fZS +kDH +vPB +qbp +geG +xdF +lCy +xNT +xNT +xNT +xNT +xNT +xNT +xNT +xNT +xNT +aaa +syv +syv +kpw +lOC +kpw +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaS +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +avE +vUu +vUu +lwj +vUu +vUu +gFf +gFf +oMI +bZA +dVM +uUG +lSG +xsW +jJv +dtz +jJv +bcx +jJv +dVM +cHZ +oMI +gFf +gFf +gFf +gFf +gFf +pMW +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (194,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -nlo -elk -hGR -hGR -elk -uKh -cSe -fWA -fpb -ojs -sPm -oYl -huk -ary -rhN -gcJ -wld -mGi -cQG -cDx -abm -iIg -uiL -uiL -uiL -bsM -gqv -gku -lFs -uiL -uiL -fCE -owX -iFB -nCB -uwx -sIY -mYq -lec -eni -xIy -eni -idR -kYu -qze -sPm -sPm -sPm -sPm -gSB -gBx -wvO -hqk -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sBj -sBj -sBj -leZ -leZ -uSH -lWN -uoZ -uoZ -uoZ -uoZ -uoZ -riW -uoZ -uoZ -uoZ -uoZ -bEQ -uSH -leZ -leZ -aYr -aYr -aYr -aYr -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +dez +kfO +eUo +eUo +kfO +mvi +owm +gKy +bKs +xxZ +aaa +uno +rzO +azX +mBT +hWZ +lCy +unx +lMg +qbu +riS +gAH +wuF +wuF +wuF +wPf +aFZ +aDI +eMr +wuF +wuF +aHw +aHE +aHS +qbp +geG +rls +twO +eBd +nQr +kro +nQr +aKU +koy +qUB +aaa +aaa +aaa +aaa +syv +loG +xrl +nKb +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tqN +tqN +tqN +gFf +gFf +oMI +cWj +dVM +dVM +dVM +dVM +dVM +fHR +dVM +dVM +dVM +dVM +cHZ +oMI +gFf +gFf +pMW +pMW +pMW +pMW +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (195,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -nlo -nlo -nlo -nlo -nlo -nlo -ojs -ojs -ojs -ojs -sPm -oYl -oYl -oYl -oYl -oYl -fBx -uEX -uEX -uEX -uEX -cTX -cTX -cTX -gBY -taS -uiL -jig -gBY -cTX -cTX -cTX -gBY -fLE -tDR -nCB -ahu -cwp -xlU -wXY -wXY -wXY -wHf -kzq -qze -sPm -sPm -sPm -sPm -gSB -bdN -rRR -mdy -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -mLq -hdo -mLq -leZ -leZ -uSH -tpi -ukl -ukl -fDq -uoZ -uoZ -uoZ -uoZ -uoZ -aVJ -ukl -hmO -uSH -leZ -leZ -aYr -kWL -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +dez +dez +dez +dez +dez +dez +xxZ +xxZ +xxZ +xxZ +aaa +uno +uno +uno +uno +uno +fGo +pSV +pSV +pSV +pSV +pEx +pEx +pEx +fmy +fYc +wuF +iqa +fmy +pEx +pEx +pEx +fmy +dbV +seY +qbp +eCo +iUD +tNJ +dvj +dvj +dvj +bLQ +xPg +qUB +aaa +aaa +aaa +aaa +syv +wzk +xNI +gWe +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +vUu +lwj +vUu +gFf +gFf +oMI +uCh +hic +hic +cPl +dVM +dVM +dVM +dVM +dVM +jgq +hic +vWw +oMI +gFf +gFf +pMW +rxw +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (196,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -uEX -exL -vNf -qbj -uEX -bbP -qHU -jsj -gBY -uJJ -cTX -nKn -gBY -pYX -qHU -wTB -gBY -gBY -fxf -eVY -sIY -mYq -luW -ghc -ghc -vdf -ghc -qhY -qze -sPm -sPm -sPm -sPm -gSB -gSB -gSB -gSB -gSB -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sBj -sBj -sBj -leZ -leZ -leZ -uSH -uSH -uSH -tpi -ukl -ukl -gks -ukl -ukl -hmO -uSH -uSH -leZ -leZ -leZ -rLg -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +pSV +xkI +gbB +pkD +pSV +ixP +oJP +sQS +fmy +bvw +pEx +jaL +fmy +dnM +oJP +wIk +fmy +fmy +vPB +pzv +rls +twO +nxB +awi +awi +lco +awi +oAG +qUB +aaa +aaa +aaa +aaa +syv +syv +syv +syv +syv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +tqN +tqN +tqN +gFf +gFf +gFf +oMI +oMI +oMI +uCh +hic +hic +uJa +hic +hic +vWw +oMI +oMI +gFf +gFf +gFf +avE +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (197,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -uEX -tGm -ffY -lXV -xoU -nXw -eHH -uMQ -vDn -bWR -gYy -krS -dMX -ryA -eHH -jbm -iff -gBY -eAh -uiL -jAr -qze -mYq -mYq -rXp -mYq -mYq -eLO -qze -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -leZ -leZ -leZ -leZ -leZ -leZ -uSH -uSH -xyC -rxL -xyC -uSH -uSH -leZ -leZ -leZ -leZ -leZ -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +pSV +noI +kOf +aDN +wzg +tiM +qSm +eKD +tZz +dpm +aGb +cYg +oRO +joi +qSm +swr +czB +fmy +xQM +wuF +wyS +qUB +twO +twO +iAo +twO +twO +ume +qUB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +gFf +gFf +gFf +gFf +gFf +gFf +oMI +oMI +tXU +liC +tXU +oMI +oMI +gFf +gFf +gFf +gFf +gFf +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (198,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -dsT -dsT -dsT -aYr -dsT -dsT -dsT -uEX -kri -miD -lXV -xoU -nXw -bWk -jEE -rvM -rlE -cTm -eYb -jLX -dNy -dNy -dVw -aFu -gBY -leg -yjc -wVL -qze -dsT -mYq -lcO -mYq -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -aYr -aYr -aYr -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +aac +aac +aac +pMW +aac +aac +aac +pSV +hHB +bNi +aDN +wzg +tiM +nRQ +kIo +qXk +dcL +vqg +nfJ +rdT +lgO +lgO +wBz +dSI +fmy +ltZ +aRr +xRI +qUB +aac +twO +fWA +twO +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +pMW +pMW +pMW +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (199,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -uEX -dXu -xOs -dcp -rEz -wBO -eHH -jEE -eHH -trd -gBY -rUs -jEE -cZO -eHH -kFb -sBJ -gBY -qze -qze -qze -qze -dsT -mYq -fTF -mYq -dsT -dsT -dsT -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -leZ -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pSV +wJV +wXP +loQ +wAh +kwa +qSm +kIo +qSm +wDU +fmy +aGs +kIo +fFx +qSm +iSc +miE +fmy +qUB +qUB +qUB +qUB +aac +twO +eUp +twO +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +gFf +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (200,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -uEX -mUX -mJD -lXV -xoU -nXw -eHH -jEE -eHH -dBh -loN -oke -jEE -eHH -eHH -kFb -uFw -gBY -sPm -dsT -dsT -dsT -dsT -dsT -fKC -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -kWL -kWL -kWL -aYr -aYr -rLg -aYr -aYr -aYr -nYL -aYr -aYr -rLg -aYr -aYr -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pSV +wOW +fam +aDN +wzg +tiM +qSm +kIo +qSm +deK +rUQ +aGt +kIo +qSm +qSm +iSc +gyn +fmy +aaa +aac +aac +aac +aac +aac +agq +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rxw +rxw +rxw +pMW +pMW +avE +pMW +pMW +pMW +ylt +pMW +pMW +avE +pMW +pMW +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (201,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -uEX -kkE -rbW -bmz -ryM -mPJ -teK -iVh -hzC -gbh -loN -ffk -jEE -bLi -eHH -bEN -vkG -gBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -kWL -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pSV +xpE +krq +eIS +vQX +dJp +xGQ +fio +hln +ttH +rUQ +lai +kIo +men +qSm +fgl +qmr +fmy +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +rxw +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (202,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -uEX -uEX -uEX -uEX -uEX -gBY -gBY -rtW -eHH -hHt -loN -ffk -jEE -jEE -eHH -aro -oKj -gBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pSV +pSV +pSV +pSV +pSV +fmy +fmy +mDm +qSm +nUo +rUQ +lai +kIo +kIo +qSm +orX +uuR +fmy +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (203,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -gBY -wLe -dxl -aEj -qjT -nXw -eHH -jEf -loN -ffk -eHH -gSg -eHH -aro -khm -gBY -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -sPm -dsT -dsT -dsT -dsT -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +fmy +ifU +kLI +kFu +uCy +tiM +qSm +rkY +rUQ +lai +qSm +eQs +qSm +orX +nGZ +fmy +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aac +aac +aac +aac +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (204,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -qjT -izq -bze -vxD -qUh -xrw -xfN -sCG -qlJ -tqs -eHH -cSR -eHH -aro -arp -gBY -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +uCy +tsP +hoN +cHS +svC +nny +wAx +jfR +xWu +uuS +qSm +aDX +qSm +orX +rmz +fmy +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (205,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -qjT -izq -gSg -aiD -qjT -nXw -eHH -uMQ -cFO -ryA -eHH -eHH -eHH -jbm -xWQ -gBY -sPm -sPm -dsT -dsT -dsT -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +uCy +tsP +eQs +aEH +uCy +tiM +qSm +eKD +nRO +joi +qSm +qSm +qSm +swr +aXD +fmy +aaa +aaa +aac +aac +aac +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (206,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -qjT -cqu -gDI -fTk -qjT -mZd -wmH -vSz -wmH -fOZ -wmH -uiK -wmH -iLJ -gBY -gBY -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +uCy +jNT +mmk +nEf +uCy +pFH +gTN +eAk +gTN +tgP +gTN +oXC +gTN +kOD +fmy +fmy +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (207,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -qjT -qjT -qjT -eCy -qjT -jKL -qjT -qjT -qjT -qjT -qjT -hVE -qjT -naR -qjT -gBY -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uCy +uCy +uCy +vhu +uCy +qYU +uCy +uCy +uCy +uCy +uCy +cBo +uCy +pot +uCy +fmy +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (208,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -qjT -kJH -qjT -kJH -qjT -dsT -dsT -dsT -qjT -kJH -qjT -kJH -qjT -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +uCy +may +uCy +may +uCy +aac +aac +aac +uCy +may +uCy +may +uCy +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (209,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -qjT -kJH -qjT -kJH -qjT -dsT -dsT -dsT -qjT -kJH -qjT -kJH -qjT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +uCy +may +uCy +may +uCy +aac +aac +aac +uCy +may +uCy +may +uCy +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (210,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -qjT -kJH -qjT -kJH -qjT -dsT -aYr -dsT -qjT -kJH -qjT -kJH -qjT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -foV -pdV -foV -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +uCy +may +uCy +may +uCy +aac +pMW +aac +uCy +may +uCy +may +uCy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +iLP +tCf +iLP +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (211,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -qjT -kJH -qjT -kJH -qjT -aYr -aYr -dsT -qjT -kJH -qjT -kJH -qjT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +uCy +may +uCy +may +uCy +pMW +pMW +aac +uCy +may +uCy +may +uCy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (212,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -qjT -tFu -pBb -jQr -qjT -aYr -aYr -aYr -qjT -jQr -pBb -aMX -qjT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +uCy +lra +fkh +jJO +uCy +pMW +pMW +pMW +uCy +jJO +fkh +ugW +uCy +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (213,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sEy -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +kyU +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (214,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (215,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (216,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (217,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (218,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (219,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (220,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (221,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (222,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (223,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (224,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (225,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (226,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -aYr -aYr -sPm -sPm -aYr -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +pMW +pMW +aaa +aaa +pMW +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (227,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -dsT -sPm -dsT -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +aac +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (228,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -dsT -dsT -dsT -sPm -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (229,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -rLg -rLg -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +avE +avE +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (230,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -rLg -aYr -rLg -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +avE +pMW +avE +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (231,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -rLg -aYr -rLg -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +avE +pMW +avE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (232,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -rLg -aYr -rLg -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +avE +pMW +avE +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (233,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -dsT -dsT -sPm -dsT -dsT -gnZ -dsT -gnZ -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aac +aac +aaa +aac +aac +aai +aac +aai +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (234,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (235,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -jZj -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -sPm -sPm -sPm -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +meb +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +aaa +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (236,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (237,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (238,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (239,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -dsT -dsT -dsT -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (240,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (241,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (242,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -sPm -dsT -sPm -sPm -sPm -sPm -sPm -sPm -sPm -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (243,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -sPm -sPm -sPm -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (244,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -sPm -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +aaa +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (245,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -dsT -dsT -dsT -dsT -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +aac +aac +aac +aac +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (246,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (247,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (248,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (249,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (250,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (251,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (252,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (253,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (254,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} (255,1,2) = {" -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr -aYr +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW +pMW "} diff --git a/_maps/nebulastation.json b/_maps/nebulastation.json new file mode 100644 index 000000000000..dade4f7187b0 --- /dev/null +++ b/_maps/nebulastation.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "map_name": "NebulaStation", + "map_path": "map_files/NebulaStation", + "map_file": "NebulaStation.dmm", + "shuttles": { + "cargo": "cargo_nebula", + "ferry": "ferry_nebula", + "whiteship": "whiteship_tram", + "emergency": "emergency_nebula" + }, + "traits": [ + { + "Up": true, + "Linkage": "Cross" + }, + { + "Down": true, + "Baseturf": "/turf/open/openspace", + "Linkage": "Cross" + } + ] +} diff --git a/_maps/safehouses/ice.dmm b/_maps/safehouses/ice.dmm index bdc3abb02481..553a12a0ffa2 100644 --- a/_maps/safehouses/ice.dmm +++ b/_maps/safehouses/ice.dmm @@ -148,7 +148,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/directional/west, -/obj/machinery/smartfridge/drying_rack, +/obj/machinery/smartfridge/drying/rack, /turf/open/floor/iron, /area/virtual_domain/safehouse) "O" = ( diff --git a/_maps/shuttles/arrival_nebula.dmm b/_maps/shuttles/arrival_nebula.dmm new file mode 100644 index 000000000000..a7746b6ea8fe --- /dev/null +++ b/_maps/shuttles/arrival_nebula.dmm @@ -0,0 +1,452 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/arrival) +"b" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"c" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"d" = ( +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/glass/reinforced, +/area/shuttle/arrival) +"e" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"f" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"g" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"h" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"k" = ( +/obj/machinery/door/airlock/shuttle/glass, +/turf/open/floor/plating, +/area/shuttle/arrival) +"l" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"m" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"n" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"p" = ( +/obj/machinery/requests_console/directional/south{ + department = "Arrival shuttle"; + name = "Arrival Shuttle Requests Console" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"q" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/soda_cans/dr_gibb{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/soda_cans/starkist{ + pixel_y = 9; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/soda_cans/pwr_game{ + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"r" = ( +/obj/machinery/light/warm/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/closet/wardrobe/grey, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"t" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + plane = -7 + }, +/obj/item/toy/plush/moth{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"u" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"v" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/arrival) +"x" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"y" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"z" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"A" = ( +/obj/machinery/power/shuttle_engine/propulsion{ + dir = 4 + }, +/obj/docking_port/mobile/arrivals, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"B" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"D" = ( +/obj/machinery/power/shuttle_engine/propulsion{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"E" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"G" = ( +/obj/machinery/power/shuttle_engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/west, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"H" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"I" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"J" = ( +/turf/open/floor/carpet/black, +/area/shuttle/arrival) +"L" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"O" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/shuttle/arrival) +"Q" = ( +/turf/template_noop, +/area/template_noop) +"R" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/storage/medkit/regular, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"S" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 2; + pixel_x = 9 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"T" = ( +/obj/machinery/door/airlock/shuttle/glass, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"U" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/shuttle/arrival) +"V" = ( +/obj/machinery/light/warm/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/closet/wardrobe/mixed, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"W" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"Y" = ( +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) +"Z" = ( +/obj/structure/table/wood, +/obj/machinery/microwave, +/turf/open/floor/wood/parquet, +/area/shuttle/arrival) + +(1,1,1) = {" +Q +Q +a +a +a +Q +Q +"} +(2,1,1) = {" +Q +a +a +E +a +a +Q +"} +(3,1,1) = {" +Q +a +y +J +g +a +Q +"} +(4,1,1) = {" +U +v +v +T +v +v +U +"} +(5,1,1) = {" +v +q +z +e +x +t +v +"} +(6,1,1) = {" +k +n +J +J +J +W +k +"} +(7,1,1) = {" +v +b +L +J +u +V +v +"} +(8,1,1) = {" +U +v +m +J +H +v +U +"} +(9,1,1) = {" +Q +a +d +J +O +a +Q +"} +(10,1,1) = {" +Q +a +d +J +O +a +Q +"} +(11,1,1) = {" +Q +a +d +J +O +a +Q +"} +(12,1,1) = {" +U +v +I +J +B +v +U +"} +(13,1,1) = {" +v +R +h +J +l +r +v +"} +(14,1,1) = {" +k +n +J +J +J +W +k +"} +(15,1,1) = {" +v +f +c +c +c +p +v +"} +(16,1,1) = {" +U +v +Y +Z +S +v +U +"} +(17,1,1) = {" +Q +v +G +G +G +v +Q +"} +(18,1,1) = {" +Q +U +D +A +D +U +Q +"} diff --git a/_maps/shuttles/cargo_nebula.dmm b/_maps/shuttles/cargo_nebula.dmm new file mode 100644 index 000000000000..5320c9616943 --- /dev/null +++ b/_maps/shuttles/cargo_nebula.dmm @@ -0,0 +1,333 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/turf/open/floor/plating, +/area/shuttle/supply) +"b" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "QMLoad" + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"c" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"d" = ( +/obj/machinery/light/directional/east, +/obj/machinery/button/door/directional/east{ + id = "QMLoaddoor"; + name = "Loading Doors"; + pixel_y = -8; + req_access = list("cargo") + }, +/obj/machinery/button/door/directional/east{ + id = "QMLoaddoor2"; + name = "Loading Doors"; + pixel_y = 8; + req_access = list("cargo") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"e" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"f" = ( +/obj/machinery/door/airlock/titanium{ + name = "Supply Shuttle Airlock" + }, +/turf/open/floor/plating, +/area/shuttle/supply) +"h" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"i" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 1 + }, +/turf/open/floor/iron/dark/side, +/area/shuttle/supply) +"j" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/dark/warning, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/supply) +"n" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"p" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/shuttle/supply) +"s" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"v" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"y" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"A" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating, +/area/shuttle/supply) +"C" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"D" = ( +/obj/machinery/door/airlock/titanium{ + name = "Supply Shuttle Airlock" + }, +/obj/docking_port/mobile/supply, +/turf/open/floor/plating, +/area/shuttle/supply) +"E" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"G" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"I" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"J" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad2" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"M" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"O" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "QMLoad" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"P" = ( +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "QMLoad2" + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"Q" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/supply) +"T" = ( +/turf/open/floor/glass/reinforced, +/area/shuttle/supply) +"U" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/shuttle/supply) +"V" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/supply) +"W" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/supply) +"X" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/supply) +"Y" = ( +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "QMLoad" + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/supply) +"Z" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/supply) + +(1,1,1) = {" +J +Q +W +Q +Q +Q +Q +Q +W +Q +a +J +"} +(2,1,1) = {" +Q +Q +n +v +v +X +G +G +M +Q +A +a +"} +(3,1,1) = {" +Q +n +P +s +T +e +T +s +Y +M +Q +Z +"} +(4,1,1) = {" +Q +h +i +c +T +c +T +c +j +y +A +a +"} +(5,1,1) = {" +Q +I +E +s +T +d +T +s +b +O +Q +Z +"} +(6,1,1) = {" +Q +Q +I +L +V +X +V +C +O +Q +A +a +"} +(7,1,1) = {" +J +Q +W +U +f +Q +D +p +W +Q +a +J +"} diff --git a/_maps/shuttles/emergency_kilo.dmm b/_maps/shuttles/emergency_kilo.dmm index 2d53f95967fd..1ebea3cbcf90 100644 --- a/_maps/shuttles/emergency_kilo.dmm +++ b/_maps/shuttles/emergency_kilo.dmm @@ -128,7 +128,7 @@ /obj/structure/chair/comfy/shuttle{ dir = 4 }, -/obj/machinery/keycard_auth/directional/west, +/obj/machinery/keycard_auth/wall_mounted/directional/west, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -154,7 +154,7 @@ /obj/structure/chair/comfy/shuttle{ dir = 8 }, -/obj/machinery/keycard_auth/directional/east, +/obj/machinery/keycard_auth/wall_mounted/directional/east, /turf/open/floor/mineral/plastitanium, /area/shuttle/escape) "aw" = ( @@ -234,11 +234,8 @@ /obj/structure/chair/comfy/shuttle{ dir = 8 }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Shuttle Camera Monitor"; - network = list("ss13"); - pixel_x = 26 +/obj/machinery/computer/security/telescreen/normal/directional/east{ + name = "Shuttle Camera Monitor" }, /turf/open/floor/mineral/plastitanium, /area/shuttle/escape) diff --git a/_maps/shuttles/emergency_nebula.dmm b/_maps/shuttles/emergency_nebula.dmm new file mode 100644 index 000000000000..2e1732bcc813 --- /dev/null +++ b/_maps/shuttles/emergency_nebula.dmm @@ -0,0 +1,3201 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/shuttle/escape) +"aE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"bb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"bB" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/power/shuttle_engine/heater, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"bF" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/item/banner/medical/mundane, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/corner, +/area/shuttle/escape) +"bV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"cb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"cj" = ( +/obj/structure/chair/sofa/bench/left, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"cs" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/light/end{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/iron/white/small, +/area/shuttle/escape) +"ct" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/structure/flora/bush/large/style_3, +/turf/open/floor/grass, +/area/shuttle/escape) +"cQ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/effect/turf_decal/siding/wideplating_new/dark/end, +/turf/open/floor/grass, +/area/shuttle/escape) +"cS" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/sparsegrass/style_2, +/obj/structure/flora/bush/grassy/style_2, +/obj/structure/flora/bush/flowers_yw, +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/large/style_3, +/turf/open/floor/grass, +/area/shuttle/escape) +"cZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/shieldgen, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"dt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/corner, +/area/shuttle/escape) +"dy" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"dL" = ( +/obj/structure/table/reinforced, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"ej" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"eU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"ff" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/large, +/turf/open/floor/grass, +/area/shuttle/escape) +"fk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Door" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"fm" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/shuttle/escape) +"fn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/shuttle/escape) +"fs" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"fD" = ( +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/ferny/style_random, +/obj/structure/window/reinforced/shuttle, +/turf/open/floor/grass, +/area/shuttle/escape) +"fN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"gQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/shuttle/escape) +"ie" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"is" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood/fancy/red, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"it" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"iy" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/shuttle/escape) +"iF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"iZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/shuttle/escape) +"jb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"je" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"jp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"jw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"jx" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/shuttle/escape) +"jy" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/light/end, +/turf/open/floor/iron/white/small, +/area/shuttle/escape) +"jG" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"jJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/shuttle/escape) +"jO" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"jY" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"kj" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/carpet/blue, +/area/shuttle/escape) +"kn" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"kF" = ( +/obj/structure/table/glass, +/obj/item/paper/pamphlet/centcom/visitor_info{ + pixel_x = 0; + pixel_y = 3 + }, +/obj/item/paper/pamphlet/centcom/visitor_info{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/paper/pamphlet/centcom/visitor_info{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/glass/coffee/no_lid{ + pixel_x = 16; + pixel_y = 7 + }, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"kT" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/shuttle/escape) +"kZ" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"ld" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"li" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"ly" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"lR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"mk" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/shuttle/escape) +"mu" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 1 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/shuttle/escape) +"mw" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"mW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/shuttle/escape) +"nj" = ( +/obj/structure/chair/sofa/bench/right, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"nm" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/healthanalyzer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/lazarus_injector, +/obj/effect/turf_decal/bot, +/mob/living/basic/bot/medbot{ + name = "\improper emergency medibot"; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"nT" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"oj" = ( +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/siding, +/obj/structure/flora/bush/large/style_2, +/turf/open/floor/grass, +/area/shuttle/escape) +"om" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"oo" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Cockpit" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"os" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/shuttle/escape) +"ou" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/escape) +"oM" = ( +/obj/machinery/door/airlock/external/ruin{ + name = "Emergency Recovery Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"oS" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/item/banner/security/mundane, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/shuttle/escape) +"oT" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_edge, +/area/shuttle/escape) +"pb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/escape) +"pe" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"pg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"pi" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/light/end{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/shuttle/escape) +"pz" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"pK" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/shuttle/escape) +"pL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"pO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/machinery/camera/autoname, +/obj/machinery/light/small/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"pU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"pX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"qJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"ri" = ( +/obj/effect/turf_decal/siding, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/large/style_3, +/turf/open/floor/grass, +/area/shuttle/escape) +"rm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/vending/wallmed/directional/east{ + use_power = 0 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"rF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark/side, +/area/shuttle/escape) +"rM" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Cockpit" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "evac_shutters"; + name = "Emergency Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"rU" = ( +/turf/template_noop, +/area/template_noop) +"rW" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"so" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/shuttle/escape) +"sz" = ( +/obj/machinery/door/airlock/external/ruin{ + name = "Emergency Recovery Airlock" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"sI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"sN" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/red, +/area/shuttle/escape) +"sO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"sS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"sU" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/docking_port/mobile/emergency{ + dir = 8; + name = "Nebula emergency shuttle"; + port_direction = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"th" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"tl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"tC" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"tU" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"uj" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"uC" = ( +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"uW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/shuttle/escape) +"vc" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"vk" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"vD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/escape) +"vE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"wq" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"wP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"wX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/fireaxecabinet/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"wY" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"xk" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/escape) +"xo" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"xI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"xK" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"xQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/carpet/purple, +/area/shuttle/escape) +"xU" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname, +/obj/machinery/button/door/directional/south{ + id = "evac_shutters"; + name = "Emergency Shutters Control" + }, +/turf/open/floor/carpet/red, +/area/shuttle/escape) +"xV" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"yw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/shuttle/escape) +"yz" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/structure/flora/rock/pile/jungle/style_random, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/grass, +/area/shuttle/escape) +"yS" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/smooth_corner{ + dir = 4 + }, +/area/shuttle/escape) +"ze" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/light/corner, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/light/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/small, +/area/shuttle/escape) +"zR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"Ak" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Cockpit" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "evac_shutters"; + name = "Emergency Shutters" + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"Am" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/corner, +/area/shuttle/escape) +"Aq" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"AA" = ( +/obj/effect/turf_decal/trimline/neutral/warning, +/turf/open/floor/iron/dark/side, +/area/shuttle/escape) +"AN" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"AY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Ba" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/escape) +"Bg" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"Bl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark/corner, +/area/shuttle/escape) +"Bm" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/stasis, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"Bu" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/fire{ + pixel_x = 0; + pixel_y = 0 + }, +/obj/item/storage/medkit/toxin{ + pixel_x = 0; + pixel_y = 3 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"BB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"BC" = ( +/obj/machinery/light/directional/east, +/obj/machinery/status_display/evac/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/machinery/modular_computer/preset/research{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/shuttle/escape) +"BD" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/marker_beacon/lime, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 4 + }, +/obj/structure/flora/bush/large, +/turf/open/floor/grass, +/area/shuttle/escape) +"BH" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"BQ" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"Cf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/shuttle/escape) +"Ck" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/turf_decal/siding/wideplating_new/dark, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 1 + }, +/obj/structure/hedge, +/turf/open/floor/grass, +/area/shuttle/escape) +"CH" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/escape) +"CJ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/regular, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"CO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/shuttle/escape) +"CW" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"CZ" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/shuttle/escape) +"Df" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"DP" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/carpet/blue, +/area/shuttle/escape) +"Ed" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"Es" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/shuttle/escape) +"Eu" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/bot_red, +/obj/machinery/camera/autoname, +/turf/open/floor/iron/white/textured, +/area/shuttle/escape) +"EB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"EN" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/shuttle/escape) +"Fd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Fj" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "evac_shutters"; + name = "Emergency Shutters" + }, +/turf/open/floor/plating, +/area/shuttle/escape) +"Fl" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"Fo" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"Fp" = ( +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = -3 + }, +/obj/item/reagent_containers/cup/bottle/epinephrine{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/bottle/multiver{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"Fu" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/shuttle/escape) +"FC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"FM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/shuttle/escape) +"FR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/shuttle/escape) +"Ge" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Gh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"GC" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/shuttle/escape) +"GE" = ( +/obj/effect/turf_decal/bot, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"GM" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/bot, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"GW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark/side, +/area/shuttle/escape) +"Hb" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/shuttle/escape) +"Ho" = ( +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/stasis, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"HL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Id" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"If" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/shuttle/escape) +"Ig" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"IP" = ( +/obj/machinery/newscaster, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"IZ" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 1 + }, +/obj/structure/flora/grass/jungle/b/style_random, +/turf/open/floor/grass, +/area/shuttle/escape) +"Ji" = ( +/obj/structure/fluff/shower_drain, +/obj/machinery/shower/directional/south{ + name = "emergency shower" + }, +/obj/structure/curtain, +/turf/open/floor/iron/white/textured, +/area/shuttle/escape) +"Jq" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/hand_labeler_refill, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"Jt" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 8 + }, +/obj/machinery/vending/boozeomat, +/turf/open/floor/grass, +/area/shuttle/escape) +"Jy" = ( +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/shuttle/escape) +"JW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"Ka" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"Kv" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"KK" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Escape Shuttle Infirmary" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/shuttle/escape) +"Lv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"LH" = ( +/obj/structure/table/glass, +/obj/item/newspaper, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"LQ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/shuttle/escape) +"Mg" = ( +/obj/structure/bed/medical/emergency, +/obj/machinery/iv_drip, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"Mn" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"Ms" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/shuttle/escape) +"MH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"MM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"MP" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/turf/open/floor/glass/reinforced, +/area/shuttle/escape) +"MS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"Nr" = ( +/obj/machinery/computer/communications, +/turf/open/floor/carpet/royalblue, +/area/shuttle/escape) +"Nx" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/shuttle/escape) +"NI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"NL" = ( +/obj/effect/turf_decal/siding/thinplating_new/light/end{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white/smooth_corner{ + dir = 1 + }, +/area/shuttle/escape) +"NM" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/cigarette, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"OB" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"OI" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"OJ" = ( +/obj/structure/closet/crate{ + name = "emergency supplies crate" + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/flashlight/flare{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"Pi" = ( +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"Pk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"PA" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"PF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"PX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/dark/side{ + dir = 10 + }, +/area/shuttle/escape) +"QD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"QI" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"QN" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"Ra" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"Rg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Rp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side, +/area/shuttle/escape) +"RC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"RV" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/turf/open/floor/carpet/orange, +/area/shuttle/escape) +"Sp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/cup/soda_cans{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"Sq" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"Ss" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/corner, +/obj/structure/marker_beacon/lime, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 8 + }, +/obj/structure/flora/bush/large, +/turf/open/floor/grass, +/area/shuttle/escape) +"SC" = ( +/obj/item/defibrillator/loaded, +/obj/structure/rack, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"SH" = ( +/obj/structure/hedge, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"Tc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"Te" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/o2{ + pixel_y = 0; + pixel_x = 0 + }, +/obj/item/storage/medkit/regular{ + pixel_x = 0; + pixel_y = 3 + }, +/turf/open/floor/iron/white/herringbone, +/area/shuttle/escape) +"Tt" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/effect/turf_decal/siding/wideplating_new/dark/end, +/turf/open/floor/grass, +/area/shuttle/escape) +"TG" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/carpet/orange, +/area/shuttle/escape) +"TN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/shuttle/escape) +"UD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/shuttle/escape) +"UK" = ( +/obj/effect/turf_decal/bot, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"UQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark/line, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"UU" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/escape) +"Vn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"VY" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/end{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"VZ" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/turf_decal/siding/wideplating_new/light/end{ + dir = 1 + }, +/turf/open/floor/iron/white/small, +/area/shuttle/escape) +"Ws" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/shuttle/escape) +"WK" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet/orange, +/area/shuttle/escape) +"WN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"WT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"WW" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark/end{ + dir = 4 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/grass, +/area/shuttle/escape) +"Xi" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"Xj" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/marker_beacon/lime, +/obj/structure/flora/bush/large, +/turf/open/floor/grass, +/area/shuttle/escape) +"Xl" = ( +/obj/structure/hedge, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"Xo" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/open/floor/carpet/royalblue, +/area/shuttle/escape) +"Xt" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"XB" = ( +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/shuttle/escape) +"XI" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/shuttle/escape) +"XK" = ( +/obj/machinery/cell_charger, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 1 + }, +/obj/item/stock_parts/cell/high, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark/herringbone, +/area/shuttle/escape) +"XV" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/east, +/obj/item/surgery_tray/full, +/obj/machinery/defibrillator_mount/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/kitchen_coldroom/freezerfloor, +/area/shuttle/escape) +"Yn" = ( +/obj/effect/turf_decal/siding/wideplating_new/dark{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/dark_blue/filled/corner, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/shuttle/escape) +"Yy" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/escape) +"YA" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"YB" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/shuttle/escape) +"YH" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"YV" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"Zc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/shuttle/escape) +"Zh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/large, +/area/shuttle/escape) +"Zp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"Zw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"ZG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/shuttle/escape) +"ZI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/small, +/area/shuttle/escape) +"ZR" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/shuttle/escape) + +(1,1,1) = {" +rU +rU +Hb +oM +oM +kZ +kZ +kZ +kZ +kZ +ej +kZ +kZ +UU +UU +UU +ej +kZ +kZ +kZ +UU +kZ +kZ +kZ +kZ +bB +Ig +rU +"} +(2,1,1) = {" +rU +Hb +kZ +om +bb +Ra +kZ +GM +rF +wP +fD +Kv +qJ +wP +fD +Kv +Am +Jy +kZ +Bu +je +Fp +kZ +Eu +kZ +kZ +Ba +Ba +"} +(3,1,1) = {" +rU +kZ +li +fN +Sq +pe +Fj +OI +GW +wP +IP +Kv +iF +wP +IP +Kv +CZ +ag +UU +Te +cs +Mg +UU +yS +Nx +kZ +bB +Ig +"} +(4,1,1) = {" +rU +kZ +kn +xV +Tc +Ra +kZ +GM +GW +wP +Xj +Kv +iF +wP +Xj +Kv +AA +ly +KK +VZ +ze +jy +KK +oT +XB +UU +bB +Ig +"} +(5,1,1) = {" +rU +kZ +kZ +sz +kZ +kZ +kZ +kZ +GW +wP +wY +Kv +iF +wP +wY +Kv +AA +GC +UU +Pi +pi +Pi +UU +NL +XV +kZ +bB +Ig +"} +(6,1,1) = {" +Hb +kZ +DP +MS +wX +oo +BQ +Ak +XI +PX +ie +Ws +os +YA +fD +Xi +bF +Jy +kZ +Bm +SC +Ho +kZ +Ji +kZ +kZ +Ba +Ba +"} +(7,1,1) = {" +UU +kj +Ms +vE +xU +kZ +kZ +kZ +Bl +uW +uC +ZG +ZR +Fd +Sp +pX +CZ +fm +kZ +kZ +UU +kZ +kZ +kZ +kZ +bB +Ig +rU +"} +(8,1,1) = {" +UU +cS +Bg +xo +EN +jx +kZ +SH +Zc +mu +Ss +cQ +gQ +UD +TN +UD +CO +iZ +jO +Yy +nm +OJ +nT +ff +kZ +Ba +Ba +rU +"} +(9,1,1) = {" +UU +Xo +Yn +xk +If +MP +Fj +nj +Rg +AY +Ck +tU +Ge +Xt +sS +th +tC +MM +JW +QD +FC +QD +ZI +ct +UU +bB +Ig +rU +"} +(10,1,1) = {" +UU +Nr +iy +pK +mW +CJ +Fj +cj +it +vc +yz +MH +RC +OB +Fl +pL +Ka +UQ +Zw +tl +sO +tl +pU +oj +UU +bB +Ig +rU +"} +(11,1,1) = {" +UU +cS +XK +pg +WK +RV +kZ +SH +Cf +IZ +BD +Tt +Es +ou +pb +vD +vD +yw +QN +Jq +cZ +lR +Aq +ri +kZ +Ba +Ba +rU +"} +(12,1,1) = {" +UU +xQ +so +vE +TG +kZ +kZ +kZ +jJ +fn +uC +FM +kT +HL +NM +rm +Am +Jy +kZ +kZ +UU +kZ +kZ +kZ +kZ +bB +Ig +rU +"} +(13,1,1) = {" +Hb +kZ +BC +ld +Lv +oo +BQ +rM +dt +LQ +PF +Fu +FR +jG +fD +Xi +oS +fm +kZ +Fo +dy +eU +kZ +wq +kZ +kZ +Ba +Ba +"} +(14,1,1) = {" +rU +kZ +kZ +fk +kZ +kZ +kZ +kZ +GW +cb +pz +sI +iF +wP +wY +Kv +AA +BH +UU +xK +aE +Ed +UU +CW +pO +kZ +bB +Ig +"} +(15,1,1) = {" +rU +kZ +Jt +Zh +YV +jb +kZ +GE +GW +fs +kF +EB +iF +wP +Xj +Kv +AA +rW +QI +PA +AN +Mn +QI +bV +jp +UU +bB +Ig +"} +(16,1,1) = {" +rU +kZ +WW +zR +sN +is +Fj +uj +GW +YH +LH +Pk +iF +wP +IP +Kv +Am +mk +UU +xI +dL +WN +UU +Vn +BB +kZ +bB +Ig +"} +(17,1,1) = {" +rU +Hb +kZ +WT +jY +Id +kZ +UK +Rp +Df +VY +NI +Gh +wP +fD +Kv +CZ +fm +kZ +mw +Zp +jw +kZ +Xl +kZ +kZ +Ba +Ba +"} +(18,1,1) = {" +rU +rU +Hb +kZ +UU +kZ +kZ +kZ +kZ +vk +ej +YB +kZ +UU +UU +UU +ej +sU +kZ +CH +UU +kZ +kZ +kZ +kZ +bB +Ig +rU +"} diff --git a/_maps/shuttles/emergency_tranquility.dmm b/_maps/shuttles/emergency_tranquility.dmm index bc5852cb8f39..e658bb0c70d8 100644 --- a/_maps/shuttles/emergency_tranquility.dmm +++ b/_maps/shuttles/emergency_tranquility.dmm @@ -1726,7 +1726,7 @@ /obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /turf/open/floor/carpet/royalblue, /area/shuttle/escape) "Gh" = ( @@ -1877,7 +1877,7 @@ /area/shuttle/escape) "IO" = ( /obj/machinery/status_display/evac/directional/west, -/obj/machinery/keycard_auth/directional/south, +/obj/machinery/keycard_auth/wall_mounted/directional/south, /obj/machinery/light/floor, /turf/open/floor/carpet/royalblue, /area/shuttle/escape) diff --git a/_maps/shuttles/ferry_nebula.dmm b/_maps/shuttles/ferry_nebula.dmm new file mode 100644 index 000000000000..cc15e6ab66d7 --- /dev/null +++ b/_maps/shuttles/ferry_nebula.dmm @@ -0,0 +1,365 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"b" = ( +/obj/effect/turf_decal/bot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/transport) +"c" = ( +/obj/effect/turf_decal/bot, +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/dark/small, +/area/shuttle/transport) +"h" = ( +/obj/effect/turf_decal/bot, +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/iron/dark/small, +/area/shuttle/transport) +"i" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/transport) +"j" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/transport) +"n" = ( +/obj/machinery/power/shuttle_engine/propulsion/left{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/shuttle/transport) +"o" = ( +/obj/machinery/power/shuttle_engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/shuttle/transport) +"q" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Ferry Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/transport) +"s" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/transport) +"t" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/shuttle/ferry/request{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"u" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/sign/flag/nanotrasen/directional/south, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"x" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/trimline/neutral, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"y" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/storage/fancy/coffee_condi_display{ + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"z" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/neutral, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"E" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"J" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/shuttle/transport) +"K" = ( +/obj/effect/turf_decal/bot, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/small, +/area/shuttle/transport) +"L" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/transport) +"M" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/mineral/titanium, +/area/shuttle/transport) +"N" = ( +/obj/structure/hedge, +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/sign/flag/nanotrasen/directional/north, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"S" = ( +/turf/template_noop, +/area/template_noop) +"U" = ( +/obj/effect/turf_decal/trimline/neutral, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/end{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"V" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Ferry Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + shuttle_id = "ferry"; + name = "ferry shuttle"; + preferred_direction = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/transport) +"W" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) +"Z" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured, +/area/shuttle/transport) + +(1,1,1) = {" +S +n +n +n +S +"} +(2,1,1) = {" +s +o +o +o +s +"} +(3,1,1) = {" +L +N +t +u +L +"} +(4,1,1) = {" +j +h +U +b +j +"} +(5,1,1) = {" +i +c +a +b +M +"} +(6,1,1) = {" +q +Z +x +Z +q +"} +(7,1,1) = {" +M +h +a +K +i +"} +(8,1,1) = {" +j +h +z +b +j +"} +(9,1,1) = {" +i +W +E +y +i +"} +(10,1,1) = {" +i +J +z +J +i +"} +(11,1,1) = {" +i +j +V +j +i +"} diff --git a/_maps/shuttles/labour_nebula.dmm b/_maps/shuttles/labour_nebula.dmm new file mode 100644 index 000000000000..00fe3bb5e36b --- /dev/null +++ b/_maps/shuttles/labour_nebula.dmm @@ -0,0 +1,405 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Labor Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/shuttle/labor) +"b" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/labor) +"h" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/turf/open/floor/plating/airless, +/area/shuttle/labor) +"i" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/labor) +"j" = ( +/obj/machinery/mineral/labor_claim_console{ + pixel_x = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant17, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 8 + }, +/area/shuttle/labor) +"k" = ( +/turf/open/floor/iron/dark/small, +/area/shuttle/labor) +"l" = ( +/obj/machinery/mineral/stacking_machine/laborstacker{ + input_dir = 2; + output_dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/shuttle/labor) +"r" = ( +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/structure/table/reinforced, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/shuttle/labor) +"v" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark/small, +/area/shuttle/labor) +"x" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/labor) +"y" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Labor Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron/dark, +/area/shuttle/labor) +"z" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/obj/effect/turf_decal/bot, +/obj/structure/railing, +/turf/open/floor/iron/dark/textured, +/area/shuttle/labor) +"A" = ( +/obj/machinery/door/airlock/shuttle{ + id_tag = "prisonshuttle"; + name = "Labor Shuttle Airlock" + }, +/obj/docking_port/mobile{ + dir = 8; + shuttle_id = "laborcamp"; + name = "labor camp shuttle"; + port_direction = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/shuttle/labor) +"B" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/shuttle/labor) +"C" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/structure/sign/poster/official/obey/directional/west, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/shuttle/labor) +"D" = ( +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_corner, +/area/shuttle/labor) +"F" = ( +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/siding/dark_red{ + dir = 9 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/labor) +"H" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/labor) +"I" = ( +/obj/effect/turf_decal/trimline/dark/warning{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/shuttle/labor) +"J" = ( +/obj/machinery/button/flasher{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_y = -26; + req_access = list("security") + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/dark_red, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/labor) +"L" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark/textured, +/area/shuttle/labor) +"N" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark/corner, +/obj/effect/turf_decal/trimline/dark/mid_joiner{ + dir = 1 + }, +/obj/machinery/digital_clock/directional/north{ + pixel_y = 24 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/shuttle/labor) +"W" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/labor) +"X" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/flasher/directional/east{ + id = "gulagshuttleflasher" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/shuttle/labor) +"Y" = ( +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = 30; + pixel_y = 30 + }, +/obj/effect/turf_decal/siding/dark_red, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/shuttle/labor) +"Z" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/mid_joiner, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/railing/corner/end{ + dir = 4 + }, +/turf/open/floor/iron/dark/smooth_edge, +/area/shuttle/labor) + +(1,1,1) = {" +H +H +x +H +x +H +x +b +i +"} +(2,1,1) = {" +W +z +F +y +D +C +v +B +h +"} +(3,1,1) = {" +W +L +J +b +N +Z +k +B +h +"} +(4,1,1) = {" +W +r +Y +l +j +X +I +B +h +"} +(5,1,1) = {" +H +H +a +H +H +H +A +b +i +"} diff --git a/_maps/shuttles/mining_nebula.dmm b/_maps/shuttles/mining_nebula.dmm new file mode 100644 index 000000000000..52829df8ce71 --- /dev/null +++ b/_maps/shuttles/mining_nebula.dmm @@ -0,0 +1,445 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"b" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/textured_large, +/area/shuttle/mining/large) +"d" = ( +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"e" = ( +/obj/machinery/power/shuttle_engine/propulsion, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"i" = ( +/obj/structure/sign/warning/vacuum/external/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"j" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"l" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"o" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"p" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/structure/railing, +/obj/effect/mapping_helpers/apc/cell_10k, +/turf/open/floor/iron/textured_large, +/area/shuttle/mining/large) +"r" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"s" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"t" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"u" = ( +/obj/machinery/door/airlock/external/ruin{ + name = "Mining Shuttle External Airlock" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"x" = ( +/obj/machinery/door/airlock/external/ruin{ + name = "Mining Shuttle External Airlock" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/docking_port/mobile{ + shuttle_id = "mining"; + name = "mining shuttle"; + port_direction = 2 + }, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"y" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"z" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium, +/area/shuttle/mining/large) +"B" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"C" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Shuttle Cockpit" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"D" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"G" = ( +/turf/template_noop, +/area/template_noop) +"H" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"I" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/mining/large) +"K" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/item/radio{ + pixel_x = -5 + }, +/obj/item/radio{ + pixel_x = 5 + }, +/obj/item/radio, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/textured_large, +/area/shuttle/mining/large) +"M" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"N" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/utility/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/delivery, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/small/directional/north, +/obj/structure/railing, +/turf/open/floor/iron/textured_large, +/area/shuttle/mining/large) +"O" = ( +/obj/machinery/power/shuttle_engine/heater, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/plating, +/area/shuttle/mining/large) +"P" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/large/style_2{ + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/shuttle/mining/large) +"R" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/stock_parts/cell/high, +/obj/item/screwdriver, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"S" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"T" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/grass, +/area/shuttle/mining/large) +"U" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/item/storage/toolbox/emergency, +/obj/item/clothing/mask/gas{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 4 + }, +/turf/open/floor/iron/textured_large, +/area/shuttle/mining/large) +"V" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"X" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"Y" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) +"Z" = ( +/obj/machinery/holopad{ + pixel_x = 1 + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/mineral/plastitanium, +/area/shuttle/mining/large) + +(1,1,1) = {" +G +M +M +I +I +I +M +O +e +G +"} +(2,1,1) = {" +M +M +P +U +z +N +b +Y +j +e +"} +(3,1,1) = {" +M +X +l +a +T +s +o +M +I +M +"} +(4,1,1) = {" +M +t +B +Z +C +S +V +u +i +x +"} +(5,1,1) = {" +M +d +r +y +T +D +D +M +I +M +"} +(6,1,1) = {" +M +M +P +K +z +p +b +R +j +e +"} +(7,1,1) = {" +G +M +M +I +I +I +M +H +e +G +"} diff --git a/_maps/shuttles/pirate_irs.dmm b/_maps/shuttles/pirate_irs.dmm index 38067cecaae4..a15f006ca0f1 100644 --- a/_maps/shuttles/pirate_irs.dmm +++ b/_maps/shuttles/pirate_irs.dmm @@ -1033,12 +1033,7 @@ layer = 4 }, /obj/effect/turf_decal/box, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/mining_zones/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, +/obj/structure/fluff/shower_drain, /turf/open/floor/iron/dark, /area/shuttle/pirate) "Dy" = ( diff --git a/_maps/templates/battlecruiser_starfury.dmm b/_maps/templates/battlecruiser_starfury.dmm index 55b1aebbb842..4420473f8ced 100644 --- a/_maps/templates/battlecruiser_starfury.dmm +++ b/_maps/templates/battlecruiser_starfury.dmm @@ -2419,9 +2419,6 @@ /turf/open/floor/pod/light, /area/shuttle/sbc_starfury) "ic" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, /obj/item/book/manual/wiki/barman_recipes, /obj/item/reagent_containers/cup/glass/shaker{ pixel_x = 10 @@ -2431,6 +2428,7 @@ dir = 1 }, /obj/effect/turf_decal/tile/bar, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/iron/dark, /area/shuttle/sbc_starfury) "id" = ( diff --git a/_maps/virtual_domains/pirates.dmm b/_maps/virtual_domains/pirates.dmm index f48c9ff7eaea..1745bbd3b44c 100644 --- a/_maps/virtual_domains/pirates.dmm +++ b/_maps/virtual_domains/pirates.dmm @@ -214,7 +214,7 @@ }, /area/virtual_domain/fullbright) "mR" = ( -/obj/machinery/smartfridge/drying_rack, +/obj/machinery/smartfridge/drying/rack, /turf/open/misc/beach/sand, /area/virtual_domain/fullbright) "nb" = ( diff --git a/_maps/virtual_domains/syndicate_assault.dmm b/_maps/virtual_domains/syndicate_assault.dmm index 6570d9a5e1ab..dd70c2437d02 100644 --- a/_maps/virtual_domains/syndicate_assault.dmm +++ b/_maps/virtual_domains/syndicate_assault.dmm @@ -293,16 +293,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/powered/virtual_domain) -"ki" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/interrogation{ - name = "Cameras monitor"; - network = list("fsci"); - req_access = list("syndicate"); - screen_loc = "" - }, -/turf/open/floor/mineral/plastitanium, -/area/ruin/space/has_grav/powered/virtual_domain) "kI" = ( /obj/machinery/computer/atmos_alert{ dir = 8 @@ -832,6 +822,7 @@ /obj/structure/table/reinforced, /obj/item/paper, /obj/item/pen, +/obj/machinery/computer/security/telescreen/forgotten_ship/sci/directional/south, /turf/open/floor/carpet/royalblack, /area/ruin/space/has_grav/powered/virtual_domain) "IH" = ( @@ -2420,7 +2411,7 @@ ru Lo ru tv -ki +hD nU wb EB diff --git a/code/__DEFINES/cameranets.dm b/code/__DEFINES/cameranets.dm index b88678db4a5e..3cd0d30660d3 100644 --- a/code/__DEFINES/cameranets.dm +++ b/code/__DEFINES/cameranets.dm @@ -3,3 +3,38 @@ /// Takes a position, transforms it into a chunk bounded position. Indexes at 1 so it'll land on actual turfs always #define GET_CHUNK_COORD(v) (max((FLOOR(v, CHUNK_SIZE)), 1)) +//List of different camera nets, cameras are given this in the map and camera consoles can only view them if +//they share this network with them. +#define CAMERANET_NETWORK_SS13 "ss13" +#define CAMERANET_NETWORK_MINE "mine" +#define CAMERANET_NETWORK_RD "rd" +#define CAMERANET_NETWORK_LABOR "labor" +#define CAMERANET_NETWORK_ORDNANCE "ordnance" +#define CAMERANET_NETWORK_AUXBASE "auxbase" +#define CAMERANET_NETWORK_VAULT "vault" +#define CAMERANET_NETWORK_AI_CORE "aicore" +#define CAMERANET_NETWORK_AI_UPLOAD "aiupload" +#define CAMERANET_NETWORK_MINISAT "minisat" +#define CAMERANET_NETWORK_XENOBIOLOGY "xeno" +#define CAMERANET_NETWORK_TEST_CHAMBER "test" +#define CAMERANET_NETWORK_PRISON "prison" +#define CAMERANET_NETWORK_ISOLATION "isolation" +#define CAMERANET_NETWORK_MEDBAY "medbay" +#define CAMERANET_NETWORK_ENGINE "engine" +#define CAMERANET_NETWORK_WASTE "waste" +#define CAMERANET_NETWORK_TELECOMMS "tcomms" +#define CAMERANET_NETWORK_TURBINE "turbine" +#define CAMERANET_NETWORK_THUNDERDOME "thunder" +#define CAMERANET_NETWORK_BAR "bar" +#define CAMERANET_NETWORK_INTERROGATION "interrogation" +#define CAMERA_NETWORK_CARGO "cargo" +#define CAMERANET_NETWORK_ABDUCTOR "abductor" +#define OPERATIVE_CAMERA_NET "operative" +#define CAMERANET_NETWORK_CURATOR "curator" + +// Ruins/Away missiosn/Misc camera nets +#define CAMERANET_NETWORK_MOON19_XENO "mo19x" +#define CAMERANET_NETWORK_MOON19_RESEARCH "mo19r" +#define CAMERANET_NETWORK_UGO45_RESEARCH "uo45r" +#define CAMERANET_NETWORK_FSCI "fsci" +#define CAMERA_NETWORK_BUNKER "bunker1" diff --git a/code/__DEFINES/devices.dm b/code/__DEFINES/devices.dm index cacda58a9ea8..2c5be93d67a9 100644 --- a/code/__DEFINES/devices.dm +++ b/code/__DEFINES/devices.dm @@ -8,8 +8,8 @@ #define INSPECTOR_PRINT_SOUND_MODE_FAFAFOGGY 4 #define BANANIUM_CLOWN_INSPECTOR_PRINT_SOUND_MODE_LAST 4 #define CLOWN_INSPECTOR_PRINT_SOUND_MODE_LAST 4 -#define INSPECTOR_POWER_USAGE_HONK 15 -#define INSPECTOR_POWER_USAGE_NORMAL 5 +#define INSPECTOR_POWER_USAGE_HONK (0.015 * STANDARD_CELL_CHARGE) +#define INSPECTOR_POWER_USAGE_NORMAL (0.005 * STANDARD_CELL_CHARGE) #define INSPECTOR_TIME_MODE_SLOW 1 #define INSPECTOR_TIME_MODE_FAST 2 #define INSPECTOR_TIME_MODE_HONK 3 diff --git a/code/__DEFINES/radio.dm b/code/__DEFINES/radio.dm index 8ef5893f895f..eb2e1172c4a9 100644 --- a/code/__DEFINES/radio.dm +++ b/code/__DEFINES/radio.dm @@ -37,6 +37,10 @@ #define RADIO_KEY_AI_PRIVATE "o" #define RADIO_TOKEN_AI_PRIVATE ":o" +#define RADIO_CHANNEL_ENTERTAINMENT "Entertainment" +#define RADIO_KEY_ENTERTAINMENT "p" +#define RADIO_TOKEN_ENTERTAINMENT ":p" + #define RADIO_CHANNEL_SYNDICATE "Syndicate" #define RADIO_KEY_SYNDICATE "t" @@ -73,6 +77,7 @@ #define FREQ_MEDICAL 1355 // Medical comms frequency, soft blue #define FREQ_ENGINEERING 1357 // Engineering comms frequency, orange #define FREQ_SECURITY 1359 // Security comms frequency, red +#define FREQ_ENTERTAINMENT 1415 // Used by entertainment monitors, cyan //NON-MODULE CHANGE START : Mu radio, f is used because F, K, Q and W are the only available radio keys. #define RADIO_CHANNEL_MU "Mu" diff --git a/code/__DEFINES/sound.dm b/code/__DEFINES/sound.dm index 9fd7856043af..0eac83cf05cf 100644 --- a/code/__DEFINES/sound.dm +++ b/code/__DEFINES/sound.dm @@ -180,3 +180,4 @@ GLOBAL_LIST_INIT(announcer_keys, list( #define SFX_PORTAL_CLOSE "portal_closed" #define SFX_PORTAL_CREATED "portal_created" #define SFX_SCREECH "screech" +#define SFX_MUFFLED_SPEECH "muffspeech" diff --git a/code/__DEFINES/span.dm b/code/__DEFINES/span.dm index 53606a99cf7a..4578ef2ce3a1 100644 --- a/code/__DEFINES/span.dm +++ b/code/__DEFINES/span.dm @@ -48,6 +48,7 @@ #define span_drone(str) ("" + str + "") #define span_engradio(str) ("" + str + "") #define span_extremelybig(str) ("" + str + "") +#define span_enteradio(str) ("" + str + "") #define span_game_say(str) ("" + str + "") #define span_ghostalert(str) ("" + str + "") #define span_green(str) ("" + str + "") diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index 1c29bf639b3b..466633e6692a 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -228,7 +228,7 @@ GLOBAL_LIST_INIT(WALLITEMS_INTERIOR, typecacheof(list( /obj/machinery/defibrillator_mount, /obj/machinery/firealarm, /obj/machinery/flasher, - /obj/machinery/keycard_auth, + /obj/machinery/keycard_auth/wall_mounted, /obj/machinery/light_switch, /obj/machinery/newscaster, /obj/machinery/power/apc, diff --git a/code/_globalvars/lists/typecache.dm b/code/_globalvars/lists/typecache.dm index 07e0eabf01f6..805cea677a09 100644 --- a/code/_globalvars/lists/typecache.dm +++ b/code/_globalvars/lists/typecache.dm @@ -22,7 +22,7 @@ GLOBAL_LIST_INIT(typecache_elevated_structures, typecacheof(list( /obj/structure/table, //Kitchen /obj/machinery/smartfridge, - /obj/machinery/smartfridge/drying_rack, // Redundant, given above, but this is for the sake of explicitness. + /obj/machinery/smartfridge/drying, // Redundant, given above, but this is for the sake of explicitness. /obj/structure/bonfire, /obj/machinery/grill, /obj/machinery/griddle, diff --git a/code/_onclick/ai.dm b/code/_onclick/ai.dm index 614258388cc1..2538fe15b370 100644 --- a/code/_onclick/ai.dm +++ b/code/_onclick/ai.dm @@ -25,7 +25,7 @@ if(SEND_SIGNAL(src, COMSIG_MOB_CLICKON, A, modifiers) & COMSIG_MOB_CANCEL_CLICKON) return - if(!can_interact_with(A)) + if(!in_range_to_interact_with(A)) return if(multicam_on) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 78c2c31703dc..d265c15a363f 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -416,7 +416,7 @@ A.AltClick(src) /atom/proc/AltClick(mob/user) - if(!user.can_interact_with(src)) + if(!user.in_range_to_interact_with(src)) return FALSE if(SEND_SIGNAL(src, COMSIG_CLICK_ALT, user) & COMPONENT_CANCEL_CLICK_ALT) return @@ -433,7 +433,7 @@ ///The base proc of when something is right clicked on when alt is held /atom/proc/alt_click_secondary(mob/user) - if(!user.can_interact_with(src)) + if(!user.in_range_to_interact_with(src)) return FALSE if(SEND_SIGNAL(src, COMSIG_CLICK_ALT_SECONDARY, user) & COMPONENT_CANCEL_CLICK_ALT_SECONDARY) return diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm index 04bbc048e66a..156f7b359209 100644 --- a/code/_onclick/other_mobs.dm +++ b/code/_onclick/other_mobs.dm @@ -101,7 +101,7 @@ return FALSE /atom/proc/can_interact(mob/user, require_adjacent_turf = TRUE) - if(!user.can_interact_with(src, interaction_flags_atom & INTERACT_ATOM_ALLOW_USER_LOCATION)) + if(!user.in_range_to_interact_with(src, interaction_flags_atom & INTERACT_ATOM_ALLOW_USER_LOCATION)) return FALSE if((interaction_flags_atom & INTERACT_ATOM_REQUIRES_DEXTERITY) && !ISADVANCEDTOOLUSER(user)) to_chat(user, span_warning("You don't have the dexterity to do this!")) diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm index 74e07b759a4c..d39dd4047511 100644 --- a/code/controllers/subsystem/blackbox.dm +++ b/code/controllers/subsystem/blackbox.dm @@ -157,6 +157,8 @@ SUBSYSTEM_DEF(blackbox) //NON-MODULE CHANGE END if(FREQ_AI_PRIVATE) record_feedback("tally", "radio_usage", 1, "ai private") + if(FREQ_ENTERTAINMENT) + record_feedback("tally", "radio_usage", 1, "entertainment") if(FREQ_CTF_RED) record_feedback("tally", "radio_usage", 1, "CTF red team") if(FREQ_CTF_BLUE) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 0ae02211af60..c607c9a0c83a 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -469,8 +469,7 @@ SUBSYSTEM_DEF(ticker) /datum/controller/subsystem/ticker/proc/transfer_characters() var/list/livings = list() - for(var/i in GLOB.new_player_list) - var/mob/dead/new_player/player = i + for(var/mob/dead/new_player/player as anything in GLOB.new_player_list) var/mob/living = player.transfer_character() if(living) qdel(player) diff --git a/code/datums/ai/movement/_ai_movement.dm b/code/datums/ai/movement/_ai_movement.dm index af29e83f1a4a..dd4a49a6252f 100644 --- a/code/datums/ai/movement/_ai_movement.dm +++ b/code/datums/ai/movement/_ai_movement.dm @@ -31,19 +31,23 @@ var/atom/movable/pawn = source.moving var/datum/ai_controller/controller = source.extra_info - var/can_move = TRUE if((controller.ai_traits & STOP_MOVING_WHEN_PULLED) && pawn.pulledby) //Need to store more state. Annoying. - can_move = FALSE + return FALSE if(!isturf(pawn.loc)) //No moving if not on a turf - can_move = FALSE + return FALSE if(isliving(pawn)) var/mob/living/pawn_mob = pawn if(!(pawn_mob.mobility_flags & MOBILITY_MOVE)) - can_move = FALSE + return FALSE + if(pawn_mob.incapacitated(IGNORE_STASIS) && pawn.pulledby) + return FALSE - return can_move + if(HAS_TRAIT(pawn, TRAIT_NO_TRANSFORM)) + return FALSE + + return TRUE ///Anything to do before moving; any checks if the pawn should be able to move should be placed in allowed_to_move() and called by this proc /datum/ai_movement/proc/pre_move(datum/move_loop/source) diff --git a/code/datums/components/crafting/furniture.dm b/code/datums/components/crafting/furniture.dm index 6cfe215a4b7b..dfa43ad87c28 100644 --- a/code/datums/components/crafting/furniture.dm +++ b/code/datums/components/crafting/furniture.dm @@ -47,3 +47,15 @@ tool_behaviors = list(TOOL_SCREWDRIVER) category = CAT_FURNITURE time = 5 SECONDS + +/datum/crafting_recipe/defib_mobile + name = "Mobile Defibrillator Mount" + reqs = list( + /obj/item/stack/sheet/mineral/silver = 1, + /obj/item/stack/sheet/iron = 5, + /obj/item/stack/cable_coil = 15, + ) + result = /obj/machinery/defibrillator_mount/mobile + tool_behaviors = list(TOOL_SCREWDRIVER) + category = CAT_FURNITURE + time = 7 SECONDS diff --git a/code/datums/components/crafting/tailoring.dm b/code/datums/components/crafting/tailoring.dm index bb01a4d78dc0..de88a5bc09ff 100644 --- a/code/datums/components/crafting/tailoring.dm +++ b/code/datums/components/crafting/tailoring.dm @@ -398,3 +398,43 @@ /obj/item/clothing/suit/armor/vest = 1, ) category = CAT_CLOTHING + +/datum/crafting_recipe/press_armor + name = "press armor vest" + result = /obj/item/clothing/suit/armor/vest/press + time = 2 SECONDS + tool_paths = list(/obj/item/clothing/accessory/press_badge) + reqs = list( + /obj/item/clothing/suit/armor/vest = 1, + ) + category = CAT_CLOTHING + +/datum/crafting_recipe/press_helmet + name = "press helmet vest" + result = /obj/item/clothing/head/helmet/press + time = 2 SECONDS + tool_paths = list(/obj/item/clothing/accessory/press_badge) + reqs = list( + /obj/item/clothing/head/helmet/sec = 1, + ) + category = CAT_CLOTHING + +/datum/crafting_recipe/press_vest + name = "press vest" + result = /obj/item/clothing/suit/hazardvest/press + time = 2 SECONDS + tool_paths = list(/obj/item/clothing/accessory/press_badge) + reqs = list( + /obj/item/clothing/suit/hazardvest = 1, + ) + category = CAT_CLOTHING + +/datum/crafting_recipe/press_fedora + name = "press fedora" + result = /obj/item/clothing/head/fedora/beige/press + time = 2 SECONDS + tool_paths = list(/obj/item/clothing/accessory/press_badge) + reqs = list( + /obj/item/clothing/head/fedora/beige = 1, + ) + category = CAT_CLOTHING diff --git a/code/datums/elements/dryable.dm b/code/datums/elements/dryable.dm index d0cdf2355231..d66ea96d8c1f 100644 --- a/code/datums/elements/dryable.dm +++ b/code/datums/elements/dryable.dm @@ -27,25 +27,24 @@ var/atom/movable/resulting_atom = dried_atom resulting_atom.add_atom_colour(COLOR_DRIED_TAN, FIXED_COLOUR_PRIORITY) apply_dried_status(resulting_atom, drying_user) - resulting_atom.forceMove(source.drop_location()) return else if(isstack(source)) //Check if its a sheet var/obj/item/stack/itemstack = dried_atom for(var/i in 1 to itemstack.amount) - var/atom/movable/resulting_atom = new dry_result(source.drop_location()) + var/atom/movable/resulting_atom = new dry_result(source.loc) apply_dried_status(resulting_atom, drying_user) qdel(source) return else if(istype(source, /obj/item/food) && ispath(dry_result, /obj/item/food)) var/obj/item/food/source_food = source - var/obj/item/food/resulting_food = new dry_result(source.drop_location()) + var/obj/item/food/resulting_food = new dry_result(source.loc) resulting_food.reagents.clear_reagents() source_food.reagents.trans_to(resulting_food, source_food.reagents.total_volume) apply_dried_status(resulting_food, drying_user) qdel(source) return else - var/atom/movable/resulting_atom = new dry_result(source.drop_location()) + var/atom/movable/resulting_atom = new dry_result(source.loc) apply_dried_status(resulting_atom, drying_user) qdel(source) diff --git a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm index 22d33af0c674..1f4c8cb99738 100644 --- a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm +++ b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm @@ -150,6 +150,43 @@ icon_file = 'icons/mob/inhands/clothing/masks_righthand.dmi' json_config = 'code/datums/greyscale/json_configs/bandanaskull_inhands.json' +/datum/greyscale_config/facescarf + name = "Facescarf" + icon_file = 'icons/obj/clothing/masks.dmi' + json_config = 'code/datums/greyscale/json_configs/facescarf.json' + +/datum/greyscale_config/facescarf/worn + name = "Facescarf (Worn)" + icon_file = 'icons/mob/clothing/mask.dmi' + +/datum/greyscale_config/facescarf/inhands_left + name = "Facescarf (Held, Left)" + icon_file = 'icons/mob/inhands/clothing/masks_lefthand.dmi' + json_config = 'code/datums/greyscale/json_configs/facescarf_inhands.json' + +/datum/greyscale_config/facescarf/inhands_right + name = "Facescarf (Held, Right)" + icon_file = 'icons/mob/inhands/clothing/masks_righthand.dmi' + json_config = 'code/datums/greyscale/json_configs/facescarf_inhands.json' + +/datum/greyscale_config/kitsune + name = "Kitsune mask" + icon_file = 'icons/obj/clothing/masks.dmi' + json_config = 'code/datums/greyscale/json_configs/kitsune.json' + +/datum/greyscale_config/kitsune/worn + name = "Kitsune mask (Worn)" + icon_file = 'icons/mob/clothing/mask.dmi' + +/datum/greyscale_config/rebellion_mask + name = "Rebellion mask" + icon_file = 'icons/obj/clothing/masks.dmi' + json_config = 'code/datums/greyscale/json_configs/rebellion_mask.json' + +/datum/greyscale_config/rebellion_mask/worn + name = "Rebellion mask (Worn)" + icon_file = 'icons/mob/clothing/mask.dmi' + // // NECK // diff --git a/code/datums/greyscale/json_configs/facescarf.json b/code/datums/greyscale/json_configs/facescarf.json new file mode 100644 index 000000000000..eadb07dd9273 --- /dev/null +++ b/code/datums/greyscale/json_configs/facescarf.json @@ -0,0 +1,18 @@ +{ + "facescarf": [ + { + "type": "icon_state", + "icon_state": "facescarf", + "blend_mode": "overlay", + "color_ids": [ 1 ] + } + ], + "facescarf_up": [ + { + "type": "icon_state", + "icon_state": "facescarf_up", + "blend_mode": "overlay", + "color_ids": [ 1 ] + } + ] +} diff --git a/code/datums/greyscale/json_configs/facescarf_inhands.json b/code/datums/greyscale/json_configs/facescarf_inhands.json new file mode 100644 index 000000000000..eee4225a0504 --- /dev/null +++ b/code/datums/greyscale/json_configs/facescarf_inhands.json @@ -0,0 +1,10 @@ +{ + "greyscale_facescarf": [ + { + "type": "icon_state", + "icon_state": "greyscale_bandana", + "blend_mode": "overlay", + "color_ids": [ 1 ] + } + ] +} diff --git a/code/datums/greyscale/json_configs/kitsune.json b/code/datums/greyscale/json_configs/kitsune.json new file mode 100644 index 000000000000..495520fbbd80 --- /dev/null +++ b/code/datums/greyscale/json_configs/kitsune.json @@ -0,0 +1,30 @@ +{ + "kitsune": [ + { + "type": "icon_state", + "icon_state": "kitsune_base", + "blend_mode": "overlay", + "color_ids": [ 1 ] + }, + { + "type": "icon_state", + "icon_state": "kitsune_stripe", + "blend_mode": "overlay", + "color_ids": [ 2 ] + } + ], + "kitsune_up": [ + { + "type": "icon_state", + "icon_state": "kitsune_base_up", + "blend_mode": "overlay", + "color_ids": [ 1 ] + }, + { + "type": "icon_state", + "icon_state": "kitsune_stripe_up", + "blend_mode": "overlay", + "color_ids": [ 2 ] + } + ] +} diff --git a/code/datums/greyscale/json_configs/rebellion_mask.json b/code/datums/greyscale/json_configs/rebellion_mask.json new file mode 100644 index 000000000000..1c421b00b798 --- /dev/null +++ b/code/datums/greyscale/json_configs/rebellion_mask.json @@ -0,0 +1,10 @@ +{ + "rebellion_mask": [ + { + "type": "icon_state", + "icon_state": "rebellion_mask", + "blend_mode": "overlay", + "color_ids": [ 1 ] + } + ] +} diff --git a/code/datums/records/manifest.dm b/code/datums/records/manifest.dm index 909483a8c83f..c6751f49d2e1 100644 --- a/code/datums/records/manifest.dm +++ b/code/datums/records/manifest.dm @@ -150,8 +150,6 @@ GLOBAL_DATUM_INIT(manifest, /datum/manifest, new) quirk_notes = person.get_quirk_string(TRUE, CAT_QUIRK_NOTES), ) - return - /// Edits the rank and trim of the found record. /datum/manifest/proc/modify(name, assignment, trim) var/datum/record/crew/target = find_record(name) @@ -161,6 +159,22 @@ GLOBAL_DATUM_INIT(manifest, /datum/manifest, new) target.rank = assignment target.trim = trim +/** + * Using the name to find the record, and person in reference to the body, we recreate photos for the manifest (and records). + * Args: + * - name - The name of the record we're looking for, which should be the name of the person. + * - person - The mob we're taking pictures of to update the records. + * - add_height_chart - If we should add a height chart to the background of the photo. + */ +/datum/manifest/proc/change_pictures(name, mob/living/person, add_height_chart = FALSE) + var/datum/record/crew/target = find_record(name) + if(!target) + return FALSE + + target.character_appearance = new(person.appearance) + target.recreate_manifest_photos(add_height_chart) + return TRUE + /datum/manifest/ui_state(mob/user) return GLOB.always_state diff --git a/code/datums/records/record.dm b/code/datums/records/record.dm index 167f227fc3a3..4c40a85d5fcc 100644 --- a/code/datums/records/record.dm +++ b/code/datums/records/record.dm @@ -84,6 +84,9 @@ /// Current arrest status var/wanted_status = WANTED_NONE + ///Photo used for records, which we store here so we don't have to constantly make more of. + var/list/obj/item/photo/record_photos + /datum/record/crew/New( age = 18, blood_type = "?", @@ -120,6 +123,7 @@ /datum/record/crew/Destroy() GLOB.manifest.general -= src + QDEL_LAZYLIST(record_photos) return ..() /** @@ -170,6 +174,20 @@ /datum/record/crew/proc/get_side_photo() return get_photo("photo_side", WEST) +/// A helper proc to recreate all photos of a character from the record. +/datum/record/crew/proc/recreate_manifest_photos(add_height_chart) + delete_photos("photo_front") + make_photo("photo_front", SOUTH, add_height_chart) + delete_photos("photo_side") + make_photo("photo_side", WEST, add_height_chart) + +///Deletes the existing photo for field_name +/datum/record/crew/proc/delete_photos(field_name) + var/obj/item/photo/existing_photo = LAZYACCESS(record_photos, field_name) + if(existing_photo) + qdel(existing_photo) + LAZYREMOVE(record_photos, field_name) + /** * You shouldn't be calling this directly, use `get_front_photo()` or `get_side_photo()` * instead. @@ -188,18 +206,29 @@ * Returns an empty `/icon` if there was no `character_appearance` entry in the `fields` list, * returns the generated/cached photo otherwise. */ -/datum/record/crew/proc/get_photo(field_name, orientation) +/datum/record/crew/proc/get_photo(field_name, orientation = SOUTH) if(!field_name) return - if(!character_appearance) return new /icon() + var/obj/item/photo/existing_photo = LAZYACCESS(record_photos, field_name) + if(!existing_photo) + existing_photo = make_photo(field_name, orientation) + return existing_photo +/** + * make_photo + * + * Called if the person doesn't already have a photo, this will make a photo of the person, + * then make a picture out of it, then finally create a new photo. + */ +/datum/record/crew/proc/make_photo(field_name, orientation, add_height_chart) var/icon/picture_image if(!isicon(character_appearance)) var/mutable_appearance/appearance = character_appearance appearance.setDir(orientation) - + if(add_height_chart) + appearance.underlays += mutable_appearance('icons/obj/machines/photobooth.dmi', "height_chart", alpha = 125, appearance_flags = RESET_ALPHA|RESET_COLOR|RESET_TRANSFORM) picture_image = getFlatIcon(appearance) else picture_image = character_appearance @@ -209,9 +238,10 @@ picture.picture_desc = "This is [name]." picture.picture_image = picture_image - var/obj/item/photo/photo = new(null, picture) - field_name = photo - return photo + var/obj/item/photo/new_photo = new(null, picture) + + LAZYSET(record_photos, field_name, new_photo) + return new_photo /// Returns a paper printout of the current record's crime data. /datum/record/crew/proc/get_rapsheet(alias, header = "Rapsheet", description = "No further details.") diff --git a/code/datums/shuttles/arrival.dm b/code/datums/shuttles/arrival.dm index 376de809afa2..fe0089066312 100644 --- a/code/datums/shuttles/arrival.dm +++ b/code/datums/shuttles/arrival.dm @@ -33,3 +33,7 @@ /datum/map_template/shuttle/arrival/northstar suffix = "northstar" name = "arrival shuttle (North Star)" + +/datum/map_template/shuttle/arrival/nebula + suffix = "nebula" + name = "arrival shuttle (Nebula)" diff --git a/code/datums/shuttles/cargo.dm b/code/datums/shuttles/cargo.dm index a18b7a4ac9af..98f4e54feb2f 100644 --- a/code/datums/shuttles/cargo.dm +++ b/code/datums/shuttles/cargo.dm @@ -34,3 +34,7 @@ /datum/map_template/shuttle/cargo/northstar suffix = "northstar" name = "cargo ferry (North Star)" + +/datum/map_template/shuttle/cargo/nebula + suffix = "nebula" + name = "supply shuttle (Nebula)" diff --git a/code/datums/shuttles/emergency.dm b/code/datums/shuttles/emergency.dm index a05c123051ed..d957c52a7a11 100644 --- a/code/datums/shuttles/emergency.dm +++ b/code/datums/shuttles/emergency.dm @@ -468,6 +468,14 @@ credit_cost = CARGO_CRATE_VALUE * 14 occupancy_limit = "55" +/datum/map_template/shuttle/emergency/nebula + suffix = "nebula" + name = "Nebula Station Emergency Shuttle" + description = "AAn excellent luxury shuttle for transporting a large number of passengers. \ + It is richly equipped with bushes and free oxygen" + credit_cost = CARGO_CRATE_VALUE * 18 + occupancy_limit = "80" + /datum/map_template/shuttle/emergency/raven suffix = "raven" name = "CentCom Raven Cruiser" diff --git a/code/datums/shuttles/ferry.dm b/code/datums/shuttles/ferry.dm index e4f540992ff0..f9c5841abf32 100644 --- a/code/datums/shuttles/ferry.dm +++ b/code/datums/shuttles/ferry.dm @@ -38,3 +38,8 @@ suffix = "northstar" name = "north star transport ferry" description = "In the very depths of the frontier, you'll need a rugged shuttle capable of delivering crew, this is that." + +/datum/map_template/shuttle/ferry/nebula + suffix = "nebula" + name = "nebula transport ferry" + description = "A good ferry for a graceful trip with a breeze. Comes with rechargers." diff --git a/code/datums/shuttles/mining.dm b/code/datums/shuttles/mining.dm index ffd5cb047854..21747a488e32 100644 --- a/code/datums/shuttles/mining.dm +++ b/code/datums/shuttles/mining.dm @@ -19,6 +19,10 @@ suffix = "kilo" name = "labour shuttle (Kilo)" +/datum/map_template/shuttle/labour/nebula + suffix = "nebula" + name = "labour shuttle (Nebula)" + // MINING SHUTTLES /datum/map_template/shuttle/mining port_id = "mining" @@ -44,6 +48,10 @@ suffix = "northstar" name = "mining shuttle (North Star)" +/datum/map_template/shuttle/mining/nebula + suffix = "nebula" + name = "mining shuttle (Nebula)" + // MINING COMMON SHUTTLES /datum/map_template/shuttle/mining_common port_id = "mining_common" diff --git a/code/game/area/areas/station/cargo.dm b/code/game/area/areas/station/cargo.dm index faa9f2f62995..8e892efda95c 100644 --- a/code/game/area/areas/station/cargo.dm +++ b/code/game/area/areas/station/cargo.dm @@ -29,6 +29,14 @@ name = "\improper Cargo Office" icon_state = "cargo_office" +/area/station/cargo/lower + name = "\improper Lower Cargo Bay" + icon_state = "lower_cargo" + +/area/station/cargo/breakroom + name = "\improper Cargo Break Room" + icon_state = "cargo_breakroom" + /area/station/cargo/storage name = "\improper Cargo Bay" icon_state = "cargo_bay" @@ -53,3 +61,11 @@ /area/station/cargo/miningoffice name = "\improper Mining Office" icon_state = "mining" + +/area/station/cargo/mining_breakroom + name = "\improper Mining Break Room" + icon_state = "mining_breakroom" + +/area/station/cargo/miningfoundry + name = "\improper Mining Foundry" + icon_state = "mining_foundry" diff --git a/code/game/area/areas/station/common.dm b/code/game/area/areas/station/common.dm index eb8a0380ddc4..2280215ab6ee 100644 --- a/code/game/area/areas/station/common.dm +++ b/code/game/area/areas/station/common.dm @@ -68,6 +68,10 @@ name = "\improper Restrooms" icon_state = "toilet" +/area/station/commons/toilet/shower + name = "\improper Shower Room" + icon_state = "shower" + /* * Rec and Locker Rooms */ @@ -108,6 +112,18 @@ name = "\improper Entertainment Center" icon_state = "entertainment" +/area/station/commons/fitness/recreation/pool + name = "\improper Swimming Pool" + icon_state = "pool" + +/area/station/commons/fitness/recreation/lasertag + name = "\improper Laser Tag Arena" + icon_state = "lasertag" + +/area/station/commons/fitness/recreation/sauna + name = "\improper Sauna" + icon_state = "sauna" + /* * Vacant Rooms */ diff --git a/code/game/area/areas/station/engineering.dm b/code/game/area/areas/station/engineering.dm index a7ce535cc5d3..abd10c78f579 100644 --- a/code/game/area/areas/station/engineering.dm +++ b/code/game/area/areas/station/engineering.dm @@ -75,6 +75,11 @@ icon_state = "engine_sm_room" sound_environment = SOUND_AREA_LARGE_ENCLOSED +/area/station/engineering/supermatter/room/upper + name = "\improper Upper Supermatter Engine Room" + icon_state = "engine_sm_room_upper" + sound_environment = SOUND_AREA_LARGE_ENCLOSED + /area/station/engineering/break_room name = "\improper Engineering Foyer" icon_state = "engine_break" diff --git a/code/game/area/areas/station/medical.dm b/code/game/area/areas/station/medical.dm index 33d4973f6239..ec5296a3c92f 100644 --- a/code/game/area/areas/station/medical.dm +++ b/code/game/area/areas/station/medical.dm @@ -19,6 +19,10 @@ name = "Medbay Central" icon_state = "med_central" +/area/station/medical/lower + name = "\improper Lower Medbay" + icon_state = "lower_med" + /area/station/medical/medbay/lobby name = "\improper Medbay Lobby" icon_state = "med_lobby" diff --git a/code/game/area/areas/station/science.dm b/code/game/area/areas/station/science.dm index f63798aca62d..2787a4ff87fe 100644 --- a/code/game/area/areas/station/science.dm +++ b/code/game/area/areas/station/science.dm @@ -72,6 +72,10 @@ name = "\improper Robotics Lab" icon_state = "ass_line" +/area/station/science/robotics/storage + name = "\improper Robotics Storage" + icon_state = "ass_line" + /area/station/science/robotics/augments name = "\improper Augmentation Theater" icon_state = "robotics" diff --git a/code/game/area/areas/station/security.dm b/code/game/area/areas/station/security.dm index 93629f35628c..5a871e3e90c9 100644 --- a/code/game/area/areas/station/security.dm +++ b/code/game/area/areas/station/security.dm @@ -39,6 +39,10 @@ name = "\improper Brig Overlook" icon_state = "upperbrig" +/area/station/security/brig/lower + name = "\improper Lower Brig" + icon_state = "lower_brig" + /area/station/security/brig/entrance name = "\improper Brig Entrance" icon_state = "brigentry" diff --git a/code/game/area/areas/station/service.dm b/code/game/area/areas/station/service.dm index 6d3054f934f3..f315a055f2e9 100644 --- a/code/game/area/areas/station/service.dm +++ b/code/game/area/areas/station/service.dm @@ -9,6 +9,10 @@ name = "\improper Cafeteria" icon_state = "cafeteria" +/area/station/service/minibar + name = "\improper Mini Bar" + icon_state = "minibar" + /area/station/service/kitchen name = "\improper Kitchen" icon_state = "kitchen" @@ -57,9 +61,14 @@ icon_state = "theatre" sound_environment = SOUND_AREA_WOODFLOOR +/area/station/service/theater_dressing + name = "\improper Theater Dressing Room" + icon_state = "theatre_dressing" + sound_environment = SOUND_AREA_SMALL_SOFTFLOOR + /area/station/service/greenroom name = "\improper Greenroom" - icon_state = "theatre" + icon_state = "theatre_green" sound_environment = SOUND_AREA_SMALL_SOFTFLOOR /area/station/service/library @@ -178,6 +187,10 @@ name = "\improper Barber" icon_state = "barber" +/area/station/service/boutique + name = "\improper Boutique" + icon_state = "boutique" + /* * Abandoned Rooms */ diff --git a/code/game/communications.dm b/code/game/communications.dm index dcd539f7e126..e42e589e9cf0 100644 --- a/code/game/communications.dm +++ b/code/game/communications.dm @@ -105,6 +105,7 @@ GLOBAL_LIST_INIT(radiochannels, list( RADIO_CHANNEL_SUPPLY = FREQ_SUPPLY, RADIO_CHANNEL_SERVICE = FREQ_SERVICE, RADIO_CHANNEL_AI_PRIVATE = FREQ_AI_PRIVATE, + RADIO_CHANNEL_ENTERTAINMENT = FREQ_ENTERTAINMENT, RADIO_CHANNEL_CTF_RED = FREQ_CTF_RED, RADIO_CHANNEL_CTF_BLUE = FREQ_CTF_BLUE, RADIO_CHANNEL_CTF_GREEN = FREQ_CTF_GREEN, @@ -125,6 +126,7 @@ GLOBAL_LIST_INIT(reverseradiochannels, list( "[FREQ_SUPPLY]" = RADIO_CHANNEL_SUPPLY, "[FREQ_SERVICE]" = RADIO_CHANNEL_SERVICE, "[FREQ_AI_PRIVATE]" = RADIO_CHANNEL_AI_PRIVATE, + "[FREQ_ENTERTAINMENT]" = RADIO_CHANNEL_ENTERTAINMENT, "[FREQ_CTF_RED]" = RADIO_CHANNEL_CTF_RED, "[FREQ_CTF_BLUE]" = RADIO_CHANNEL_CTF_BLUE, "[FREQ_CTF_GREEN]" = RADIO_CHANNEL_CTF_GREEN, diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index 06902284dd01..5d85588396a7 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -606,7 +606,7 @@ if(panel_open && !(interaction_flags_machine & INTERACT_MACHINE_OPEN) && !(interaction_flags_machine & INTERACT_MACHINE_OPEN_SILICON)) return FALSE - return user.can_interact_with(src) //AIs don't care about petty mortal concerns like needing to be next to a machine to use it, but borgs do care somewhat + return user.in_range_to_interact_with(src) //AIs don't care about petty mortal concerns like needing to be next to a machine to use it, but borgs do care somewhat . = ..() if(!.) diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index 5824f93dcc73..6ed574b45343 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -4,23 +4,25 @@ icon = 'icons/obj/machines/wallmounts.dmi' base_icon_state = "button" icon_state = "button" + power_channel = AREA_USAGE_ENVIRON + light_power = 0.5 // Minimums, we want the button to glow if it has a mask, not light an area + light_range = 1.5 + light_color = LIGHT_COLOR_VIVID_GREEN + armor_type = /datum/armor/machinery_button + idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.02 + resistance_flags = LAVA_PROOF | FIRE_PROOF + interaction_flags_machine = parent_type::interaction_flags_machine | INTERACT_MACHINE_OPEN ///Icon suffix for the skin of the front pannel that is added to base_icon_state var/skin = "" ///Whether it is possible to change the panel skin var/can_alter_skin = TRUE - power_channel = AREA_USAGE_ENVIRON + var/obj/item/assembly/device var/obj/item/electronics/airlock/board var/device_type = null var/id = null var/initialized_button = 0 var/silicon_access_disabled = FALSE - light_power = 0.5 // Minimums, we want the button to glow if it has a mask, not light an area - light_range = 1.5 - light_color = LIGHT_COLOR_VIVID_GREEN - armor_type = /datum/armor/machinery_button - idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.02 - resistance_flags = LAVA_PROOF | FIRE_PROOF /obj/machinery/button/indestructible resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF diff --git a/code/game/machinery/camera/camera.dm b/code/game/machinery/camera/camera.dm index 3f7ee0674594..9432f3719d8f 100644 --- a/code/game/machinery/camera/camera.dm +++ b/code/game/machinery/camera/camera.dm @@ -43,6 +43,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera, 0) MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/autoname, 0) +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/autoname/motion, 0) MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/emp_proof, 0) MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/motion, 0) MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/xray, 0) diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm index 2d9a2a221b42..f2ef2f3e446a 100644 --- a/code/game/machinery/camera/presets.dm +++ b/code/game/machinery/camera/presets.dm @@ -66,6 +66,14 @@ c_tag = "[format_text(camera_area.name)] #[number]" +/obj/machinery/camera/autoname/motion + start_active = TRUE + name = "motion-sensitive security camera" + +/obj/machinery/camera/autoname/motion/Initialize(mapload) + . = ..() + upgradeMotion() + ///The internal camera object for exosuits, applied by the camera upgrade /obj/machinery/camera/exosuit c_tag = "Exosuit: unspecified" diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index 48038fcafb65..ed6c90abee65 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -50,7 +50,7 @@ /obj/machinery/computer/security/ui_interact(mob/user, datum/tgui/ui) . = ..() - if(!user.can_perform_action(src, NEED_DEXTERITY)) //prevents monkeys from using camera consoles + if(!user.client) //prevents monkeys from using camera consoles return // Update UI ui = SStgui.try_update_ui(user, src, ui) diff --git a/code/game/machinery/computer/records/records.dm b/code/game/machinery/computer/records/records.dm index ca459a1c674b..ae94fee85bce 100644 --- a/code/game/machinery/computer/records/records.dm +++ b/code/game/machinery/computer/records/records.dm @@ -22,6 +22,7 @@ . = ..() if(.) return + var/mob/user = ui.user var/datum/record/crew/target if(params["crew_ref"]) @@ -35,6 +36,7 @@ return FALSE var/value = trim(params["value"], MAX_BROADCAST_LEN) + investigate_log("[key_name(user)] changed the field: \"[field]\" with value: \"[target.vars[field]]\" to new value: \"[value || "Unknown"]\"", INVESTIGATE_RECORDS) target.vars[field] = value || "Unknown" return TRUE @@ -44,22 +46,23 @@ return FALSE // Don't let people off station futz with the station network. if(!is_station_level(z)) - balloon_alert(usr, "out of range!") + balloon_alert(user, "out of range!") return TRUE expunge_record_info(target) - balloon_alert(usr, "record expunged") + balloon_alert(user, "record expunged") playsound(src, 'sound/machines/terminal_eject.ogg', 70, TRUE) - investigate_log("[key_name(usr)] expunged the record of [target.name].", INVESTIGATE_RECORDS) + investigate_log("[key_name(user)] expunged the record of [target.name].", INVESTIGATE_RECORDS) return TRUE if("login") - authenticated = secure_login(usr) + authenticated = secure_login(user) + investigate_log("[key_name(user)] [authenticated ? "successfully logged" : "failed to log"] into the [src].", INVESTIGATE_RECORDS) return TRUE if("logout") - balloon_alert(usr, "logged out") + balloon_alert(user, "logged out") playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) authenticated = FALSE @@ -68,22 +71,22 @@ if("purge_records") // Don't let people off station futz with the station network. if(!is_station_level(z)) - balloon_alert(usr, "out of range!") + balloon_alert(user, "out of range!") return TRUE ui.close() - balloon_alert(usr, "purging records...") + balloon_alert(user, "purging records...") playsound(src, 'sound/machines/terminal_alert.ogg', 70, TRUE) - if(do_after(usr, 5 SECONDS)) + if(do_after(user, 5 SECONDS)) for(var/datum/record/crew/entry in GLOB.manifest.general) expunge_record_info(entry) - balloon_alert(usr, "records purged") + balloon_alert(user, "records purged") playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) - investigate_log("[key_name(usr)] purged all records.", INVESTIGATE_RECORDS) + investigate_log("[key_name(user)] purged all records.", INVESTIGATE_RECORDS) else - balloon_alert(usr, "interrupted!") + balloon_alert(user, "interrupted!") return TRUE @@ -92,7 +95,7 @@ return FALSE playsound(src, SFX_TERMINAL_TYPE, 50, TRUE) - update_preview(usr, params["assigned_view"], target) + update_preview(user, params["assigned_view"], target) return TRUE return FALSE diff --git a/code/game/machinery/computer/records/security.dm b/code/game/machinery/computer/records/security.dm index 00dba3722944..b8d0f94db3de 100644 --- a/code/game/machinery/computer/records/security.dm +++ b/code/game/machinery/computer/records/security.dm @@ -144,6 +144,8 @@ if(.) return + var/mob/user = ui.user + var/datum/record/crew/target if(params["crew_ref"]) target = locate(params["crew_ref"]) in GLOB.manifest.general @@ -152,28 +154,30 @@ switch(action) if("add_crime") - add_crime(usr, target, params) + add_crime(user, target, params) return TRUE if("delete_record") + investigate_log("[user] deleted record: \"[target]\".", INVESTIGATE_RECORDS) qdel(target) return TRUE if("edit_crime") - edit_crime(usr, target, params) + edit_crime(user, target, params) return TRUE if("invalidate_crime") - invalidate_crime(usr, target, params) + invalidate_crime(user, target, params) return TRUE if("print_record") - print_record(usr, target, params) + print_record(user, target, params) return TRUE if("set_note") - var/note = params["note"] - target.security_note = trim(note, MAX_MESSAGE_LEN) + var/note = trim(params["note"], MAX_MESSAGE_LEN) + investigate_log("[user] has changed the security note of record: \"[target]\" from \"[target.security_note]\" to \"[note]\".", INVESTIGATE_RECORDS) + target.security_note = note return TRUE if("set_wanted") @@ -236,14 +240,19 @@ return FALSE if(user != editing_crime.author && !has_armory_access(user)) // only warden/hos/command can edit crimes they didn't author + investigate_log("[user] attempted to edit crime: \"[editing_crime.name]\" for target: \"[target.name]\" but failed due to lacking armoury access and not being the author of the crime.", INVESTIGATE_RECORDS) return FALSE if(params["name"] && length(params["name"]) > 2 && params["name"] != editing_crime.name) - editing_crime.name = trim(params["name"], MAX_CRIME_NAME_LEN) + var/new_name = strip_html_full(params["name"], MAX_CRIME_NAME_LEN) + investigate_log("[user] edited crime: \"[editing_crime.name]\" for target: \"[target.name]\", changing the name to: \"[new_name]\".", INVESTIGATE_RECORDS) + editing_crime.name = new_name return TRUE if(params["details"] && length(params["description"]) > 2 && params["name"] != editing_crime.name) - editing_crime.details = trim(params["details"], MAX_MESSAGE_LEN) + var/new_details = strip_html_full(params["description"], MAX_MESSAGE_LEN) + investigate_log("[user] edited crime \"[editing_crime.name]\" for target: \"[target.name]\", changing the details to: \"[new_details]\" from: \"[editing_crime.details]\".", INVESTIGATE_RECORDS) + editing_crime.details = new_details return TRUE return FALSE @@ -308,7 +317,7 @@ /// Handles printing records via UI. Takes the params from UI_act. /obj/machinery/computer/records/security/proc/print_record(mob/user, datum/record/crew/target, list/params) if(printing) - balloon_alert(usr, "printer busy") + balloon_alert(user, "printer busy") playsound(src, 'sound/machines/terminal_error.ogg', 100, TRUE) return FALSE diff --git a/code/game/machinery/computer/telescreen.dm b/code/game/machinery/computer/telescreen.dm index b6c1c4b09d72..34d2c562f2ac 100644 --- a/code/game/machinery/computer/telescreen.dm +++ b/code/game/machinery/computer/telescreen.dm @@ -42,9 +42,22 @@ circuit = null interaction_flags_atom = INTERACT_ATOM_UI_INTERACT | INTERACT_ATOM_NO_FINGERPRINT_INTERACT | INTERACT_ATOM_NO_FINGERPRINT_ATTACK_HAND | INTERACT_MACHINE_REQUIRES_SIGHT frame_type = /obj/item/wallframe/telescreen/entertainment + /// Virtual radio inside of the entertainment monitor to broadcast audio + var/obj/item/radio/entertainment/speakers/speakers var/icon_state_off = "entertainment_blank" var/icon_state_on = "entertainment" +/obj/machinery/computer/security/telescreen/entertainment/add_context(atom/source, list/context, obj/item/held_item, mob/user) + context[SCREENTIP_CONTEXT_CTRL_LMB] = "Toggle mute button" + return CONTEXTUAL_SCREENTIP_SET + +/obj/machinery/computer/security/telescreen/entertainment/CtrlClick(mob/user) + . = ..() + if(. == FALSE || !is_operational || !user.can_perform_action(src, NEED_DEXTERITY|ALLOW_SILICON_REACH)) + return + balloon_alert(user, speakers.should_be_listening ? "muted" : "unmuted") + speakers.toggle_mute() + MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertainment, 32) /obj/item/wallframe/telescreen/entertainment @@ -55,20 +68,81 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai /obj/machinery/computer/security/telescreen/entertainment/Initialize(mapload) . = ..() - RegisterSignal(src, COMSIG_CLICK, PROC_REF(BigClick)) find_and_hang_on_wall() + update_appearance() + register_context() + speakers = new(src) -// Bypass clickchain to allow humans to use the telescreen from a distance -/obj/machinery/computer/security/telescreen/entertainment/proc/BigClick() - SIGNAL_HANDLER +/obj/machinery/computer/security/telescreen/entertainment/Destroy() + QDEL_NULL(speakers) + return ..() - if(!network.len) - balloon_alert(usr, "nothing on TV!") - return +/obj/machinery/computer/security/telescreen/on_set_machine_stat(old_value) + . = ..() + update_appearance() + +/obj/machinery/computer/security/telescreen/entertainment/examine(mob/user) + . = ..() + . += length(network) ? span_notice("The TV is broadcasting something!") : span_notice("There's nothing on TV.") + . += span_notice("The volume is currently [speakers.should_be_listening ? "on" : "off"]") + +/obj/machinery/computer/security/telescreen/entertainment/ui_state(mob/user) + return GLOB.always_state + +// Snowflake ui status to allow mobs to watch TV from across the room, +// but only allow adjacent mobs / tk users / silicon to change the channel +/obj/machinery/computer/security/telescreen/entertainment/ui_status(mob/living/user, datum/ui_state/state) + if(!can_watch_tv(user)) + return UI_CLOSE + if(!isliving(user)) + return isAdminGhostAI(user) ? UI_INTERACTIVE : UI_UPDATE + if(user.stat >= SOFT_CRIT) + return UI_UPDATE + + var/can_range = FALSE + if(iscarbon(user)) + var/mob/living/carbon/carbon_user = user + if(carbon_user.dna?.check_mutation(/datum/mutation/human/telekinesis) && tkMaxRangeCheck(user, src)) + can_range = TRUE + if(isAdminGhostAI(user) || (user.interaction_range && user.interaction_range >= get_dist(user, src))) + can_range = TRUE + + if((can_range || user.CanReach(src)) && ISADVANCEDTOOLUSER(user)) + if(user.incapacitated()) + return UI_UPDATE + if(!can_range && user.can_hold_items() && (user.usable_hands <= 0 || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED))) + return UI_UPDATE + return UI_INTERACTIVE + return UI_UPDATE + +/obj/machinery/computer/security/telescreen/entertainment/Click(location, control, params) + if(world.time <= usr.next_click + 1) + return // just so someone can't turn an auto clicker on and spam tvs + . = ..() + if(!can_watch_tv(usr)) + return + if((!length(network) && !Adjacent(usr)) || LAZYACCESS(params2list(params), SHIFT_CLICK)) // let people examine + return + // Lets us see the tv regardless of click results INVOKE_ASYNC(src, TYPE_PROC_REF(/atom, interact), usr) -///Sets the monitor's icon to the selected state, and says an announcement +/obj/machinery/computer/security/telescreen/entertainment/proc/can_watch_tv(mob/living/watcher) + if(!is_operational) + return FALSE + if((watcher.sight & SEE_OBJS) || watcher.interaction_range) + if(get_dist(watcher, src) > max(watcher.interaction_range, 7)) + return FALSE + else + if(!can_see(watcher, src, 7)) + return FALSE + if(watcher.is_blind()) + return FALSE + if(!isobserver(watcher) && watcher.stat >= UNCONSCIOUS) + return FALSE + return TRUE + +/// Sets the monitor's icon to the selected state, and says an announcement /obj/machinery/computer/security/telescreen/entertainment/proc/notify(on, announcement) if(on && icon_state == icon_state_off) icon_state = icon_state_on @@ -142,6 +216,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai network = list("rd", "aicore", "aiupload", "minisat", "xeno", "test", "toxins") frame_type = /obj/item/wallframe/telescreen/rd +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/rd, 32) + /obj/item/wallframe/telescreen/rd name = "\improper Research Director's telescreen frame" result_path = /obj/machinery/computer/security/telescreen/rd @@ -156,6 +232,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "research telescreen frame" result_path = /obj/machinery/computer/security/telescreen/research +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/research, 32) + /obj/machinery/computer/security/telescreen/ce name = "\improper Chief Engineer's telescreen" desc = "Used for watching the engine, telecommunications and the minisat." @@ -166,6 +244,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "\improper Chief Engineer's telescreen frame" result_path = /obj/machinery/computer/security/telescreen/ce +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/ce, 32) + /obj/machinery/computer/security/telescreen/cmo name = "\improper Chief Medical Officer's telescreen" desc = "A telescreen with access to the medbay's camera network." @@ -176,6 +256,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "\improper Chief Engineer'stelescreen frame" result_path = /obj/machinery/computer/security/telescreen/cmo +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/cmo, 32) + /obj/machinery/computer/security/telescreen/vault name = "vault monitor" desc = "A telescreen that connects to the vault's camera network." @@ -186,6 +268,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "vault telescreen frame" result_path = /obj/machinery/computer/security/telescreen/vault +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/vault, 32) + /obj/machinery/computer/security/telescreen/ordnance name = "bomb test site monitor" desc = "A telescreen that connects to the bomb test site's camera." @@ -196,6 +280,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "bomb test site telescreen frame" result_path = /obj/machinery/computer/security/telescreen/ordnance +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/ordnance, 32) + /obj/machinery/computer/security/telescreen/engine name = "engine monitor" desc = "A telescreen that connects to the engine's camera network." @@ -206,6 +292,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "engine telescreen frame" result_path = /obj/machinery/computer/security/telescreen/engine +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/engine, 32) + /obj/machinery/computer/security/telescreen/turbine name = "turbine monitor" desc = "A telescreen that connects to the turbine's camera." @@ -216,6 +304,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "turbine telescreen frame" result_path = /obj/machinery/computer/security/telescreen/turbine +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/turbine, 32) + /obj/machinery/computer/security/telescreen/interrogation name = "interrogation room monitor" desc = "A telescreen that connects to the interrogation room's camera." @@ -226,6 +316,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "interrogation telescreen frame" result_path = /obj/machinery/computer/security/telescreen/interrogation +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/interrogation, 32) + /obj/machinery/computer/security/telescreen/prison name = "prison monitor" desc = "A telescreen that connects to the permabrig's camera network." @@ -236,6 +328,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "prison telescreen frame" result_path = /obj/machinery/computer/security/telescreen/prison +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/prison, 32) + /obj/machinery/computer/security/telescreen/auxbase name = "auxiliary base monitor" desc = "A telescreen that connects to the auxiliary base's camera." @@ -246,6 +340,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "auxiliary base telescreen frame" result_path = /obj/machinery/computer/security/telescreen/auxbase +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/auxbase, 32) + /obj/machinery/computer/security/telescreen/minisat name = "minisat monitor" desc = "A telescreen that connects to the minisat's camera network." @@ -256,6 +352,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "minisat telescreen frame" result_path = /obj/machinery/computer/security/telescreen/minisat +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/minisat, 32) + /obj/machinery/computer/security/telescreen/aiupload name = "\improper AI upload monitor" desc = "A telescreen that connects to the AI upload's camera network." @@ -266,6 +364,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "\improper AI upload telescreen frame" result_path = /obj/machinery/computer/security/telescreen/aiupload +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/aiupload, 32) + /obj/machinery/computer/security/telescreen/bar name = "bar monitor" desc = "A telescreen that connects to the bar's camera network. Perfect for checking on customers." @@ -276,6 +376,135 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/entertai name = "bar telescreen frame" result_path = /obj/machinery/computer/security/telescreen/bar +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/bar, 32) + +/obj/machinery/computer/security/telescreen/isolation + name = "isolation cell monitor" + desc = "A telescreen that connects to the isolation cells camera network." + network = list(CAMERANET_NETWORK_ISOLATION) + frame_type = /obj/item/wallframe/telescreen/bar + +/obj/item/wallframe/telescreen/isolation + name = "isolation telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/isolation + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/isolation, 32) + +/obj/machinery/computer/security/telescreen/normal + name = "security camera monitor" + desc = "A telescreen that connects to the stations camera network." + network = list(CAMERANET_NETWORK_SS13) + frame_type = /obj/item/wallframe/telescreen/normal + +/obj/item/wallframe/telescreen/normal + name = "security camera telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/normal + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/normal, 32) + +/obj/machinery/computer/security/telescreen/tcomms + name = "tcomms camera monitor" + desc = "A telescreen that connects to the tcomms camera network." + network = list(CAMERANET_NETWORK_TELECOMMS) + frame_type = /obj/item/wallframe/telescreen/tcomms + +/obj/item/wallframe/telescreen/tcomms + name = "tcomms camera telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/tcomms + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/tcomms, 32) + +/obj/machinery/computer/security/telescreen/test_chamber + name = "xenobiology test chamber camera monitor" + desc = "A telescreen that connects to the xenobiology test chamber camera network." + network = list(CAMERANET_NETWORK_XENOBIOLOGY) + frame_type = /obj/item/wallframe/telescreen/test_chamber + +/obj/item/wallframe/telescreen/test_chamber + name = "xenobiology test chamber camera telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/test_chamber + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/test_chamber, 32) + +/obj/machinery/computer/security/telescreen/engine_waste + name = "\improper Engine Waste Monitor" + desc = "A telescreen that connects to the engine waste camera network." + network = list(CAMERANET_NETWORK_WASTE) + frame_type = /obj/item/wallframe/telescreen/engine_waste + +/obj/item/wallframe/telescreen/engine_waste + name = "\improper Engine Waste telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/engine_waste + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/engine_waste, 32) + +/obj/machinery/computer/security/telescreen/cargo_sec + name = "cargo camera monitor" + desc = "A telescreen that connects to the cargo and main station camera network." + network = list(CAMERANET_NETWORK_SS13, + CAMERA_NETWORK_CARGO, + ) + frame_type = /obj/item/wallframe/telescreen/cargo_sec + +/obj/item/wallframe/telescreen/cargo_sec + name = "cargo telescreen frame" + result_path = /obj/machinery/computer/security/telescreen/cargo_sec + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/cargo_sec, 32) + +// This is used in moonoutpost19.dmm +/obj/machinery/computer/security/telescreen/moon_outpost + +/obj/machinery/computer/security/telescreen/moon_outpost/research + name = "research monitor" + desc = "Used for monitoring the research division and the labs within." + network = list(CAMERANET_NETWORK_MOON19_RESEARCH, + CAMERANET_NETWORK_MOON19_XENO, + ) + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/moon_outpost/research, 32) + +/obj/machinery/computer/security/telescreen/moon_outpost/xenobio + name = "xenobiology monitor" + desc = "Used for watching the contents of the xenobiology containment pen." + network = list(CAMERANET_NETWORK_MOON19_XENO) + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/moon_outpost/xenobio, 32) + +// This is used in undergroundoutpost45.dmm +/obj/machinery/computer/security/telescreen/underground_outpost + +/obj/machinery/computer/security/telescreen/underground_outpost/research + name = "research monitor" + desc = "Used for monitoring the research division and the labs within." + network = list(CAMERANET_NETWORK_UGO45_RESEARCH) + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/underground_outpost/research, 32) + +// This is used in forgottenship.dmm +/obj/machinery/computer/security/telescreen/forgotten_ship + +/obj/machinery/computer/security/telescreen/forgotten_ship/sci + name = "Cameras monitor" + network = list(CAMERANET_NETWORK_FSCI) + req_access = list("syndicate") + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/forgotten_ship/sci, 32) + +// This is used in deepstorage.dmm +/obj/machinery/computer/security/telescreen/deep_storage + +/obj/machinery/computer/security/telescreen/deep_storage/bunker + name = "Bunker Entrance monitor" + network = list(CAMERA_NETWORK_BUNKER) + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/deep_storage/bunker, 32) + +/obj/machinery/computer/security/telescreen/monastary + name = "Monastary monitor" + network = list("monastery") + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/monastary, 32) /// A button that adds a camera network to the entertainment monitors /obj/machinery/button/showtime diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm index 52b066a8eee1..9292ffabe709 100644 --- a/code/game/machinery/defibrillator_mount.dm +++ b/code/game/machinery/defibrillator_mount.dm @@ -50,25 +50,23 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/defibrillator_mount, 28) /obj/machinery/defibrillator_mount/update_overlays() . = ..() - - if(!defib) + if(isnull(defib)) return - . += "defib" + var/mutable_appearance/defib_overlay = mutable_appearance(icon, "defib", layer = layer+0.01, offset_spokesman = src) if(defib.powered) - var/obj/item/stock_parts/cell/C = get_cell() - . += (defib.safety ? "online" : "emagged") - var/ratio = C.charge / C.maxcharge - ratio = CEILING(ratio * 4, 1) * 25 - . += "charge[ratio]" + var/obj/item/stock_parts/cell/cell = defib.cell + var/mutable_appearance/safety = mutable_appearance(icon, defib.safety ? "online" : "emagged", offset_spokesman = src) + var/mutable_appearance/charge_overlay = mutable_appearance(icon, "charge[CEILING((cell.charge / cell.maxcharge) * 4, 1) * 25]", offset_spokesman = src) + + defib_overlay.overlays += list(safety, charge_overlay) if(clamps_locked) - . += "clamps" + var/mutable_appearance/clamps = mutable_appearance(icon, "clamps", offset_spokesman = src) + defib_overlay.overlays += clamps -/obj/machinery/defibrillator_mount/get_cell() - if(defib) - return defib.get_cell() + . += defib_overlay //defib interaction /obj/machinery/defibrillator_mount/attack_hand(mob/living/user, list/modifiers) @@ -221,3 +219,37 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/defibrillator_mount, 28) icon_state = "penlite_mount" custom_materials = list(/datum/material/iron = SMALL_MATERIAL_AMOUNT * 3, /datum/material/glass = SMALL_MATERIAL_AMOUNT, /datum/material/silver = SMALL_MATERIAL_AMOUNT * 0.5) result_path = /obj/machinery/defibrillator_mount/charging + +//mobile defib + +/obj/machinery/defibrillator_mount/mobile + name = "mobile defibrillator mount" + icon_state = "mobile" + anchored = FALSE + density = TRUE + +/obj/machinery/defibrillator_mount/mobile/Initialize(mapload) + . = ..() + AddElement(/datum/element/noisy_movement) + +/obj/machinery/defibrillator_mount/mobile/wrench_act_secondary(mob/living/user, obj/item/tool) + if(user.combat_mode) + return ..() + if(defib) + to_chat(user, span_warning("The mount can't be deconstructed while a defibrillator unit is loaded!")) + ..() + return TRUE + balloon_alert(user, "deconstructing...") + tool.play_tool_sound(src) + if(tool.use_tool(src, user, 5 SECONDS)) + playsound(loc, 'sound/items/deconstruct.ogg', 50, vary = TRUE) + deconstruct() + return TRUE + +/obj/machinery/defibrillator_mount/mobile/on_deconstruction(disassembled) + if(disassembled) + new /obj/item/stack/sheet/iron(drop_location(), 5) + new /obj/item/stack/sheet/mineral/silver(drop_location(), 1) + new /obj/item/stack/cable_coil(drop_location(), 15) + else + new /obj/item/stack/sheet/iron(drop_location(), 5) diff --git a/code/game/machinery/mass_driver.dm b/code/game/machinery/mass_driver.dm index e3922415a66c..85477fdc9b03 100644 --- a/code/game/machinery/mass_driver.dm +++ b/code/game/machinery/mass_driver.dm @@ -14,10 +14,6 @@ . = ..() wires = new /datum/wires/mass_driver(src) -/obj/machinery/mass_driver/Destroy() - QDEL_NULL(wires) - . = ..() - /obj/machinery/mass_driver/chapelgun name = "holy driver" id = MASSDRIVER_CHAPEL diff --git a/code/game/machinery/photobooth.dm b/code/game/machinery/photobooth.dm new file mode 100644 index 000000000000..5f7cd8aebc1c --- /dev/null +++ b/code/game/machinery/photobooth.dm @@ -0,0 +1,229 @@ +/** + * Photobooth + * A machine used to change occupant's security record photos, working similarly to a + * camera, but doesn't give any physical photo to the user. + * Links to buttons for remote control. + */ +/obj/machinery/photobooth + name = "photobooth" + desc = "A machine with some drapes and a camera, used to update security record photos. Requires Law Office access to use." + icon = 'icons/obj/machines/photobooth.dmi' + icon_state = "booth_open" + base_icon_state = "booth" + state_open = TRUE + circuit = /obj/item/circuitboard/machine/photobooth + light_system = MOVABLE_LIGHT_DIRECTIONAL //Used as a flash here. + light_range = 6 + light_color = COLOR_WHITE + light_power = FLASH_LIGHT_POWER + light_on = FALSE + interaction_flags_atom = INTERACT_ATOM_ATTACK_HAND + req_one_access = list(ACCESS_LAWYER, ACCESS_SECURITY) + ///Boolean on whether we should add a height chart to the underlays of the people we take photos of. + var/add_height_chart = FALSE + ///Boolean on whether the machine is currently busy taking someone's pictures, so you can't start taking pictures while it's working. + var/taking_pictures = FALSE + ///The ID of the photobooth, used to connect it to a button. + var/button_id = "photobooth_machine_default" + +/** + * Security photobooth + * Adds a height chart in the background, used for people you want to evidently stick out as prisoners. + * Good for people you plan on putting in the permabrig. + */ +/obj/machinery/photobooth/security + name = "security photobooth" + desc = "A machine with some drapes and a camera, used to update security record photos. Requires Security access to use, and adds a height chart to the person." + circuit = /obj/item/circuitboard/machine/photobooth/security + req_one_access = list(ACCESS_SECURITY) + color = COLOR_LIGHT_GRAYISH_RED + add_height_chart = TRUE + button_id = "photobooth_machine_security" + +/obj/machinery/photobooth/Initialize(mapload) + . = ..() + register_context() + +/obj/machinery/photobooth/interact(mob/living/user, list/modifiers) + . = ..() + if(taking_pictures) + balloon_alert(user, "machine busy!") + return + if(state_open) + close_machine() + else + open_machine() + +/obj/machinery/photobooth/attack_hand_secondary(mob/user, list/modifiers) + if(taking_pictures) + balloon_alert(user, "machine busy!") + return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN + if(occupant) + if(allowed(user)) + start_taking_pictures() + else + balloon_alert(user, "access denied!") + return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN + return ..() + +/obj/machinery/photobooth/add_context(atom/source, list/context, obj/item/held_item, mob/user) + if(machine_stat & (BROKEN|NOPOWER) || !isnull(held_item)) + return NONE + + context[SCREENTIP_CONTEXT_LMB] = "[state_open ? "Close" : "Open"] Machine" + if(occupant) + context[SCREENTIP_CONTEXT_RMB] = "Take Pictures" + + return CONTEXTUAL_SCREENTIP_SET + +/obj/machinery/photobooth/close_machine(mob/user, density_to_set = TRUE) + if(panel_open) + balloon_alert(user, "close panel first!") + return + playsound(src, 'sound/effects/curtain.ogg', 50, TRUE) + return ..() + +/obj/machinery/photobooth/open_machine(drop = TRUE, density_to_set = FALSE) + playsound(src, 'sound/effects/curtain.ogg', 50, TRUE) + return ..() + +/obj/machinery/photobooth/update_icon_state() + . = ..() + if(machine_stat & (BROKEN|NOPOWER)) + icon_state = "[base_icon_state]_off" + else if(state_open) + icon_state = "[base_icon_state]_open" + else + icon_state = "[base_icon_state]_closed" + +/obj/machinery/photobooth/update_overlays() + . = ..() + if((machine_stat & MAINT) || panel_open) + . += "[base_icon_state]_panel" + +/obj/machinery/photobooth/screwdriver_act(mob/living/user, obj/item/tool) + if(!has_buckled_mobs() && default_deconstruction_screwdriver(user, icon_state, icon_state, tool)) + update_appearance(UPDATE_ICON) + return ITEM_INTERACT_SUCCESS + return ..() + +/obj/machinery/photobooth/crowbar_act(mob/living/user, obj/item/tool) + if(default_deconstruction_crowbar(tool)) + return ITEM_INTERACT_SUCCESS + return ..() + +/obj/machinery/photobooth/emag_act(mob/user, obj/item/card/emag/emag_card) + if(obj_flags & EMAGGED) + return FALSE + req_access = list() //in case someone sets this to something + req_one_access = list() + balloon_alert(user, "beeps softly") + obj_flags |= EMAGGED + return TRUE + +/** + * Handles the effects of taking pictures of the user, calling finish_taking_pictures + * to actually update the records. + */ +/obj/machinery/photobooth/proc/start_taking_pictures() + taking_pictures = TRUE + if(obj_flags & EMAGGED) + var/mob/living/carbon/carbon_occupant = occupant + for(var/i in 1 to 5) //play a ton of sounds to mimic it blinding you + playsound(src, pick('sound/items/polaroid1.ogg', 'sound/items/polaroid2.ogg'), 75, TRUE) + if(carbon_occupant) + carbon_occupant.flash_act(5) + sleep(0.2 SECONDS) + if(carbon_occupant) + carbon_occupant.emote("scream") + finish_taking_pictures() + return + if(!do_after(occupant, 2 SECONDS, src, timed_action_flags = IGNORE_HELD_ITEM)) //gives them time to put their hand items away. + taking_pictures = FALSE + return + playsound(src, 'sound/items/polaroid1.ogg', 75, TRUE) + flash() + if(!do_after(occupant, 3 SECONDS, src, timed_action_flags = IGNORE_HELD_ITEM)) + taking_pictures = FALSE + return + playsound(src, 'sound/items/polaroid2.ogg', 75, TRUE) + flash() + if(!do_after(occupant, 2 SECONDS, src, timed_action_flags = IGNORE_HELD_ITEM)) + taking_pictures = FALSE + return + finish_taking_pictures() + +///Updates the records (if possible), giving feedback, and spitting the user out if all's well. +/obj/machinery/photobooth/proc/finish_taking_pictures() + taking_pictures = FALSE + if(!GLOB.manifest.change_pictures(occupant.name, occupant, add_height_chart = add_height_chart)) + balloon_alert(occupant, "record not found!") + return + balloon_alert(occupant, "records updated") + open_machine() + +///Mimicing the camera, gives a flash effect by turning the light on and calling flash_end. +/obj/machinery/photobooth/proc/flash() + set_light_on(TRUE) + addtimer(CALLBACK(src, PROC_REF(flash_end)), FLASH_LIGHT_DURATION, TIMER_OVERRIDE|TIMER_UNIQUE) + +///Called by a timer to turn the light off to end the flash effect. +/obj/machinery/photobooth/proc/flash_end() + set_light_on(FALSE) + + +/obj/machinery/button/photobooth + name = "photobooth control button" + desc = "Operates the photobooth from a distance, allowing people to update their security record photos." + device_type = /obj/item/assembly/control/photobooth_control + req_one_access = list(ACCESS_SECURITY, ACCESS_LAWYER) + id = "photobooth_machine_default" + +/obj/machinery/button/photobooth/Initialize(mapload) + . = ..() + if(device) + var/obj/item/assembly/control/photobooth_control/ours = device + ours.id = id + +/obj/machinery/button/photobooth/multitool_act(mob/living/user, obj/item/multitool/tool) + . = ..() + if(tool.buffer && !istype(tool.buffer, /obj/machinery/photobooth)) + return + var/obj/item/assembly/control/photobooth_control/controller = device + controller.booth_machine_ref = WEAKREF(tool.buffer) + id = null + controller.id = null + balloon_alert(user, "linked to [tool.buffer]") + +/obj/item/assembly/control/photobooth_control + name = "photobooth controller" + desc = "A remote controller for the HoP's photobooth." + ///Weakref to the photobooth we're connected to. + var/datum/weakref/booth_machine_ref + +/obj/item/assembly/control/photobooth_control/Initialize(mapload) + ..() + return INITIALIZE_HINT_LATELOAD + +/obj/item/assembly/control/photobooth_control/LateInitialize() + find_machine() + +/// Locate the photobooth we're linked via ID +/obj/item/assembly/control/photobooth_control/proc/find_machine() + for(var/obj/machinery/photobooth/booth as anything in SSmachines.get_machines_by_type_and_subtypes(/obj/machinery/photobooth)) + if(booth.button_id == id) + booth_machine_ref = WEAKREF(booth) + if(booth_machine_ref) + return TRUE + return FALSE + +/obj/item/assembly/control/photobooth_control/activate(mob/activator) + if(!booth_machine_ref) + return + var/obj/machinery/photobooth/machine = booth_machine_ref.resolve() + if(!machine) + return + if(machine.taking_pictures) + balloon_alert(activator, "machine busy!") + return + machine.start_taking_pictures() diff --git a/code/game/machinery/scan_gate.dm b/code/game/machinery/scan_gate.dm deleted file mode 100644 index 0630ae0cec46..000000000000 --- a/code/game/machinery/scan_gate.dm +++ /dev/null @@ -1,279 +0,0 @@ -#define SCANGATE_NONE "Off" -#define SCANGATE_MINDSHIELD "Mindshield" -#define SCANGATE_DISEASE "Disease" -#define SCANGATE_GUNS "Guns" -#define SCANGATE_WANTED "Wanted" -#define SCANGATE_SPECIES "Species" -#define SCANGATE_NUTRITION "Nutrition" - -#define SCANGATE_HUMAN "human" -#define SCANGATE_LIZARD "lizard" -#define SCANGATE_FELINID "felinid" -#define SCANGATE_FLY "fly" -#define SCANGATE_PLASMAMAN "plasma" -#define SCANGATE_MOTH "moth" -#define SCANGATE_JELLY "jelly" -#define SCANGATE_POD "pod" -#define SCANGATE_GOLEM "golem" -#define SCANGATE_ZOMBIE "zombie" - -/obj/machinery/scanner_gate - name = "scanner gate" - desc = "A gate able to perform mid-depth scans on any organisms who pass under it." - icon = 'icons/obj/machines/scangate.dmi' - icon_state = "scangate" - circuit = /obj/item/circuitboard/machine/scanner_gate - - var/scanline_timer - ///Internal timer to prevent audio spam. - var/next_beep = 0 - ///Bool to check if the scanner's controls are locked by an ID. - var/locked = FALSE - ///Which setting is the scanner checking for? See defines in scan_gate.dm for the list. - var/scangate_mode = SCANGATE_NONE - ///Is searching for a disease, what severity is enough to trigger the gate? - var/disease_threshold = DISEASE_SEVERITY_MINOR - ///If scanning for a specific species, what species is it looking for? - var/detect_species = SCANGATE_HUMAN - ///Flips all scan results for inverse scanning. Signals if scan returns false. - var/reverse = FALSE - ///If scanning for nutrition, what level of nutrition will trigger the scanner? - var/detect_nutrition = NUTRITION_LEVEL_FAT - ///Will the assembly on the pass wire activate if the scanner resolves green (Pass) on crossing? - var/light_pass = FALSE - ///Will the assembly on the pass wire activate if the scanner resolves red (fail) on crossing? - var/light_fail = FALSE - ///Does the scanner ignore light_pass and light_fail for sending signals? - var/ignore_signals = FALSE - - -/obj/machinery/scanner_gate/Initialize(mapload) - . = ..() - set_wires(new /datum/wires/scanner_gate(src)) - set_scanline("passive") - var/static/list/loc_connections = list( - COMSIG_ATOM_ENTERED = PROC_REF(on_entered), - ) - AddElement(/datum/element/connect_loc, loc_connections) - -/obj/machinery/scanner_gate/examine(mob/user) - . = ..() - if(locked) - . += span_notice("The control panel is ID-locked. Swipe a valid ID to unlock it.") - else - . += span_notice("The control panel is unlocked. Swipe an ID to lock it.") - -/obj/machinery/scanner_gate/proc/on_entered(datum/source, atom/movable/AM) - SIGNAL_HANDLER - INVOKE_ASYNC(src, PROC_REF(auto_scan), AM) - -/obj/machinery/scanner_gate/proc/auto_scan(atom/movable/AM) - if(!(machine_stat & (BROKEN|NOPOWER)) && isliving(AM) & (!panel_open)) - perform_scan(AM) - -/obj/machinery/scanner_gate/proc/set_scanline(type, duration) - cut_overlays() - deltimer(scanline_timer) - add_overlay(type) - if(duration) - scanline_timer = addtimer(CALLBACK(src, PROC_REF(set_scanline), "passive"), duration, TIMER_STOPPABLE) - -/obj/machinery/scanner_gate/attackby(obj/item/W, mob/user, params) - var/obj/item/card/id/card = W.GetID() - if(card) - if(locked) - if(allowed(user)) - locked = FALSE - req_access = list() - to_chat(user, span_notice("You unlock [src].")) - else if(!(obj_flags & EMAGGED)) - to_chat(user, span_notice("You lock [src] with [W].")) - var/list/access = W.GetAccess() - req_access = access - locked = TRUE - else - to_chat(user, span_warning("You try to lock [src] with [W], but nothing happens.")) - else - if(!locked && default_deconstruction_screwdriver(user, "[initial(icon_state)]_open", initial(icon_state), W)) - return - if(panel_open && is_wire_tool(W)) - wires.interact(user) - return ..() - -/obj/machinery/scanner_gate/emag_act(mob/user, obj/item/card/emag/emag_card) - if(obj_flags & EMAGGED) - return FALSE - locked = FALSE - req_access = list() - obj_flags |= EMAGGED - balloon_alert(user, "id checker disabled") - return TRUE - -/obj/machinery/scanner_gate/proc/perform_scan(mob/living/M) - var/beep = FALSE - var/color = null - switch(scangate_mode) - if(SCANGATE_NONE) - return - if(SCANGATE_WANTED) - if(ishuman(M)) - var/mob/living/carbon/human/H = M - var/perpname = H.get_face_name(H.get_id_name()) - var/datum/record/crew/target = find_record(perpname) - if(!target || (target.wanted_status == WANTED_ARREST)) - beep = TRUE - if(SCANGATE_MINDSHIELD) - if(HAS_TRAIT(M, TRAIT_MINDSHIELD)) - beep = TRUE - if(SCANGATE_DISEASE) - if(iscarbon(M)) - var/mob/living/carbon/C = M - if(get_disease_severity_value(C.check_virus()) >= get_disease_severity_value(disease_threshold)) - beep = TRUE - if(SCANGATE_SPECIES) - if(ishuman(M)) - var/mob/living/carbon/human/H = M - var/datum/species/scan_species = /datum/species/human - switch(detect_species) - if(SCANGATE_LIZARD) - scan_species = /datum/species/lizard - if(SCANGATE_FLY) - scan_species = /datum/species/fly - if(SCANGATE_FELINID) - scan_species = /datum/species/human/felinid - if(SCANGATE_PLASMAMAN) - scan_species = /datum/species/plasmaman - if(SCANGATE_MOTH) - scan_species = /datum/species/moth - if(SCANGATE_JELLY) - scan_species = /datum/species/jelly - if(SCANGATE_POD) - scan_species = /datum/species/pod - if(SCANGATE_GOLEM) - scan_species = /datum/species/golem - if(SCANGATE_ZOMBIE) - scan_species = /datum/species/zombie - if(is_species(H, scan_species)) - beep = TRUE - if(detect_species == SCANGATE_ZOMBIE) //Can detect dormant zombies - if(H.get_organ_slot(ORGAN_SLOT_ZOMBIE)) - beep = TRUE - if(SCANGATE_GUNS) - for(var/I in M.get_contents()) - if(isgun(I)) - beep = TRUE - break - if(SCANGATE_NUTRITION) - if(ishuman(M)) - var/mob/living/carbon/human/H = M - if(H.nutrition <= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_STARVING) - beep = TRUE - if(H.nutrition >= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_FAT) - beep = TRUE - - if(reverse) - beep = !beep - if(beep) - alarm_beep() - SEND_SIGNAL(src, COMSIG_SCANGATE_PASS_TRIGGER, M) - if(!ignore_signals) - color = wires.get_color_of_wire(WIRE_ACCEPT) - var/obj/item/assembly/assembly = wires.get_attached(color) - assembly?.activate() - else - SEND_SIGNAL(src, COMSIG_SCANGATE_PASS_NO_TRIGGER, M) - if(!ignore_signals) - color = wires.get_color_of_wire(WIRE_DENY) - var/obj/item/assembly/assembly = wires.get_attached(color) - assembly?.activate() - set_scanline("scanning", 10) - - use_power(active_power_usage) - -/obj/machinery/scanner_gate/proc/alarm_beep() - if(next_beep <= world.time) - next_beep = world.time + (2 SECONDS) - playsound(src, 'sound/machines/scanbuzz.ogg', 100, FALSE) - var/mutable_appearance/alarm_display = mutable_appearance(icon, "alarm_light") - flick_overlay_view(alarm_display, 2 SECONDS) - set_scanline("alarm", 2 SECONDS) - -/obj/machinery/scanner_gate/can_interact(mob/user) - if(locked) - return FALSE - return ..() - -/obj/machinery/scanner_gate/ui_interact(mob/user, datum/tgui/ui) - ui = SStgui.try_update_ui(user, src, ui) - if(!ui) - ui = new(user, src, "ScannerGate", name) - ui.open() - -/obj/machinery/scanner_gate/ui_data() - var/list/data = list() - data["locked"] = locked - data["scan_mode"] = scangate_mode - data["reverse"] = reverse - data["disease_threshold"] = disease_threshold - data["target_species"] = detect_species - data["target_nutrition"] = detect_nutrition - return data - -/obj/machinery/scanner_gate/ui_act(action, params) - . = ..() - if(.) - return - - switch(action) - if("set_mode") - var/new_mode = params["new_mode"] - scangate_mode = new_mode - . = TRUE - if("toggle_reverse") - reverse = !reverse - . = TRUE - if("toggle_lock") - if(allowed(usr)) - locked = !locked - . = TRUE - if("set_disease_threshold") - var/new_threshold = params["new_threshold"] - disease_threshold = new_threshold - . = TRUE - //Some species are not scannable, like abductors (too unknown), androids (too artificial) or skeletons (too magic) - if("set_target_species") - var/new_species = params["new_species"] - detect_species = new_species - . = TRUE - if("set_target_nutrition") - var/new_nutrition = params["new_nutrition"] - var/nutrition_list = list( - "Starving", - "Obese" - ) - if(new_nutrition && (new_nutrition in nutrition_list)) - switch(new_nutrition) - if("Starving") - detect_nutrition = NUTRITION_LEVEL_STARVING - if("Obese") - detect_nutrition = NUTRITION_LEVEL_FAT - . = TRUE - -#undef SCANGATE_NONE -#undef SCANGATE_MINDSHIELD -#undef SCANGATE_DISEASE -#undef SCANGATE_GUNS -#undef SCANGATE_WANTED -#undef SCANGATE_SPECIES -#undef SCANGATE_NUTRITION - -#undef SCANGATE_HUMAN -#undef SCANGATE_LIZARD -#undef SCANGATE_FELINID -#undef SCANGATE_FLY -#undef SCANGATE_PLASMAMAN -#undef SCANGATE_MOTH -#undef SCANGATE_JELLY -#undef SCANGATE_POD -#undef SCANGATE_GOLEM -#undef SCANGATE_ZOMBIE diff --git a/code/game/machinery/scanner_gate.dm b/code/game/machinery/scanner_gate.dm new file mode 100644 index 000000000000..9f6ba7e86dae --- /dev/null +++ b/code/game/machinery/scanner_gate.dm @@ -0,0 +1,418 @@ +#define SCANGATE_NONE "Off" +#define SCANGATE_MINDSHIELD "Mindshield" +#define SCANGATE_DISEASE "Disease" +#define SCANGATE_GUNS "Guns" +#define SCANGATE_WANTED "Wanted" +#define SCANGATE_SPECIES "Species" +#define SCANGATE_NUTRITION "Nutrition" +#define SCANGATE_CONTRABAND "Contraband" + +#define SCANGATE_HUMAN "human" +#define SCANGATE_LIZARD "lizard" +#define SCANGATE_FELINID "felinid" +#define SCANGATE_FLY "fly" +#define SCANGATE_PLASMAMAN "plasma" +#define SCANGATE_MOTH "moth" +#define SCANGATE_JELLY "jelly" +#define SCANGATE_POD "pod" +#define SCANGATE_GOLEM "golem" +#define SCANGATE_ZOMBIE "zombie" + +/obj/machinery/scanner_gate + name = "scanner gate" + desc = "A gate able to perform mid-depth scans on any organisms who pass under it." + icon = 'icons/obj/machines/scangate.dmi' + icon_state = "scangate" + layer = ABOVE_MOB_LAYER + circuit = /obj/item/circuitboard/machine/scanner_gate + COOLDOWN_DECLARE(next_beep) + + var/scanline_timer + ///Bool to check if the scanner's controls are locked by an ID. + var/locked = FALSE + ///Which setting is the scanner checking for? See defines in scanner_gate.dm for the list. + var/scangate_mode = SCANGATE_NONE + ///Is searching for a disease, what severity is enough to trigger the gate? + var/disease_threshold = DISEASE_SEVERITY_MINOR + ///If scanning for a specific species, what species is it looking for? + var/detect_species = SCANGATE_HUMAN + ///Flips all scan results for inverse scanning. Signals if scan returns false. + var/reverse = FALSE + ///If scanning for nutrition, what level of nutrition will trigger the scanner? + var/detect_nutrition = NUTRITION_LEVEL_FAT + ///Will the assembly on the pass wire activate if the scanner resolves green (Pass) on crossing? + var/light_pass = FALSE + ///Will the assembly on the pass wire activate if the scanner resolves red (fail) on crossing? + var/light_fail = FALSE + ///Does the scanner ignore light_pass and light_fail for sending signals? + var/ignore_signals = FALSE + ///Modifier to the chance of scanner being false positive/negative + var/minus_false_beep = 0 + ///Base false positive/negative chance + var/base_false_beep = 5 + ///Is an n-spect scanner attached to the gate? Enables contraband scanning. + var/obj/item/inspector/n_spect = null + /// Overlay object we're using for scanlines + var/obj/effect/overlay/scanline = null + +/obj/machinery/scanner_gate/Initialize(mapload) + . = ..() + set_wires(new /datum/wires/scanner_gate(src)) + set_scanline("passive") + var/static/list/loc_connections = list( + COMSIG_ATOM_ENTERED = PROC_REF(on_entered), + ) + AddElement(/datum/element/connect_loc, loc_connections) + register_context() + +/obj/machinery/scanner_gate/Destroy(force) + QDEL_NULL(scanline) + return ..() + +/obj/machinery/scanner_gate/RefreshParts() + . = ..() + for(var/datum/stock_part/scanning_module/scanning_module in component_parts) + minus_false_beep = scanning_module.tier //The better are scanninning modules - the lower is chance of False Positives + +/obj/machinery/scanner_gate/deconstruct(disassembled) + if(n_spect) + n_spect.forceMove(drop_location()) + n_spect = null + return ..() + +/obj/machinery/scanner_gate/examine(mob/user) + . = ..() + + . += span_notice("It's set to scan for [span_boldnotice(scangate_mode)].") + if(locked) + . += span_notice("The control panel is ID-locked. Swipe a valid ID to unlock it.") + else + . += span_notice("The control panel is unlocked. Swipe an ID to lock it.") + if(n_spect) + . += span_notice("The scanner is equipped with an N-Spect scanner. Use a [span_boldnotice("crowbar")] to uninstall.") + +/obj/machinery/scanner_gate/add_context(atom/source, list/context, obj/item/held_item, mob/user) + . = ..() + if(n_spect && held_item?.tool_behaviour == TOOL_CROWBAR) + context[SCREENTIP_CONTEXT_LMB] = "Remove N-Spect scanner" + return CONTEXTUAL_SCREENTIP_SET + if(!n_spect && istype(held_item, /obj/item/inspector)) + context[SCREENTIP_CONTEXT_LMB] = "Install N-Spect scanner" + return CONTEXTUAL_SCREENTIP_SET + + +/obj/machinery/scanner_gate/proc/on_entered(datum/source, atom/movable/thing) + SIGNAL_HANDLER + INVOKE_ASYNC(src, PROC_REF(auto_scan), thing) + +/obj/machinery/scanner_gate/proc/auto_scan(atom/movable/thing) + if(!(machine_stat & (BROKEN|NOPOWER)) && anchored && !panel_open) + perform_scan(thing) + +/obj/machinery/scanner_gate/proc/set_scanline(scanline_type, duration) + if (!isnull(scanline)) + vis_contents -= scanline + else + scanline = new(src) + scanline.icon = icon + scanline.mouse_opacity = MOUSE_OPACITY_TRANSPARENT + scanline.layer = layer + deltimer(scanline_timer) + if (isnull(scanline_type)) + if(duration) + scanline_timer = addtimer(CALLBACK(src, PROC_REF(set_scanline), "passive"), duration, TIMER_STOPPABLE) + return + scanline.icon_state = scanline_type + vis_contents += scanline + if(duration) + scanline_timer = addtimer(CALLBACK(src, PROC_REF(set_scanline), "passive"), duration, TIMER_STOPPABLE) + +/obj/machinery/scanner_gate/power_change() + . = ..() + if (machine_stat & (NOPOWER | BROKEN)) + set_scanline(null) + return + set_scanline("passive") + +/obj/machinery/scanner_gate/item_interaction(mob/living/user, obj/item/tool, list/modifiers) + . = ..() + if(. & ITEM_INTERACT_ANY_BLOCKER) + return . + if(istype(tool, /obj/item/inspector)) + if(n_spect) + to_chat(user, span_warning("The scanner is already equipped with an N-Spect scanner.")) + return ITEM_INTERACT_BLOCKING + else + to_chat(user, span_notice("You install an N-Spect scanner on [src].")) + n_spect = tool + if(!user.transferItemToLoc(tool, src)) + return ITEM_INTERACT_BLOCKING + return ITEM_INTERACT_SUCCESS + return NONE + +/obj/machinery/scanner_gate/attackby(obj/item/attacking_item, mob/user, params) + var/obj/item/card/id/card = attacking_item.GetID() + if(card) + if(locked) + if(allowed(user)) + locked = FALSE + req_access = list() + to_chat(user, span_notice("You unlock [src].")) + else if(!(obj_flags & EMAGGED)) + to_chat(user, span_notice("You lock [src] with [attacking_item].")) + var/list/access = attacking_item.GetAccess() + req_access = access + locked = TRUE + else + to_chat(user, span_warning("You try to lock [src] with [attacking_item], but nothing happens.")) + else + if(!locked && default_deconstruction_screwdriver(user, "[initial(icon_state)]_open", initial(icon_state), attacking_item)) + return + if(panel_open && is_wire_tool(attacking_item)) + wires.interact(user) + return ..() + +/obj/machinery/scanner_gate/crowbar_act(mob/living/user, obj/item/tool) + . = ..() + if(n_spect) + if(locked) + balloon_alert(user, "locked!") + return ITEM_INTERACT_BLOCKING + + to_chat(user, span_notice("You uninstall [n_spect] from [src].")) + n_spect.forceMove(drop_location()) + return ITEM_INTERACT_SUCCESS + +/obj/machinery/scanner_gate/Exited(atom/gone) + . = ..() + if(gone == n_spect) + n_spect = null + if(scangate_mode == SCANGATE_CONTRABAND) + scangate_mode = SCANGATE_NONE + +/obj/machinery/scanner_gate/emag_act(mob/user, obj/item/card/emag/emag_card) + if(obj_flags & EMAGGED) + return FALSE + locked = FALSE + req_access = list() + obj_flags |= EMAGGED + balloon_alert(user, "id checker disabled") + return TRUE + +/obj/machinery/scanner_gate/proc/perform_scan(atom/movable/thing) + var/beep = FALSE + var/color = null + var/detected_thing = null + var/bypassed = FALSE + switch(scangate_mode) + if(SCANGATE_NONE) + return + if(SCANGATE_WANTED) + if(ishuman(thing)) + detected_thing = "Warrant" + var/mob/living/carbon/human/scanned_human = thing + var/perpname = scanned_human.get_face_name(scanned_human.get_id_name()) + var/datum/record/crew/target = find_record(perpname) + if(!target || (target.wanted_status == WANTED_ARREST)) + beep = TRUE + if(SCANGATE_MINDSHIELD) + detected_thing = "Mindshield" + if(ishuman(thing)) + var/mob/living/carbon/human/scanned_human = thing + if(HAS_TRAIT(scanned_human, TRAIT_MINDSHIELD)) + beep = TRUE + if(SCANGATE_DISEASE) + detected_thing = "[disease_threshold] infection" + if(iscarbon(thing)) + var/mob/living/carbon/scanned_carbon = thing + if(get_disease_severity_value(scanned_carbon.check_virus()) >= get_disease_severity_value(disease_threshold)) + beep = TRUE + if(SCANGATE_SPECIES) + if(ishuman(thing)) + var/mob/living/carbon/human/scanned_human = thing + var/datum/species/scan_species = /datum/species/human + switch(detect_species) + if(SCANGATE_LIZARD) + detected_thing = "Lizardperson" + scan_species = /datum/species/lizard + if(SCANGATE_FLY) + detected_thing = "Flyperson" + scan_species = /datum/species/fly + if(SCANGATE_FELINID) + detected_thing = "Felinid" + scan_species = /datum/species/human/felinid + if(SCANGATE_PLASMAMAN) + detected_thing = "Plasmaman" + scan_species = /datum/species/plasmaman + if(SCANGATE_MOTH) + detected_thing = "Mothperson" + scan_species = /datum/species/moth + if(SCANGATE_JELLY) + detected_thing = "Jellyperson" + scan_species = /datum/species/jelly + if(SCANGATE_POD) + detected_thing = "Podperson" + scan_species = /datum/species/pod + if(SCANGATE_GOLEM) + detected_thing = "Golem" + scan_species = /datum/species/golem + if(SCANGATE_ZOMBIE) + detected_thing = "Zombie" + scan_species = /datum/species/zombie + if(is_species(scanned_human, scan_species)) + beep = TRUE + if(detect_species == SCANGATE_ZOMBIE) //Can detect dormant zombies + detected_thing = "Romerol infection" + if(scanned_human.get_organ_slot(ORGAN_SLOT_ZOMBIE)) + beep = TRUE + if(SCANGATE_GUNS) + detected_thing = "Weapons" + if(isgun(thing)) + beep = TRUE + else if(ishuman(thing)) + var/mob/living/carbon/human/scanned_human = thing + var/obj/item/card/id/idcard = scanned_human.get_idcard(hand_first = FALSE) + for(var/obj/item/scanned_item in scanned_human.get_all_contents()) + if(isgun(scanned_item)) + if((!HAS_TRAIT(scanned_human, TRAIT_MINDSHIELD)) && (isnull(idcard) || !(ACCESS_WEAPONS in idcard.access))) // mindshield or ID card with weapons access, like bartender + beep = TRUE + break + bypassed = TRUE + break + else + for(var/obj/item/content in thing.get_all_contents()) + if(isgun(content)) + beep = TRUE + break + if(SCANGATE_NUTRITION) + if(ishuman(thing)) + var/mob/living/carbon/human/scanned_human = thing + if(scanned_human.nutrition <= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_STARVING) + beep = TRUE + detected_thing = "Starvation" + if(scanned_human.nutrition >= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_FAT) + beep = TRUE + detected_thing = "Obesity" + + if(reverse) + beep = !beep + + if(prob(base_false_beep - minus_false_beep)) //False positive/negative + beep = prob(50) + + if(beep) + alarm_beep(detected_thing) + SEND_SIGNAL(src, COMSIG_SCANGATE_PASS_TRIGGER, thing) + if(!ignore_signals) + color = wires.get_color_of_wire(WIRE_ACCEPT) + var/obj/item/assembly/assembly = wires.get_attached(color) + assembly?.activate() + else + SEND_SIGNAL(src, COMSIG_SCANGATE_PASS_NO_TRIGGER, thing) + if(bypassed) + say("[detected_thing] detection bypassed.") + if(!ignore_signals) + color = wires.get_color_of_wire(WIRE_DENY) + var/obj/item/assembly/assembly = wires.get_attached(color) + assembly?.activate() + set_scanline("scanning", 1 SECONDS) + + use_power(active_power_usage) + +/obj/machinery/scanner_gate/proc/alarm_beep(detected_thing) + if(!COOLDOWN_FINISHED(src, next_beep)) + return + + if(detected_thing) + say("[detected_thing][reverse ? " not " : " "]detected!!") + + COOLDOWN_START(src, next_beep, 2 SECONDS) + playsound(source = src, soundin = 'sound/machines/scanbuzz.ogg', vol = 30, vary = FALSE, extrarange = MEDIUM_RANGE_SOUND_EXTRARANGE, falloff_distance = 4) + set_scanline("alarm", 2 SECONDS) + +/obj/machinery/scanner_gate/can_interact(mob/user) + if(locked) + return FALSE + return ..() + +/obj/machinery/scanner_gate/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "ScannerGate", name) + ui.open() + +/obj/machinery/scanner_gate/ui_data() + var/list/data = list() + data["locked"] = locked + data["scan_mode"] = scangate_mode + data["reverse"] = reverse + data["disease_threshold"] = disease_threshold + data["target_species"] = detect_species + data["target_nutrition"] = detect_nutrition + data["contraband_enabled"] = !!n_spect + return data + +/obj/machinery/scanner_gate/ui_act(action, params) + . = ..() + if(.) + return + + switch(action) + if("set_mode") + var/new_mode = params["new_mode"] + scangate_mode = new_mode + . = TRUE + if("toggle_reverse") + reverse = !reverse + . = TRUE + if("toggle_lock") + if(allowed(usr)) + locked = !locked + . = TRUE + if("set_disease_threshold") + var/new_threshold = params["new_threshold"] + disease_threshold = new_threshold + . = TRUE + //Some species are not scannable, like abductors (too unknown), androids (too artificial) or skeletons (too magic) + if("set_target_species") + var/new_species = params["new_species"] + detect_species = new_species + . = TRUE + if("set_target_nutrition") + var/new_nutrition = params["new_nutrition"] + var/nutrition_list = list( + "Starving", + "Obese" + ) + if(new_nutrition && (new_nutrition in nutrition_list)) + switch(new_nutrition) + if("Starving") + detect_nutrition = NUTRITION_LEVEL_STARVING + if("Obese") + detect_nutrition = NUTRITION_LEVEL_FAT + . = TRUE + +/obj/machinery/scanner_gate/preset_guns + locked = TRUE + req_access = ACCESS_SECURITY + scangate_mode = SCANGATE_GUNS + +#undef SCANGATE_NONE +#undef SCANGATE_MINDSHIELD +#undef SCANGATE_DISEASE +#undef SCANGATE_GUNS +#undef SCANGATE_WANTED +#undef SCANGATE_SPECIES +#undef SCANGATE_NUTRITION +#undef SCANGATE_CONTRABAND + +#undef SCANGATE_HUMAN +#undef SCANGATE_LIZARD +#undef SCANGATE_FELINID +#undef SCANGATE_FLY +#undef SCANGATE_PLASMAMAN +#undef SCANGATE_MOTH +#undef SCANGATE_JELLY +#undef SCANGATE_POD +#undef SCANGATE_GOLEM +#undef SCANGATE_ZOMBIE diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm index a278e525b2e4..4798af0dcd99 100644 --- a/code/game/machinery/syndicatebomb.dm +++ b/code/game/machinery/syndicatebomb.dm @@ -230,7 +230,7 @@ update_appearance() /obj/machinery/syndicatebomb/proc/settings(mob/user) - if(!user.can_perform_action(src, ALLOW_SILICON_REACH) || !user.can_interact_with(src)) + if(!user.can_perform_action(src, ALLOW_SILICON_REACH) || !user.in_range_to_interact_with(src)) return var/new_timer = tgui_input_number(user, "Set the timer", "Countdown", timer_set, maximum_timer, minimum_timer) if(!new_timer || QDELETED(user) || QDELETED(src) || !user.can_perform_action(src, FORBID_TELEKINESIS_REACH)) diff --git a/code/game/machinery/telecomms/machines/bus.dm b/code/game/machinery/telecomms/machines/bus.dm index 8ac8297b612b..1f6e43523c7b 100644 --- a/code/game/machinery/telecomms/machines/bus.dm +++ b/code/game/machinery/telecomms/machines/bus.dm @@ -60,8 +60,8 @@ /obj/machinery/telecomms/bus/preset_two id = "Bus 2" network = "tcommsat" - freq_listening = list(FREQ_SUPPLY, FREQ_SERVICE) - autolinkers = list("processor2", "supply", "service") + freq_listening = list(FREQ_SUPPLY, FREQ_SERVICE, FREQ_ENTERTAINMENT) + autolinkers = list("processor2", "supply", "service", "entertainment") /obj/machinery/telecomms/bus/preset_three id = "Bus 3" diff --git a/code/game/machinery/telecomms/machines/hub.dm b/code/game/machinery/telecomms/machines/hub.dm index 094180a6e70d..689dcede3931 100644 --- a/code/game/machinery/telecomms/machines/hub.dm +++ b/code/game/machinery/telecomms/machines/hub.dm @@ -71,6 +71,7 @@ "common", "command", "engineering", + "entertainment", "security", "receiverA", "receiverB", diff --git a/code/game/machinery/telecomms/machines/receiver.dm b/code/game/machinery/telecomms/machines/receiver.dm index ff3064e73c78..46edb42bf47e 100644 --- a/code/game/machinery/telecomms/machines/receiver.dm +++ b/code/game/machinery/telecomms/machines/receiver.dm @@ -57,7 +57,7 @@ id = "Receiver A" network = "tcommsat" autolinkers = list("receiverA") // link to relay - freq_listening = list(FREQ_SCIENCE, FREQ_MEDICAL, FREQ_SUPPLY, FREQ_SERVICE) + freq_listening = list(FREQ_SCIENCE, FREQ_MEDICAL, FREQ_SUPPLY, FREQ_SERVICE, FREQ_ENTERTAINMENT) //--PRESET RIGHT--// diff --git a/code/game/machinery/telecomms/machines/server.dm b/code/game/machinery/telecomms/machines/server.dm index fedcf519ff24..1211668693f6 100644 --- a/code/game/machinery/telecomms/machines/server.dm +++ b/code/game/machinery/telecomms/machines/server.dm @@ -100,9 +100,9 @@ autolinkers = list("supply") /obj/machinery/telecomms/server/presets/service - id = "Service Server" - freq_listening = list(FREQ_SERVICE) - autolinkers = list("service") + id = "Service & Entertainment Server" + freq_listening = list(FREQ_SERVICE, FREQ_ENTERTAINMENT) + autolinkers = list("service", "entertainment") /obj/machinery/telecomms/server/presets/common id = "Common Server" diff --git a/code/game/objects/effects/decals/turfdecal/tilecoloring.dm b/code/game/objects/effects/decals/turfdecal/tilecoloring.dm index b63c88567645..dc7fc73a3539 100644 --- a/code/game/objects/effects/decals/turfdecal/tilecoloring.dm +++ b/code/game/objects/effects/decals/turfdecal/tilecoloring.dm @@ -241,6 +241,9 @@ TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/holiday/random) ##path/filled/warning {\ icon_state = "trimline_warn_fill";\ }\ +##path/filled/warning/corner {\ + icon_state = "trimline_corner_warn_fill";\ +}\ ##path/filled/mid_joiner {\ icon_state = "trimline_mid_fill";\ }\ diff --git a/code/game/objects/effects/spawners/random/trash.dm b/code/game/objects/effects/spawners/random/trash.dm index b10dbc1f7f82..564d1fdfecbe 100644 --- a/code/game/objects/effects/spawners/random/trash.dm +++ b/code/game/objects/effects/spawners/random/trash.dm @@ -28,6 +28,32 @@ /obj/item/shard/plasma = 1, ) +/obj/effect/spawner/random/trash/deluxe_garbage + name = "fancy deluxe garbage spawner" + loot = list( + /obj/effect/spawner/random/trash/garbage = 25, + /obj/effect/spawner/random/trash/food_packaging = 10, + /obj/effect/spawner/random/entertainment/money = 10, + /obj/effect/spawner/random/trash/crushed_can = 10, + /obj/item/shard/plasma = 5, + /obj/item/reagent_containers/pill/maintenance = 5, + /obj/item/mail/junkmail = 5, + /obj/effect/spawner/random/food_or_drink/snack = 5, + /obj/effect/spawner/random/trash/soap = 3, + /obj/item/reagent_containers/cup/glass/sillycup = 3, + /obj/item/broken_bottle = 3, + /obj/item/reagent_containers/cup/soda_cans/grey_bull = 1, + /obj/effect/spawner/random/engineering/tool = 1, + /mob/living/basic/mouse = 1, + /obj/item/food/grown/cannabis = 1, + /obj/item/reagent_containers/cup/rag = 1, + /obj/effect/spawner/random/entertainment/drugs= 1, + /obj/item/modular_computer/pda = 1, + /obj/item/reagent_containers/syringe = 1, + /obj/effect/spawner/random/entertainment/cigar = 1, + /obj/item/stack/ore/gold = 1, + ) + /obj/effect/spawner/random/trash/cigbutt name = "cigarette butt spawner" loot = list( diff --git a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm index 0cceb59b3cd4..8ac02ad81f7c 100644 --- a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm @@ -79,7 +79,6 @@ req_components = list(/datum/stock_part/capacitor = 1) needs_anchored = FALSE - /obj/item/circuitboard/machine/telecomms/broadcaster name = "Subspace Broadcaster" greyscale_colors = CIRCUIT_COLOR_ENGINEERING @@ -333,7 +332,7 @@ /obj/item/circuitboard/machine/scanner_gate name = "Scanner Gate" - greyscale_colors = CIRCUIT_COLOR_ENGINEERING + greyscale_colors = CIRCUIT_COLOR_SECURITY build_path = /obj/machinery/scanner_gate req_components = list( /datum/stock_part/scanning_module = 3) @@ -353,6 +352,9 @@ greyscale_colors = CIRCUIT_COLOR_ENGINEERING build_path = /obj/machinery/rnd/production/techfab/department/engineering +/obj/item/circuitboard/machine/smes/super + def_components = list(/obj/item/stock_parts/cell = /obj/item/stock_parts/cell/super/empty) + /obj/item/circuitboard/machine/thermomachine name = "Thermomachine" greyscale_colors = CIRCUIT_COLOR_ENGINEERING @@ -571,6 +573,11 @@ return . += span_info("[src] is set to [fridges_name_paths[build_path]]. You can use a screwdriver to reconfigure it.") +/obj/item/circuitboard/machine/dehydrator + name = "Dehydrator" + build_path = /obj/machinery/smartfridge/drying + req_components = list(/datum/stock_part/matter_bin = 1) + needs_anchored = FALSE /obj/item/circuitboard/machine/space_heater name = "Space Heater" @@ -616,50 +623,52 @@ req_components = list(/obj/item/vending_refill/custom = 1) var/static/list/vending_names_paths = list( + /obj/machinery/vending/assist = "Part-Mart", + /obj/machinery/vending/autodrobe = "AutoDrobe", /obj/machinery/vending/boozeomat = "Booze-O-Mat", - /obj/machinery/vending/coffee = "Solar's Best Hot Drinks", - /obj/machinery/vending/snack = "Getmore Chocolate Corp", - /obj/machinery/vending/cola = "Robust Softdrinks", + /obj/machinery/vending/cart = "PTech", /obj/machinery/vending/cigarette = "ShadyCigs Deluxe", - /obj/machinery/vending/games = "\improper Good Clean Fun", - /obj/machinery/vending/autodrobe = "AutoDrobe", - /obj/machinery/vending/wardrobe/sec_wardrobe = "SecDrobe", - /obj/machinery/vending/wardrobe/det_wardrobe = "DetDrobe", - /obj/machinery/vending/wardrobe/medi_wardrobe = "MediDrobe", - /obj/machinery/vending/wardrobe/engi_wardrobe = "EngiDrobe", - /obj/machinery/vending/wardrobe/atmos_wardrobe = "AtmosDrobe", - /obj/machinery/vending/wardrobe/cargo_wardrobe = "CargoDrobe", - /obj/machinery/vending/wardrobe/robo_wardrobe = "RoboDrobe", - /obj/machinery/vending/wardrobe/science_wardrobe = "SciDrobe", - /obj/machinery/vending/wardrobe/hydro_wardrobe = "HyDrobe", - /obj/machinery/vending/wardrobe/curator_wardrobe = "CuraDrobe", - /obj/machinery/vending/wardrobe/coroner_wardrobe = "MortiDrobe", - /obj/machinery/vending/wardrobe/bar_wardrobe = "BarDrobe", - /obj/machinery/vending/wardrobe/chef_wardrobe = "ChefDrobe", - /obj/machinery/vending/wardrobe/jani_wardrobe = "JaniDrobe", - /obj/machinery/vending/wardrobe/law_wardrobe = "LawDrobe", - /obj/machinery/vending/wardrobe/chap_wardrobe = "ChapDrobe", - /obj/machinery/vending/wardrobe/chem_wardrobe = "ChemDrobe", - /obj/machinery/vending/wardrobe/gene_wardrobe = "GeneDrobe", - /obj/machinery/vending/wardrobe/viro_wardrobe = "ViroDrobe", /obj/machinery/vending/clothing = "ClothesMate", - /obj/machinery/vending/medical = "NanoMed Plus", + /obj/machinery/vending/coffee = "Solar's Best Hot Drinks", + /obj/machinery/vending/cola = "Robust Softdrinks", + /obj/machinery/vending/custom = "Custom Vendor", + /obj/machinery/vending/cytopro = "CytoPro", + /obj/machinery/vending/dinnerware = "Plasteel Chef's Dinnerware Vendor", /obj/machinery/vending/drugs = "NanoDrug Plus", - /obj/machinery/vending/wallmed = "NanoMed", - /obj/machinery/vending/assist = "Part-Mart", + /obj/machinery/vending/engineering = "Robco Tool Maker", /obj/machinery/vending/engivend = "Engi-Vend", + /obj/machinery/vending/games = "\improper Good Clean Fun", /obj/machinery/vending/hydronutrients = "NutriMax", /obj/machinery/vending/hydroseeds = "MegaSeed Servitor", - /obj/machinery/vending/sustenance = "Sustenance Vendor", - /obj/machinery/vending/dinnerware = "Plasteel Chef's Dinnerware Vendor", - /obj/machinery/vending/cart = "PTech", + /obj/machinery/vending/medical = "NanoMed Plus", + /obj/machinery/vending/modularpc = "Deluxe Silicate Selections", /obj/machinery/vending/robotics = "Robotech Deluxe", - /obj/machinery/vending/engineering = "Robco Tool Maker", - /obj/machinery/vending/sovietsoda = "BODA", /obj/machinery/vending/security = "SecTech", - /obj/machinery/vending/modularpc = "Deluxe Silicate Selections", + /obj/machinery/vending/snack = "Getmore Chocolate Corp", + /obj/machinery/vending/sovietsoda = "BODA", + /obj/machinery/vending/sustenance = "Sustenance Vendor", /obj/machinery/vending/tool = "YouTool", - /obj/machinery/vending/custom = "Custom Vendor") + /obj/machinery/vending/wallmed = "NanoMed", + /obj/machinery/vending/wardrobe/atmos_wardrobe = "AtmosDrobe", + /obj/machinery/vending/wardrobe/bar_wardrobe = "BarDrobe", + /obj/machinery/vending/wardrobe/cargo_wardrobe = "CargoDrobe", + /obj/machinery/vending/wardrobe/chap_wardrobe = "ChapDrobe", + /obj/machinery/vending/wardrobe/chef_wardrobe = "ChefDrobe", + /obj/machinery/vending/wardrobe/chem_wardrobe = "ChemDrobe", + /obj/machinery/vending/wardrobe/coroner_wardrobe = "MortiDrobe", + /obj/machinery/vending/wardrobe/curator_wardrobe = "CuraDrobe", + /obj/machinery/vending/wardrobe/det_wardrobe = "DetDrobe", + /obj/machinery/vending/wardrobe/engi_wardrobe = "EngiDrobe", + /obj/machinery/vending/wardrobe/gene_wardrobe = "GeneDrobe", + /obj/machinery/vending/wardrobe/hydro_wardrobe = "HyDrobe", + /obj/machinery/vending/wardrobe/jani_wardrobe = "JaniDrobe", + /obj/machinery/vending/wardrobe/law_wardrobe = "LawDrobe", + /obj/machinery/vending/wardrobe/medi_wardrobe = "MediDrobe", + /obj/machinery/vending/wardrobe/robo_wardrobe = "RoboDrobe", + /obj/machinery/vending/wardrobe/science_wardrobe = "SciDrobe", + /obj/machinery/vending/wardrobe/sec_wardrobe = "SecDrobe", + /obj/machinery/vending/wardrobe/viro_wardrobe = "ViroDrobe", + ) /obj/item/circuitboard/machine/vendor/screwdriver_act(mob/living/user, obj/item/tool) var/static/list/display_vending_names_paths @@ -1113,6 +1122,19 @@ build_path = /obj/machinery/rnd/production/techfab/department/security //Service +/obj/item/circuitboard/machine/photobooth + name = "Photobooth" + greyscale_colors = CIRCUIT_COLOR_SERVICE + build_path = /obj/machinery/photobooth + req_components = list( + /datum/stock_part/matter_bin = 1, + /datum/stock_part/servo = 1, + ) + +/obj/item/circuitboard/machine/photobooth/security + name = "Security Photobooth" + greyscale_colors = CIRCUIT_COLOR_SECURITY + build_path = /obj/machinery/photobooth/security /obj/item/circuitboard/machine/biogenerator name = "Biogenerator" diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm index b0ddb63dab06..c05956de9488 100644 --- a/code/game/objects/items/defib.dm +++ b/code/game/objects/items/defib.dm @@ -368,6 +368,7 @@ if(!req_defib) return RegisterSignal(user, COMSIG_MOVABLE_MOVED, PROC_REF(check_range)) + RegisterSignal(defib.loc, COMSIG_MOVABLE_MOVED, PROC_REF(check_range)) /obj/item/shockpaddles/Moved(atom/old_loc, movement_dir, forced, list/old_locs, momentum_change = TRUE) . = ..() @@ -434,6 +435,7 @@ . = ..() if(user) UnregisterSignal(user, COMSIG_MOVABLE_MOVED) + UnregisterSignal(defib.loc, COMSIG_MOVABLE_MOVED) if(req_defib) if(user) to_chat(user, span_notice("The paddles snap back into the main unit.")) diff --git a/code/game/objects/items/devices/broadcast_camera.dm b/code/game/objects/items/devices/broadcast_camera.dm new file mode 100644 index 000000000000..0eedf3df1629 --- /dev/null +++ b/code/game/objects/items/devices/broadcast_camera.dm @@ -0,0 +1,112 @@ +// Unique broadcast camera given to the first Curator +// Only one should exist ideally, if other types are created they must have different camera_networks +// Broadcasts its surroundings to entertainment monitors and its audio to entertainment radio channel +/obj/item/broadcast_camera + name = "broadcast camera" + desc = "A large camera that streams its live feed and audio to entertainment monitors across the station, allowing everyone to watch the broadcast." + desc_controls = "Right-click to change the broadcast name. Alt-click to toggle microphone." + icon = 'icons/obj/service/broadcast.dmi' + icon_state = "broadcast_cam0" + base_icon_state = "broadcast_cam" + lefthand_file = 'icons/mob/inhands/items/devices_lefthand.dmi' + righthand_file = 'icons/mob/inhands/items/devices_righthand.dmi' + force = 8 + throwforce = 12 + w_class = WEIGHT_CLASS_NORMAL + resistance_flags = INDESTRUCTIBLE + slot_flags = NONE + light_system = MOVABLE_LIGHT + light_color = COLOR_SOFT_RED + light_range = 1 + light_power = 0.3 + light_on = FALSE + /// Is the microphone turned on + var/active_microphone = TRUE + /// The name of the broadcast + var/broadcast_name = "Curator News" + /// The networks it broadcasts to, default is CAMERANET_NETWORK_CURATOR + var/list/camera_networks = list(CAMERANET_NETWORK_CURATOR) + /// The "virtual" security camera inside of the physical camera + var/obj/machinery/camera/internal_camera + /// The "virtual" radio inside of the the physical camera, a la microphone + var/obj/item/radio/entertainment/microphone/internal_radio + +/obj/item/broadcast_camera/Initialize(mapload) + . = ..() + AddElement(/datum/element/empprotection, ALL) + AddComponent(/datum/component/two_handed, \ + force_unwielded = 8, \ + force_wielded = 12, \ + icon_wielded = "[base_icon_state]1", \ + wield_callback = CALLBACK(src, PROC_REF(on_wield)), \ + unwield_callback = CALLBACK(src, PROC_REF(on_unwield)), \ + ) + +/obj/item/broadcast_camera/Destroy(force) + QDEL_NULL(internal_radio) + QDEL_NULL(internal_camera) + + return ..() + +/obj/item/broadcast_camera/update_icon_state() + icon_state = "[base_icon_state]0" + return ..() + +/obj/item/broadcast_camera/attack_self_secondary(mob/user, modifiers) + . = ..() + broadcast_name = tgui_input_text(user = user, title = "Broadcast Name", message = "What will be the name of your broadcast?", default = "[broadcast_name]", max_length = MAX_CHARTER_LEN) + +/obj/item/broadcast_camera/examine(mob/user) + . = ..() + . += span_notice("The broadcast name is [broadcast_name].") + . += span_notice("The microphone is [active_microphone ? "on" : "off"].") + +/// When wielding the camera +/obj/item/broadcast_camera/proc/on_wield() + if(!iscarbon(loc)) + return + /// The carbon who wielded the camera, allegedly + var/mob/living/carbon/wielding_carbon = loc + + // INTERNAL CAMERA + internal_camera = new(wielding_carbon) // Cameras for some reason do not work inside of obj's + internal_camera.internal_light = FALSE + internal_camera.network = camera_networks + internal_camera.c_tag = "LIVE: [broadcast_name]" + start_broadcasting_network(camera_networks, "[broadcast_name] is now LIVE!") + + // INTERNAL RADIO + internal_radio = new(src) + // Sets the state of the microphone + set_microphone_state() + + set_light_on(TRUE) + playsound(source = src, soundin = 'sound/machines/terminal_processing.ogg', vol = 20, vary = FALSE, ignore_walls = FALSE) + balloon_alert_to_viewers("live!") + +/// When unwielding the camera +/obj/item/broadcast_camera/proc/on_unwield() + QDEL_NULL(internal_camera) + QDEL_NULL(internal_radio) + + stop_broadcasting_network(camera_networks) + + set_light_on(FALSE) + playsound(source = src, soundin = 'sound/machines/terminal_prompt_deny.ogg', vol = 20, vary = FALSE, ignore_walls = FALSE) + balloon_alert_to_viewers("offline") + +/obj/item/broadcast_camera/AltClick(mob/user) + . = ..() + if(. == FALSE || !user.can_perform_action(src, NEED_DEXTERITY|ALLOW_RESTING|FORBID_TELEKINESIS_REACH)) + return + + active_microphone = !active_microphone + + // Text popup for letting the user know that the microphone has changed state + balloon_alert(user, "microphone [active_microphone ? "on" : "off"]") + + // If the radio exists as an object, set its state accordingly + set_microphone_state() + +/obj/item/broadcast_camera/proc/set_microphone_state() + internal_radio?.set_broadcasting(active_microphone) diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 1790b6834234..ad93cfc6a60f 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -660,6 +660,9 @@ light_range = 6 // luminosity when on light_system = MOVABLE_LIGHT +/obj/item/flashlight/lantern/on + start_on = TRUE + /obj/item/flashlight/lantern/heirloom_moth name = "old lantern" desc = "An old lantern that has seen plenty of use." diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 7774902b83bc..bb2de5007a4c 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -102,6 +102,13 @@ greyscale_config = /datum/greyscale_config/encryptionkey_service greyscale_colors = "#ebebeb#3bca5a" +/obj/item/encryptionkey/headset_srvent + name = "press radio encryption key" + icon_state = "cypherkey_service" + channels = list(RADIO_CHANNEL_SERVICE = 1, RADIO_CHANNEL_ENTERTAINMENT = 0) + greyscale_config = /datum/greyscale_config/encryptionkey_service + greyscale_colors = "#83eb8f#3bca5a" + /obj/item/encryptionkey/headset_com name = "command radio encryption key" icon_state = "cypherkey_cube" @@ -188,7 +195,33 @@ greyscale_colors = "#24a157#dca01b" /obj/item/encryptionkey/ai //ported from NT, this goes 'inside' the AI. - channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_ENGINEERING = 1, RADIO_CHANNEL_SCIENCE = 1, RADIO_CHANNEL_MEDICAL = 1, RADIO_CHANNEL_SUPPLY = 1, RADIO_CHANNEL_SERVICE = 1, RADIO_CHANNEL_AI_PRIVATE = 1) + channels = list( + RADIO_CHANNEL_COMMAND = 1, + RADIO_CHANNEL_SECURITY = 1, + RADIO_CHANNEL_ENGINEERING = 1, + RADIO_CHANNEL_SCIENCE = 1, + RADIO_CHANNEL_MEDICAL = 1, + RADIO_CHANNEL_SUPPLY = 1, + RADIO_CHANNEL_SERVICE = 1, + RADIO_CHANNEL_AI_PRIVATE = 1, + RADIO_CHANNEL_ENTERTAINMENT = 1, + ) + +/obj/item/encryptionkey/ai_with_binary + name = "ai encryption key" + channels = list( + RADIO_CHANNEL_COMMAND = 1, + RADIO_CHANNEL_SECURITY = 1, + RADIO_CHANNEL_ENGINEERING = 1, + RADIO_CHANNEL_SCIENCE = 1, + RADIO_CHANNEL_MEDICAL = 1, + RADIO_CHANNEL_SUPPLY = 1, + RADIO_CHANNEL_SERVICE = 1, + RADIO_CHANNEL_AI_PRIVATE = 1, + RADIO_CHANNEL_ENTERTAINMENT = 1, + ) + translate_binary = TRUE + translated_language = /datum/language/machine /obj/item/encryptionkey/ai/evil //ported from NT, this goes 'inside' the AI. name = "syndicate binary encryption key" diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 7150ffdbc1c7..4451316efb91 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -12,7 +12,8 @@ GLOBAL_LIST_INIT(channel_tokens, list( RADIO_CHANNEL_SUPPLY = RADIO_TOKEN_SUPPLY, RADIO_CHANNEL_SERVICE = RADIO_TOKEN_SERVICE, MODE_BINARY = MODE_TOKEN_BINARY, - RADIO_CHANNEL_AI_PRIVATE = RADIO_TOKEN_AI_PRIVATE + RADIO_CHANNEL_AI_PRIVATE = RADIO_TOKEN_AI_PRIVATE, + RADIO_CHANNEL_ENTERTAINMENT = RADIO_TOKEN_ENTERTAINMENT, )) /obj/item/radio/headset @@ -204,6 +205,13 @@ GLOBAL_LIST_INIT(channel_tokens, list( worn_icon_state = "srv_headset" keyslot = /obj/item/encryptionkey/headset_srvmed +/obj/item/radio/headset/headset_srvent + name = "press headset" + desc = "A headset allowing the wearer to communicate with service and broadcast to entertainment channel." + icon_state = "srvent_headset" + worn_icon_state = "srv_headset" + keyslot = /obj/item/encryptionkey/headset_srvent + /obj/item/radio/headset/headset_com name = "command radio headset" desc = "A headset with a commanding channel." diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 021dbb5b942a..c055303131f7 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -58,6 +58,8 @@ var/use_command = FALSE /// If true, use_command can be toggled at will. var/command = FALSE + /// Does it play radio noise? + var/radio_noise = TRUE ///makes anyone who is talking through this anonymous. var/anonymize = FALSE @@ -607,4 +609,63 @@ . = ..() set_listening(FALSE) +// RADIOS USED BY BROADCASTING +/obj/item/radio/entertainment + desc = "You should not hold this." + canhear_range = 7 + freerange = TRUE + freqlock = RADIO_FREQENCY_LOCKED + radio_noise = FALSE + +/obj/item/radio/entertainment/Initialize(mapload) + . = ..() + set_frequency(FREQ_ENTERTAINMENT) + +/obj/item/radio/entertainment/speakers // Used inside of the entertainment monitors, not to be used as a actual item + should_be_listening = TRUE + should_be_broadcasting = FALSE + +/obj/item/radio/entertainment/speakers/proc/toggle_mute() + should_be_listening = !should_be_listening + +/obj/item/radio/entertainment/speakers/Initialize(mapload) + . = ..() + set_broadcasting(FALSE) + set_listening(TRUE) + wires?.cut(WIRE_TX) + +/obj/item/radio/entertainment/speakers/on_receive_message(list/data) + playsound(source = src, soundin = SFX_MUFFLED_SPEECH, vol = 60, extrarange = -4, vary = TRUE, ignore_walls = FALSE) + + return ..() + +/obj/item/radio/entertainment/speakers/physical // Can be used as a physical item + name = "entertainment radio" + desc = "A portable one-way radio permamently tuned into entertainment frequency." + icon_state = "radio" + inhand_icon_state = "radio" + worn_icon_state = "radio" + overlay_speaker_idle = "radio_s_idle" + overlay_speaker_active = "radio_s_active" + overlay_mic_idle = "radio_m_idle" + overlay_mic_active = "radio_m_active" + +/obj/item/radio/entertainment/microphone // Used inside of a broadcast camera, not to be used as a actual item + should_be_listening = FALSE + should_be_broadcasting = TRUE + +/obj/item/radio/entertainment/microphone/Initialize(mapload) + . = ..() + set_broadcasting(TRUE) + set_listening(FALSE) + wires?.cut(WIRE_RX) + +/obj/item/radio/entertainment/microphone/physical // Can be used as a physical item + name = "microphone" + desc = "No comments." + icon = 'icons/obj/service/broadcast.dmi' + icon_state = "microphone" + inhand_icon_state = "microphone" + canhear_range = 3 + #undef FREQ_LISTENING diff --git a/code/game/objects/items/food/moth.dm b/code/game/objects/items/food/moth.dm index df9207da7e03..871ebc371596 100644 --- a/code/game/objects/items/food/moth.dm +++ b/code/game/objects/items/food/moth.dm @@ -419,6 +419,7 @@ they do eventually go bad- prompting them to be sold as surplus by the fleet. This particular one is, like most artificially-flavoured moth food, mixed-herb flavoured." icon = 'icons/obj/food/moth.dmi' icon_state = "sustenance_bar" + trash_type = /obj/item/trash/fleet_ration food_reagents = list(/datum/reagent/consumable/nutriment = 20) tastes = list("herbs" = 1) foodtypes = VEGETABLES | GRAIN diff --git a/code/game/objects/items/inspector.dm b/code/game/objects/items/inspector.dm index dfa96e9a9ae7..108a3e22eb80 100644 --- a/code/game/objects/items/inspector.dm +++ b/code/game/objects/items/inspector.dm @@ -5,7 +5,7 @@ */ /obj/item/inspector name = "\improper N-spect scanner" - desc = "Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then prints an encrypted report regarding the maintenance of the station. Definitely not giving you cancer." + desc = "Central Command standard issue inspection device. Can perform either wide area scans that central command can use to verify the security of the station, or detailed scan. Can scan people for contraband on their person or items being contraband." icon = 'icons/obj/devices/scanner.dmi' icon_state = "inspector" worn_icon_state = "salestagger" @@ -19,6 +19,7 @@ drop_sound = 'maplestation_modules/sound/items/drop/device.ogg' pickup_sound = 'maplestation_modules/sound/items/pickup/device.ogg' + COOLDOWN_DECLARE(scanning_person) //Cooldown for scanning a carbon ///How long it takes to print on time each mode, ordered NORMAL, FAST, HONK var/list/time_list = list(5 SECONDS, 1 SECONDS, 0.1 SECONDS) ///Which print time mode we're on. @@ -93,6 +94,32 @@ else . += "\The [cell] is firmly in place. [span_info("Ctrl-click with an empty hand to remove it.")]" +/obj/item/inspector/add_context(atom/source, list/context, obj/item/held_item, mob/user) + var/update_context = FALSE + if(cell_cover_open && cell) + context[SCREENTIP_CONTEXT_CTRL_LMB] = "Remove cell" + update_context = TRUE + + if(cell_cover_open && !cell && istype(held_item, /obj/item/stock_parts/cell)) + context[SCREENTIP_CONTEXT_LMB] = "Install cell" + update_context = TRUE + + if(held_item?.tool_behaviour == TOOL_CROWBAR) + context[SCREENTIP_CONTEXT_LMB] = "[cell_cover_open ? "close" : "open"] battery panel" + update_context = TRUE + + if(update_context) + return CONTEXTUAL_SCREENTIP_SET + return NONE + +/obj/item/inspector/add_item_context(obj/item/source, list/context, atom/target, mob/living/user) + if(cell_cover_open || !cell) + return NONE + if(isitem(target)) + context[SCREENTIP_CONTEXT_LMB] = "Contraband Scan" + return CONTEXTUAL_SCREENTIP_SET + return NONE + /** * Create our report * @@ -109,10 +136,10 @@ */ /obj/item/inspector/proc/print_report(mob/user) if(!cell) - to_chat(user, "\The [src] doesn't seem to be on... It feels quite light. Perhaps it lacks a power cell?") + to_chat(user, span_notice("[src] doesn't seem to be on... It feels quite light. Perhaps it lacks a power cell?")) return if(cell.charge == 0) - to_chat(user, "\The [src] doesn't seem to be on... Perhaps it ran out of power?") + to_chat(user, span_notice("[src] doesn't seem to be on... Perhaps it ran out of power?")) return if(!cell.use(power_per_print)) if(cell.use(power_to_speak)) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index e97c3d9ba498..1e9173719d28 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -311,7 +311,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \ new/datum/stack_recipe("cat house", /obj/structure/cat_house, 5, time = 5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_STRUCTURE), \ new/datum/stack_recipe("coffin", /obj/structure/closet/crate/coffin, 5, time = 1.5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_FURNITURE), \ new/datum/stack_recipe("book case", /obj/structure/bookcase, 4, time = 1.5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_FURNITURE), \ - new/datum/stack_recipe("drying rack", /obj/machinery/smartfridge/drying_rack, 10, time = 1.5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_TOOLS), \ + new/datum/stack_recipe("drying rack", /obj/machinery/smartfridge/drying/rack, 10, time = 1.5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_TOOLS), \ new/datum/stack_recipe("wooden barrel", /obj/structure/fermenting_barrel, 8, time = 5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_CONTAINERS), \ new/datum/stack_recipe("dog bed", /obj/structure/bed/dogbed, 10, time = 1 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_FURNITURE), \ new/datum/stack_recipe("dresser", /obj/structure/dresser, 10, time = 1.5 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE, category = CAT_FURNITURE), \ @@ -800,7 +800,8 @@ GLOBAL_LIST_INIT(plastic_recipes, list( new /datum/stack_recipe("mannequin", /obj/structure/mannequin/plastic, 25, time = 5 SECONDS, one_per_turf = TRUE, check_density = FALSE, category = CAT_ENTERTAINMENT), \ new /datum/stack_recipe("wet floor sign", /obj/item/clothing/suit/caution, 2, check_density = FALSE, category = CAT_EQUIPMENT), \ new /datum/stack_recipe("warning cone", /obj/item/clothing/head/cone, 2, check_density = FALSE, category = CAT_EQUIPMENT), \ - new /datum/stack_recipe("blank wall sign", /obj/item/sign, 1, check_density = FALSE, category = CAT_FURNITURE))) + new /datum/stack_recipe("blank wall sign", /obj/item/sign, 1, check_density = FALSE, category = CAT_FURNITURE), \ + new /datum/stack_recipe("rebellion mask", /obj/item/clothing/mask/rebellion, 1, check_density = FALSE, category = CAT_CLOTHING))) /obj/item/stack/sheet/plastic name = "plastic" diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 385bb05385e7..0c09fa98d417 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -373,7 +373,7 @@ /obj/item/storage/backpack/satchel/flat name = "smuggler's satchel" - desc = "A very slim satchel that can easily fit into tight spaces." + desc = "A very slim satchel that can easily fit into tight spaces. Its contents cannot be detected by contraband scanners." icon_state = "satchel-flat" inhand_icon_state = "satchel-flat" w_class = WEIGHT_CLASS_NORMAL //Can fit in backpacks itself. diff --git a/code/game/objects/items/storage/boxes/clothes_boxes.dm b/code/game/objects/items/storage/boxes/clothes_boxes.dm index 4c18ef4f6df2..4f54c88bad75 100644 --- a/code/game/objects/items/storage/boxes/clothes_boxes.dm +++ b/code/game/objects/items/storage/boxes/clothes_boxes.dm @@ -126,6 +126,24 @@ new /obj/item/clothing/under/ethereal_tunic/trailwarden(src) new /obj/item/storage/backpack/saddlepack(src) +/obj/item/storage/box/hero/journalist + name = "Assassinated by CIA - 1984." // Literally + desc = "Many courageous individuals risked their lives to report on events the government sought to keep hidden from the public, ensuring that the truth remained buried and unheard. These garments are replicas of the clothing worn by one such 'journalist,' a silent sentinel in the fight for truth." + +/obj/item/storage/box/hero/journalist/PopulateContents() + new /obj/item/clothing/under/costume/buttondown/slacks(src) + new /obj/item/clothing/suit/toggle/suspenders(src) + new /obj/item/clothing/neck/tie/red(src) + new /obj/item/clothing/head/fedora/beige/press(src) + new /obj/item/clothing/accessory/press_badge(src) + new /obj/item/clothing/suit/hazardvest/press(src) + new /obj/item/radio/entertainment/microphone/physical(src) + new /obj/item/radio/entertainment/speakers/physical(src) + new /obj/item/clipboard(src) + new /obj/item/taperecorder(src) + new /obj/item/camera(src) + new /obj/item/wallframe/telescreen/entertainment(src) + /obj/item/storage/box/holy name = "Templar Kit" /// This item is used to generate a preview image for this set. diff --git a/code/game/objects/items/storage/boxes/science_boxes.dm b/code/game/objects/items/storage/boxes/science_boxes.dm index f0654cdf024b..75bc5044d734 100644 --- a/code/game/objects/items/storage/boxes/science_boxes.dm +++ b/code/game/objects/items/storage/boxes/science_boxes.dm @@ -39,6 +39,7 @@ illustration = null /// Which type of cube are we spawning in this box? var/cube_type = /obj/item/food/monkeycube + custom_price = PAYCHECK_CREW * 2 /obj/item/storage/box/monkeycubes/Initialize(mapload) . = ..() diff --git a/code/game/objects/items/trash.dm b/code/game/objects/items/trash.dm index 0c926f4f5077..ae54c062f890 100644 --- a/code/game/objects/items/trash.dm +++ b/code/game/objects/items/trash.dm @@ -82,6 +82,11 @@ name = "energybar wrapper" icon_state = "energybar" +/obj/item/trash/fleet_ration + name = "surplus fleet wrapper" + desc = "In the Mothic Fleet every individual wrapper is carefully recycled and repurposed into fresh material. Over here they are more commonly dropped directly onto the floor." + icon_state = "moth_ration" + /obj/item/trash/waffles name = "waffles tray" icon_state = "waffles" diff --git a/code/game/objects/structures/detectiveboard.dm b/code/game/objects/structures/detectiveboard.dm new file mode 100644 index 000000000000..9aef686fac7d --- /dev/null +++ b/code/game/objects/structures/detectiveboard.dm @@ -0,0 +1,306 @@ +#define MAX_ICON_NOTICES 8 +#define MAX_CASES 8 +#define MAX_EVIDENCE_Y 3500 +#define MAX_EVIDENCE_X 1180 + +#define EVIDENCE_TYPE_PHOTO "photo" +#define EVIDENCE_TYPE_PAPER "paper" + +/obj/structure/detectiveboard + name = "detective notice board" + desc = "A board for linking evidence to crimes." + icon = 'icons/obj/wallmounts.dmi' + icon_state = "noticeboard" + density = FALSE + anchored = TRUE + max_integrity = 150 + + /// When player attaching evidence to board this will become TRUE + var/attaching_evidence = FALSE + /// Colors for case color + var/list/case_colors = list("red", "orange", "yellow", "green", "blue", "violet") + /// List of board cases + var/list/datum/case/cases = list() + /// Index of viewing case in cases array + var/current_case = 1 + +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/detectiveboard, 32) + +/obj/structure/detectiveboard/Initialize(mapload) + . = ..() + + if(!mapload) + return + for(var/obj/item/item in loc) + if(istype(item, /obj/item/paper) || istype(item, /obj/item/photo)) + item.forceMove(src) + cases[current_case].notices++ + + find_and_hang_on_wall() + +/// Attaching evidences: photo and papers + +/obj/structure/detectiveboard/attackby(obj/item/item, mob/user, params) + if(!cases.len) + to_chat(user, span_warning("There are no cases!")) + return + if(istype(item, /obj/item/paper) || istype(item, /obj/item/photo)) + if(attaching_evidence) + to_chat(user, span_warning("You already attaching evidence!")) + return + attaching_evidence = TRUE + var/name = tgui_input_text(user, "Please enter the evidence name", "Detective's Board") + if(!name) + attaching_evidence = FALSE + return + var/desc = tgui_input_text(user, "Please enter the evidence description", "Detective's Board") + if(!desc) + attaching_evidence = FALSE + return + + if(!user.is_holding(item) || !user.transferItemToLoc(item, src)) + attaching_evidence = FALSE + return + cases[current_case].notices++ + var/datum/evidence/evidence = new (name, desc, item) + cases[current_case].evidences += evidence + to_chat(user, span_notice("You pin [item] to [src].")) + attaching_evidence = FALSE + update_appearance(UPDATE_ICON) + return + return ..() + +/obj/structure/detectiveboard/wrench_act_secondary(mob/living/user, obj/item/tool) + . = ..() + balloon_alert(user, "[anchored ? "un" : ""]securing...") + tool.play_tool_sound(src) + if(tool.use_tool(src, user, 6 SECONDS)) + playsound(loc, 'sound/items/deconstruct.ogg', 50, TRUE) + balloon_alert(user, "[anchored ? "un" : ""]secured") + deconstruct() + return TRUE + +/obj/structure/detectiveboard/ui_state(mob/user) + return GLOB.physical_state + +/obj/structure/detectiveboard/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "DetectiveBoard", name, 1200, 800) + ui.open() + +/obj/structure/detectiveboard/ui_data(mob/user) + var/list/data = list() + var/list/data_cases = list() + for(var/datum/case/case in cases) + var/list/data_case = list("ref"=REF(case),"name" = case.name, "color" = case.color) + var/list/data_evidences = list() + for(var/datum/evidence/evidence in case.evidences) + var/list/data_evidence = list("ref" = REF(evidence), "name" = evidence.name, "type" = evidence.evidence_type, "description" = evidence.description, "x"=evidence.x, "y"=evidence.y) + var/list/data_connections = list() + for(var/datum/evidence/connection in evidence.connections) + data_connections += REF(connection) // TODO: create array of strings + data_evidence["connections"] = data_connections + switch(evidence.evidence_type) + if(EVIDENCE_TYPE_PHOTO) + var/obj/item/photo/photo = evidence.item + var/tmp_picture_name = "evidence_photo[REF(photo)].png" + user << browse_rsc(photo.picture.picture_image, tmp_picture_name) + data_evidence["photo_url"] = tmp_picture_name + if(EVIDENCE_TYPE_PAPER) + var/obj/item/paper/paper = evidence.item + data_evidence["text"] = "" + if(paper.raw_text_inputs && paper.raw_text_inputs.len) + data_evidence["text"] = paper.raw_text_inputs[1].raw_text + data_evidences += list(data_evidence) + data_case["evidences"] = data_evidences + var/list/connections = list() + for(var/datum/evidence/evidence in case.evidences) + for(var/datum/evidence/connection in evidence.connections) + var/list/from_pos = get_pin_position(evidence) + var/list/to_pos = get_pin_position(connection) + var/found_in_connections = FALSE + for(var/list/con in connections) + if(con["from"]["x"] == to_pos["x"] && con["from"]["y"] == to_pos["y"] && con["to"]["x"] == from_pos["x"] && con["to"]["y"] == from_pos["y"] ) + found_in_connections = TRUE + if(!found_in_connections) + var/list/data_connection = list("color" = "red", "from" = from_pos, "to" = to_pos) + connections += list(data_connection) + data_case["connections"] = connections + data_cases += list(data_case) + + data["cases"] = data_cases + data["current_case"] = current_case + return data + +/obj/structure/detectiveboard/proc/get_pin_position(datum/evidence/evidence) + return list("x" = evidence.x + 15, "y" = evidence.y + 15) + +/obj/structure/detectiveboard/ui_act(action, params, datum/tgui/ui, datum/ui_state/state) + . = ..() + if(.) + return + var/mob/user = ui.user + switch(action) + if("add_case") + if(cases.len == MAX_CASES) + return FALSE + var/new_case = tgui_input_text(user, "Please enter the case name", "Detective's Board") + if(!new_case) + return FALSE + var/case_color = tgui_input_list(user, "Please choose case color", "Detective's Board", case_colors) + if(!case_color) + return FALSE + + var/datum/case/case = new (new_case, case_color) + cases += case + current_case = clamp(cases.len, 1, MAX_CASES) + update_appearance(UPDATE_ICON) + return TRUE + if("set_case") + if(cases && params["case"] && params["case"] <= cases.len) + current_case = clamp(params["case"], 1, MAX_CASES) + update_appearance(UPDATE_ICON) + return TRUE + if("remove_case") + var/datum/case/case = locate(params["case_ref"]) in cases + if(case) + for(var/datum/evidence/evidence in case.evidences) + remove_item(evidence.item, user) + cases -= case + current_case = clamp(cases.len, 1, MAX_CASES) + update_appearance(UPDATE_ICON) + return TRUE + if("rename_case") + var/new_name = tgui_input_text(user, "Please ender the case new name", "Detective's Board") + if(new_name) + var/datum/case/case = locate(params["case_ref"]) in cases + case.name = new_name + return TRUE + if("look_evidence") + var/datum/case/case = locate(params["case_ref"]) in cases + var/datum/evidence/evidence = locate(params["evidence_ref"]) in case.evidences + if(evidence.evidence_type == EVIDENCE_TYPE_PHOTO) + var/obj/item/photo/item = evidence.item + item.show(user) + return TRUE + + var/obj/item/paper/paper = evidence.item + var/paper_text = "" + for(var/datum/paper_input/text_input as anything in paper.raw_text_inputs) + paper_text += text_input.raw_text + user << browse("[paper.name]" \ + + "" \ + + "[paper_text]" \ + + "", "window=photo_showing;size=480x608") + onclose(user, "[name]") + if("remove_evidence") + var/datum/case/case = cases[current_case] + var/datum/evidence/evidence = locate(params["evidence_ref"]) in case.evidences + if(evidence) + var/obj/item/item = evidence.item + if(!istype(item) || item.loc != src) + return + remove_item(item, user) + for(var/datum/evidence/connection in evidence.connections) + connection.connections.Remove(evidence) + case.evidences -= evidence + update_appearance(UPDATE_ICON) + return TRUE + if("set_evidence_cords") + var/datum/case/case = locate(params["case_ref"]) in cases + if(case) + var/datum/evidence/evidence = locate(params["evidence_ref"]) in case.evidences + if(evidence) + evidence.x = clamp(params["rel_x"], 0, MAX_EVIDENCE_X) + evidence.y = clamp(params["rel_y"], 0, MAX_EVIDENCE_Y) + return TRUE + if("add_connection") + var/datum/evidence/from_evidence = locate(params["from_ref"]) in cases[current_case].evidences + var/datum/evidence/to_evidence = locate(params["to_ref"]) in cases[current_case].evidences + if(from_evidence && to_evidence) + from_evidence.connections += to_evidence + to_evidence.connections += from_evidence + return TRUE + + + return FALSE + +/obj/structure/detectiveboard/update_overlays() + . = ..() + if(cases[current_case].notices < MAX_ICON_NOTICES) + . += "notices_[cases[current_case].notices]" + else + . += "notices_[MAX_ICON_NOTICES]" +/** + * Removes an item from the notice board + * + * Arguments: + * * item - The item that is to be removed + * * user - The mob that is trying to get the item removed, if there is one + */ +/obj/structure/detectiveboard/proc/remove_item(obj/item/item, mob/user) + item.forceMove(drop_location()) + if(user) + user.put_in_hands(item) + balloon_alert(user, "removed from board") + cases[current_case].notices-- + update_appearance(UPDATE_ICON) + +/obj/structure/detectiveboard/deconstruct(disassembled) + if(!disassembled) + new /obj/item/stack/sheet/mineral/wood(loc) + else + new /obj/item/wallframe/detectiveboard(loc) + for(var/obj/item/content in contents) + remove_item(content) + return ..() + +/obj/item/wallframe/detectiveboard + name = "detective notice board" + desc = "A board for linking evidence to crimes." + icon = 'icons/obj/wallmounts.dmi' + icon_state = "noticeboard" + custom_materials = list( + /datum/material/wood = SHEET_MATERIAL_AMOUNT, + ) + resistance_flags = FLAMMABLE + result_path = /obj/structure/detectiveboard + pixel_shift = 32 + +/datum/evidence + var/name = "None" + var/description = "No description" + var/evidence_type = "none" + var/x = 0 + var/y = 0 + var/list/datum/evidence/connections = list() + var/obj/item/item = null + +/datum/evidence/New(param_name, param_desc, obj/item/param_item) + name = param_name + description = param_desc + item = param_item + if(istype(param_item, /obj/item/photo)) + evidence_type = EVIDENCE_TYPE_PHOTO + else + evidence_type = EVIDENCE_TYPE_PAPER + +/datum/case + var/notices = 0 + var/name = "" + var/color = 0 + var/list/datum/evidence/evidences = list() + +/datum/case/New(param_name, param_color) + name = param_name + color = param_color + + +#undef EVIDENCE_TYPE_PHOTO +#undef EVIDENCE_TYPE_PAPER + +#undef MAX_EVIDENCE_Y +#undef MAX_EVIDENCE_X +#undef MAX_ICON_NOTICES +#undef MAX_CASES diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index a38659aaefef..c8c5b2b145cc 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -25,6 +25,7 @@ qdel(src) return ..() + /** * Empty terrariums are created when a preserved terrarium in a lavaland seed vault is activated. */ @@ -34,6 +35,7 @@ icon = 'icons/obj/mining_zones/spawners.dmi' icon_state = "terrarium_open" density = TRUE + /** * Empty sleepers are created by a good few ghost roles in lavaland. */ @@ -51,6 +53,7 @@ /obj/structure/fluff/empty_sleeper/syndicate icon_state = "sleeper_s-open" + /** * Empty cryostasis sleepers are created when a malfunctioning cryostasis sleeper in a lavaland shelter is activated. */ @@ -75,6 +78,18 @@ deconstructible = FALSE layer = EDGED_TURF_LAYER +/** + * shower drain placed usually under showers just so it looks like something picks the water up. + */ +/obj/structure/fluff/shower_drain + name = "shower drain" + desc = "Ew, I think I see a hairball." + icon = 'icons/obj/mining_zones/survival_pod.dmi' + icon_state = "fan_tiny" + plane = FLOOR_PLANE + layer = LOW_OBJ_LAYER + deconstructible = FALSE + /** * A variety of statue in disrepair; parts are broken off and a gemstone is missing */ diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index 34b48ed9bd41..ffd59ea23b3c 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -825,6 +825,17 @@ pass_flags_self = LETPASSTHROW //You can throw objects over this, despite it's density. max_integrity = 20 +/obj/structure/rack/skeletal + name = "skeletal minibar" + desc = "Rattle me boozes!" + icon = 'icons/obj/fluff/general.dmi' + icon_state = "minibar" + +/obj/structure/rack/Initialize(mapload) + . = ..() + AddElement(/datum/element/climbable) + AddElement(/datum/element/elevation, pixel_shift = 12) + /obj/structure/rack/examine(mob/user) . = ..() . += span_notice("It's held together by a couple of bolts.") diff --git a/code/game/say.dm b/code/game/say.dm index c16c35c6b161..3a8eb748b6b1 100644 --- a/code/game/say.dm +++ b/code/game/say.dm @@ -12,6 +12,7 @@ GLOBAL_LIST_INIT(freqtospan, list( "[FREQ_SECURITY]" = "secradio", "[FREQ_COMMAND]" = "comradio", "[FREQ_AI_PRIVATE]" = "aiprivradio", + "[FREQ_ENTERTAINMENT]" = "enteradio", "[FREQ_SYNDICATE]" = "syndradio", "[FREQ_UPLINK]" = "syndradio", // this probably shouldnt appear ingame "[FREQ_CENTCOM]" = "centcomradio", diff --git a/code/game/sound.dm b/code/game/sound.dm index b67ad2c66e75..3d19d2b21fcd 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -479,4 +479,16 @@ 'sound/creatures/monkey/monkey_screech_6.ogg', 'sound/creatures/monkey/monkey_screech_7.ogg', ) + if(SFX_MUFFLED_SPEECH) + soundin = pick( + 'sound/effects/muffspeech/muffspeech1.ogg', + 'sound/effects/muffspeech/muffspeech2.ogg', + 'sound/effects/muffspeech/muffspeech3.ogg', + 'sound/effects/muffspeech/muffspeech4.ogg', + 'sound/effects/muffspeech/muffspeech5.ogg', + 'sound/effects/muffspeech/muffspeech6.ogg', + 'sound/effects/muffspeech/muffspeech7.ogg', + 'sound/effects/muffspeech/muffspeech8.ogg', + 'sound/effects/muffspeech/muffspeech9.ogg', + ) return soundin diff --git a/code/modules/admin/admin_investigate.dm b/code/modules/admin/admin_investigate.dm index 94ea182891f5..e7aa8a7d3aae 100644 --- a/code/modules/admin/admin_investigate.dm +++ b/code/modules/admin/admin_investigate.dm @@ -1,6 +1,8 @@ /atom/proc/investigate_log(message, subject) - if(!message || !subject) + if(!message) return + if(!subject) + CRASH("No subject provided for investigate_log") var/F = file("[GLOB.log_directory]/[subject].html") var/source = "[src]" diff --git a/code/modules/antagonists/paradox_clone/paradox_clone.dm b/code/modules/antagonists/paradox_clone/paradox_clone.dm index 3e97271340b1..e809e8cecbf0 100644 --- a/code/modules/antagonists/paradox_clone/paradox_clone.dm +++ b/code/modules/antagonists/paradox_clone/paradox_clone.dm @@ -95,3 +95,9 @@ explanation_text = "Free Objective" CRASH("WARNING! [ADMIN_LOOKUPFLW(owner)] paradox clone objectives forged without an original!") explanation_text = "Murder and replace [target.name], the [!target_role_type ? target.assigned_role.title : target.special_role]. Remember, your mission is to blend in, do not kill anyone else unless you have to!" + +///Static bluespace stream used in its ghost poll icon. +/obj/effect/bluespace_stream + name = "bluespace stream" + icon = 'icons/effects/effects.dmi' + icon_state = "bluestream" diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index 5067dcddae2b..a4e52cbff3e8 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -329,6 +329,18 @@ /obj/machinery/atmospherics/components/unary/thermomachine/freezer +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer1 + piping_layer = 1 + +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2 + piping_layer = 2 + +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer4 + piping_layer = 4 + +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer5 + piping_layer = 5 + /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on on = TRUE icon_state = "thermo_base_1" @@ -348,6 +360,18 @@ /obj/machinery/atmospherics/components/unary/thermomachine/heater +/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer1 + piping_layer = 1 + +/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer2 + piping_layer = 2 + +/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer4 + piping_layer = 4 + +/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer5 + piping_layer = 5 + /obj/machinery/atmospherics/components/unary/thermomachine/heater/on on = TRUE icon_state = "thermo_base_1" diff --git a/code/modules/cargo/markets/market_items/misc.dm b/code/modules/cargo/markets/market_items/misc.dm index 0953a73e0acc..2344d7960059 100644 --- a/code/modules/cargo/markets/market_items/misc.dm +++ b/code/modules/cargo/markets/market_items/misc.dm @@ -86,7 +86,7 @@ /datum/market_item/misc/smugglers_satchel name = "Smuggler's Satchel" - desc = "This easily hidden satchel can become a versatile tool to anybody with the desire to keep certain items out of sight and out of mind." + desc = "This easily hidden satchel can become a versatile tool to anybody with the desire to keep certain items out of sight and out of mind. Its contents cannot be detected by contraband scanners." item = /obj/item/storage/backpack/satchel/flat/empty price_min = CARGO_CRATE_VALUE * 3.75 diff --git a/code/modules/cargo/packs/security.dm b/code/modules/cargo/packs/security.dm index eacd24fdbd01..02845abf4a54 100644 --- a/code/modules/cargo/packs/security.dm +++ b/code/modules/cargo/packs/security.dm @@ -36,7 +36,7 @@ /datum/supply_pack/security/forensics name = "Forensics Crate" desc = "Stay hot on the criminal's heels with Nanotrasen's Detective Essentials™. \ - Contains a forensics scanner, six evidence bags, camera, tape recorder, white crayon, \ + Contains a forensics scanner, six evidence bags, camera, special board for evidences, tape recorder, stick of chalk, \ and of course, a fedora." cost = CARGO_CRATE_VALUE * 2.5 access_view = ACCESS_MORGUE @@ -46,6 +46,7 @@ /obj/item/taperecorder, /obj/item/toy/crayon/white, /obj/item/clothing/head/fedora/det_hat, + /obj/item/wallframe/detectiveboard ) crate_name = "forensics crate" diff --git a/code/modules/cargo/packs/vending_restock.dm b/code/modules/cargo/packs/vending_restock.dm index cfe9961cc3a4..01c7264ac6b9 100644 --- a/code/modules/cargo/packs/vending_restock.dm +++ b/code/modules/cargo/packs/vending_restock.dm @@ -19,6 +19,13 @@ crate_name = "cigarette supply crate" crate_type = /obj/structure/closet/crate +/datum/supply_pack/vending/science/cytopro + name = "Cytology Vendor Supply Crate" + desc = "For all your vat-growing needs! Contains a CytoPro machine refill." + cost = CARGO_CRATE_VALUE * 3 + contains = list(/obj/item/vending_refill/cytopro) + crate_name = "cytopro supply crate" + /datum/supply_pack/vending/dinnerware name = "Dinnerware Supply Crate" desc = "More knives for the chef." diff --git a/code/modules/clothing/head/fedora.dm b/code/modules/clothing/head/fedora.dm index 10ca1a5917ab..673cda4bf912 100644 --- a/code/modules/clothing/head/fedora.dm +++ b/code/modules/clothing/head/fedora.dm @@ -37,3 +37,9 @@ inhand_icon_state = null drop_sound = 'maplestation_modules/sound/items/drop/leather.ogg' pickup_sound = 'maplestation_modules/sound/items/pickup/leather.ogg' + +/obj/item/clothing/head/fedora/beige/press + name = "press fedora" + desc = "An beige fedora with a piece of paper saying \"PRESS\" stuck in its rim." + icon_state = "fedora_press" + inhand_icon_state = null diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index a20d3811b86e..52319cf5b27d 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/clothing/head/helmet.dmi' worn_icon = 'icons/mob/clothing/head/helmet.dmi' icon_state = "helmet" + base_icon_state = "helmet" inhand_icon_state = "helmet" armor_type = /datum/armor/head_helmet min_cold_protection_temperature = HELMET_MIN_TEMP_PROTECT @@ -31,6 +32,7 @@ AddElement(/datum/element/update_icon_updates_onmob) /obj/item/clothing/head/helmet/sec + var/flipped_visor = FALSE /obj/item/clothing/head/helmet/sec/Initialize(mapload) . = ..() @@ -60,6 +62,31 @@ return ..() +/obj/item/clothing/head/helmet/sec/AltClick(mob/user) + . = ..() + if(. == FALSE || !user.can_perform_action(src, NEED_HANDS|ALLOW_RESTING)) + return + flipped_visor = !flipped_visor + balloon_alert(user, "visor flipped") + // base_icon_state is modified for seclight attachment component + base_icon_state = "[initial(base_icon_state)][flipped_visor ? "-novisor" : ""]" + icon_state = base_icon_state + if (flipped_visor) + flags_cover &= ~HEADCOVERSEYES + else + flags_cover |= HEADCOVERSEYES + update_appearance() + +/obj/item/clothing/head/helmet/press + name = "press helmet" + desc = "A blue helmet used to distinguish non-combatant \"PRESS\" members, like if anyone cares." + icon_state = "helmet_press" + +/obj/item/clothing/head/helmet/press/worn_overlays(mutable_appearance/standing, isinhands, icon_file) + . = ..() + if(!isinhands) + . += emissive_appearance(icon_file, "[icon_state]-emissive", src, alpha = src.alpha) + /obj/item/clothing/head/helmet/alt name = "bulletproof helmet" desc = "A bulletproof combat helmet that excels in protecting the wearer against traditional projectile weaponry and explosives to a minor extent." diff --git a/code/modules/clothing/masks/bandana.dm b/code/modules/clothing/masks/bandana.dm index da9efa593ddf..5dc8fb5d961c 100644 --- a/code/modules/clothing/masks/bandana.dm +++ b/code/modules/clothing/masks/bandana.dm @@ -200,3 +200,34 @@ desc = "A fine black bandana with nanotech lining and a skull emblem." greyscale_colors = "#2e2e2e#C6C6C6" flags_1 = NONE + +/obj/item/clothing/mask/facescarf + name = "facescarf" + desc = "Cover your face like in the cowboy movies. It also has breathtube so you can wear it everywhere!" + actions_types = /datum/action/item_action/adjust + icon_state = "facescarf" + inhand_icon_state = "greyscale_facescarf" + alternate_worn_layer = BACK_LAYER + clothing_flags = BLOCK_GAS_SMOKE_EFFECT + flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT + w_class = WEIGHT_CLASS_SMALL + visor_flags = BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS + visor_flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT + flags_cover = MASKCOVERSMOUTH + visor_flags_cover = MASKCOVERSMOUTH + custom_price = PAYCHECK_CREW + greyscale_colors = "#eeeeee" + greyscale_config = /datum/greyscale_config/facescarf + greyscale_config_worn = /datum/greyscale_config/facescarf/worn + greyscale_config_inhand_left = /datum/greyscale_config/facescarf/inhands_left + greyscale_config_inhand_right = /datum/greyscale_config/facescarf/inhands_right + flags_1 = IS_PLAYER_COLORABLE_1 + +/obj/item/clothing/mask/facescarf/AltClick(mob/user) + ..() + if(user.can_perform_action(src, NEED_DEXTERITY)) + adjustmask(user) + +/obj/item/clothing/mask/facescarf/examine(mob/user) + . = ..() + . += span_notice("Alt-click [src] to adjust it.") diff --git a/code/modules/clothing/masks/costume.dm b/code/modules/clothing/masks/costume.dm index 7eb5da57743f..64fa86d0d354 100644 --- a/code/modules/clothing/masks/costume.dm +++ b/code/modules/clothing/masks/costume.dm @@ -39,3 +39,41 @@ icon_state = "scarecrow_sack" inhand_icon_state = null flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT + +/obj/item/clothing/mask/kitsune + name = "kitsune mask" + desc = "Porcelain mask made in the style of the Sol-3 region. It is painted to look like a kitsune." + icon_state = "kitsune" + inhand_icon_state = null + w_class = WEIGHT_CLASS_SMALL + adjusted_flags = ITEM_SLOT_HEAD + flags_inv = HIDEFACE|HIDEFACIALHAIR + custom_price = PAYCHECK_CREW + greyscale_colors = "#EEEEEE#AA0000" + greyscale_config = /datum/greyscale_config/kitsune + greyscale_config_worn = /datum/greyscale_config/kitsune/worn + flags_1 = IS_PLAYER_COLORABLE_1 + +/obj/item/clothing/mask/kitsune/examine(mob/user) + . = ..() + if(up) + . += "Use in-hand to wear as a mask!" + else + . += "Use in-hand to wear as a hat!" + +/obj/item/clothing/mask/kitsune/attack_self(mob/user) + adjustmask(user) + alternate_worn_layer = up ? ABOVE_BODY_FRONT_HEAD_LAYER : null + +/obj/item/clothing/mask/rebellion + name = "rebellion mask" + desc = "Mask that is usually used during rebellions by insurgents. It covers the entire face and makes you unrecognizable." + icon_state = "rebellion_mask" + inhand_icon_state = null + w_class = WEIGHT_CLASS_SMALL + flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT + custom_price = PAYCHECK_CREW + greyscale_colors = "#EEEEEE" + greyscale_config = /datum/greyscale_config/rebellion_mask + greyscale_config_worn = /datum/greyscale_config/rebellion_mask/worn + flags_1 = IS_PLAYER_COLORABLE_1 diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 436ff7094efd..71faafbfb934 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -57,6 +57,16 @@ /obj/item/clothing/suit/armor/vest/alt/sec icon_state = "armor_sec" +/obj/item/clothing/suit/armor/vest/press + name = "press armor vest" + desc = "A blue armor vest used to distinguish non-combatant \"PRESS\" members, like if anyone cares." + icon_state = "armor_press" + +/obj/item/clothing/suit/armor/vest/press/worn_overlays(mutable_appearance/standing, isinhands, icon_file) + . = ..() + if(!isinhands) + . += emissive_appearance(icon_file, "[icon_state]-emissive", src, alpha = src.alpha) + /obj/item/clothing/suit/armor/vest/marine name = "tactical armor vest" desc = "A set of the finest mass produced, stamped plasteel armor plates, containing an environmental protection unit for all-condition door kicking." diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 70fd68be0566..f023d718f14c 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -187,6 +187,11 @@ if(!isinhands) . += emissive_appearance(icon_file, "[icon_state]-emissive", src, alpha = src.alpha) +/obj/item/clothing/suit/hazardvest/press // Variant used by the Curator + name = "press hazard vest" + desc = "A blue high-visibility vest used to distinguish non-combatant \"PRESS\" members, like if anyone cares." + icon_state = "hazard_press" + //Lawyer /obj/item/clothing/suit/toggle/lawyer name = "blue formal suit jacket" diff --git a/code/modules/clothing/under/accessories/badges.dm b/code/modules/clothing/under/accessories/badges.dm index 04887c49dd6a..9e15a3730153 100644 --- a/code/modules/clothing/under/accessories/badges.dm +++ b/code/modules/clothing/under/accessories/badges.dm @@ -230,3 +230,46 @@ if (ishuman(user)) var/mob/living/carbon/human/human_wearer = user human_wearer.sec_hud_set_security_status() + +/obj/item/clothing/accessory/press_badge + name = "press badge" + desc = "A blue press badge that clearly identifies the wearer as a member of the media. While it signifies press affiliation, it does not grant any special privileges or rights no matter how much the wearer yells about it." + desc_controls = "Click person with it to show them it" + icon_state = "press_badge" + attachment_slot = NONE // actually NECK but that doesn't make sense + /// The name of the person in the badge + var/journalist_name + /// The name of the press person is working for + var/press_name + +/obj/item/clothing/accessory/press_badge/examine(mob/user) + . = ..() + if(!journalist_name || !press_name) + . += span_notice("Use it in hand to input information") + return + + . += span_notice("It belongs to [journalist_name], [press_name]") + +/obj/item/clothing/accessory/press_badge/attack_self(mob/user, modifiers) + . = ..() + if(!journalist_name) + journalist_name = tgui_input_text(user, "What is your name?", "Journalist Name", "[user.name]", MAX_NAME_LEN) + if(!press_name) + press_name = tgui_input_text(user, "For what organization you work?", "Press Name", "Nanotrasen", MAX_CHARTER_LEN) + +/obj/item/clothing/accessory/press_badge/interact_with_atom(atom/interacting_with, mob/living/user, list/modifiers) + . = ..() + if(!isliving(interacting_with)) + return + + var/mob/living/interacting_living = interacting_with + if(user.combat_mode) + playsound(interacting_living, 'sound/weapons/throw.ogg', 30) + examine(interacting_living) + to_chat(interacting_living, span_userdanger("[user] shoves the [src] up your face!")) + user.visible_message(span_warning("[user] have shoved a [src] into [interacting_living] face.")) + else + playsound(interacting_living, 'sound/weapons/throwsoft.ogg', 20) + examine(interacting_living) + to_chat(interacting_living, span_boldwarning("[user] shows the [src] to you.")) + user.visible_message(span_notice("[user] shows a [src] to [interacting_living].")) diff --git a/code/modules/food_and_drinks/machinery/icecream_vat.dm b/code/modules/food_and_drinks/machinery/icecream_vat.dm index e3abf6bf9dec..dfc07dc6a0be 100644 --- a/code/modules/food_and_drinks/machinery/icecream_vat.dm +++ b/code/modules/food_and_drinks/machinery/icecream_vat.dm @@ -155,7 +155,7 @@ return ..() /obj/machinery/icecream_vat/AltClick(mob/user) - if(!user.can_interact_with(src)) + if(!user.in_range_to_interact_with(src)) return FALSE if(custom_ice_cream_beaker) balloon_alert(user, "removed beaker") diff --git a/code/modules/food_and_drinks/machinery/smartfridge.dm b/code/modules/food_and_drinks/machinery/smartfridge.dm index 69f62b77d209..7eef64509adc 100644 --- a/code/modules/food_and_drinks/machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/machinery/smartfridge.dm @@ -5,8 +5,8 @@ name = "smartfridge" desc = "Keeps cold things cold and hot things cold." icon = 'icons/obj/machines/smartfridge.dmi' - icon_state = "smartfridge" - base_icon_state = "plant" + icon_state = "smartfridge-icon" + base_icon_state = "smartfridge" layer = BELOW_OBJ_LAYER density = TRUE circuit = /obj/item/circuitboard/machine/smartfridge @@ -14,9 +14,11 @@ light_range = MINIMUM_USEFUL_LIGHT_RANGE integrity_failure = 0.5 can_atmos_pass = ATMOS_PASS_NO + /// Icon state part for contents display + var/contents_overlay_icon = "plant" /// What path boards used to construct it should build into when dropped. Needed so we don't accidentally have them build variants with items preloaded in them. var/base_build_path = /obj/machinery/smartfridge - /// Maximum number of items that can be loaded into the machine + /// Maximum number of items that can be loaded into the machine per matter bin tier var/max_n_of_items = 1500 /// List of items that the machine starts with upon spawn var/list/initial_contents @@ -25,14 +27,18 @@ /// Is this smartfridge going to have a glowing screen? (Drying Racks are not) var/has_emissive = TRUE /// Whether the smartfridge is welded down to the floor disabling unwrenching + var/can_be_welded_down = TRUE + /// Whether the smartfridge is welded down to the floor disabling unwrenching var/welded_down = FALSE + /// The sound of item retrieval + var/vend_sound = 'sound/machines/machine_vend.ogg' /obj/machinery/smartfridge/Initialize(mapload) . = ..() create_reagents(100, NO_REACT) air_update_turf(TRUE, TRUE) register_context() - if(mapload) + if(mapload && can_be_welded_down) welded_down = TRUE if(islist(initial_contents)) @@ -49,6 +55,8 @@ move_update_air(old_loc) /obj/machinery/smartfridge/welder_act(mob/living/user, obj/item/tool) + if(!can_be_welded_down) + return ..() if(welded_down) if(!tool.tool_start_check(user, amount=2)) return ITEM_INTERACT_BLOCKING @@ -112,9 +120,9 @@ /obj/machinery/smartfridge/screwdriver_act(mob/living/user, obj/item/tool) if(default_deconstruction_screwdriver(user, icon_state, icon_state, tool)) if(panel_open) - add_overlay("[initial(icon_state)]-panel") + add_overlay("[base_icon_state]-panel") else - cut_overlay("[initial(icon_state)]-panel") + cut_overlay("[base_icon_state]-panel") SStgui.update_uis(src) return ITEM_INTERACT_SUCCESS return ITEM_INTERACT_BLOCKING @@ -156,7 +164,7 @@ if(welded_down) context[SCREENTIP_CONTEXT_LMB] = "Unweld" tool_tip_set = TRUE - else if (!welded_down && anchored) + else if (!welded_down && anchored && can_be_welded_down) context[SCREENTIP_CONTEXT_LMB] = "Weld down" tool_tip_set = TRUE if(machine_stat & BROKEN) @@ -181,7 +189,7 @@ /obj/machinery/smartfridge/RefreshParts() . = ..() for(var/datum/stock_part/matter_bin/matter_bin in component_parts) - max_n_of_items = 1500 * matter_bin.tier + max_n_of_items = initial(max_n_of_items) * matter_bin.tier /obj/machinery/smartfridge/examine(mob/user) . = ..() @@ -197,7 +205,7 @@ if(welded_down) . += span_info("It's moorings are firmly [EXAMINE_HINT("welded")] to the floor.") - else + else if (can_be_welded_down) . += span_info("It's moorings are loose and can be [EXAMINE_HINT("welded")] down.") if(anchored) @@ -211,24 +219,21 @@ set_light((!(machine_stat & BROKEN) && powered()) ? MINIMUM_USEFUL_LIGHT_RANGE : 0) /obj/machinery/smartfridge/update_icon_state() - icon_state = "[initial(icon_state)]" + icon_state = "[base_icon_state]" if(machine_stat & BROKEN) icon_state += "-broken" - else if(!powered()) - icon_state += "-off" return ..() /// Returns the number of items visible in the fridge. Faster than subtracting 2 lists /obj/machinery/smartfridge/proc/visible_items() - return contents.len - 1 // Circuitboard + return contents.len - 1 // Exclude circuitboard /obj/machinery/smartfridge/update_overlays() . = ..() - var/initial_icon_state = initial(icon_state) var/shown_contents_length = visible_items() if(visible_contents && shown_contents_length) - var/content_level = "[initial_icon_state]-[base_icon_state]" + var/content_level = "[base_icon_state]-[contents_overlay_icon]" switch(shown_contents_length) if(1 to 25) content_level += "-1" @@ -238,10 +243,10 @@ content_level += "-3" . += mutable_appearance(icon, content_level) - . += mutable_appearance(icon, "[initial_icon_state]-glass[(machine_stat & BROKEN) ? "-broken" : ""]") - - if(!machine_stat && has_emissive) - . += emissive_appearance(icon, "[initial_icon_state]-light-mask", src, alpha = src.alpha) + . += mutable_appearance(icon, "[base_icon_state]-glass[(machine_stat & BROKEN) ? "-broken" : ""]") + if(has_emissive && powered() && !(machine_stat & BROKEN)) + . += mutable_appearance(icon, "[base_icon_state]-powered") + . += emissive_appearance(icon, "[base_icon_state]-light-mask", src, alpha = src.alpha) /obj/machinery/smartfridge/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) switch(damage_type) @@ -411,6 +416,8 @@ if(!living_mob.put_in_hands(dispensed_item)) dispensed_item.forceMove(drop_location()) adjust_item_drop_location(dispensed_item) + if(vend_sound) + playsound(src, vend_sound, 50, TRUE, extrarange = -3) use_power(active_power_usage) desired-- @@ -421,89 +428,50 @@ return FALSE // ---------------------------- -// Drying Rack 'smartfridge' +// Drying 'smartfridge' // ---------------------------- -/obj/machinery/smartfridge/drying_rack - name = "drying rack" - desc = "A wooden contraption, used to dry plant products, food and hide." - icon = 'icons/obj/service/hydroponics/equipment.dmi' - icon_state = "drying_rack" - resistance_flags = FLAMMABLE - visible_contents = FALSE - base_build_path = /obj/machinery/smartfridge/drying_rack //should really be seeing this without admin fuckery. - use_power = NO_POWER_USE - idle_power_usage = 0 +/obj/machinery/smartfridge/drying + name = "dehydrator" + desc = "A machine meant to remove moisture from various food." + icon_state = "dehydrator-icon" + base_icon_state = "dehydrator" + contents_overlay_icon = "contents" + circuit = /obj/item/circuitboard/machine/dehydrator + light_power = 0.5 + base_build_path = /obj/machinery/smartfridge/drying //should really be seeing this without admin fuckery. has_emissive = FALSE can_atmos_pass = ATMOS_PASS_YES + can_be_welded_down = FALSE + max_n_of_items = 25 + vend_sound = null /// Is the rack currently drying stuff var/drying = FALSE /// The reference to the last user's mind. Needed for the chef made trait to be properly applied correctly to dried food. var/datum/weakref/current_user -/obj/machinery/smartfridge/drying_rack/Initialize(mapload) - . = ..() - - //you can't weld down wood - welded_down = FALSE - - //so we don't drop any of the parent smart fridge parts upon deconstruction - clear_components() - -/obj/machinery/smartfridge/drying_rack/Destroy() +/obj/machinery/smartfridge/drying/Destroy() current_user = null return ..() -/// We cleared out the components in initialize so we can optimize this -/obj/machinery/smartfridge/drying_rack/visible_items() - return contents.len - -/obj/machinery/smartfridge/drying_rack/add_context(atom/source, list/context, obj/item/held_item, mob/living/user) - if(isnull(held_item)) - return NONE +/obj/machinery/smartfridge/drying/AllowDrop() + return TRUE // Allow drying results to stay inside - var/tool_tip_set = FALSE - if(held_item.tool_behaviour == TOOL_CROWBAR) - context[SCREENTIP_CONTEXT_LMB] = "Deconstruct" - tool_tip_set = TRUE - else if(held_item.tool_behaviour == TOOL_WRENCH) - context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]anchore" - tool_tip_set = TRUE - - return tool_tip_set ? CONTEXTUAL_SCREENTIP_SET : NONE - -/obj/machinery/smartfridge/drying_rack/structure_examine() - . = "" - if(anchored) - . += span_info("It's currently anchored to the floor. It can be [EXAMINE_HINT("wrenched")] loose.") - else - . += span_info("It's not anchored to the floor. It can be [EXAMINE_HINT("wrenched")] down.") - . += span_info("The whole rack can be [EXAMINE_HINT("pried")] apart.") - -/obj/machinery/smartfridge/drying_rack/welder_act(mob/living/user, obj/item/tool) - return NONE - -/obj/machinery/smartfridge/drying_rack/welder_act_secondary(mob/living/user, obj/item/tool) - return NONE - -/obj/machinery/smartfridge/drying_rack/default_deconstruction_screwdriver() - return NONE - -/obj/machinery/smartfridge/drying_rack/exchange_parts() - return - -/obj/machinery/smartfridge/drying_rack/on_deconstruction() - new /obj/item/stack/sheet/mineral/wood(drop_location(), 10) +/obj/machinery/smartfridge/drying/update_overlays() + . = ..() + if(visible_contents && powered() && !(machine_stat & BROKEN)) + var/suffix = drying ? "on" : "off" + . += mutable_appearance(icon, "[base_icon_state]-[suffix]") + . += emissive_appearance(icon, "[base_icon_state]-[suffix]", src, alpha = src.alpha) -/obj/machinery/smartfridge/drying_rack/crowbar_act(mob/living/user, obj/item/tool) - if(default_deconstruction_crowbar(tool, ignore_panel = TRUE)) - return ITEM_INTERACT_SUCCESS +/obj/machinery/smartfridge/drying/visible_items() + return min(1, (contents.len - 1)) // Return one if has any, as there's only one icon for overlay -/obj/machinery/smartfridge/drying_rack/ui_data(mob/user) +/obj/machinery/smartfridge/drying/ui_data(mob/user) . = ..() .["isdryer"] = TRUE .["drying"] = drying -/obj/machinery/smartfridge/drying_rack/ui_act(action, params) +/obj/machinery/smartfridge/drying/ui_act(action, params) . = ..() if(.) update_appearance() // This is to handle a case where the last item is taken out manually instead of through drying pop-out @@ -514,15 +482,15 @@ toggle_drying(FALSE, usr) return TRUE -/obj/machinery/smartfridge/drying_rack/powered() +/obj/machinery/smartfridge/drying/powered() return !anchored ? FALSE : ..() -/obj/machinery/smartfridge/drying_rack/power_change() +/obj/machinery/smartfridge/drying/power_change() . = ..() if(!powered()) toggle_drying(TRUE) -/obj/machinery/smartfridge/drying_rack/load(obj/item/dried_object, mob/user) //For updating the filled overlay +/obj/machinery/smartfridge/drying/load(obj/item/dried_object, mob/user) //For updating the filled overlay . = ..() if(!.) return @@ -530,25 +498,18 @@ if(drying && user?.mind) current_user = WEAKREF(user.mind) -/obj/machinery/smartfridge/drying_rack/update_overlays() - . = ..() - if(drying) - . += "drying_rack_drying" - if(contents.len) - . += "drying_rack_filled" - -/obj/machinery/smartfridge/drying_rack/process() +/obj/machinery/smartfridge/drying/process(seconds_per_tick) if(drying) for(var/obj/item/item_iterator in src) if(!accept_check(item_iterator)) continue - rack_dry(item_iterator) + SEND_SIGNAL(item_iterator, COMSIG_ITEM_DRIED, current_user, seconds_per_tick) SStgui.update_uis(src) update_appearance() use_power(active_power_usage) -/obj/machinery/smartfridge/drying_rack/accept_check(obj/item/O) +/obj/machinery/smartfridge/drying/accept_check(obj/item/O) return HAS_TRAIT(O, TRAIT_DRYABLE) /** @@ -556,7 +517,7 @@ * Arguments * * forceoff - if TRUE will force the dryer off always */ -/obj/machinery/smartfridge/drying_rack/proc/toggle_drying(forceoff, mob/user) +/obj/machinery/smartfridge/drying/proc/toggle_drying(forceoff, mob/user) if(drying || forceoff) drying = FALSE current_user = FALSE @@ -568,15 +529,70 @@ update_use_power(ACTIVE_POWER_USE) update_appearance() -/obj/machinery/smartfridge/drying_rack/proc/rack_dry(obj/item/target) - SEND_SIGNAL(target, COMSIG_ITEM_DRIED, current_user) - -/obj/machinery/smartfridge/drying_rack/emp_act(severity) +/obj/machinery/smartfridge/drying/emp_act(severity) . = ..() if(. & EMP_PROTECT_SELF) return atmos_spawn_air("[TURF_TEMPERATURE(1000)]") +/// Wooden version +/obj/machinery/smartfridge/drying/rack + name = "drying rack" + desc = "A wooden contraption, used to dry plant products, food and hide." + icon_state = "drying-rack" + base_icon_state = "drying-rack" + resistance_flags = FLAMMABLE + visible_contents = FALSE + base_build_path = /obj/machinery/smartfridge/drying/rack + use_power = NO_POWER_USE + idle_power_usage = 0 + +/obj/machinery/smartfridge/drying/rack/Initialize(mapload) + . = ..() + //so we don't drop any of the parent smart fridge parts upon deconstruction + clear_components() + +/obj/machinery/smartfridge/drying/rack/welder_act_secondary(mob/living/user, obj/item/tool) + return NONE // Can't repair wood with welder + +/obj/machinery/smartfridge/drying/rack/add_context(atom/source, list/context, obj/item/held_item, mob/living/user) + if(isnull(held_item)) + return NONE + + var/tool_tip_set = FALSE + if(held_item.tool_behaviour == TOOL_CROWBAR) + context[SCREENTIP_CONTEXT_LMB] = "Deconstruct" + tool_tip_set = TRUE + else if(held_item.tool_behaviour == TOOL_WRENCH) + context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]anchore" + tool_tip_set = TRUE + + return tool_tip_set ? CONTEXTUAL_SCREENTIP_SET : NONE + +/obj/machinery/smartfridge/drying/rack/structure_examine() + . = ..() + . += span_info("The whole rack can be [EXAMINE_HINT("pried")] apart.") + +/obj/machinery/smartfridge/drying/rack/default_deconstruction_screwdriver() + return NONE + +/obj/machinery/smartfridge/drying/rack/exchange_parts() + return + +/obj/machinery/smartfridge/drying/rack/on_deconstruction(disassembled) + new /obj/item/stack/sheet/mineral/wood(drop_location(), 10) + +/obj/machinery/smartfridge/drying/rack/crowbar_act(mob/living/user, obj/item/tool) + if(default_deconstruction_crowbar(tool, ignore_panel = TRUE)) + return ITEM_INTERACT_SUCCESS + +/obj/machinery/smartfridge/drying/rack/update_overlays() + . = ..() + if(drying) + . += "[base_icon_state]-drying" + if(contents.len) + . += "[base_icon_state]-filled" + // ---------------------------- // Bar drink smartfridge // ---------------------------- @@ -584,7 +600,7 @@ name = "drink showcase" desc = "A refrigerated storage unit for tasty tasty alcohol." base_build_path = /obj/machinery/smartfridge/drinks - base_icon_state = "drink" + contents_overlay_icon = "drink" /obj/machinery/smartfridge/drinks/accept_check(obj/item/weapon) //not an item or valid container @@ -604,7 +620,7 @@ /obj/machinery/smartfridge/food desc = "A refrigerated storage unit for food." base_build_path = /obj/machinery/smartfridge/food - base_icon_state = "food" + contents_overlay_icon = "food" /obj/machinery/smartfridge/food/accept_check(obj/item/weapon) if(weapon.w_class >= WEIGHT_CLASS_BULKY) @@ -622,7 +638,7 @@ name = "smart slime extract storage" desc = "A refrigerated storage unit for slime extracts." base_build_path = /obj/machinery/smartfridge/extract - base_icon_state = "slime" + contents_overlay_icon = "slime" /obj/machinery/smartfridge/extract/accept_check(obj/item/weapon) return (istype(weapon, /obj/item/slime_extract) || istype(weapon, /obj/item/slime_scanner)) @@ -637,7 +653,7 @@ name = "smart petri dish storage" desc = "A refrigerated storage unit for petri dishes." base_build_path = /obj/machinery/smartfridge/petri - base_icon_state = "petri" + contents_overlay_icon = "petri" /obj/machinery/smartfridge/petri/accept_check(obj/item/weapon) return istype(weapon, /obj/item/petri_dish) @@ -653,7 +669,7 @@ desc = "A refrigerated storage unit for organ storage." max_n_of_items = 20 //vastly lower to prevent processing too long base_build_path = /obj/machinery/smartfridge/organ - base_icon_state = "organ" + contents_overlay_icon = "organ" /// The rate at which this fridge will repair damaged organs var/repair_rate = 0 @@ -706,7 +722,7 @@ name = "smart chemical storage" desc = "A refrigerated storage unit for medicine storage." base_build_path = /obj/machinery/smartfridge/chemistry - base_icon_state = "chem" + contents_overlay_icon = "chem" /obj/machinery/smartfridge/chemistry/accept_check(obj/item/weapon) // not an item or reagent container @@ -756,7 +772,7 @@ name = "smart virus storage" desc = "A refrigerated storage unit for volatile sample storage." base_build_path = /obj/machinery/smartfridge/chemistry/virology - base_icon_state = "viro" + contents_overlay_icon = "viro" /obj/machinery/smartfridge/chemistry/virology/preloaded initial_contents = list( @@ -777,10 +793,12 @@ name = "disk compartmentalizer" desc = "A machine capable of storing a variety of disks. Denoted by most as the DSU (disk storage unit)." icon_state = "disktoaster" - icon = 'icons/obj/machines/vending.dmi' + base_icon_state = "disktoaster" + has_emissive = TRUE pass_flags = PASSTABLE can_atmos_pass = ATMOS_PASS_YES visible_contents = FALSE + has_emissive = FALSE base_build_path = /obj/machinery/smartfridge/disks /obj/machinery/smartfridge/disks/accept_check(obj/item/weapon) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm index c02a7243368b..4d028de06fb2 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm @@ -827,7 +827,7 @@ // Machinery: Drying rack /datum/crafting_recipe/food/drying - machinery = list(/obj/machinery/smartfridge/drying_rack) + machinery = list(/obj/machinery/smartfridge/drying) steps = list("Put into the rack and dry") category = CAT_MISCFOOD non_craftable = TRUE diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index f882912fb0c3..94a12bd7f39f 100644 --- a/code/modules/jobs/access.dm +++ b/code/modules/jobs/access.dm @@ -34,7 +34,7 @@ else if(SEND_SIGNAL(accessor, COMSIG_MOB_TRIED_ACCESS, src) & ACCESS_ALLOWED) return TRUE //If the mob is holding a valid ID, we let them in. get_active_held_item() is on the mob level, so no need to copypasta everywhere. - else if(check_access(accessor.get_active_held_item())) + else if(check_access(accessor.get_active_held_item()) || check_access(accessor.get_inactive_held_item())) return TRUE else if(ishuman(accessor)) var/mob/living/carbon/human/human_accessor = accessor diff --git a/code/modules/jobs/job_types/curator.dm b/code/modules/jobs/job_types/curator.dm index e2eb35af5497..93475fdc79e2 100644 --- a/code/modules/jobs/job_types/curator.dm +++ b/code/modules/jobs/job_types/curator.dm @@ -47,7 +47,7 @@ /obj/item/choice_beacon/hero = 1, ) belt = /obj/item/modular_computer/pda/curator - ears = /obj/item/radio/headset/headset_srv + ears = /obj/item/radio/headset/headset_srvent shoes = /obj/item/clothing/shoes/laceup l_pocket = /obj/item/laser_pointer/green r_pocket = /obj/item/key/displaycase @@ -55,6 +55,18 @@ accessory = /obj/item/clothing/accessory/pocketprotector/full +/datum/outfit/job/curator/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + if(visualsOnly) + return ..() + + /// There can be only one cameraman on this station, and no, not that kind + var/static/cameraman_choosen = FALSE + if(!cameraman_choosen) + backpack_contents[/obj/item/broadcast_camera] = 1 + cameraman_choosen = TRUE + return ..() + + /datum/outfit/job/curator/post_equip(mob/living/carbon/human/translator, visualsOnly = FALSE) ..() diff --git a/code/modules/jobs/job_types/prisoner.dm b/code/modules/jobs/job_types/prisoner.dm index 28b697a794fd..fd6f0f939d68 100644 --- a/code/modules/jobs/job_types/prisoner.dm +++ b/code/modules/jobs/job_types/prisoner.dm @@ -27,23 +27,25 @@ /datum/job/prisoner/New() . = ..() - RegisterSignal(SSdcs, COMSIG_GLOB_CREWMEMBER_JOINED, PROC_REF(add_pref_crime)) + RegisterSignal(SSdcs, COMSIG_GLOB_CREWMEMBER_JOINED, PROC_REF(handle_prisoner_joining)) -/datum/job/prisoner/proc/add_pref_crime(datum/source, mob/living/crewmember, rank) +/datum/job/prisoner/proc/handle_prisoner_joining(datum/source, mob/living/crewmember, rank) SIGNAL_HANDLER if(rank != title) return //not a prisoner var/crime_name = crewmember.client?.prefs?.read_preference(/datum/preference/choiced/prisoner_crime) if(!crime_name) - return - if(crime_name == "Random") + stack_trace("[crewmember] joined as a Prisoner without having a prisoner crime set.") + crime_name = pick(assoc_to_keys(GLOB.prisoner_crimes)) + else if(crime_name == "Random") crime_name = pick(assoc_to_keys(GLOB.prisoner_crimes)) var/datum/prisoner_crime/crime = GLOB.prisoner_crimes[crime_name] - var/datum/record/crew/target_record = find_record(crewmember.real_name) var/datum/crime/past_crime = new(crime.name, crime.desc, "Central Command", "Indefinite.") + var/datum/record/crew/target_record = find_record(crewmember.real_name) target_record.crimes += past_crime + target_record.recreate_manifest_photos(add_height_chart = TRUE) to_chat(crewmember, span_warning("You are imprisoned for \"[crime_name]\".")) crewmember.add_mob_memory(/datum/memory/key/permabrig_crimes, crimes = crime_name) diff --git a/code/modules/mapping/mapping_helpers.dm b/code/modules/mapping/mapping_helpers.dm index 3824bc9eefff..7839dfea68a1 100644 --- a/code/modules/mapping/mapping_helpers.dm +++ b/code/modules/mapping/mapping_helpers.dm @@ -1398,3 +1398,32 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava) var/turf/our_turf = get_turf(src) // In case a locker ate us or something our_turf.AddElement(/datum/element/bombable_turf) return INITIALIZE_HINT_QDEL + +/// this helper buckles all mobs on the tile to the first buckleable object +/obj/effect/mapping_helpers/mob_buckler + name = "Buckle Mob" + icon_state = "buckle" + late = TRUE + ///whether we force a buckle + var/force_buckle = FALSE + +/obj/effect/mapping_helpers/mob_buckler/Initialize(mapload) + . = ..() + var/atom/movable/buckle_to + var/list/mobs = list() + for(var/atom/movable/possible_buckle as anything in loc) + if(isnull(buckle_to) && possible_buckle.can_buckle) + buckle_to = possible_buckle + continue + + if(isliving(possible_buckle)) + mobs += possible_buckle + + if(isnull(buckle_to)) + log_mapping("[type] at [x] [y] [z] did not find anything to buckle to") + return INITIALIZE_HINT_QDEL + + for(var/mob/living/mob as anything in mobs) + buckle_to.buckle_mob(mob, force = force_buckle) + + return INITIALIZE_HINT_QDEL diff --git a/code/modules/mining/laborcamp/laborshuttle.dm b/code/modules/mining/laborcamp/laborshuttle.dm index 3687ac71633a..2afed2342afe 100644 --- a/code/modules/mining/laborcamp/laborshuttle.dm +++ b/code/modules/mining/laborcamp/laborshuttle.dm @@ -37,3 +37,6 @@ /obj/docking_port/stationary/laborcamp_home/kilo roundstart_template = /datum/map_template/shuttle/labour/kilo + +/obj/docking_port/stationary/laborcamp_home/nebula + roundstart_template = /datum/map_template/shuttle/labour/nebula diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 4d8525e06e9b..2d4c6ebc2d46 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -135,6 +135,10 @@ roundstart_template = /datum/map_template/shuttle/mining/northstar height = 6 +/obj/docking_port/stationary/mining_home/nebula + roundstart_template = /datum/map_template/shuttle/mining/nebula + height = 10 + /obj/docking_port/stationary/mining_home/common name = "SS13: Common Mining Dock" shuttle_id = "commonmining_home" diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 66848f1d5984..df73474594fa 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -1,4 +1,4 @@ -//These procs handle putting s tuff in your hands +//These procs handle putting stuff in your hands //as they handle all relevant stuff like adding it to the player's screen and updating their overlays. ///Returns the thing we're currently holding diff --git a/code/modules/mob/living/living_say.dm b/code/modules/mob/living/living_say.dm index 267deaed7b39..747d2154c7ae 100644 --- a/code/modules/mob/living/living_say.dm +++ b/code/modules/mob/living/living_say.dm @@ -29,6 +29,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list( // Misc RADIO_KEY_AI_PRIVATE = RADIO_CHANNEL_AI_PRIVATE, // AI Upload channel + RADIO_KEY_ENTERTAINMENT = RADIO_CHANNEL_ENTERTAINMENT, // Entertainment monitors //kinda localization -- rastaf0 @@ -57,7 +58,8 @@ GLOBAL_LIST_INIT(department_radio_keys, list( "в" = MODE_KEY_DEADMIN, // Misc - "щ" = RADIO_CHANNEL_AI_PRIVATE + "щ" = RADIO_CHANNEL_AI_PRIVATE, + "з" = RADIO_CHANNEL_ENTERTAINMENT, )) /** diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 23de5d9417f5..e7dcf02f830a 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -373,7 +373,7 @@ for(var/obj/machinery/computer/communications/C in GLOB.shuttle_caller_list) C.post_status("shuttle") -/mob/living/silicon/ai/can_interact_with(atom/A, treat_mob_as_adjacent) +/mob/living/silicon/ai/in_range_to_interact_with(atom/A, treat_mob_as_adjacent) . = ..() if (.) return diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 1e1bae9f6bb3..7d9da1eb10e5 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -267,7 +267,7 @@ SIGNAL_HANDLER queueAlarm("--- [alarm_type] alarm in [source_area.name] has been cleared.", alarm_type, FALSE) -/mob/living/silicon/robot/can_interact_with(atom/A) +/mob/living/silicon/robot/in_range_to_interact_with(atom/A) if (A == modularInterface) return TRUE //bypass for borg tablets if (low_power_mode) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 91f864b15257..58e014c43313 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -1139,7 +1139,7 @@ return seat.mob_size * 3 ///Can the mob interact() with an atom? -/mob/proc/can_interact_with(atom/A, treat_mob_as_adjacent) +/mob/proc/in_range_to_interact_with(atom/A, treat_mob_as_adjacent) if(isAdminGhostAI(src)) return TRUE //Return early. we do not need to check that we are on adjacent turfs (i.e we are inside a closet) diff --git a/code/modules/pai/pai.dm b/code/modules/pai/pai.dm index 2ad8e1965a30..abea20fc1ef7 100644 --- a/code/modules/pai/pai.dm +++ b/code/modules/pai/pai.dm @@ -135,7 +135,7 @@ /mob/living/silicon/pai/add_sensors() //pAIs have to buy their HUDs return -/mob/living/silicon/pai/can_interact_with(atom/target) +/mob/living/silicon/pai/in_range_to_interact_with(atom/target) if(target == signaler) // Bypass for signaler return TRUE if(target == modularInterface) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index a4e24c5a7287..13e7563a0c8c 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -435,6 +435,17 @@ charge = INFINITY ..() +/obj/machinery/power/smes/super + name = "super capacity power storage unit" + desc = "A super-capacity superconducting magnetic energy storage (SMES) unit. Relatively rare, and typically installed in long-range outposts where minimal maintenance is expected." + circuit = /obj/item/circuitboard/machine/smes/super + capacity = 10e6 + +/obj/machinery/power/smes/super/full + charge = 10e6 + +/obj/machinery/power/smes/full + charge = 5e6 #undef SMESRATE diff --git a/code/modules/research/designs/autolathe/service_designs.dm b/code/modules/research/designs/autolathe/service_designs.dm index cccef8e740df..807b3db750ca 100644 --- a/code/modules/research/designs/autolathe/service_designs.dm +++ b/code/modules/research/designs/autolathe/service_designs.dm @@ -569,7 +569,7 @@ /datum/design/telescreen_entertainment name = "Entertainment Telescreen" id = "telescreen_entertainment" - build_type = PROTOLATHE + build_type = AUTOLATHE | PROTOLATHE materials = list( /datum/material/iron = SHEET_MATERIAL_AMOUNT*5, /datum/material/glass =SHEET_MATERIAL_AMOUNT * 2.5, @@ -580,3 +580,29 @@ RND_CATEGORY_CONSTRUCTION + RND_SUBCATEGORY_CONSTRUCTION_MOUNTS, ) departmental_flags = DEPARTMENT_BITFLAG_SERVICE + +/datum/design/entertainment_radio + name = "Entertainment Radio" + id = "radio_entertainment" + build_type = AUTOLATHE | PROTOLATHE + materials = list( + /datum/material/iron = SMALL_MATERIAL_AMOUNT*0.75, + /datum/material/glass =SMALL_MATERIAL_AMOUNT*0.25 + ) + build_path = /obj/item/radio/entertainment/speakers/physical + category = list( + RND_CATEGORY_INITIAL, + RND_CATEGORY_CONSTRUCTION + RND_SUBCATEGORY_CONSTRUCTION_MOUNTS, + ) + departmental_flags = DEPARTMENT_BITFLAG_SERVICE + +/datum/design/barcode_scanner + name = "Barcode Scanner" + id = "barcode_scanner" + build_type = PROTOLATHE | AWAY_LATHE + materials = list(/datum/material/iron = SHEET_MATERIAL_AMOUNT * 2) + build_path = /obj/item/barcodescanner + category = list( + RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_SERVICE, + ) + departmental_flags = DEPARTMENT_BITFLAG_SERVICE diff --git a/code/modules/research/designs/machine_designs.dm b/code/modules/research/designs/machine_designs.dm index 9bd8fad91723..787ea9b542a4 100644 --- a/code/modules/research/designs/machine_designs.dm +++ b/code/modules/research/designs/machine_designs.dm @@ -318,6 +318,26 @@ ) departmental_flags = DEPARTMENT_BITFLAG_SECURITY +/datum/design/board/photobooth + name = "Photobooth Board" + desc = "The circuit board for a photobooth." + id = "photobooth" + build_path = /obj/item/circuitboard/machine/photobooth + category = list( + RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_SERVICE + ) + departmental_flags = DEPARTMENT_BITFLAG_SERVICE + +/datum/design/board/security_photobooth + name = "Security Photobooth Board" + desc = "The circuit board for a security photobooth." + id = "security_photobooth" + build_path = /obj/item/circuitboard/machine/photobooth/security + category = list( + RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_SECURITY + ) + departmental_flags = DEPARTMENT_BITFLAG_SECURITY + /datum/design/board/biogenerator name = "Biogenerator Board" desc = "The circuit board for a biogenerator." @@ -562,6 +582,16 @@ ) departmental_flags = DEPARTMENT_BITFLAG_SERVICE +/datum/design/board/dehydrator + name = "Dehydrator Board" + desc = "The circuit board for a dehydrator." + id = "dehydrator" + build_path = /obj/item/circuitboard/machine/dehydrator + category = list( + RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_KITCHEN + ) + departmental_flags = DEPARTMENT_BITFLAG_SERVICE + /datum/design/board/monkey_recycler name = "Monkey Recycler Board" desc = "The circuit board for a monkey recycler." diff --git a/code/modules/research/techweb/nodes/security_nodes.dm b/code/modules/research/techweb/nodes/security_nodes.dm index ea6ec7192a7d..83c5080d6d7f 100644 --- a/code/modules/research/techweb/nodes/security_nodes.dm +++ b/code/modules/research/techweb/nodes/security_nodes.dm @@ -23,21 +23,21 @@ prereq_ids = list(TECHWEB_NODE_BASIC_ARMS) design_ids = list( "camera_assembly", - "secdata", + "electropack", + "evidencebag", + "inspector", "mining", + "pepperspray", + "photobooth", "prisonmanage", "rdcamera", - "seccamera", -// "security_photobooth", -// "photobooth", "scanner_gate", + "seccamera", + "secdata", + "seclite", + "security_photobooth", "turret_control", - "pepperspray", - "inspector", - "evidencebag", "zipties", - "seclite", - "electropack", ) research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_1_POINTS) diff --git a/code/modules/research/techweb/nodes/service_nodes.dm b/code/modules/research/techweb/nodes/service_nodes.dm index 82a673bffc6a..898815aae763 100644 --- a/code/modules/research/techweb/nodes/service_nodes.dm +++ b/code/modules/research/techweb/nodes/service_nodes.dm @@ -126,6 +126,7 @@ prereq_ids = list(TECHWEB_NODE_CAFETERIA_EQUIP) design_ids = list( "deepfryer", + "dehydrator", "oven", "stove", "range", diff --git a/code/modules/research/xenobiology/vatgrowing/petri_dish.dm b/code/modules/research/xenobiology/vatgrowing/petri_dish.dm index 0187fa8eda35..df2fa619cc3d 100644 --- a/code/modules/research/xenobiology/vatgrowing/petri_dish.dm +++ b/code/modules/research/xenobiology/vatgrowing/petri_dish.dm @@ -59,6 +59,7 @@ list(CELL_LINE_TABLE_COCKROACH, CELL_VIRUS_TABLE_GENERIC_MOB, 1, 7), list(CELL_LINE_TABLE_BLOBBERNAUT, CELL_VIRUS_TABLE_GENERIC_MOB, 1, 5) ) + name = "basic sample petri dish" /obj/item/petri_dish/random/Initialize(mapload) . = ..() diff --git a/code/modules/security_levels/keycard_authentication.dm b/code/modules/security_levels/keycard_authentication.dm index 210a1d7dc9d9..5fc5e46fa019 100644 --- a/code/modules/security_levels/keycard_authentication.dm +++ b/code/modules/security_levels/keycard_authentication.dm @@ -9,7 +9,7 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new) /obj/machinery/keycard_auth name = "Keycard Authentication Device" desc = "This device is used to trigger station functions, which require more than one ID card to authenticate, or to give the Janitor access to a department." - icon = 'icons/obj/machines/wallmounts.dmi' + icon = 'icons/obj/machines/keycard_auth_table.dmi' icon_state = "auth_off" power_channel = AREA_USAGE_ENVIRON req_access = list(ACCESS_KEYCARD_AUTH) @@ -23,8 +23,6 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new) COOLDOWN_DECLARE(access_grant_cooldown) -MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/keycard_auth, 26) - /obj/machinery/keycard_auth/Initialize(mapload) . = ..() activated = GLOB.keycard_events.addEvent("triggerEvent", CALLBACK(src, PROC_REF(triggerEvent))) @@ -158,6 +156,16 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/keycard_auth, 26) if(KEYCARD_BSA_UNLOCK) toggle_bluespace_artillery() +/// Subtype which is stuck to a wall +/obj/machinery/keycard_auth/wall_mounted + icon = 'icons/obj/machines/wallmounts.dmi' + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/keycard_auth/wall_mounted, 26) + +/obj/machinery/keycard_auth/wall_mounted/Initialize(mapload) + . = ..() + find_and_hang_on_wall() + GLOBAL_VAR_INIT(emergency_access, FALSE) /proc/make_maint_all_access() for(var/area/station/maintenance/area in GLOB.areas) diff --git a/code/modules/uplink/uplink_items/stealthy_tools.dm b/code/modules/uplink/uplink_items/stealthy_tools.dm index 60f007ebae77..86bfa95a8e90 100644 --- a/code/modules/uplink/uplink_items/stealthy_tools.dm +++ b/code/modules/uplink/uplink_items/stealthy_tools.dm @@ -86,7 +86,7 @@ /datum/uplink_item/stealthy_tools/smugglersatchel name = "Smuggler's Satchel" desc = "This satchel is thin enough to be hidden in the gap between plating and tiling; great for stashing \ - your stolen goods. Comes with a crowbar, a floor tile and some contraband inside." + your stolen goods. Comes with a crowbar, a floor tile and some contraband inside. Its contents cannot be detected by contraband scanners." item = /obj/item/storage/backpack/satchel/flat/with_tools cost = 1 surplus = 30 diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index eeca2422e0c6..47276acb2591 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -18,6 +18,7 @@ /obj/item/clothing/mask/bandana = 3, /obj/item/clothing/mask/bandana/striped = 3, /obj/item/clothing/mask/bandana/skull = 3, + /obj/item/clothing/mask/facescarf = 3, /obj/item/clothing/neck/scarf = 6, /obj/item/clothing/neck/large_scarf = 6, /obj/item/clothing/neck/large_scarf/red = 6, @@ -161,6 +162,8 @@ /obj/item/clothing/suit/hooded/ethereal_raincoat = 3, /obj/item/clothing/under/ethereal_tunic = 3, + /obj/item/clothing/mask/kitsune = 3, + /obj/item/clothing/mask/rebellion = 6, /obj/item/clothing/suit/costume/wellworn_shirt/graphic/ian = 1, /obj/item/clothing/suit/costume/irs = 20, /obj/item/clothing/head/costume/irs = 20, diff --git a/code/modules/vending/cytopro.dm b/code/modules/vending/cytopro.dm new file mode 100644 index 000000000000..e2ea80d8c26e --- /dev/null +++ b/code/modules/vending/cytopro.dm @@ -0,0 +1,35 @@ +/obj/machinery/vending/cytopro + name = "\improper CytoPro" + desc = "For all your cytology needs!" + product_slogans = "Cloning? Don't be ridiculous.;Don't be uncultured, get some cells growing!;Who needs farms when we got vats?" + product_ads = "Grow your own little creatures!;Biology, at your fingertips!" + icon_state = "cytopro" + icon_deny = "cytopro-deny" + panel_type = "panel2" + light_mask = "cytopro-light-mask" + products = list( + /obj/item/storage/bag/xeno = 5, + // /obj/item/reagent_containers/condiment/protein = 10, + /obj/item/storage/box/swab = 3, + /obj/item/storage/box/petridish = 3, + /obj/item/storage/box/monkeycubes = 3, + /obj/item/biopsy_tool = 3, + /obj/item/clothing/under/rank/rnd/scientist = 5, + /obj/item/clothing/suit/toggle/labcoat/science = 5, + /obj/item/clothing/suit/bio_suit/scientist = 3, + /obj/item/clothing/head/bio_hood/scientist = 3, + /obj/item/reagent_containers/dropper = 5, + /obj/item/reagent_containers/syringe = 5, + /obj/item/petri_dish/random = 6, + ) + contraband = list( + /obj/item/knife/kitchen = 3, + ) + refill_canister = /obj/item/vending_refill/cytopro + default_price = PAYCHECK_CREW * 1 + extra_price = PAYCHECK_COMMAND * 0.5 + payment_department = ACCOUNT_SCI + +/obj/item/vending_refill/cytopro + machine_name = "CytoPro" + icon_state = "refill_plant" diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 7e41f93125ef..4b7512639eb8 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -301,7 +301,7 @@ /obj/item/storage/backpack/satchel/explorer = 1, /obj/item/storage/backpack/messenger/explorer = 1, /obj/item/storage/bag/books = 1, - /obj/item/radio/headset/headset_srv = 2, + /obj/item/radio/headset/headset_srvent = 2, ) refill_canister = /obj/item/vending_refill/wardrobe/curator_wardrobe payment_department = ACCOUNT_SRV diff --git a/config/maps.txt b/config/maps.txt index 9a445d911d10..cc20795feb95 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -15,12 +15,6 @@ endmap # Production-level maps. -map birdshot - #default - maxplayers 66 - votable -endmap - map deltastation minplayers 50 votable @@ -42,6 +36,11 @@ map northstar votable endmap +map nebulastation + minplayers 35 + votable +endmap + ## // NON-MODULE CHANGE ## MAPLE MAPS diff --git a/icons/area/areas_station.dmi b/icons/area/areas_station.dmi index e64b407940db2f27db1dc29fb8a0c5cbfdaa4f4e..7f1bf3b3a9b642e878edf760f2db6b86a02f9533 100644 GIT binary patch literal 45954 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 literal 44443 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 diff --git a/icons/effects/mapping_helpers.dmi b/icons/effects/mapping_helpers.dmi index d28d2770ec4fb54700d99a46386d5ff75b6c504c..351bb5f00c4aa267d2325891754135e0d6ce89c1 100644 GIT binary patch delta 2830 zcmV+p3-R>p%K`Vy0gxnr*m_i0bVOxyV{&P5bZKvH004NLrI*2S+%^nA&%0ltNv>%p z>p0WX9@=rH<3sWb90-IYL?pnHlvVZXdvKlBT{{9dH)-ZQfCNENeB1r@>G%6D-QDN= z;{)ZwD&4ue{rUazu(GdHckVvi91j!mIMv6OQlV0J?%upP9z5q>(w)20@i1hF^!WS@ z5Oo0_V3!L#PPI54hFugm2gTXphJgah>?R6{^1tHk_rK!TPW00U8+K#EZf)4fhJD<{wEsE;7_BEz&5*nrHXF-V zGVMx0q;h$fS!fq6=fpFkAh#MzYBWg3)*OV*Mt*2iP-AP7ZGYcAH>Sm~>z^yIZmovj zpGc%Ul0%gtFjf~KTaNIexw^U~vbN*@1ye^}NS1%5yp#-mc_CR^^D>j6J71724Vuv5 zQr)ljD`#`jA))&?JERa=l+*im2UghJNJ1HcYy46rbY&CI2$imI7y0LIz)~p>fKBxo zmJl3HkjExXv{m8^0doA2;XZ|c&|Kqh>JO~bQ;e$@>nXtF5An5ju;ZRCUFsPV%fh;dWbNRcPoq6br;X{$3mqRhblz_IVgoo z1+h2fMToMb6!?W(w>1FEpgBTim8)Zbh%SN@N$S->G?QDBhiWcHzu+8RU8T3(r!RNi z-RJw`-&%s1`lO-n@&EuJ07*naRCt{1oqMwk16W&su3{-7-BN2%ETK!va?LsZY4>i0-<+Yo$_nW2Ih?r*YD$MkhAviyG4xE^1%n znQy=8i=VBI^z?$Dp53`QgXwGGlU|=WR*ZDMs1st#_0OLg#o5b?{?diL_7(T?by>WdIg z^Mu@j=`;zRKNyHE>n|?e2LSx=;1+VPw|>@BIOed~TyYCC6-S832$U$^$@Z!xvxxlSBlbc&Khkn4Azh*aBCz z$kR3ovOngBLKIIS4KI?r%I2HMSOSrjfS5xux<(F{ebV6*`^|Rg&IcdDrLD!dH z6giykZntZwR4UrnFgG`s zn*X`61x%UNHX*kMAO}oNPGWw3-rw5nhb&SkI7mV@Xd<_H$!*)<`||6kb#?211kVw6 z9XYfDKN!Mk3e_kWz(m4E1kBIRw{2xM`XS3f*Xebq&#TVYYh6J#c*B$4Q`PNs{v>fV z6q*4{v?18?6lVntYl-VROmjIDngL9-A=vWm)B;xR zx77mHIX=$o*v|X?AUG6SjKq_F&DNHU425PtV4@9^latD=%tk+CofdDm&-e1J+IDUa zsKPjS9Z9|Ypwe7v`VW)X0wx0R+x^x*v>!KK2e-gx_;%YyCHF!IyN?>yx{dn2s1^JY zO!vH<>UA32A-^^?=R}<3;m=bBN8>SoDf3+Sg9du*We}zJL#N&lA`nY|rIOd{d3AeF z^h5XpP~L_xfdNdJmZTALQF|Gvjt#a#b-ST$_q3#}*Z*>sWg*C-HW`;;JfQkBm>VB(C=T?Po zzue%h51sR>`XQ^%mqc@a*RJL&m5R4p=sd2|`L-s%hZ_eb}P*U!&?yzRff`>2T{`!_p( zH&6Uwv_28JG0-+0UkF>vk^`;4by0tpyi*EaTlK}lJ9i&7F@9+`Zl8Ychj12_WzQ

^|=US!Q^y&sur)R zj;Z=>t=;SDvEat1BRuy6SlZZD_u8*dMArB%U^#qc!TmOWTfnMTu(A3Y;cK$~k^Onx zKK&f1?!{vDSD?DL?LM&S`s7}zRPyA9?en^>pGCRCTL&|}EP2-JlUrg2vYt`89!o{eUh5be*CY=6CmS11zzYQWs zI2S}rwzIH*-@RM6oP?n3@F&VT25?M*3;Tr$Ti9=GY^*H|8;wS8Y;4SHG#WYazSyUG zoY<$T5qyt`>|+2MG*uqLQ*Guw_AgV;>9J23@8^10D$~Z-fscthw}b^{xFS3Bd5B}phNd_qDIv76H)xw z0ydzw^sKD~+@FSvhVF1U(<-&eM)Sno@F=D6^Q52~P;9iCT6A`(RngHI;P+%e=7g7_z zIzxef%f$k!3v0@uz(hp0rFtNS82C^w7Emr0{84E{L`jgE7O+gr!H^%yqYU`LD+WXm z5hX#YTfjs_NtVhM@NBKMzMGf;r@XO0Ka>X+)|_1z5s@sF0URWT1(&-VM?_>(Dg#&y z1+FfvL7x1k%GNItB}i%lm_vbysNbX}fB}YoDiQS;KY%%mmx#!&0f57JiHKYn0K$jy z%1h|fmY#*K=u1RI(RCb%QCoVZwVE#x5k(goz*FU6OqGXiUJDUXrYHlL!AnGB9_NA} zB6374fO#L7h$wzr24Z-tgSdL-v9yOP{1OqFkgM100DwxRqCF6UBhKP8GBKh3_ijQR getn%kOCm@92L%Dxn4uQKbN~PV07*qoM6N<$g6=bsZ2$lO delta 2695 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 BFF*hQ diff --git a/icons/mob/clothing/accessories.dmi b/icons/mob/clothing/accessories.dmi index 57670005b9240770f432e434e325ecd94bd2b64a..0e09772a79f50972c1e96ff0bedb4cc29e0ad3d1 100644 GIT binary patch delta 12874 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 x7h4?@wBtciSf{lo=^pzPRnkq{|B`zpy~hs diff --git a/icons/mob/clothing/head/hats.dmi b/icons/mob/clothing/head/hats.dmi index 3477cb1820a96e3beff92210fffb8552a3a252be..89b74c15ea2aab4b2c8c1446aa1431e5ca53e8b5 100644 GIT binary patch literal 15412 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 Kxmy3uqyGU^SboO< literal 16037 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 A9RL6T diff --git a/icons/mob/clothing/head/helmet.dmi b/icons/mob/clothing/head/helmet.dmi index 5b30ae65b8f23717b34a8d7e603ffcf301403c0c..d56df7c5b7f6fc75b90665733203d15c91cee011 100644 GIT binary patch literal 41847 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

BdHP~T4h96z0~+1 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 abweqM((~DFW~UJX4jW4ci$*iA`2PaOzxg%* diff --git a/icons/mob/clothing/mask.dmi b/icons/mob/clothing/mask.dmi index c877c2fcb8826dfa9f3b5da5c0881b0297f6f05b..51312968b921c6b4c631dfc8f048992f2d14a58c 100644 GIT binary patch literal 47075 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 literal 95948 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 L<%O3J9Nhn+GvchX<;K`WL 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 SiSeEQ0000oA}tgv5Q-NmE-ezA;_h}|&iU52 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�rIYf3xWBjA_Rb3z39`2YAsy51m(H$xT@z|U#n;=&IKsrwtF zSI~+Ew2N^6KwRccHxMmQ+|Z5=mm@;cc@jMtQf8qcP*RUK>J51KCtJZ&z#_|pFyL6p zi2^O9c9$2d9{&@r)Q3u?*<6{*<8gqPczhM+=T`^RE7%LLkrTMmYDn_@n z=qX$8tlC<~gub#$#Xno_iwLBofCG8y)vaDJQ(iEh1H;H#$c^U=%*Qvdd!sLA6P98+ zq#zs$paCktETe7TPl(Uc(H%yllmnIUfRF3H@KWqsF=mbJ%1)v+2fdVjn*x4h0W-Z% zW-5q)toR}s=Kr!44Gb8?)Clm);&Ah^2VG}*QHn!Q=i*W)M-`1t-1qAEU0vKr^K z2;IbI5Pa89Fez1+wHYWX+Svd=h1bgN1I>qK?%c?&AB3%Se=7Da+WV5Tpl5 zx{i}3m(~aUY$!rF8T?g$+TH054|?H@ESbJb?zIJo+^vdA?fnE?WmQFTuc(a(@E!dV zMa}`@LCbT!=-1OrnKlx1un2q?Hfw}d9m<$Qq&8}kDY-X~>ee$Gx?a@734RCF6HJk(uJSzk(!h{r9Dy^T_Dm2ll3y|TMh z-+X#v!|^XE7J&AmW_LWF%g+jI2jE{rxsAX1#kkk^OXJYfaxq{BSxi=rQzeXnpHSWn zF2~GVs#)yj%!5G3wU6WjIIXFQ_Z9gf3^VsHAcUF~9_9p#yF2)Kf)PIeOS7hiu)r4t ze3QiQoU@%*RODm&?J3(JjE(Z)uy<(?1J3n^2TrPb9WYNvYAHh@x7Jkjh6o_wq;N@; zLT7hHL6%GR$%z!OM+vJb5_@>A&ZZ3P#2KqcNG%&<&jFb87jIEruS4rPNFw{m(rvL; zbIaaJKjyi}0PAyo9XQt6dE@+qQvzoj8aAy2%8{rQi7m!{(P>Jo5cH=JHg_4N_rK66ZO-ZQG*EsI@@UrO~6Q_Sl93ql6rr3P{YZBRH*PeFXYP-6Efl>kk)O^5pc z1nEG4mxf9KqFQK8S!}vcdTJb0qjmkr;{^*SBPA-Uo%GE1N32%$r$d5neB$R{J^9Us znzW}R3jbSC>F3sxlK#c@&dJoUjCKK40*5#KFot_dRz_0XlqHXuU8al+V2f0B?}|%H zNz7nExloT%Fz6%BijDQmIOM}X=%(CgyBA-*I#a~+53_2*h^a*c@ke)fV3oQIXCtZy zm|6e$@Ds1r_cYgc4gL>1d$uQMkEL$990PDcFK04~U3XM)PycDDH>>~R(2Haoy49e0 zAyYr@Q+Mv_p*u0RaNV%9X1CY<4S*lnn1uuUh(u)zPSXBxBq7r6(*1qcHrZ`C`}N@W z8I+Jc7Cl!0U?!h?G}JaN9B=}G%PgB6+?xwFHxJLg{$a&*K3?iw%?wvdb%7tNBkNL2 zb5lCM7i1tPj*j+Hc|8~{RWmo=T5-{Bh%Lm^*ma74RV8L&S=;`%;8c4Wuj|_P0HO|f zphzku5%cxJVi;{hd2uHIJ{0H*u1G1SF7OA|k-hQYeb)Vk;T~{FyPOO_^*#O$&r!<- zP@5|fTycCkji<}dM2xm-x%~H!p|grE0gW5}+Uc)04*UHh2&DBDaGSdx!_#D0|UI1;j2M$mQ-y;BK9-s<@(WJ9`AA%#!vh2Gu3=xA2!XjLMuinyvYMRds1ujTA^|-% zRe}IN^zz8eI$ta#*?w!r+|BFVhbzn|GT=t~!LQ0eHXJL|H^^t85F@JL?#~H+KylHJ zoKob6lVKczvKADs@Mg4ar90%EZ7a*ARM8wti5uL-_641QR3y)oWr2l9Ql zZ-(+J_xY4R1o`FVXWITDp3?`0Phax3s+7seXNt&vsX&jTg1Hn7Xd;QW4Xm$HmNnO)e!Rh$<#tXs>*+JunCGgJnoDYxq z-fYZw&NLn0+(QMvPmx>w6#vh>($dtAA{!;R`!}F%q;15%Eqn6(fzZbi=;=jQzpWM& z>iQ}1;X5y0K?E(kegrS|$NCG26!f7bi;`YSL1LE0kJe+*To#|UbVe*ZqJI^+ef9A= zd=%N~w)hnmd!l_q4WM56WHT9)TD-<1-_XCVeFoPZ-G?h@6wh1y;f(SLTC0~GGazVp5!e}ZIrjiS9-dt|KaP-8`pbK%CP% zcAkY=0;@KpH9y@cwZ2H-6}Y{ZBy?UxEK9}*E?5fq-Vpz*_C!sL8Tj{Rdd&SN&&^2X z+ReXP=oxSnT3HlTIrR$>Y9{V|SDldpZp`FvZY2%xf66d* zin*2Ba#cM*%$`kxud4G5Xl@&AIGl4*63H<*1WnPbbhk!>lnkzAt>ix)FGnTIS=k~^ zUCd?|UiAAsg8;oP9x^W!0{2frMI&pYf1_pHn{{-mDquK@dSWX*UlGm*g2kNRoI9_d zQ#c&Ns;g_%0f$+=$NYLUC)w!uQ5>_NIi&iDGWePJdhs+(ou%`1LOK>O%de)A7&c&w z*Y9lpT2*he@U7+BWt|=$-lu-xA?;-x?*YJzRPDup%b=QOelo4a70+}@zvHo4%O?cG zDEgKT8y3Eukmt4|?z&w?Za{=I{1Afs(4GoXD2IN@LJnmwXhZjW?4dbDNI6o(0K<$J; zTJudU+`rZ9uakoodQU|-BzNOI1F;fP193^|gYV_#E<-uL;Y?lf0y0Ay&mERia@jBP zkRq@5xiV`tPKi$SX5C>Y-n8g%e8yi{^!rEgJ@CnOR?~vy?3X)ZLdQEn?{7<(n_S@t3YDS$r`TMnLbK78JNN*e<3z{#)1383z!%`Ab0ubbbGM}J{I zwJAbG5J?-!!+vi`Yg++6fJW4HbRroG0yLX{6&3`Xy*;{|H`}43y)S&dkKTMBh)zc= zZNhKjvbUR(m7DliPHXt*#6m>Jl4HnO@`Otd;pUe0Mn^r^Gh?fA`3Jdza^LCZBWlb6 zMp-?0k7We!b?;AHu^{}b`(xfraZK@qHaqG&6rHzRXQR5nk;Xr;b|fc1R-Y*M z!|G2PjoBJ8H$vaGKSLv917Fwj3MW#uC&yoH(WdDRPkOh^%b?tVul#-#KlJC!P*FRN#e^lj7Z zBs&^M>gfR?hwhj5W%*YF{tY zu1^bgbg5qpfIztT6d}(dE$~L-zF=73>6@r~UXA*D)M)fC9WK~MKAQ!=`T^@549MUm zr|%1+kP*^iDYCoS@=Z-=Ok3 z!5ZUu@dV@uwowocF@)Me?%O=3H~fQTwr6x(mT&4Z4B%3)QFMzJynM<$92{%@pEHr^&D6+R zEj8v&!Vh-OkH4b7ir+RkTB$P)&8l!HDzalNA|Qmz9{-6_VX*{G6b3G1e5z>F)FA2U z#sh$}Jf@YOb1GigyRT~KZ^XCHp-~TCa;g0a+c!+Q6Vg6~> z;zJI?$j$g1`I>H z@9TVM$y!9xEvDZSHs{pq-)Ba1o!s@J_a&qE8o6wuDn$&r;p+oz{R^q|EBWH)HVw}D zQlf?;m^FWNu)lh>t@?0EJW6l-boUbxN#`l`ccF%sE-OKh`RWAj=6FDIYxR}deV(8=)PEN?M6Y_71~$QQ))+fAas+r-#qme?V7M4~x%*Wv4 zC{GV&Tj^S_|%jg<8SYf`r$yIeJxuWXzc)2wtCyfAPM1D zV%U|EOLqA-3q-ZTy60t>;|1a*RFgC}9y@5<1UwyF$zV>K*9n5MH`}?5+6mn&cb06$ zDhUfz49cT=jvedYCWTIB`Eyi7{=$rQo`_sZ?4(2`p#p=RlVUeiW$MUn7mGCrmx;`I z%f$#FL|OhtZRF_R*)9MPBsD_{(87>T&YIqNfEcbT=nb7$_EXYSm2=Er8!y<4i+DtW6` zRrTN8ui@wi^D|pbev-q#65%nDOXrY&=g@V!4=KyV28{J z8Duy5y9UcA{k%`%InlR1A|eLND*|z{)uz_qIf8C>ndim@Fa`L!-9&3NVfyT*oEAx> zs0S3#099+c=m!~I!-wJ}daDeO&(Q%k(GNSq&nbU(99bfe50Bq`f10D`jND#M*&&_L*UaL5w`f;&5kx<)7D51uR%rZ_g2sX`sqe*(nc4qa(9Ixfs88 zj7GgY8MN^xtH<*_mhZ0)znVtSiQ7XgXo%&A?SsaZP_E(Zf&PF{uoep?IZjW6f8r~J z<>K9OZmfwAj9Wy5`WdR_7bmMPyGKcDrMtKS`SWf!YSc$j%9T&HrFs)qny>1;O<_SO zluXw#1>-X63tZpFm9x+AMkv-fnS3W2iTK`s(`S=udy&%;XI09D(2XC+8t9l!Ivjm=)4vOCT}`7HNWR z?{tL?Pmu>8=Uv6m_#reuiLEec;0h-_e(06C1K{djpsH}%1BY`PS|0* z{N8}}W!TmhHGA7SVSW7S)%3A+-Ns~$o;Fbl_Gz$P3s?<2ohIOd3|#zjf zqlGRL=z-1T1_F;L_d*pj5D+v<&zeJSKWhlCu9eOXRftYgCEMMuR|`1L3(*-gxhLg= zG1fc0pJ1i+Bk;BrvJ|UUCdNkrY)9>)^k)|n3r?C3wo^0HHQCec_$$g{mx))Y_np|A z4;~8eK$;W_vV0#(=?!<7V3xsLMaMS3qoL`ZsTtlnCfubKO{Q$8XO!hgw3hm$H(gxe z0_r#)Rvup^rEj&ec!F>X46N^G1qGBQt#H4;!}KPYiY`V=+{r7C6sgTY5VPS`#)1fz zK!i7*FN1ACEmVdyP|W!$aAH=xy+Wy-PBE}zUAm#UlSF10-M$(_Iomfr`g+B=r0`0F zV&{LPoi9Cn=8>#dC$Ng+`YgJA6TDV*3vR8L&%K-xEenuvXP+n7@6A-j@PlN+8{@Ft zcI5~?8NGHka2$8fEu`?OTBH)bkM5(MTwJh(h)OQc%;(eyXL#r3#g_%VLhUqU*-W?d z3sTScRl{2)oPiM6l8tzN{8?{P%AST=(q635o2*+!otlKguTXlZp)N3uZ97$P1CiUz&D&Tqz zl{5SF)u3|5=OF317g!wx*3V+DB4m<8gyRWU$)a6)SZTP+f>Y*24j0r^(hC@!chk11 zwmS>unn$+1^4Kh|2J4~6SDf7T3x`LxiZ``48!=~=Q8}k>=Xe8XE$&KWM_!N-&lw$3 zMc3}fPIg3e1#Rn=5juz|)@0R_!m@3ognzg35Zcl;wrch-Y#O<6Gr}`ZLJdQaq{;Nsd(y_*5?GXTKK6Llr~3_*tip^TH5A<(Pl{p&RPa{&#be@@_dA+Mld{^3#Q zR;|PyYV38q6a%f}RUc(dI_M4EL`6qylcCR3NuG=LC}5z#|1IdAP_3xBJWu5tbFhbr`b$YUO?v;% zzeL39#)ipt+AuywKB(z(^Wi8>rKBVY#X|8l!DE%XJD0{lcdN8Y8h7=j4te^q<-)9b zOBR+Vh&+!m#2a2v^IsJKo@CK>tLmEC>xerpH{tFdcCTx)RhT(T9W}fB(V>PGW5jb2 zvyxtQ7EvG3;ZC=&d9>2ZH!wP8)v86Tqe@a8^EZigHEj~=FxFp*YhxOeTe)Ib7n2|q z;rNNhlh4@U;WjOtxQ_FAUwIxM=DcwIlq&HG`g)_{7aya*0Uk6ftkGz5WwX|^_RnJj zsaKG)FDapa@b(LWpthZh92^(RLy&twWaG9U@}YBS@gNoERlHC?Gz^N14h^DMO=vGM zf`?oqf=($hr>)cdfkgPUWEra_(dG`CWERdV$n23N&P{MK+voK7XuvOO5<$9l{RL}k z7k;#)ao@pAhnl^1#QHh5+1s%!61h2jEQy)G*FUN_-;zamQUyu)f%N*~Y5V_VhySQr z`}a(vfA18A#{}V(ww)L7ypY+~ROR;rT*uw9v7O?qUVUxv@gA%E+HXn^uPJ0$x>m+c z!P0GCeIin1U+w)sRS+dsdBtWK9!dZm=FZCS3Boh0-~Pc>TFHnl6u7M;aNdzkR3KSz(HxCugUL;O z*5_KSzBCID%BGNsgEjgb!rwQo4f*P)FPMloRW+bq0gzI!PwOlnF z;xBbq>9-13ng|Uza@A)B57jg*t)!?_uz*?oK|H$elVItD3K6ch+G^u%s>Lda8kE|m zly?KrEP%BPVXGanLfd{pCnK-#wS_mqulEw$gT+iYtRsB?B|m))Mfk<#HrWOaAWd#D z(DQ##4$*kxPT^BN$1z+z8bTVqm8jBfe}^J%xQ(*4SFRa=U&I=22ff~G=sU=Dx<8}` zMC_lfEZ-5m5WJEVDq9WtC-qE2vF!Gr_Hh47MEl3j`|pby|6Q;A7mS2bOZ&`rYxT|9 zESh`)nQMU6dR1^a?yyOQ1PZJffYlsV>H7iIwD@@GO^dnZg^S?nl5e@^4QYv%*DFvo zfrR(RyPE?}+a8iADhV%^ADJr>cQ@HK*z1qN*H*m(toe4cN7d!uy#|JI8}!p6W9Q>S zom1f8j&>TJBhZ`f}|`!{2i%5K&*vIVzRig&E3Q_any7mL+M_3JUf`z<@b~) z*eo3&F%t9^2tpdLd4=CAF+}-Oq-yXe*Xv||MNTN;%Y*02}Hz`_)W^}sW@NUCM9*t zxTpx<&aZYS9JF=a&y5`D@ueb)~v9>UOLbee%IjhbwEOB|t zrB-I>VcA2RH$%m`)Q-ZTCE{d~aEsLrsm&=yCMG6I3w^CRgVs20)<@Vc$+jh}HhM87 zWcevWwg#kf&&WK{5?HA4BOeiv7S0(`I%v&W#N}_Dcr9SdjYJi@MHg}&wY6AcNeH)s z+H`;7CNdEv3p~qXFTK59`hkUTrPo2rV^b~I%#9PB`1M`iwf%rMdUMiXVh*wC3M`Y~ zQQAy1!k@IoF{>|MVh)Tb#InY8R$F}<#j=E)ojE(bHmSI7F>r8jdKR+ygN$s?$mY=b z2i!|FZngiM{*bwz(dW9koc%Hv*4q=p%7fJBuOg)Z&jlF(j!>dtJjI^sIb!Z_nL{ho zLxQ36*QQiYCwT4^E4I@kc`lt3-^SL~{3iUy zWs*~A!J54MK*xkX>%IEdj^Ue&mwHEvMK^&tLqK^~{S8g!s8UMah4sDZEqi$8nUU&+Ma?JxuT!cU4#^jqVO`A=z;|SInEO4goe{XBqW$lO*_a?E=v|>LwJK|{5 z_{oMef{JP12mGI+b%y@8zkhGqRIk2#Z|c$(Y9ikDadU{%g#m{e?VzjAu8vdPy6d2d zQ2qw!LaqV#3XLtZ5tfKvC!i?Sj#2f+lbW!_+sm^_(Vo5`A}rCgUIy)w;fTsPeVVp3 zhWGWM5F>c=<}EHXv));Aiu`Xrnc3yrZ*H+Z*@Q|~%OjC7eksNUNiRC`3nH)2(pPue z=lGtbFE)Ey(m!$e97^*1*_xaFgTAiYW0vNDvJmaK{-qx&xp^kP;RUNqyWOXRh(Om$ z+KRLfAkpSxgFZ{MZV1O)^X^HlFnn=QL#u>4LVbkg1;(5gM*qumdCK_`+il2(u)!xG zFqT;bTR+P97JHzdGB76N~Vr9;t&Vx%-ZU_c!omrM$hGUiUPcr`iau2K^i@SKI0R8pmF9} zZ{0prw_L*b^DYqmN4eSa-vWH%4up?Fo1TZVaNC_|H1JvHDh-Pa@2$k-U4|VpjwmeA>o~}1Klk9&`7(|^-r^b z1Gs_zKX>52FxxvN&~C1`XG<>WV;)*}bHO!+ZdMc2Y9vJGs{-6xZ3FoWSp8$mMPpibr=CyrfqC*vzg&kMkH=k!fuuW!S)^;0R-a}qejcvp39p{bf5mL_6KQP5} zjY7hb%QS7x@F8Bj%1%AZ#p7*qzXjZAp@o&-z=KbKWm@y2W-@L+keRa|8A4HX&+5C< zeQxrX7Y<#k?-vkPlwm1qq$Yq@cL7!0N*2vT2WiZ{>@+Nj&VT-qwpX7uBz@ z4t#$CR2H1~P0gZ%QTYx^7Bq3$1o-HkmL{6eLg-S+t{r3?ZX`y5Q91tC);cPcJ<(|D?2V{pPgyfHjZfT!>@xG zL3EjE-V!04g$ZBIJtOjRV`bSRp>QcZ5?@5-Ernd@zTGC}V*iR|mDRUKXJmBA~7PxZ)Re1a{5TQ3NkO+*;ACV6Kz$OLKN4@)w zwB7hNd959sh3ERvMaYOx0sdP7&nkf}d+W;yIgiiI8UR4K+SzUh0eQ!}o* zNm$R5C3@c>%(4&Xsmu;VbWXa(ORMCYk>|FQ>{OLY9=R@9B~3du6~_~u#9XTj`m~2> zZZQoghnkyxHkUJLaVhh0CKzrtUQPo#(a<<;f^G~*dn5&mbX~|Zho&r9 z`fRWY@~dCHjlHxWM!7p!b_o&yCffh4*z&|cJPBw*0D-EI(-mo`f0KA+w=~qE=vlZC zJ~ucKuS=?KG{U^2WByd$BCCKcUD6yhLt7t3nDUX${w)`jG>6YTe_lL}+d4Ap@y3za zO|*-p1MqK4T2Vg4rhK_yGJ&P~#{KG2vwsYcj~s$*frRdEP0mJsX~=mU zhwFcAg@;N_*$%wWiOjZWZj5W0+$F}bzNH!a2^v%5{qDGJn!FE_Zse8tA(^Ri?+nH{ zN~8aX$Q*iMk3l8`MtU~`k9AR7yYy_zB02_^$w3oW!h zDpvf!Q+abeXB76})|-)}_m zvKB_%^)f{T09k#*1`)}ob&0!8g`e<%&hno>2naXd;xdMGZUjzoi8#Vy>(4E;5jT-Y zbkY#xl2HQ_M1$LsVuEOU65XivMwZQ7r!iHv_aj)_gZAk;e=Q~p(1=)Rr zh39XUChJNb6lvb#Z5n=KhPA+i%s0@J0 z0^D5?QTSK)@PF%M^Z#)A{xfoAoD8dCx=IIEH5VupS zp{GxjPk-@b%_X`FxuII^7+cyvm$VBy?Fo>Ux2@a^8idzIqV+at1h2Db*07aw!NLzJ zi&bCEYf(eH30FviTSukyI57mEg1YMn*SpulDO?nd0tUSp71xdjvt;>rDtoZ4^A00O zBQwPwLe8=xpl=JPPRC_22ueIvPm3|ub7@Zo7Xat^78TK%-akI{JKgTp+oS9d1gx_V zeSe5;ciV92&Vg}m=vuqwc<#Ss_fQD<$Pbds)eC=;wrsrXMkArz36c9WiBii~5xoEx zoVHlcH|A#&XSi2^?|E(aWCYe9bpPD`SV_JV#=B~neSAB=FoEC=%GTlFDpUQmK7mSi zM2Dx8mN~c1(9IvsUCK~UO#A*UYjujha3OOitu|R-3QikoV@s5D7pL^5z~L#0b7cJ!+X9 zEUPcHQe2S829vkJ3@AI8{R2xTl!1u!vTL!0W4~Lu$TVnb?1|d(XZ?BFv+%2uYxIr1?&(z^I&Ka^dcwh-`I{ku)?(h5!J$+$AP1IXg{eHh# zPB$`1rj*R}=_vtWVPVi=Lr~r(LkIpFBc(3*HEK6-=y~n{PA3cuxZlvTDhn8Hl+@S3 z6*y7WSHe*dj!@p--cW^@-1LBpgn}L<@g(X3WPilixA5q#U9AqV)92KSlSv&NddtO(f@evyNFG53(|Phc*e9Jg(p?&ApZO~S`! zm6)4K9ZoVKBD2Wr5iN=K%+5T_ie8+3FRfOooE6pVQLAu6l14x9p-f1*$)@BGbpvz@ z*JW??eciwDOMVp*9UX!dcqO>|H;mNlEyI*^mMY&DXN>}83*|fKznvL;y?uQj+hvfJ zehPz5=Tz_5KjPn|e$*hDM6IQ^38o7$qCW6|i6}&=7W<+gu9NzK=MR~r49Sv)2ER5! zNB%sq8!xWx)cV;i_r=&y>;X^kt%dY_|87CSSay)8(mW=iK$)VmK@O2nH2JIg0#kGF zBPLdMj+}H&tu%E4Grb3MT@txaMXhw8h74xX>qt%;WArPpmKQzf2bH%xspgM?SJETP zM$UX`P{#3OW@d)*&)48)tL{r5isiC2*cRS9|4QCiNsdmnD2aB2`()*>$_Q89l=U2~ zAVB5Go0*k`!N6job~i1}sjNuZNEKOE#hszo3P2Si>c!55qna}Sx&MM#n}@LoM@YBd z)C^VZ29%9f?)P<3<;bPY_|QS`H-E&*Gq0R+YHny~Xkq@@v#Kw5hacPKww)3@ygc-Y zRA9qg+rCMof)%82M!->i0_2f6=GEM2=Erl509U4I_mDaxto92er8g$ z(FO^G#&IG=R*9|=ux4Ab{RYMS*|`*9A8OpY#t!_+*wqJ&N5*6FKi*{`;u49r+C~=A zL@~l(lN$hQ@ z`N>@)rza^XsXtcFS}1rdaEj?uCu}mcSp+_nVF?$UWul9)!n}gt;p2R@iee*;@Zc{{ zMY?movv2YIvPu}miK7D3IEAP}=rbVs#Tl_43%a6?6qo&@_Vu!zcJja>khn#+5sz|F zZ!j6{9rI@MDZp&t>={Dvi0f%n<0EhM)~gbWtc-_Rrwf8GEgBvGsA0E z5d+iF=1$@3f%%45cX<>Z7o#>tDYJMI5?M~#v^wr>!arLnrvOe&tj8r4=K;P%G z)A;=vtKBWx1$`UkSnuA-lLXfXJMQf&Dj!nKXr5Cy zfuc*eD+-|AlCtAu@ky|@Nt9*Mt|NW)>bi@2^f5VI9I&zm)~m7X4k;~xaqRHZUE3B& zuo1GXj;ur2paRruo8M~K*R?2PpMzDqt?y-iju&RC@Mf?A#>rN8B9uTEVs2@Ue*KDE zr+qrAQ+J7Qf!gtBf~)-DDb4K`)pB?JBQM^ib9oglV~T3Bs`crja3BM6 zGe(L_3h=={p=(BD;}iwT`yn(86G-)A{Uzz=DsY23_E>e9E5o8~Y<**=y>@dJj&(9; zuX%7Zj`F#CXQY8tcH5XWat6)cH_;uWX<$?X1%-|tyS27)=9_gl-L=*p~k)Bl`$Uf zXz~TpTtAUYOf3SB`bBx{#;W=|GdBZTneG&uz6lrOrZ%7XqY=tSf&ls5VlXvDC}h)Vzk^~k5ebecEaXUy#y9>?!ud7BgmlBtgH zi$qPUF>yjsRUA*;8Y-WAqOG>?-D-7INYKp%3bX2uo2nig3|c!+fUrq$xu9YC{4MM4 zVIx|cE}-~=)((Md$}>60A*aE4-ziF28Q!!m(3dFhMY9C$bNx@8B*o05C};jG!isa! zap#N}AmX_LcglXoMT0JEc9%tw>VN&*YnEMLrTQ}kAGV;M(_D#5SMnnk11`aDf|d`g zd&g_!F>O8R;+65#u^z`mhgNnk^?-c1_xIVgf64|FF%3H)R!>=WRnHf<`@DO5KTWuS za~m31qn=Xs{=I5+Fs=|lAB{`vWxd~cuZp>Puc_36|1=gk{QLc1KLjq^zI*&no3>bZHZihfCBSb%C~ua}pf*hdhgm0-hAuDXD1<8E^!_uMQ&fDTmI z;e`@!;9As&o9M#nQzVYJI{V8M-~hND*&0*KPQy6>lJs-YJ0QQ7wv@+Z<;c<9wO>y7-4V30gb*MryFJfW%Cx*9rvPOKuxI8*el7q);m zw7uGxQEsF4wg0R0TUhQ$&nyGbg5rYFPRKN|4u0d;^)PO^#sRlA@KyA_ z;3JR|r_<%x;jdXIwlwhFqI##53(onM(4=|YI#*n0YNj4$M!$lQK7!|-d|!o;5xnoq zzRpb@nX8rq84EV%jHoo{lEAAPt`{~Bt+D`J0QIlG(TUf~=OXJ|3UC#j3iX@L2Z+*% zW63S&4FCF%+@dppi4 zoRtWwCd;2)X_@r*;0h3aEgot+*S$`RHN4rJfn8iTsX5JCnFk54t^HD*t#X ze{MN;&JckTe|3xC(o(^8Yh0&5Aof5-fS6?FXPHeFN>Bs z6*|X)|f`;!%(*u0og%as|UN|5a6;iVE=g^|S zC<2!f_AWq3xmY}+MS*Dri1}WC;8kL_P!NAG|0WZq4N-JPtNa=nm`DS>DD#o4^e@NW zK)*!n>;w?J-;=la-G%z*Qo`Q8ql}+;618pl&igh6*5KVqwkyIH0@Kqcr-l5Q=lc~4 zP?mRfZOtsjHJTQl!BO3!sQgk`?0e+XuXW$gXjr860FAV{ZwfCW#O*{Mu4`ddg5v2Z zxs!D+nxGQG-N3Z*Ct>l2IQh@E7hZ=*cLQjiBObiBj!(iNyGZl&hLNm$*k&OzDnDIl zTovz~`n<88Pf@NR?!11U9mYoK>wxz0`dd+B%OJS1!P+lSnqR9T?sF_WiFVP!5QAe3 zOdhtiJbl&coiXLavWbAhx)mS+!V{(CGQE1GR{}YU7Lo$C%K6wIUjb;HHcw zUk10)r#TX&@9e-s&3Y;Y8q63`5M~|KO`ZWu9Pt1#SqOPKsrXI}M%RSZ=7{xJOEOc&_&tP!de-~!y z5<`yV!QUc#xUu^E`*`Y3uk)O=aYgQ}+kMN5oFO|knCOyS9)~I>E^cBMh6cl?i>h2n z+sJXHUcoxxFB`0+Y4tFwi!Zd`Yhe)fvR0Q6v&Ic-Zow=da4OA>nh; zeRXULNBBx@%1D85-aebl2)y1xxX`uAQ*OLU{C-8V2iXo<#db#L?NP~Jw<=G!dP*WP z>foQ2htn_2yzo$F&umqW_%lRDh&|*Fi_?KCa#-GySN#meucF0PU+xhM)*QnsiKr&LdGa3mn(IUv3I7^$x&mz2na{)Vl*q*EM-n&qlFW-N6jd9EB+cOWJPxas^Hi zOD83c!Vwj6)>fv^49|Jam;SHusJ>&HSw5di5H$S4W(`2B(+ zP#c^VhJ{-$a*_=Udc6Y#~`5S^J!S-h;fJ8QN%Sx$44ZSTjhb&3}f^z{daO zHGTg=gth!AH=~0ucn>erOE%9yqz?WKEI$B(5MvI+%o-pLtw!RQMRy3Zg99JR_;Xcv zO_EOr#nH~L`M&CX{o9=P=_WCpFuSD1wW;)L*wns9{=PbBVJsJ0sZPwL(zLAnE>Pos zSZ8*~J9sYar@feIwFy3ZIZHtb<~!ymzznlRw!*-uK@eCp4E;oKctS{|E`^RsJGg#( zI0}K!O;Fu0LpW9vu3kBkO5C=Waw$m`aEjYPRf+KBUolf0OLFGNzSwa=QH|J5y36 z-n610Ny;!G&KlzNFh2o!K$ma)JzO9hpcW|aZ~?h4Kd(D$miV|9*!WBM!ei}ef(Y=x zfCpz{|DZJFYr$=}@CZG$8jB{>D>n9$*q}>Mf1wMq)+v2ln3@X z*dz?`!<%`PnijhK{SWlxfJTIxk-5v#yGD+paD+Gm0z;aUs2@~9=k0TGFQCu8-=k-a ztbPCE(@&UhdhEkQbOXzD9!c~dM>hkKuX zb#fbUnOn&@309Kt0x+Z)3^Nmo7g}pG3>9;;&N@+k5<-EnwtOE8<$aOm3mqfBaNQM2 zHB{4V@;X%IA*oR=WVcxZWS57Bi7aw{%O;7n(rdcE=czJA>+X{->0lXW5io<70O88G z4}VkHOvVc&qp6BBA&FXC*N>)$qgr@wVW5jy@UMHnz>cXY=)F6mF9dA0K>JmbqnXCy zgXWUXNwz*Kn@yj!S5Pecu{nTip)6Reki|9&eR(<5J8fK66rcW~YfDP2F$>-i`zB-cFO#a%Iu$mB%F= zTI4l7U;SX?8E={%XJU5}DP*4{SI-iv%BT*b34}-Z%xG^`@cpK;MU2HBRivgz!?Xr5Il?zst#d{y!i&El*O z0x$~?UqdSsuvtuZXHGHRLPP>@h5M9f+dGv>2enBHLtUF;Gq8udY9nJvQee+7dXbb) zjYyCl$uv=)%CP?0^X+)}GEx#q!G2D2rC#r*IqCXlaUE|&+?coF-GEQ@DZ}da@v0VS zHqxkc7+Ra2er@lQmw}zJwRZ$;T=HelF!@D0)I_l0xBAH?^}fH-QeV`5543JO!6{70 z_45R>x_iOluvfbrmp4mFgp5wsJa|TZ&uBWHo^P9fQlr(k`XqFby|bWYxFNe-a8FHDeUR?A-|8*-6pMQr5aJ*aRku38sFV;3o5=>Lq|!jPZy;y`4o$l|hHVr; zMGf$@s>qOY2E3y+lZPzb=Lp7;At}tRP0+w@?Z^kjAI#Iar9&bII}A(sK|*)1a+M-& zUGoIFOWjm!V7X>S9FA`LSIBTgS(F48zG*>oggn>8u PLP>s<6)h3g`Tjou=cK|1 literal 30687 zcmbSzWmFtNlaJT?zWY@Tfj?zL(NXYFKp+shxR{U}2n46|@`r=~)cERVO96%VZVD<6 zLWcJGcBVECrq)&QWY}HMD0H(Rebfg#*_8jGQt#HtNhKBm-3C~=vFlj?StKYt=@LW*hGvgrzJV8 z{?OypmyTNDytF&`s$7P~k(G@xojmM0F1R?>63;j@VNjXY&_W0oV^qih7GDxAyPKul(7{H1w z${<3L74XO9!yBQVfP#k>c??v&AAh?CGo6(_RQ#k3==-g={#GbQ|J7>&qzD5+F`a6v zW-9Us=pz$U%7_D*+<>z2beWep98Av5(p-M)VYJJZ?mCvgS7*8Chx&;= zxx3TuG3)@YHWMNZX#aeH)&-<^xMrL6E@Aw2W}W}+Os0Ww)CDwI`V4t#HrT9Zh1%d& zyo^)xjvn4=y~{V4y(_yAzwPEw3b}*tFRGXS=ITtKy)XpKU8bv~1kF(%r@-eL!<%7YyV_=}G& zV>jM1ffnK(OH{G=`@#s}R2pnDvubrZUm>p@%~#tI48?Ksgz-J@%R240ck29nVxXt5 zTf8BDzVpxP+syPQit6g_c0Fm_RV&Fhmr&lCgQQYH{aw~~GQ0EriNZ4^V;(fhN-zob zhk68@slyfu8o%oDC~qsgw-DpI4Q>($Z=3GFVjNWbU&U;jGFB&4_hBN zJlraw(OX5+M5Zmjn+Q-MawBxIiP3>46Co;EvH<8+01>J`qR%1(> zp8g;m!kcIH4ln zd3eNSWtC^04`)LU4$Nq=QKQIzX=s!rB9A4qh&H|jx{Ri9cHf`2mnX9rht)XjPa2tP zO?df2q1QKv8Ck~cyrvT|gjHDICgY>hht3a=WrfEqK!&N+QWd1&OtQB_HRH}9xp_qi zGW8C>;rXr>%7A9?A!gR+Sn?-C8IZI%jv{(i;!R zAa^z~Vq8?U%on-ny4)v@;t0ooAZBPMACqxs8zLkkV&Zge8$wE&Da&K|E_`aJZPp_@ zD+_dXagkM26qJ%eu(7#0(BDr&O^w3901Z z2^-r?udB=B{%Sv)R#IF%GcV6?ZB1usc{!2K6H?8}kPHv8+h*-~pmsB&5mBCC!EaxA zx*k?;9p(EQOsOmrjdy>NH=fWo-guns&}=w5tGsE_HbW`3WlcryRP~!ETrt|SD5fK_ zO@d1Vb!8}l?oHU$muCek9-?9jp#6c)S0SAdZhSwEep=zoL#pxG?LWa$^WG zGWf%#;(J`&&U5K=mnZicc|8-UcBYil)BdQ)MHO~1d|@FKAPSv52-$qTj1Kd*9v%Ip zz$6BsP!#g?FI9UG{nT^W)efM4N)emmfkKZ*YfHh=G{Y`#>U@X2d7M5tBxVF11s-W=U>FMeF z?UKE+BU&2xMs;9uF*zfHWTDo)?|ie5>g(5^v*9zuB)U%Sy$6_Ihfq*ZzCj+o9WT_9 zef^4LZEgMXjP$5ya8K65>EWRyAW}}(3xn$R{0V=XZ6b;X!Ip7%#E8ayR?s7Lm|b$4 zRkEkz)|`8L=r?ALR0=B#+9y(_l3l40j3UysBpg%RzdSyRcvALh)0 zaOhJ@gGUlyyfPN^{a3a!$J_MGI~8{Ar)!a*@W;Oy(!x_~~tL zYnw7ic&8op;CSnao`#1MFLL;aQyE0?9LE!bf_XAtyWYS0xZn+5L9P( zfUQ4mt{V4Bh&4H#7qs-E*$Fk@Qx2KIOo^}oDkRDy`yW5x0CE2X7NJzVexbCusHloX ztM695-s%e#RbUt)H#O!?5@5T?2;RS)ju&jN_I?3D4%AQOw}@UyK5T`VAMxDg?&XP1 z2?9dhn=m3CiEttwMjW(jqVd`oz*l@Be2;^J#P90L+1A$fx3{;-{r1ENteuTu!TZZ< zZnDE8ivZR&a6E44@^~z3RlZ2yP+b1FTV}2#g?@nA>lr(cA>3(0;KKchC{X9jzH={a z$Y6vm6CE-(v&Z3+91r)koQ+GH=pafoUh8I&7PZVNOa=Z5mA8);ocWNabZbD`V$Uwa zq|GU^n+aLVWhcSG%waU2xm!4f%~&ZL+g5Aew1Z$E4NoBWN|xhx0NsI zKg=5j)MP$YQJ-Se?SMv$F%8U0o^2k?1{t zDRljKA|n6xSLNJKn^zd6yn?QQ8f$N$5pin9b$_B4x3}LwFYYg}7+#t>k)iHoetuWS zfJDM(o*X-HVPXF+3^s>W6o1^5p;);3wp^NPv{so&%UJn4LqfablnegmhSlb(1RJtc zV}Gi28bMi(wM#iT{=1t}x|%Q%Kv2SRjo+=uWDa{A`EgWS&A?@AYx@Bk`{J;?o!Za+ z=13LzSm0Z07H6lXt6z1B8zcBK|zNFdvx+*6{>bN+nT5d?RYA*56N@^B-AolOa8tOcp6}>4GcnD+`$MPt)9Qh8Pj;P@2Yt$JI9O+-&8+L$!Ljre!L{}b zqV7PMPWRR~7y9T2s(IF6{ZF`kq7`Q)H5e=(W#nAvtX+Mv19O!Xh|}g zd)ZdWH*7k!oR>I1oh$k2;_~wR>MEzC1dShxYBwS~{RHaj>N>l;B%`GbiKdjTGMUIK z=E7!Zy^69rS!$GXa9}kaP00lM7taj(Me&}=pdgR=*lkQlI~+gY6`rd6`#FhN%!V4l z09s#PH!wE7oRnnX+^#1PkJ9UcM?lNaY<9}Y&DCWe+7%EIS{B^MPlu?vLAT?RbKHBv zaAIf8p8oYk$D}k3+Rc-idq2ZpAvtEt#yoHulU!++jyxx`r|ARsRszLZ6aTh_Fz2H; z?}8yq>VrI zT(9M^3*EqaqjII_F;6Euztj2W^U9=il_VS|zNesj?s8#mgBVo1WezX6XGtd*sdNg1 znYLY zHZ>)ko!JBhZLKOPDPhw*kgeN#Im7W}^qGxpOy)|0eEj|8HIJ7rSLf#9FD~ptdYg}fXxb~48X#6|z2X9ZIeJ+tq6x9s0xAPaVi;B~(6UE!|D?+7= z#i`VzUqOvhH7_AO^v>>y)=PuCtU+ZI=77{b(dc$Kl_{Vt@PvKdeF6Hel8*7d$u!>C zNoW~kb^=Yk7~2F0pZi?g&+`OAt~I@H_}8pWR=12?N7sN^#l*$E(m2md`X^I9r|s0d zLo%$4a}-Nd^6}$GPQ`Xo!29wW8BxT>#>T|Nd>x{pp*dCy)(9NJv$;#J+n;^b_j%1$ z@+3&0oBfBro)c6YX&oGn-Jfo4N3J}c&vSh>grORXf%m5?+=76vz&5B2?-IE&a9$lI z6G1=6#dnA+<-cb~zoO+WtHugIt-Hg|$izDj^n-wj>}Z~B^*%N(&W??zdzx0YN{GYRN;9-gGM?V)5ET{mWn$T);c{wf5~ik9l5yY4 z1tnY?J)YEQv3qm?NipGt{_W|ZBK#R5qF>$gm7|b`xu5XeE8^PqXzWr4=*Iy1u8%y` zRIZZc;?Do_m82u}5b%zJCLUdxmzBo1AvUHXVLttt7O{(?C=i& z>xvg{d={ZG2C-WUPHWlh-=FqH0Ds)va%z6d`TUB}QLT#Hs@|~rF^~xJwarzx9NMzA zK|c?6Goq2&A$L}7n?70={9gczKGfOq03qKzZ}BI=;R#>&_&tTq$Uiipv2S#@p0g#Y za(a4MdaNXKe!`N-6Que;QkE3*hRJ-EmWq{CVLt{gA}L8i;Lp;7)DV%)A4Fo0pPbK* zT!esc0A^n4e5&PTl+3`Y&q&0k*Yf6v;7CtRhh>p(RjtnQXM8Oi<*%;A?0Ii#tmNs= z;+*P<%9ra!Znp+aEmvp+b!mJH@?vOe|YO5#|s|vt(gawPWlSnf9lPSpgFu#e`p0o>in*TF_qhW0kGRvRyd77ex4TvlsK79B}^@8QXi1{%3y)S+I{J2_|%abs9 z@Az-myfGyJPyu99Sy@>hE_pnk9u#Np)L97(&Cz+YMI2a^4vYJO#*@~{>@dGYB7o*S zTCdZT?{Y5BX5FJMvppmgfRtmbEE32L%wcEfTLk5`4FN~;lz@x>Q){lY_xD*((|j-3 zNclh+xKLOfFu&zlQ?nPUF+8Q82qdx%+g??xwHY^>uBIVv!WCRDFg~dKT+=(J%-c7u zSuvK*r(JHUC2v{&mx7KPl~4R9?*|}G0Y8ureRrcycl`1nN;k7{QSx9MuWp6 zCu?3Q;G)6mP7LV9w(MLyV>Y)Wd{Oojt3ZyMJ(DCvn6#)1l!c40Ba9R_ceSN;2QO#_zYDb`Dh3 z-d{uDAL=dw@|a#DAXFI+VFRGQQms^iW2vKqAHWPR+4HiU@#f~Hpqd)q%F2p@k`jv02>X+tgY9acz zAPw_Y7`#obhB=)#NX>B-k>?${0m!b@eIDKJR;Nuwwe4v6SquETgi1|sx@R)!-zf(_ zgS7t7dPj6LG=&w8x~2Jo(3!rzzELlHwX%-~JC+;I#nOEIEW};Q=|2VIK1wijBt|tw zgZW+1;f_gqiP_VqdtXa1h)GXAZxrBPr$=&s%2alp2u1Jf2%SxT+lfxN!;G^^*urCW z5F3d7*STP4D-o;72hr{#Wa(z2b+Dx66st`7Sd_7@oEU_gx8Vjmj~pe0-?VE`9>8pQ z={QICsQS44q%`&Nv{H?*s>ulP(-~rJUSZiakXyb33bF02wJL zE7N#idZobMTwVPI;#^Bh%aBK~JrE+{wY0RRr>AXTSEde4#eC1nG4LyOjN)7hHi2W| z9g(j%m=!TKz^x3Crg8C}kk=R=HS`v{$n$S{=Yd{LU+dYkuU?@a#A{Wot|Y?Dfab2D z+EV$zATV1PbpO>NuRvi%s3 z90bDak4e0<)M)P{$OL54I+ZHloKFaVIto6%boZ0SzCy$EaY0ORHnu7_KnRP8?aj^H zhK7btJgY=*d!!>_zVjBn-QC_15pMy^g~M!s#LLS|PDv>_FfcGO+nNPO4CWD6V_ZmW zC!ZasTncT$Y9zU^xEP=xW-J%ddXE2#hrP5hIx&~3|3{!*z5mN(@WJrvFTN?XePOFB zwKJPtoo{0Kre6_3?sTbue2rAlZ@f^RGB-c@j%K)_rY1%vm5a%s|7}!M zl*`?^f2tgII4`VVI$IR;%8iFTS(-_EVrJeby03?xhNj!7`rX^N{6O~Ray22!#*OXk z>$|nPOH&j)p;$oCk=S~u>8vuv&S1uQ1PSAu?p325?%dlFFw9KEH$q6!NO zOW4!$yQW7+%UfF@8SiNqnwJ+mVq;@3JkFp@Okr%*^&gzfj}Uri4e+c3q%6R#+E0`% zY`w6r^z_01clz~zbGQM;c$jydiK^AR66hm+hLs8GhGJbWrBco-UHd!Puo2(jXQ3zA zT6paD80-#F+E%G7*P*>@2#D?2L+a}7rRcIe$Oh&yzX8^FV3bWVH-Y~AI?gzCSm$32 zXDK&{yZL7shioRCzC`VrS~=q}l*0g=2kx8H$3aOntTHx%J`*%0tru#tW@Xp!Z4=;9 z?cJO{J-e5vbIMY)fS1>-TZgY|Ypk}vOOJUw((H)dzE%>tT4wJBe|iT14*^S8#YsB|MPvqz0ihV(VU-z!g#L~r*F)dpBj=i?cg zt(DcDJvE;_6JI_CbJg<`$Q|M~RF=|nk2`hRK>gmL2x1^4D$uRBKSTE?CYzH$d~93H zjlQ)>_$?l`q=8VM(V?~?iXM=E zwzqFDFMF|Zqx44=hy7?=MASyL9dBt)XQIitScs{OHWfF5Xypb4bI3ESs>DjAR8kSJ z+(h&%`X^EcGqN`#YOTyN`)p*5>?Gx00J<^w?NAwgQWOPYib7 z=PUiJZIrn@;yPw02ds~u4iJ{lO?L;}hm^_8_EhI_rDv^`Q1s3>dgS8iH5rpfu1=Pd zwOZXGqoT4xyvT=L06matMh}3xl3i||=(?Uus?hErjC?YXuTvSOWq^n?X&Y}O?1Dwq zWUiJwzmw4^$C;+Wf9%bt5BKrm9c-f{zsk(S#v2vd6BZGPh#2oH8=hg}!e@dr(XWT9 zC2Ol63U(vpU!S)Tge{oQm5fWL&OR{N;%{zljpbf0OG|`SE7v2jKUTz!SE%%c;C1|6 zw93&IV9nI6blSlORv3Ch!7KCBB3xN;U0ro}VmI>~d>i?Wu(08$w33rZ^;L2zJg@5o zd8_+v9e$Wh>K_|+fOvkH%`JY~8xqc)47;J{{rgsz>k~AsR&MXD1aHuiwM$$=I>$od z<;;f4=9|Vin&CN~nUaKxg5RjX4o!-a9YC$pRN{no{(WePJkQ-^!t*|i?fdiBUS`4q zt&f=l&l^{pEA3^7o`N3M#^V}C#Ui6^LwXhzNoa~X*d0>O<)lV zTZE2rw$$A0uaajl8Zt7xI=vC$zgGW7KtPa_`@HLw!il{HXz-WXKoLs~zc(rkWIi3q zZHO@Y`_8_OT_%u((-K-j>@h$4X|ZK;(X6c4o}if-%IwDHwj(e<)2h6G21^xk`|~_z z2IqKgh|<*fE6^0BpWvI;vjjO~!obf`nUbp&=_FVwbc1nGpPmUrdYP%3$$yqF-pZQT=6_+(&jDk?$J6-(8ulc&uYU zTxP@HKb)|Fe-~_{pj^lM!rHy^l>V zVKg*#?K5T*KuV@A>1Cvt2HWE=)qR2KL-vP_WZr?DZH_$}A|4YHncDknSAn$4HmQw& z`pjn_Fai4n>DPwB^9)w4pBM+N*mwVy_O?N{QoHp{$-eg~4s?7_sh@F#GHT(RyNrBh zS^p}YYT*@OezQ}~)Ti5i1`&(kaeh#7B7tVoFc?^BdxfMc(|q;JV(trRosERD=3deRLO* z(x-5SH(hH(=B!YQz~JEOWC$k-i5HOfZES4B7#=UyivoEmqJ#3#OTHUsNgyowI=E+; zMpA3@5%ak-dhB~4tvxGo`h=vT^1Z&zwDN5o3!b;Q*j{$a^w12ZiCWevPVhgDKIUKX zeSD{`y#IX`AYQwChV|2dwaFN8w;lVXeBKe^UBJJT<=4^~ya+GMEb3O3^UnLb-Ya2s zdr^SxpV4S1oo>9H?e{KbOF7SIW};ZW4U$P9?ubaXpB&i@)U|<;K z_L|j~Ym&O;O1+?yztGk4CZ39HUVcMYPJI#dwbt$8mnhh*TyFJFA#QHQ#keFPi>8pi zF$)rH-jSG?2xPd_mf$zQu73rKZs}V~q8{XL)+f;*2@aKOr%_(0F#b3VkI6eslbQhC zV?53`8x2d9-)qX?R+(&zQmq7QM9e{v`p(0F^C+n}D?fcq?8L z-K9T52#8sV^D>rQqm!R}{Cb%6n^GWOspv=;NfcCf?-)l5kG-@ZP(w{2q1PhWkpSjk zv{~a15g`L;MFS(FC}1;=Rg{LI-R>lt^P7{9S1&rSm%g&k_RdrAUW8lU3mnZ7+*7h2 zSa9NYd`GVJx9H;mQ2=^RM%c)FKyY}Eo)S?-US8f;3fi!6CCy6Ve0bX<0IvYZ<%oz^ zEjXB!I9TZMQ9l2R zIdZ4nw9S7KmoYoWvD@2&&vldEolZDcj!rFR1sitL+-2%bCO(T#|3Snc5ChmzfHJQf zx`&)~BFa3Het0@3a`@Ei#<3rlxo!m3TENUHRdN7NRQF^H6xOFVgP~`9tF9>ix1JliF{K`muftHWcz4+ zaaN*zV0o$4b4|by*Y`WZHm!{-EDg?1KHHpn<@MT5-_Wt!zNsqe3njn&65%H(7M`E4 zckem2Jf6?>@V%ynv}_o4kvM!8K2NN@l0LXLm#awB)z3CPWR||{& z;EO)|Fipy9g!5jyxdo_phrMw)1_lOzJ*-fnm2thBeJhFK-99i@fU>w+XJK zr($*h_Hu-TlIB&_T5EH8d3`8ON}mG7oJdL`gNl(^cxA~AN_%$MOt)jVC^eyQjR|$koHEB`Zd97qmtH+_wdP`9G7VPs&`z$58wExkngXZd%jazCSQGdbkp9LN88>eyX!;uR4j3!9rLr zkVY$RU+S;;F$enjlW3qswc24QjxL(tDyhzX%=Q)hW72i1vS9~}a@q8Y9#JzeD03MB zlKOpgbW{v&qWNsqD%9ug_qLXV&dS@Tt-w%*g^iU=WZAM%sa`h=p-3x_eRbC5?#tk3 zHa6i2t5CR&dp>Xa(~R>0R~esFo*(MDo{b?ftQHG z0j`w}O0DtgcAwJ+lx=4>bg*>47M?Pq){2x*hA4AhhxVll9;Yc>{%fHLo>PLLju|LcmyTeXZ z2HW&~LEj(8K`W0MWmf7%*)Fim(Uym{r4?s>XIbehL9q10wlDXY>8@$~A0!NRMngSf zAfE#Ah>-(^Hq+T#ty;KX`u;A5Yq!=s1T;Icvnf7nA!_>1NGeL|_z_-Hem$>0ellHn ztGO2(Ez1L&+JBzYej$mo@RsoImsQX%?ATc3r6EsQLOEw-3l zCsjt&(C|xTWo1KS<1aEskpVNZVe?*OJCZ&&UQBLO4g5>ny znfz{46o>R7D*?54@*@ndEKAEpfb1QVv+?=L?}pJtym+tZ`lDq94QA=x!=WXJKzxY& zTSM95K8>gP?3!Ka6&!bJZyblO5x$LGmB!}f`MGX?1nJ<#!-L1L(Xo{H zL{~yYGHWDYGtrC%o;wL*J}Op{hAK0TM^Qp_r{3DacDZU|BCkplwD zLb$E2+&)VD!$li#JP^O(Q2AD2u|RAW@i5LQsT5% z;bmgoj$KFy!ciMS1Jrq~X`SqNV_Ho)q1*)r1^_PgR)jM4)H=qDXY$9o9X_hK=U~<$ zuj1n3Nb(c%)ISa8XWcQW5e$WK-;A4rbi<5>+YSOXzt%Oug}{KS?voCtINu{cB?MCu?W1XVKpr{P?v( zl~Y5jcm0C7?D{%8xE}Lqg*PerEZdWSW+dIC`Kn3~x8@7ODvx3kAJl1of-h`_HV^n# ziE!EnZjkYfhdD6hn1@-V5ye-tws)HD6Lgt;g^0HiX-(-@(~mE65Sr8a>kv4%ton2kOUgj z#CgfX5zXjUy0aU>ix_;}?$7!vWKyW;bhCSgYu!8zA9a&sZF_aN?hc@{8vMVbr{J=7 zirLjgWt5b@9(qo4s3|-( z4dX4FcI`Y@l>0_N)zkg8Ijgv+$Kwu*+-^To)NZ?o(Sa4l@nh%;y#K4S^LtO@4Si3` z*v;qb1x&UbF*EC*4P2_T)+mh)df7+!7z4P zWbZ~mj&hhM>ko~uM$>85c95q6Byoo09Eqm@?cHTftyiB2RvI)eH$7c8 z?FxZXP#NRu@bt2ekPxTlSj{yYmFbcR7D9jab6~r8H&1N5n`@UBQdDnfUZsLBnKZl3 zulv?APt5<~`+!TL%VOx2WPs6zC5PSPIMK*rbMYE1ljn$arcz_B9TCuH8zpMJo4ojZ>Hsnz@7-1x{rVwRu*zc9|;Ji5EMSWr0p~>_0MB0Rv`LUyhhN zc|l($_=g$m%o|`SU4^4;s-Pm`k=uJ$XN>YP)Oi-74G)}x*r|RTa$_@ zg+69#k_dhVhLqSKmBbb$X6G?Qvy?6$vZk92K%fa{9ol<5HeUgguH2uhkM*zs>^Px$ zx9;ET8CYUrbL=+o+IxVlSBP5#)clwg%$9Y-O}?)L2$SX$*)N3mM0coy)&z&NjUu>i zn=0JWj?w!cqUQ~EqS$TBigi4(`q0ZzWbmU!F`Yi=jmslFETSi zor+|Fw(T!cEus^P5<&=5PTkFXr}CK0C1+1c&qXLU3()Z4)5p4gU>Yk#LdffuhqvwIy#D5}3v1%;8Fg zM=08F{?r^8AU{3&ukB7;^zw8)1O=nS;!*Ttw)3;k6XGk;?9j$}wnNZY+T4H^b%Q@) zu>HdOLfU$`xABZP*4nKXL6SHn9x~Gr>P4qwDq@W4GV?C>Fe8xDDJ=A3aJs_AyIMUu z^G<&b`uLaWV)G50Xtu+h?Ocsma2k@){^ewuT1x*e>82YSHVtl+SRi%OrbmYVjD&Jn z*n)*16wxG0MB{OIVwc(hO}IPr?pPf^=y9iZ(58DC@N{9TX>s>?tBc}v23c11qD zD9W_>u~Ai{_|{m(28nxQ7vTRgw+%hk_6NWpV@tkGU(x95!!R|b(!znkz*AIajenwJ zZ{&Y~r^^Ug7&O+pkLjkAryy&Lpet}Tw7_Ye-#gNCMk~RJ1>uq*IPpO8Q)=G6*mZ93 z!;qd*jSw2(eB*}-tZOt&=nM;>>_pJrktODH8KZDnh2fiQ<=yCU=eL2Ir+R&UGftdq zfQr7f&U)6Rgy%g4NtSkDQ?fFFGC}}g8%X0wDWoN z?oA7$=4Ze;z(ODKyqK03X7FsSj#1O@I`T^Jr%DNvrx+?YA73G|OB)>a5|%ls8=SDn6uay|-q>;gKoABaU=bVOuh>a`(3&iTi)|`Yv$#{^->5i3g zKqf}zxA*7ET|SG=jqpER_p$2ZKj?EOl>VKU+YsHhzZ8H6d_f`)?=NwNoct5x9r<8! zo(55-)kIl33LZy3l6)#)S;%kyzO&LYA%Q47Z5t$&l<(NF>3Gd=z8{cUUj7Ug6>7Yp zAs98bZvE4!!mifd!OtzIz?b5{zR~Q9eE(+9xoKxZj@SM0BkUuF^TPQjz;`g^sdMu_ z>y^@*Hc$faAXdLnnh$gbg|h6Pt3>&^UqC;ZJL)&pn%m)J4X~|&$~}yhYSnLgFc_}bUD zj|Pf16u!I3;Axw*vpa97Ao+<3iID}Pf$duip!oq5rtoM#09o6b+kD*}vb3m4prXIt ziYW_8&hk(%d6qAQ7z7~h78iTnI2tbD9M9>2e?$98{Tz`p-Q)THw1OL4 zI^)wvx8Ex*!q(c58gHPwGMg-Ybuq7!V-d5q-s>1zvGZyjf74;IKmWtfxxy=T`l=7* zV&3&BWr~&0^@`-nOs+wwTKCBNJSMYAG+sAH-YoG2FZ{k}_YI_MiV+fE8QQel{X*z; z4IIDj?D*1+1)@GC6QOlPrNjRxN$dHL5yO*)*mzsoMmPKE@0|jp{SIx`rW@9WcSFAN zt#@~i?JO?+KjpCb#4jG^KrZf`>A16&1yc?)IYdj@G50||vOq}fficY5tSd15`K;$^ zF@saZl6|+AZ74HQTzouB`L%=+gvfsVVgPrW*~TEkp=dMxQfc+2WCzz!3j7KMvR^v% z@KPWln2=l)Hb2T@;{7h-zglxdLT+C(E%?#F(KQP#IQf%?)GwaT5l*Jv$mhs84UFk5 zPzsb`Lov2dalyv~d6`;=NN3MGiQAnks!6~+3QFNlS%)ZHLzKC5p}72F+}7C7XN^`s z$ej%5+`g;L5coQLyG-0R8R%3G;C;7Q_D-y;>3e&XSeWarf4M`osB9c$klsA9jR$L& zUg^gd2gEBbhN7Y6{=PxMUzLDk$_rNJ9x?9#Pz_}@L^RmLAE)quo6)n|jClD~13?hok-c zD9R9UQc1wDtmSaVc_%v-v*LL?H{TgXQib<3wS?|)z7F$9I~n1{*+Zu_ifn^ccCJtf zXw77Q{NUAI=8{QT;zN21U2D4PnmwLrVO)*|ASJH*;WzQ}Ihyq5TNFHLnIAZ>JfK!X z5J2QFq4&$omthqq;ZKvD{kz&v(f@}B&aar}tZza8rJ^P+y0DOXbd?kVe zEN)LQwfBp1gO!(w=6(@pTupxQ!}EqR?y{z*57oPC9v+ICTB^OA`F3e;w$CaEu>Vx7 z;#egF><00)sw8{*Et(|{#%fQ~BWgg-KLas;$q3EJ@(K4UO=}QR#--ZT7_6A`mAY$j zxwS_PNbe?)FX00S*tHPtg4SOG%eNxl_&ZHP``?RK5-{&}u z__aRH?$XD!rFCu00(NEDtX%K&6jOXrep{MQ1aRC=YVK<~f}q1TC?z2J7EW-roo>M1 zhu$O(ZH2+C9HHjCQ?gR@tpvd1`j_fB_rVJS`b3Bv(d%MOeom`5> z$LD$F2BivVYE0xpCw)4&c6)eusGLu_p)Hv|_F_@)q1r*UIcf2|KS>(~0((DTH4m=G z7#+|{VIXa)FrULXX?ADc9aRT?ct5J~aaVz-7TU@Q4ti~eahI7uf5e)upARK4mXO53 zCdk_I>TwE7w=QhU0MbKe=b$Yoea7ww_=aVi;bY(=2e)yJLOZF{8!TYAytFCk{&N;I zzDFu)L_%0Gw))FQ>Y^gCYE__W82oPHpP4*;myb01EmoV^^p5dDT(r+e9uRozz(%&VqN8G9mZq_wUK-;{mFm zl@{;7rMCRwhQ`XaF@`nr?u8u?Sw?`sEuQv_*XU{&s*!MZ<6H|pj*V5VoVT!$Y44C` z*~V5bytj+}1l&%|r$FG6NAg&e%~1f{iMZRA&+_^%>fKGFUR#!>jgk`rpuKj~G??VO z3eWgLMe7PmL_kecY^v_uj`PbdP)NlX)9X94NwV^arXY21K{yw_!<_#n=szi$8}lPd z1~VyZ|0HUQ)oRLlur6!s=$zCWsab^?MUO5nr%IIT^>_#`uCXS^E{1gGD93GM~A-oiTx^L=gx~F5S z@(%3ku6IgSbc#<5T*)IV>Fsk;?m!AT^9KLbx7Bm*mzU|-z8mC%yf$O~{%mg6&js=M zdk*|$r)jZlp_bzEp;}2k2N6-DtgK#mDyJwQ+`n7lvMI4*Ur zKxnOe4TeX1Fsqf*GU**!PQ?@7a5hI)jHh2eoC#}#Lul5hz;?K}-0WQJ70b|9@qZga zL<9))(%lq!hArOZJoq|^@cC1_O1b;fDDq@ci-t$bcU%)jy+)TvMC)eZSAjARhzd0g z+r){=eZ;%1-_|b)ClES+y0ynn&w9-)awh*Kv));=Ui@|ml|cKAP*ha(twA5P=Sz=| zXb-c^)`(N14qby4zc#PSx@=T(Gd_#)=;sVDqiSEc&02i=*J?Fr_g{ZD?kCTLyNZ+B z^3~|JyS~qV1i0-UOW*Iw8|-uohfA=PE9rJqp8 zOJWIg(vKd>P^AK3MO!|1Ox$nMj(A*W4cW0Y_-QJ5k zzf|3O@(BYyUX}*%-<&aVnfopuRvl3Ci=4G{dCn+ZFXVSI+T4oVZnu+V*44z}ZNT|r zKqAl7uak2y`GtOV`lsVQmN%NnOL7l1NngLHFMW9lnzget0Aole#?utksf5>mx!e*K z6hcw79`ssAn@{*|7P~V zE@q35uP~Ms1QuQGEOmb7i|Uoh%Bk@Q8bpzhkQBq?4pcvV^1LDh`{%*l6WzX&%a`OA+Fx*Oe1=!M46#ZP>ZP3GKS(GbI(Vb$08ukIXI ze@ORbi{WvoL1vPUTT%IDe^}OUEjW(k&U3EiV?(lt7v(p7a``TAsN+y?U%JpBAZE8qfwy!i^D3cckVG@q>A_OcV(qKfnQ8?2QWb)jXYt zhwV$bIv7t{C}E)=N0M{0mtFw^QsC^hPrIivwy)mjv#mR^uwn;_#Z^`#45GCtzi)TH z&@4w_V!MrdZdfdL3P35?SsXb|$0TQ^)X&yXpT{*@6a-h_>AyJ0i*$^-`E%{3sUOVp z&Qs2RRp_;f);m8vW$wSpVB{;ExM_`7cjhcB8Z&C74{L905B{ZzE+p)nmy_c|ndXu; zgWwI>2&8l>nt_D>~nya7PALEX0cy4tAH`d-#Y$hmWzHvm=G*Qd5?;4P=cH@-Irb`Q798tCfqYAAyrx{J1C_+5?1B2$$Mq36%+*J!}7{~WdmdW3z^4#*Gv z6}QiKKgH`6JZcK{IT*z`(RG6Q3z;s?mhy3DX80ZOiJzx67gaCz5hTn)O23>cl$r56 zX;Vcv_r7M@^E=Uaue1@9W;~Lc(-2|aC4u80=zN0r-lu$PX(^m6_ue@Ym>Dpm5IWW= z+khqR!p#VwUhJe;N1(|x%NlljE5$&gF9#tKL>akr9h@7j2#&{*Gcf{criKO?AJv-? znIver>!_zscR>2$^;qNf+PySw9s`beNuF26J2zG5faS@n6|4u)Vl zhxYUBwvp}$&t~G?c-{$C_D=PjSh{@Bl1W0zNzHFZ^&x7c*cv|QYv6g%;RKoTzXhmDI8o=^m@;m{Zr`h2 zhsIU{PfrL2z>Nd~L|*^s#T|%@`~F=#qso5S!)3j;d0sk@!(cm;q0e035Dj#=h^xPs zBSYwc+asKYv5+E5Uw3?0yX>M?tV0n5GxeXBUt%0)n_IFr4drC&9!*PsD+$mCaUt6hvwH)T?y zKf#793JLivS36}Foom$4+*%u&_r-p6sv5eQn263a?M#&5GQAwU-SB*Otsn@2Jbn0( zVmMWg@2GE0Na^e6RCDMt5p&c2YAz=Q_(_wEEpFZtry>eEIvFb~fc~D{c$NnTOMsM@ ztj=__#iq=3|7FKx10|r65cny~yaqu6NeRWt>&Aav{B$P&xP6bp- zTIm*PQR(hRX*RIwR6>+)>F$km2}nwpv~)LY*z9k3-+#_^zVo}TbN*n*+G{b--1E%+ z-1E$=S!y0dn9;Bqe1-GeA-OY{l0ivMqy(FK_Za1K!7T$NJSA>JwNbBS45~7*d<&2{ z8zUVHJ2w{jz2g^F7C7S-(C&$Tu(OiJ6utiO>hb4j&;>HmI5Zn1dIrS7p7zevVk_Q%1?@xVEGY`3IeZaxR0K!$Ol$ zf7);G*KJa(_o6Q0^%b!3zG~h~6ejX|^hgO>)`0gKuOx@l*pV$@F;h0OIL_h`VMK}5 zdpr$AiCaDJ_%l_>*h^9@>4Om}6V5A9kb+7{r6tOZuUAPsbq7Q3trC!C4U4ma)LhQ! z`C6M0ui1z}3!TX8jFau>>Y2W#58603O|0cj?9VrlLSyA#nUyI<-{M_=zBl%CtwF#; zIsj{(YBnr?pVq48L}kn^>Q!^aX`c8|GF%@Hel6-G79PuQobj*yEw+U$865Hce*3rA zvt@jw(hvii8Q3%at(^d?VnxWkf5^0Ky>}-={(ELvlAijjxp;+k-?hNsykj-Cq8Hi) zr}oM%sx~)2dJRhQ6<}l5-qEEAC{nr}9)?h%Kxpy{ZXfjx3WrXCTGBZ`mtRcTe$Q$* z$M{Cm4)K$#cwV@^;$M`H{hR35aK4w#Hc1)ddZCibXDp0-^Te#C0MasQ|Mlm@?`@8N zwc7=}zIugB#YgYuBY)x7+Y}`Ozu2C5a~N4C+xrjK-tEi{xE=aHz<_1m-`by02XMYg+rd{?*CRFzX3@#`} zOH!F<<`xpfKR+jS$hhL`TQwWfjXF=bDnP4ek&Q8#kk%eXbR=9+>7HX}m>+-K?et6f z)wK0<)LT`UuS>do2ZDb-7YW5uH&M)n8sF!Ga&u69C+ifY%J|U*tMriqpL{O`?rBd3 zbr{>=yw4HS?lr@|2-+l(Uy&VkDAsMb%{}VCHDbBMn|I>|&agpZxExHZfee|66XFh# z@{6sxVXjvGag6rcz`wt6LG(5B?n_fI!`Q9U@i%b-FR_A7O%>szN!j!_>iN|>t+NSJ ziyt4B^c_2S9xjheq(|+G$)H;Np5@Ym>^(Us?wsRV(*jK3edVHWw>MW+TX|4|zNdFl zu@`%XC%gTcR|$Q-{t&x?jGXa746l8)IzH-SPt7huTYD?MiCZGejpdKA6RTKicZG`_ zc^!Hr^7Nr6Eqsw`7FT&)&DFArnb7}h9CkN*-OshLg+*st`;eolWQIK1loG(N#&a9rS^7PVKz`o)I^=x^%$t`nO3d>r2fz5ng%sfK1Uym^- zz_e#|4r(VHUh9?=Y<}`?+L01GmEt_~*`&&wu5U_;pC?xsaa7UwGy(TyNl1+fz%gSm zT*s1*-HYd3wQKzyukABSBIP?bY)810T>D1Hc1!t#0SU2+>7gELV_M2fEu_a8snJ4e z$(D^wO%5$3qIz{6$5^~ePUDh@*1^h8mPW!i1#184JlDxVpsNp@$l$d}eg0Uu!hN~0 z*6BD+2~z+6Em!lZz%HE99x#t>d(D%u3V3AfiD%Q%4`^~DG+u73RUprRo|pHNzrU9) zKb8EIu+1prN8#HbV~2R3TpN1(sYyWK6KIp1HPrZxB)FJF9aK|^106%dc9gjBb-gYD zc^?6m^%%9yVz}MQ?O*FTdjZQ-iW1K7oeXmotQ$T3u^sd&Wa2i}r(e*1q+-2ANbaQr zU+fJZse=jQT$z@>1B}LG483ME?7T!?XVYNe+(tV+SQL&GrQ6 z-_*ux)64xLHuX8r?SJwb-(GyJ7N?0#fr*xk)t!3o=H^XopN1dawQHKsy}Y>_Dbk#_ z*W`w==*mjC_6y$lt=k}elCHPIAew0-Ji=(HVUIGU)ilALqslczTwi|Z%8%Y z{Xk@u@$6^*9lKPh9hhGyOB%ydQj~_j&}-t=c+NCT0@-5DS5L03ayNQ6_fw_wYdxpN zk6qNyzd-}?ioL-~$sI#W$oYZZDJE?Y2#sUF{w0Z!Ew3NMdF_ ze5vH=V81S;#F9Fb_-R!2>7}c+rIL~{3tICeRo&9F@b>{S;u@+xIDPFLV#b0CVsYz^ zuG2vx4eK6hbF0Tm(|#fiJ6BF=9nC}QUW3O{G_3s=L2tG6t9C99okf zY%96PdZ)w-Yql7mcKZW8sQmTCR7=zYn`3sfR)~o2QQ?x|5DR3PZs!^Jyv2VDd*H#u zF@;}u(ic^zX;Uob+~Xv%Ay<2+{#W+Cr`Z{osR+V@{8}#caBO^Kfy~x7xaX2J^v9j# z5QZtQdsR)!h+&F=%<11#(Wd5}{k92cO8CKx5%XSf;d-TnQrg^YG3g|F_vh+o6usMr z8Fc+q2#ss4rII10;ArdCPt%CAqpho=kW(J>TuwzlM9Wt5NE#@uS; zhJ-;DQM{fF-l>T8S=55qe#A$KEELD_NfHIDM0u?#8 zq4$Emd3)>F;=LHKm4;@CJfsneE#QfFkqVRuQzB5Zhi{R^Rjgpp+}Zw|C~XRvT^?2u z5;C{3*Bq3cZJJrHvg7kc>GkV0YJve6Cbb07q5LbX>&`uv@tvI%t*SrZ98-&R9G;H7 zz2u(3LBH{&NBx0`m)a%rvBzS6{<6yxNvDu}#La5BiaTpSt=8WB$o~i#9qWF47Y^;Q z5G%MACz2Kn6efwJ$MNTSxP`4qgvo%*ZRk&rBOi@MiYf8RA1{F(N0P*}6#(&t9)lUj zKN^#Q>lU{jUtE9sM@E+1wEpy=mKlwW*O05G+S)Vx#0qJ2v(`X{6VyefZInfpQTlfV zEVZxk@pOh!s0>?bRd~q2St!-=;qOE+v4V~E1rZCy_;T?WlQ?Htu8i(?3+kL)g zSXE-A86==wp4Lw+Z>t0lH>x;iFBGLZ)j=0`= zwfI1zj=5v@{;BMcdWgVto7TgRkgP<(N%-fD;0c((DSvSl$*KEXrFWLBhj=(X5^01YvpRxU%;L*IUKa|B)V zD%#Di(WA%&o<+--kT&C`2O*Xs{-OL?n^z84&vpDmv9gwY<)rYWuNfP#=&U`MG_`!O z&3$|nOGAm39^=GRNRRrE9;#$N{-%k75~owdVgcld2~`240Bv5P0GzPtEyu?F(7uUD zn~jDazc|n~O}LzVAq-egC5VEDVZ&x#o8Jq_IQmYcw}L%CuDFokpY5li$_OC7)xw)lAzvqlL^^XKifvRdUKFg%5_** zNP7|Y2F?nztj3kly^;%j&-RlfB7vJhh&@D!C=iEV3@TA_DHBGrb!Iu4M+v;KBB11c za(dIE(~p+R>3dIYbJ|bv?b7dbJPtLq5&xwbA%B)+>bF=@hVr7=&K$^9SY`1Ss(oYY zQ!76%7WIy?5G{h&03Z)(osw-`JOA@hR$DMeJmMqC^Ph?u43+OY9~98x#0a#TE;!G6 zS^9-nd>%C@Pmvf{61ui&4Iu+dKK$*{@zp&g0I2@-fs3~2WOuj>El7Py7!b*X-wGZ1 zJrw8==|&sLNodEVC^dX{&#T^^SLP$xlw581cGr?i?u%-bul8r7p$kJL%ags?M#s;+ zra)15En>Fb_-P>SC6 z%?g?5WXFnE(pc2R%&+;xLHC>vtE1ymYL*HWKhwplJPokgjNv1a%jSnT)NaE_Ib<`F z9i` zup=2Dgite93})kC!}!ZA4wTt8c7#l}ef387y?;3)l1Sa;|w^jDZ>71;bTu47rwqcF-cyse? zPj9dE`}eugv8o0Oc3j{0w;OiVzYw+EUfNQ918vTujyjH}q!IJgCZA#nNfoEih*G+GH5Tw?uFb>*s6f}g- zW}==X&CI+sTkZW;`030rsiwxIy~XS1RA24Xz_8c-H22C%N=Vdh>gk`*H?ettOKWsV za*HNMy6OFM5wf8A9UVG-xpqUd6~7MF6M2YC{>HzmYIf+A3zAGaMaow_jA)q#z)x^A z07Q~pod#`B1k!>-LLP*4_$@6N$*c{O{|JWuneA*!ovaD*5mM0y-9t&~eYy27uau@S zzxly!L1+O+QCz>Ab!B@KXE|yewNVn4vv6@7<>y9)$-NK)j|c#K*q3uRT{bpD!i}8uX;pGcK z>2>{iXIJRhs*DH3S3PgL1{=c0+1v4J>*Wo`b9C-$Qc3bJp5hw=vgQ=%30uccJDg9! zHZ1*5cC!Op2WV`C2>+~XRfpJ0#~Ddm-!bt}qotkK#xn1LwDIRrCaND$I^>OIIS$>OUDMOv-(ulIslZxq|7$KzIvY+h2JXCEQ`0xLKNe7vz z_TOOmn*4_1ojkwjHs>$ip8htWtZV0H2&f@XdC~;DY0T2hD82a3wA9{=3%@kzd$%ZA z2eW^gjH=On@PeKxVVVrsnwUnkBTN4bBlIb@v$He60pre{I~yAtzFDld?(o!DTo!nu zs_s|9R)Kqc{S8z`4|wFKhKx7`yQXT>dTqW&&@c^BW&w9d0xhyHgq>VCL$I< zt6}K=r9P`EENr5w|1~d>{c8H{LcSe#hMgNBe&F>FBa7B7xr~9p9?g^B4%(Ztfjigu zDyA=54HU*K1>;uF!2d;shDQiAOQJ#x6QA$1)oq_)4(e}-udvW9@8l5ZHXeQ(aw68c zXfw%sfby(jJ^n_4(dSk4w6G>U$86gxZJTFFHO!Xvi1YP*!DL7u#lF;i#i8j()l^Bd zyYC^E6y!YU=AAn(YN07;>_nB@LzTvck3#~wm7f(qVj$^W3^W%EkTT{(QOM(lpCEWf zAF9C|3LT{1$?)lWd06iR_)Hx}aEb*KhFkNF3s55d^k5nLDz%ShEA^0WuFE8+iP^(- z}$dN#~wa1Je*m%u%e`*0#J=M@Ztm$Lf;kOBHl6n*UQkDXZe`J zvmP`7QU+GDy9LM5iEaYtB!MvM;*&!wsRklF*iON5xqY8hEYkmS?+Osx*FpQJ!XY0t zORa;wCLvYr+Q9=|B4R2o`gt5PLXkM5TEEa>y!%88w3RbpHwjG9o5iu};-Tk)em8{5 zxKAV?ljz$~x}>g5(LX<&y$K;|G8DvOSrj~c_~E6B$l6xN!L;a&!0>D zgW65C!hANSOv8(Z`-o2`GIuBDb?9qQhl|nSHRojX-fD0EG8h@X1`5t8NIZV_)|Fj! z`pxQWy}N!=8K4O?CULJB8#XaW$B6;P3@~qe_h1}i=q^|Z?(Z>?wFMg837vo04sdw* z&AFp!#J_`vxBvfe;XlXp|2)Fz@s0g5YMuhMubm9*d2w{;?`ubG3*sM7iGjeQ!WR2i zZ)LV*rKsEDLXv>G!%SB^#FBNpvikx}L;>QH&Dtga|q+i+uP(@16j&6ve^# zSz>%^;;svipq5^q{X&KObhAn9n|EsLod*HK)4OWGhufBkPotI`1R3!yr&f8Z^)R!P z5)#Ys{7agNeih=$8Y&!bz+C_{Ip&$*2?Sem8?DJNUEB3wrNpP^zkT->o1N#;#@7a3+c6> zp??Q^AOzP&Q+Z8<*G8I6JlyoW1YHYd)s`*i1d&dYqc$5gGQ@04M2Vq)%~+o92*rO* z$vsl6U#973qA#s>H3t0n<;&>XGe8$1;^wCOH*2-t-ONGk4+o5wXfQ^N6jURGH>oe( z{a)^T#OiMj)>CGPU%E$@)0Sl1;U|Vyv}2@HVbqqzJ3lh&exny+-N$jiw6EOk;qs*$ zjiky=+g?Y%E3C`*j}%7l)_Bpo^WVO_$KO0oZQkPk4{&Aj#Q&L2zhyXRPcHy-U2=_Fc98P zwUnjuQrMWQk(EW~>)uj{*=Q}5Ui2VdA)qEIB1YrioV@}b7?DM3Vr|w@(^h0Sb=Z{e zq@`#kr~>2?^vkK{80~#|020+;Hv`^`jr0iVzoN(CZH`#fJzjM4+RT4BY%{2I*=S?p znffA*{P%cvWx?KxgPRCeHbFHv0+5r|X}9tL9C-{&aB9RacrJWo{SJ zDBzci8Z6^DyKW$GY0IkibwfR5d);xo|8h*A#bQ0~8z$l!Wo?N?Z;tZY>|Q)vZT1wN z6^C_ziu1EN=M;afY##LH7rl~Beh)G3Ysun>x!llt%`@H4^dhxR830^ zgt6v(%k%k^r#js=Iz~@?G<7l?p>O%HH?TD3r{7^tui{EFITOSG=v{yh)UMns4X@(_fO# zqbyTZb$GxG2 zv8#e1-&q=w_T^A!X(~pS2Bv=h_no0?=!w4le&m(El&f%_;DYLWMI+5M+F;gI_cr&hg9`W#D-b`EijD zf$M(Z+QhU>m6My>bwF1^Opmy9kQuz2OXtUEa<|{|a}aeHVhY@ufivHnkqssBTy zVQ@NGmqS->r~48T|7P@fxoNG1E{8>fkBD5o?8haS6~VWhc9el4Pq z#-kaA-SbKP7sbdyDUc`5%3=h&XlA#w6qFa@9E4m;jfz}KCNGIw+A#(GiM!5f=GuL&S6?bI*6yI zXY@BdZxT2MeOFB67n3BgtZ5n<9o)b|^w>R!10BsTTtdM2bP4Mq+;}K1yV`3Q% zzW!--QTzcN`bHqjdo0LKY|d62BG?}!EjiC6X(O2g1SZ#6AkK4JWBrT93U_EP)|_%TIWPCRMOl2sPfkt@ zf4PbAD*%1;kJ5fB+?I=Z*KeVfFOKN3Nsh{@q)*uVv@7=t>Ms3dImTQel9KNjuA&>8VCDurQM7Z3nPn| zl74Nfyv{P3A@n+a!Op?s0npisbFhE$#X;?7nY7y z3PJm2%DnJf%w?IyGb6&k>gNfb==GakxDPh?mh%r6C@}uvtu|%#3IongCF-!2bNb( z4JpXTFgUEsy!n{q3BCcL@m9-a(K27`IDF|R_QLVy9~D%Ylo^G2MjAHoaBZwD6x@81 zC$+ekt%P<5^#`~)sJ-;;Dye9?*x716Ww8L3%G6D%&J|(r%SP;0o!aL-SI8&<{ltmL z+WXH^N{!O(lqbvGt}^cV9;QKLPa^haLjgp;Cw=DSS~i+LTNVqM6*i0AIs0Sf?L!C% zah$3WY%^3|i|#o6(gkS8xCb-0VHQN=`N!L6rFvB-&xqpVN~F}inIPcN7-}=Uoh(J$ zV;~F>c}PX4dV%pr(C+>wtm>JGL1dvG{3YM_@$)+qEm0QKp591)HB4?dGWCozuH-~s zeXj$NAPY`B!(Lltl?Y6IEl3o@9JAL~W_W3XBpz+MWoIuFjaLB5`4c3zV!(*W=)?Dm zWc<6=?coTHzfGwwLPZ`pMPyn}!jgt`8Cr{cY;%T0$kfv?Q z(mODjix6B7pZoqMj9&CZWjut1hlkg7ISy4mz5qmeixL;$SLyA0eWW_!e1=%XL#;Az z42NVMQ8+3t1TuAg1e?oy?bEf0?S2$`_UzumRrmhAUy!QG%4)fc^+qcYbK;C5yWA4%CO({?pek1r2*cLktBIgTFYEv1<$EIQ)@*33A_PR1GI+q~kY;3DRptrf*Iv~K;`&~jBW z1i?Rh$qA^gx;V;gPVq|DX|#CmFXIvjdQaJ^Y=J@br)D8Z$+3A9Ej`?!&1C6-5=%IR z-kLWHhcNLZ;4W;rSg$?1JAu+D+h3qdco?D&Q~xo({ZFC&UWxXCtJw6Pk{vt$1kc%; zI1z?23$PIG-|WF5Q>!;2kc(uoMLr|`hk;^^RR$<>bo}c@yJpgrOF*8JYkH0Z_0=rrdg|W&j#n|bbM-Jc_=sJ z>iWwU5;`P!NuTs^I*=w%rtKX&K_55v=->rtJ07Vr6QuPlm1NF{r43#+j z4gw#FHENl}D(Jy&)_*|N>Vs+zhCG1Skq!*)^`YP~YZJC|E3Aui99jREJZ?tisbbuo zNH>YNNrEs=JjP&_G|&A(Zl0Xy2XD?NKPfNZG&}6I3CSG@?~47?DDjt*BZdDyIb@=Y zpiw041cSJM12hQ9Eel@1KAd-ST%c@Inq~E688#R4>($ANu67^(dxhou%Ma}^d&sgX zwKWZyrz%n~X>MZB%<{tuD*^*j_;3;eIoqL=m|ayf`cPh~K@(Y8?jZiNP;``EDjqKZ zC(%&K(SzXXGqbmrCl7;(rZaL{K|8(-_|VpnzT}M?{~(3;#5p*VNVa^bsWBKSo7~LS zWY`lLP;#Mq+LmaA{0tYl9Qv~oQ$oj<_9{akOlguY1JaZ+KwsoLm#p4OF0gW!X9P18 z?bKkB;J;5E{_iwe;1et_Akf|-wdI9zb9ppQ660PqO%qY5%rP~fZ(+{TIv^Akvgd6> zKgqdXC6~|*tC}L~U#0UYLm>Ldp@XlS0fFb|H8wUPq3)(Jr| z&ayr80*a`GJ607gZbe_|aEn#M;bxw{$xut3C&rU|8eKV}5fTf7lMP~0Anfyb^O#%Q zy))e1vKOPbm6Q{fv;>)lIS2btLDLfr+QktIJ*cEJ1WNbnOA#<>SIQpm?5SW}Gvo@f zpYfAtaP9)RVwl7hJf`>{=$AaWM>Z|0Wr?Iy9eSRBYQbssEM`8n35|;Fv7qRiuob3n zGY^LqMS<*^i>)UHwpbTsRq`b!5dY;=mg;T)HU*B-HEEh`t%icMP}mDsdmmv9Gwd7Az(nTY-ie8&e!#KW>RZ@c|QO0=y}v zw+j*rH{&}If_GzMqmv2{3Huc%ciJOS;C1Ht?_^HHo96DTLjhqrE**Sc*au3=q}htL zN*eqvd7zGPAcFI{VN#klCnf<$?S7ME>(`EKRa z7Oe5`b*DvJ;>qb+pMt^AVa#i#hRn-s_^y_4YNhhp8}~L|Anx_ z55Y($JK9|bh+(Weq7Dm>*|XXXfM^*aaL;V*Sj=(jq=i?>fKKj%1Nz`8!W!&*vM{-Z zdzP15S%!+to&NYiSp16B^6*n~?f#+9HNHjbWyEN7%TxoeqH-=i{?-_yhw!9n@6+1M zEyS?ZhjL9w#uh@&^ue)K+M{Su9s^279fo5&NYkR4 zW@*(m?yr77HYY5+|IoGQiQwc~n_nq$f;%xDA^MF=vVoaJJI4T%^ zq$qOOAGG37hk1C(GVWL(yhQD6G?yDP{Ne1&*-VLkUaeuO7S}N}FYAqm^*-$>&}Jp; zLm6er#xvSH8*-U*yFjOdFK42QM)rt%!DUt=MC5M8m%1mX8?$jWF0xDBK*R)196u?~ z(L6kua7ZdGk~=xvZ=4QzhS7AfotMrE%+BR!e;W-9YQ7QO6`|Oq5S(AYp41?{*p^FY zUGOoCu=8E?aK65Nj2c`*X*yUuv~&H%)sb1YMXPaQNJRzi?hl(0B6MV`7Q&7I z`^FmHVVsDq*)-eL%W>DOCML z+_dT5PH0Tvq0e0jfmPb!+T?!pPaApH{`yeMO-iQBupbLpf|bw_q?(CaloOhj^W4b7;zu2n-YJX z;Du^*ZK@=9_~o!+Bt0^*^~8EaGEGtbYI*lUE(I-O4Jf38pW{@bvp~cCsj|i0ayfma zKlP>dB!nWG)f?8^y_QMVyxT?^ zht}|iiIt92?3-dE4XlIRedAQ%fll~?J7>CoO=r9~UU&>)s{)+|RM>4Xpfqrp_jte{ zrE898O0v*s)4v%b3n=rc*$h$WAvR&yLy-5&{Bhh#OguY`a5LGeMJrFOFxFI z3mck47CDKq4HP9lLS?eC>>6Ni-Iu*-H4|GA>YvCtI+0u+>hWZG^CHBo^$K?V<>)q| z0p)c&%9S$mnDa7L{Inim<@4bbD8VUc2Lh-0n8ycWe}Q92`BHHAmDf=p@el&ddp=Q?@Xx55`F+xmP?FG{v-M0m zSFDs|0YSSr)bst>KYUymJ|1JOXp1E|n^B`!WZ&6wKwz$Al}ll2%}gy|y~U{6DozY= z3@%HZ14-AbH2)~%-1^Gc7$UoCcBmcv~wf{kTf}~<8)HJ>qiezDu))5A?TA7AZzT33ZIkoOx z73NlqTj1l?WB|#41HV}5gh-`=Ue%b;Gm*sGH8+6_80O~ZpRdc7bd%jE`D?igUmcrt z8Kflmnrz;?Rf-OOVM;Z;u10qBrk?9-I;5ZCa2cvxZ&k&vt>h*Ux&O>Wy$CGl5 z{UHD@^Py2eLe>+D zEzaWtx9k;*hk{bq)D$KHaizLNfz2ike)1$6>Hvpks0oAzUSNTC;NcRcb2Na_agXr) zo?O5-9Qo=p?>`*yk+ZCh7Oj#VRw zA;vt0@lecF6W(ukKqDz=O2tg?+wyAv7t(BiH6gp71|@P*1wCZtzg^4Nt%}u;K!+

8Duh3hzQ#()Mx z8pPRHoI6z*7WqljU$JHguQ^N5Q!@kr=<%G3o^x%Gzh5s{mSuc}=X;-J*{Dx?ESKS? z*>6gy_^kmJmzFWNez{2=3zN7%Fa&|;asFbX_e=HF$DfcFl6N8hNI`X0cFqL=sI4*( zuCE_2?M}tKdmgg5IK;%nV24_Tq{KuVD#!=JEIb9rIs9r0SHl;dw&BLrA0Y^n__gIA z@Go%V`=dB{@_j&-yq2d9ij@8R2>@4@itf5L@X9?fD*-g_L3dpn)9wSEn~8ho?p{orReU>{35dJMYXqmpvlvwNmOHupYR@=Jc*q@ zre|PQDp2w4h8r=Yt$EL4>z&DD@=DKSG7*+#BRvF46cF;&V7R-1YtF8&y=G+(*QNPA zV)1Uxvsf%d6vc?HKl;80TOs*F2@fGhfcZs*LHjfs4emLen4fpAX;2#xNoo}zohAS< z#xLwT@jZr1e7-CvxJXTXTU%QJ0GXMY005iK2Aj!}qtU?a zc4KlvK<}S696J%{QIu$cPCY4`o&P1k+A0H4sny6oQgAC!^mmW@n*cz^?RIpvccA{# zcl3)vp-?tFD++KW`8geS@^It<_UFFAq-bBku@f}(qfjWDgP;PmSvm>l7=TB9-kl%5 z3=cX;=bhhCa{M@r_$U<0rX#2TJzLgD+_r77c3B%F0rpxgM72|e5$7=W<>oTUyI+pj zU?~&|Wj$GT3fyb!MQ&a$MqMs+{AMNzI}-4CY6^FI`cU#7jru4Q%H}5ECGmZ^qmHY?4Z&FNR#2LQ;0000Z+m$z;RJAiX8!>qiojT%60Q zZbWgZ`3M26cj6?Dn=NNAtD~8d!=5t(wli@_FvG~7A!eLu8*qNvadr!`hb8`T z%J(gmMPhRrj`>WScb{}|3BT8u<-}&xfv7??cC!T ze}8%QdLOUFjD3c6qru^DIGl$FM^xj@1JAcw-=P(v-R?l%?RFvW^?H@&TP=wUwV(VR z80xPtpMf2;pL`Assd+6Ze~?g6o=GSuf0R&A{v@HG=2%eutXfD=byOQ|png$MQ2nZ) zpyme^>}$b(1;M`NV7|IwPYWUeN|4}MfAEER(Q<&`Kn>bWuz{=G-r;ydc=}cBf$z{C zoDY1!-3xi)9*#E}j^}y#0S<@5GT!ukzlpf(x`*WE3=4lN_X+MEmN%SX@dVmz8bFf2Y9t83gFw}nXH8K<<`MZPya!l|ykO%Uugo1h=3#yKS0_u|B z6UYNKRRI#z^C1%Sv>+;vJS~X%1oFy)E%gregDn*id;)oOL82e5%7a+N0pMY%!qCp? zesIT2|NJNC<5{!ggkWPS zlEfI63PviLgZKA^v5G-|Cl9;bGjX-V^X&S zhr{7;I2=yZJhKw2pF0w_{=Q1}bI0N~L8_lS8n*~i{oL_*dAUXPe{)CV<$`2CS2r($ z`nd;w-|0YZuCgOOACDnN`xpJ3EH9U~ynT`S5w2mN3XktXsDFf>>3&t%7H zDAxH^cB`TBJCkFpVcrjRfuWP8YNG55oPoKheSdG|>$SOPZ54E)yvVgSxuzfNTKd6a z!O93)`ngN6dnusiu8LFav|9mjm|Ejv!Y|bN8h1>c; zs-N3&-}fQcX9)Rbvw_^!4^sWyj+g(dfE_PCza8HY+}00LO#NKlyg~PKb#o4f!{MBA zCX>1ih+IwUHXt(nQnvvS7OWZ;teUG+7vyj_91e%W;cz${&VMlf0@%aBoZ4(SCIA2c M07*qoM6N<$f;`aga{vGU delta 1459 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 diff --git a/icons/obj/clothing/suits/utility.dmi b/icons/obj/clothing/suits/utility.dmi index 25fb8fd502a35e244fda35e54b94c02d587ef2b5..f8e3c4ce46897badae63fe27e4c0daca06489eae 100644 GIT binary patch delta 3678 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 delta 2448 zcmY*Zdpy(YAAhzHN5@_6A`Rz^8j<@o7IJ6KRA=T=BtlKu%=TSMQtqllZqtnpMRGf0 zTPi2Qlxk6pqH@1xh}mzQ^Eu;y?Pa|pd@Gaqo=2* znVDH30A~nNz^6oL+MSx3`g4HIdE^dZgsHH*P?#Ur(a|C7HvI{09+i}>VPSBTN!_oG zA~O2}!->wn*xN-pxnaY0nAzFx^*8ZCmw&3Yw6rvIL~%GA5{ZOHqq{+b%MN29=vG%( zH~kqEsp9SX_3Kv$_dp+OYYRt@Kyh(B>tNg9i@6(ED>j>53b0oj8$S12cvk-luK*EyMiwc5C=OPTfdRD!Dq--s*NO z6N;<1V21f@chXU#C;70*cV_hVoAx>$eCDvbDXrn{i-wcWc9uH|2aXD5^vkU@`5fsXkyi(ue^P-bfydzy`=TTOEJy| z00~ET7bh&Kc)B>9qKHvVvoP{HQ1tmo(V*dFaP*Id2r;xVT@q8Z#AtE1g6qCH>s)r? z_Puk?cPdF6fAn@o%)E>fyGD z0`pXXK=5IX-r;Iy|NFejZHtllmEqwK<4V*EU%fulm!`;^)eohiFg!t5Q)bzq9g!!g zsh#UGyi$pT|M@3UzF_;**vJ${g+5;ojSi*lxnAxED`CeUF*4I0ASZZ70z%HPb6y?~;|5Hsd% z>7y^P$;hqA=9NVfByeCY+#H( zCumMxIGCo{m&q0S)w#Yk%rMUE@KnynIeVOcS=>s*D;ZJ zlh4qiM=BqJX<8*COYHes!$E_l@Hc@W^~qZ<;l(?;a89})_``||>J=vodc;3HVi0k| zzV3LW%ctu_r!ax`jpW4c$^G!o+m1TDS;EoM;rT;??WaxQDAHcAc^Iz|1-5BG7@(LR zN?SkJ=q5ua)7DX(Y{IA2c}1R#4$nr_b~QLBds7?;6YK81BJ|xpERcPyE6s>333>{G zQb$JCR|ZPrhu-~4rEbv9SLAO3!YC$`_PaLt?YF0k7yE=`Q>UGyB&f?i;5L{!#EOg20@xGwe3NnhRX^piCJV$Z z3t(4e0naE@3#4vP1n3U8Mr*fq^R!KkH+S|yLs(Gt6w0`@ht)PPBPQqAB+<7d`Y`{0 z`Y^@THy0O=4o&b+&MuSJ{)zvKjus3djh-Yu;}A%h=I@^6P7~UwH^u)Y{A0D8dA%mA z`c-ah*Gr)T1`&L}eSJMrSfTkn5B)>>8$-OVP1iK72^J@IH{+;hFpH=DoB!@H4398a zcPBYjO+)OBlfn412#NoY9Mud1^oz#5S@A6yC(j)Sze9OsP4Uj@`P@setl*!eRR`k; zro38v)=xoCKSMi{kGoH!qj|GU+*jNTi|T%Y)XoKXrF3)ajDSYLQ+r6v_Aq8nz%j;0 zy;-!;=U2?y%CD;_Noy_NP;0-DBZYN93OA)y%$msN5IPM7A1^=QPZMHv;#A^KZsT6! zpp`Gt?lJhOdzcRe9x}Cc&>(KvN7S<+n)_I)&=g95{V~Zclk?#YWn$dNLAvt@T#El_&RRM}j^7rB#K$KK;OPJ_5FpogEHtUiBP5Wu5mxf`fuCiXgw zBXND6Vd6{3@yU(%T=xNF{Vlr(fz|JRe*R@xeR=nC*Qix&*}GR%Z6*3h?VRX!Rf~dPzJH3RYmNMG))26`j$9&SdM@aPF|(WKRhGx zWQ~TKP~0sbw?A+N^6YE}K}>aZt$c0WN9Yc7xD-(-+pOT2HE~C<&_@X}rwOK)U9&e< z7EP2UC0aI;y+E*Ft~_*oY1tuWmAmXO5Y1ilPGS^E*fo)mAXvy#b=V0kDrk0sga)LKg~u`=}_&{egd01AzsU3k&!Hq9CA>Xi`V67FwB_ zQl0BtT9(-{)6@A`sp-vp`CV_fy4s7zv9#oBmR_|y8Rko7XzH=s4>U-WML-0Fg=Ik( z76{b&{V~k2i>ofnV$yv+=Wup+n0cO=Vdlg4`+WwUU)M|~=H3nb^u|PLFQoH-!^_|B z_G@qOLi`{}`D#sn>psZ>9Fvc|x{tEm%0*k%wwy%~k8k(@Rxa9#Z}dLGF5?y4nHodWZ*;HV&OB1Nk5BUk5gHdnjo~s;QzALG zGL!AI4J;|VpZ%Zw%&3|7Io!WJl=B}owhy(XW;}y@SrK}KIVoW-orz$7)ngjz@Hsif zT(-yqA8ki6axC=jF2BE7+I6F}Z00NS`AX=O?UWc2@9rxlJ)x(v7W_P+vKE%?k0NR3 zOq=zTsK?dv0Z1CEmBM`7d1&1(4$gXjVdk65VRpA$f84pLaqNwP z-6$fuRixCKQ7~mclsc4uy}qoMDeF1fXN#t4owjF_Iw9G_-6r1JTg81JBr)IyqDC?Tf%QJK$*K4$+zHn$CKTimgo_arl^3%1{ zmYNxPY9B`*nnZ1>nN{~@FefGKx@{COc?EZ-Fs&42>XO=0Ga(~?g22BYnw|?=HC1m> zYAOCP{?r&76D4kdHY;){#QMwkwA_(mh6urp;tDEGX|>?vVPv@R?K|m zG6}u1c{ozT_c`*9)LA(+m(Y$3$tK-8d@h=lU(ei@VfXTnQn488(dyjE%C9E#S|oRM zXi6qZ%uSO9>b$*woRZL;G7N9MAIh^n%4h51c=PW$+NVP)*#1v`rp9{yE~{TFM(NeIdi%G|4Jp5#(d@{O z@bk1?uB2OkZ7HAT!|nmIUP$siy_vYv#KE1HU_uH{ z%%8}opJ>V3d5yRBR$UapoEg5O0Z2CQliyq9?N;}Gn3}9>5ZITRBk2zHe{$o$i5lAnui(x^#fA_typvkv z3FzUWt~+$KoBCeAIv0Sbxe?6G|DH)71hLnUIoyA9l=EMHBwdYq$`8r4HzgH2 zfPCzKM;Ro!YBtO=3j}H*-z1A@a1SV|1aA*nNcLDUO2d#)Jt2N_gpzO45U7>gas`di zlQc0_KE$@D^;mPGVRyJn&!wX%SdfC7M@N<>*73I#58mDKK5m`d0qCUdL|0#L{_)A% zRG8{p+_$4Q@a>?i$RNL7t|KNU%qGfF>OP=n7G@-!4DsUx)kt8 z+_~kSAm${<4A9y&s0$4$O!cZIfcD zvH{NeWYecAni*YFRr$yxW*zX-bx_-Or2o{kJchpgB+<(kvLS5{rVJ0(CKfO!C5$J3 zIvwZJyg{mntZPDE!JW~s&SidZES_V1sVz0j@&k^|SY{(HM^VmyXj~AULB14iGcxkj zK6VAfb8Kz{Be%&>SJd1H0J3|;ORcF19WNdLWYRxKgLmWZdV9$73GtKbFG?z8jZ&Kl z@srnmI8u&$ygi`mH^?fL8r#lrcGm!ZSwe@;MN2@NrCb2U6Z<4@e=p8gtfxcA4qUq` z54&HfZ=hG;Z1PIhlCUz7qpwclp>?|;WhNB|7f_aKAnBE0s!j4E2NkAzyzX-DX_vsx zEx%suQFgh`>205V@2FJ^ul#y&nPO+K<-*ld1V}o5MAr>;>^s`Gqt+JXVn6;brj?k z+*uxyU!ALpsQf}5QDgfs?BI5P4#bScGsqYHw`VCRuH@;%1uZ@&H#+}Csims;lzloj zw}GeyR~fo8hSvNNNW8nRv}ux_)1|UNs_UBMqohFA1z~%yaQ(aMo;kQlrOHbqG(UA&MJ$n{SBFx8~L6ahX>DYHUB`Gi3 z6sG|Ss_J>^n59L>zUkFrk}Cz|s1R<2^?sFIuEYAhGkrK+6t%t?lm`JHTJbeI#`*K7 zQA45oXHH8b-}KVm)iex$H3oXjfsB`$3e=T8^0JaSHic)e=mB6ljecv6 z!=pvb`!}635i(%}(aRTqvMV57-XE*TM-hPas}ivU+&`G|Bk7njid;5Yb))ltY-Og} zKR|2JvEgAM(zpQ^m>8>}vKBR(QMi$OplRLE2p!3L%GjORgF^*H?M6NTyGQ#;p)dE~ z>W^juBZ4W*H4r^(GkGOz>EZjl8rcNLkI^V2WLllOO>sKR$K5G^`G9<*yYhHkB_L?p zH)kTA=D2L9n%@-D_H1JFyl>EWKIT*(*$d*Os40=qcRZZ=O1;Sd=2m|vM>y6(YJ5Nu znr=w^`?Xj;&HLAH%^~WgCsYyn$N2N_{(44k3*eE;eSGI9M>zq*J5jXFXd@l{w`Uo; zV1QHox0L4RU%xefhqZ|Xta+fMRsD{Ojgd6hu9DCzn<1eZ8wuH?x(0#8 zwjyb$R+_NtOFDPc+8uU}TegKS=TA`Ok~CB+0jhLbBcJ~!?&y<~y&zulj}0MU{L@f& zMwZN_d}DxYyulc!phFb?;8bGW4uDq_xY4xsB2XUa;yIJNnfj}){oz0^VDav z+pK@V?}vycY}%G~cM^|I86+tW`B|fkaJ6-`(Y$~Cw`YkO+vm3RFSz}P$VQV3IC`vI{A7}DeBMt zs4T0XEZ4wpkc5N;uEO;K`bCl$==_vCcOrkuhnsG=u3hdTs+*BY3#xoV8;or07RzKZ z&=>1|xBYZA*7ETS{FAzTH%Q7qX%|tEpf$8yK-PkhdP`{XHPR|1&HToH@7hN4Nqu)} zi|a2V=51+{eJOO);hhjcZkmZfmK@N+$T%;4NQ>J=)M-IdU_>yLWfcU3>L@QXQkH8VFd`TL5fuqsL5l>Gw#-|K8>rFfH@+ZMo!i3T znw4Nd(rCx4%SQZf6{)i#7`!eQ4X%+<>bp~=*!zax@cR>9e4Q^p{)hV7v>lQwCA9c) zo#fd#_56Xf8XmFa0J4zC$fbKRlw5zhe%^FvX)c_o=oq`}b?@Hv|FH}5b4dPRsm*rI z2&qem2W7biqW;{E@HY;3;n!aAsAR(nM ze-;cuNJvupIUoGZ-AJ7k0l}qc&}byfSCU3M-l>aHzwrh2CMq^n16(H<<#T^?`B=ZV zZYOH``c~f{xeb0iNDiSGK?^?+iLt>`PQTFEq-)Nih{v9Ax<(AV>9z&=Ie56+{#X?u zwM0b64wn<=<4$0N9OdMs7GN>fGiXwz-KgkNQ60NS`w0mNT7*La(iqXC9X}|YdnHl| z`}MvT0RQ8@Hha9O^0ljHy00Z z-FxdcjCpA;kq>|oPb%W#3D3F+z=O3p_<4qsaYct`PdQ3zO%XczgQb$Sc&vqU=-x*; zT3?6G-2-EN9TPKtAZOTk0E&OBW%&Q?VdVIkHtlWwXoV`I)RfKAh{S(s4(;1Z$1Iwp zp-A1WBA&8b11GoV@Zd{BY@(u^)B?JMc#xG}?d)L-{!4L4Kt4!P?8h21mV0A*^)*JU z%azltop~6S_+rWmV(@$a1Ry=@HT=Cg(yNs>eAM*y8vRBjMM4Vp(k<&(MMBo-!sF0y zL~@0M1{N1nodMh>Pm+Hw%cmCa*a&_}Gr6n=)Fr|jPa@RMhwgop{*T;;PU}t1p5t`u zb^IW4>+&=blH_b1NWbv~RX!O%AHta$kg}btBA{o6b&&u%+#Sfk zIDe`$aslv;jo?694e@Tp)ShqsF#OJq?@0iopG~w`t_aDvcsUeTsj@Lz2Ve5JtuF>9bnSglRL6bT(VxR3r} z0XJQD!rylBrhS$(ZR=ZKUJVL4LLV?Dzas_HNuFq9K6|ExH)gqH^Q#yS-55AV(TaquX)Yvyp1s1aTV^&HY(AeWyx8KA zFlAo!L6agmxjjcsw=SMA19Id8P*Px_e?yaW6soS-E~~l*S#Ba76WHRCi^1+_S1TV# z+%W%9RX`=CYP$M+^TEz^n{{6P%ix=~p=_t{{HlLFE;-&A34YR*tM(sD`t0Z>m)&6Y zBm~ekILP5PoRN=$A|b8L9gDHv?%e2$6XPXL90y>?Re8JSka8ymbQo;Op()YXC} z+RerA_vapH@q>tO{OiYdb9^^q(VVGL@30WOy|p&WZzUl^X&L(LoED{B_E6?U5A$&c zu#tZc$O0NOpceppH*T@p#+d1H9cXXnIUyi{4dP;G2P~S?^c1)~87Wj(TPVI*tbT5- zd=wN30XFhcIJ)@ePpRt-6#zWHVV}6(1U862Mr{YYy|!ue$XZ4oZXK^%*HzN7#-4N> zMUjs{U=Janc80Z#?iBWBox^ixcB*(lJr<5eNhV rfj}S-2m}IwKp+qZ1OkCT@VoH;zs^-P@!?x=00000NkvXXu0mjfRShBb delta 4592 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 gH9|e1R delta 621 zcmV-z0+Rj13i||*8Gi!+0082oihBS609Q~(^b0d!JMQvg8b*k%9#0Kj@wSbuaxWpiV4X>fFDZ*Bkp zc$|%q%L>9U5JlI?SA=#e(uc*B8)=a)>@P?(V-m=tBvJA2jV*`^G2P8DXD)N^gXK6n0vro4c7DL0v@3~fH70xyaNlTAhZQUW(T4b0fEBf*zFWVQNR8A zc)~AXGC&cKrb*%(Bmrx8fcQ#CelGw30001hL&);w^}@2gT5cI&TL)0G%(h+>`;-6x z0002|p=NSq_xaVx-UVg#G+x~^T|hsdEvSl8ryo?&IL>c`hVM diff --git a/icons/obj/machines/keycard_auth_table.dmi b/icons/obj/machines/keycard_auth_table.dmi new file mode 100644 index 0000000000000000000000000000000000000000..863b687017c3c765e9f6c90459ffd0188047570a GIT binary patch literal 610 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=tyLirB`&GO$wiq3C7Jno3=9=> za!+mKI%FW?_R#XXX5FpOBO%v!dvv8_#5*$WG-S+G+^My1ud{ifHTyof=N})X?>Kqc zJ4^dD)3MBYh0l6{#uCRHeWn$i-sO9F0h62fyjknBy<}%bWHBF}+h!pK|7z z8s9%K9)73uRU)0;yz&>5xU807#4dxS3=E7jJY5_^D(1YMx!3D(fP};T4*iP@FR%x+ z_wY%z>Rsy7+voUVLH`By6;@OBH7*YMBPq3N<$~ts#of-V?GJ)qB$ z#$o2eRtG*`c9xWLD>=Wd+(l*HTfSZFldZ2Cu4T@7C)e3=;_=&)e~>mLQbjPC3GbhbEgGfrwT!{Zbc>DSpxMut))b9$EC%-dP< z_vD+Y<#n&RU+6nt=I*cFYh-J{G*|SS46g&4e>VQJjxh-oS@`|?Ki&%xF6xLzW*&z^>&U`wymNF3#MMtBpN? PiH5<`)z4*}Q$iB}_}~Fe literal 0 HcmV?d00001 diff --git a/icons/obj/machines/photobooth.dmi b/icons/obj/machines/photobooth.dmi new file mode 100644 index 0000000000000000000000000000000000000000..c4e812bdf47f166909113294492c9b934dd709f5 GIT binary patch literal 3425 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 Dc&NjZ literal 0 HcmV?d00001 diff --git a/icons/obj/machines/scangate.dmi b/icons/obj/machines/scangate.dmi index 6af8750414adebcd45d3d2fd26c88740984d2daf..9dacefab3539c92d384eb80c66bf7f86a6f6485a 100644 GIT binary patch literal 5364 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 literal 3219 zcma)-M!@2qYjyih?wyNbki6 z0)zCX!hk3(2m^+u2neAgk&w;oo;|xC_QQU-_jk^F@44@Lp7Y%Mo*QR<`F9>pQBD8= zcuY;uHf)mr9&ir!+@tG0z(xzv&XIt=e#hgscL2fL-wyzSb83>?cq3JWqL=ng`{7O* zpYc5jQRUv?Tr~6j%aPMt?4dtBKjDf1tMN_@{ZhZFJ62-l#Gj?5uXef;d9{SHl}{z` zUxCC*6rs(F2(9TzRkPXTD9PvDih^cQn;@;lv>a{Tt=u-3M8QsJQcQDT%DU|BZscHV z-CITek$ITb%fuS1OABMZhMTxP2W9*)AIX|PRg~!XxsIRV;hgr)29skuoKtl< z4mfS*ztl}R&qKAYIg$=QCexjDp$#Mwsd;Oyfu7LVzF>+uN zNI3RC*lIWer$)3a!$Bet!0zf*E>V(%tMtp{V=CG2(Magd{=Ub=IRycZBFQxjJmtjZv60i1=kI)B;(|Z22lgOyCc%ilVX^RGs-j+$5`b5ILO(!#^ zRl2UA2l>`tjZa2KY@~j1JXm#dG_nuNKVVRB7o1h)xjT{J{#MM(H(8bvnRun4jCR(x zm5Q2LWafn%^N-s6-HCG(Hp=sV5NLqdX$m&)7Becf)Ba8nxpW^yuJ?ERv?tleTBljH z9ILEg4HZ0ivftRw$O3>pZ<$SQbHo7O{?Uv&qtG=c+gk{}eNAV(`&yZ9}5M=ZvN4M={b*>-IQy++#Z<8 z3#p&O{*x6^BwS<}IV($aYmy7~z)l6mD%|>33xo-1d~yXIwW4W>3gYsr|n&a$CQ}8qRxTtIc#PmeR6AdS29wr#3|QR zyZo?1!9+4nW5+7%D9Vt`PEoCOn2=}~@GT~qc=gN3-Nn~*Get$k&e>U<*#uw5=S2Ie zuZ3T)^F2Qr_$d|dY|4z??Od60Yz^*Yx{mJIWQ@?ajlJ>gZ2F&te4?E-QM? z)s@h0FByhzbO|y&Q#%5!Ey4DB>53_d!jMFS9*G5PZI2HixuA}17snotkN2ah8jgbT z3b*TvFFq-fE-l%Hs|btR*yDOigKUqgsSG87R8BuU9!aDV7CyJ#ADau3Nway0S$$

)ckAG}7y%bdF?+fWy!4NMuAv@|Qcg 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 literal 117111 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 ^=ChKd{DJYhuKgfO=HrR`|W*u^xl~e9cMg8k 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

hfJYoVT~~O&txK+! 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 diff --git a/icons/obj/service/broadcast.dmi b/icons/obj/service/broadcast.dmi new file mode 100644 index 0000000000000000000000000000000000000000..e82023791f3d6e7bfe464af3a43f3f67b55f0269 GIT binary patch literal 2138 zcmZ{mX*Ang7smgln5z|S5gIYHs%l7F)vJV>qNXfWTw0=96f2a{pdyC8qAF5DjWsnW zLMVxH-88C7M?)_`uc4@!8WI{R-n?tQU+#x~IA?#@&pK!C_3Ym|Ck^dvCo82a1pt7o zJ<8fu5D9{XkpKzyq1ae^L7>IDdET+U8R;K!EBwx_Ff0JzigQU#QppAiHuD`c+=7nH zWwx%(=|j8Hn}rmoGD9uN$NYHl9kII4wn&AP6v)dm--3MFbc3P;P%aMl^Cr@ywZ>NO#wS)MR-bI` z5y}v8TTlMt?S2^@=Q$O=|0dk2U-V%O@YA~ie1eIDA5tPj_5#J(SZj?WHBoid$gR1L zMj9=sNzZ+wv#p64P9Ocm_qDPh+dI6jfC-bbdaPvt?b&R(eeYYj#uuX_r?v!PZF;jtoaDpT(LO|T!;n1 zhPVPHx4WX~)9ayt!dI`1eDFrnffLR@<}>}bx^CAr(76)Ix?c>|;{z=+B{>VnuN?jQ z_D8mlu|&sG0-$ybOliBSXJq`FxC#j*gWM_8>yiR$n;isg?Z$_P1AML0JMWwLUX>~T zEUw_HkltpbS4}zqLA(7ZGOX3(*>(o!DLZct=;||T9MTi<4-u)G?HwN0SopqtajX2P z>uBW~#Pyp0>m^lf?GZ5`zbH=G&0KI$Y>4byrdg_XyI-qE%00$Qnl$3`Wq`1s ztYsO+9ac8-0#}#r^CrsLNsP^uB}f!MOK1sBRg8{B=QnMii(|1&qNlxq5E1^+qrN0Z zwXkBz_ZnhWtFM8waH^D*q9v?WVOh!XAQ9o9vmA7$=Pd#ZkPYI!SD(ANht+qI12xNc zBRC7yA|YTBpQ)#imt&b?x+0n~9!sq7F3fOJmHw$$JRu-fYI7#t;T@&#^fmQa7)oJ02)XanPqAsBZTq6pjb}n9QOMup zhr}(Z8smS6d73TQ+3|%L=FFrGs2oc5kG>C_oY^@PO}p#<`Ix;+yN_2?7SqWPvcN+* zL)I=yRsoy%ZCeL>U@Xf5VOE{Mrq0FTFa!c@v2GejKb10oH>5y)_sLu!ST*NdFDb3Z zA2aAeWmbv7Ucb3NEE@5D=Bz+dDsW()EM$@@!#e*j9Q{$zjY`ynTk?G?Uospo*#ee_ zg#~5wCbUpc;Bv)HV}nP$jnMVn=YCuYX6r$fg9YU$CpR~j$XgUp{7|vDyW6Ha;vma~ zPC}nr+!04#zkT~iTU#6KrZq>C%LjsI=jQ$+^TJi>NC9OWs-~hK^iZQlAWK#!++LV~ zT7=ze*3S`4 zVZ6ofJ}cMuzR^toV$*Dm39k4KcL8KMkJmbD_VPBm_IyD@O>nyDF^$ETffFXh_^}oV ze+u&k(7ZK6k67a090|_5{f;*#x(R1=+H@=kM9*4>%X<7tk`IUTWH8bAdzwET%!w6{ zsBI}3Q+71m?=CDfEV*5#E~i^X|4?2fkm|gF??M(0$~Lz?cDs#J;aIigwjuhJo^E%jY1NZCX=jR$|}2FVuqe^`zE3Bs!9XavGXFIuZb%na$4` z5}zM;Tv54alv%Or4FFo1a~lp5wG#ntnwr8vN@~qCI-7BGDtjN_(ehCkaGzYC8M_18 zE*Py*(9&XyGSB&Dkba7pY(>8+Xa%eCq;X-)u@!8k=IJ&aT)>igtxiH}LYz5(S)Tdb z(ODJf55xAjl5>mzAT(|pVT}A|YiZ}LgdI4TLJ=DA_p|MQ9$;^{MrUg?Oj0bJYSr}kF^eI0J`xnA17^-N%2di3SJ8w@hh`lBua4-9vsOzT= z`(zA*Sz?%W%idF4swf4@+3w%205wC_iK{>_fq}pl7FS<6GVIE`Y(X= RsDjS|U~l7W-Ea|;^k2tG`TGC> literal 0 HcmV?d00001 diff --git a/icons/obj/service/hydroponics/equipment.dmi b/icons/obj/service/hydroponics/equipment.dmi index ed339a8a4209d93e2844c64cc15e10f00955d9f4..99e3fe8e58bd68a0aac8608cc872a6c9c9f67bd9 100644 GIT binary patch literal 29705 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

hcK3slLxKJ1`%AUG(93L&o0gHS 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 (<&}1j?&(D~1@B&2avSH|B}aV?*wV<#qrR6_ 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 DrTdL1 diff --git a/icons/obj/service/janitor.dmi b/icons/obj/service/janitor.dmi index 454ad36f9895b4b5ae4461b02a99fdf882e40551..0e3018083234578117fd4dc2bea7b728940e81fc 100644 GIT binary patch literal 40093 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

b--4~GUB-u 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 literal 37094 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 z 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 D$pl3a delta 14341 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 delta 6106 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�W_59cI7xc4IMlal;aiPaFP((u3VNIDyeay;Dn@hJ2A#e`&CKC4#QU$ zic<_!FP2ejl)cdl2DS%)}JEab^;z_ynXhD-?7WKV&f|p0dLeKL~ObWl3r|4 zy4SzTFQ;MO#fG5HTFuT{DFF*~@?!KfpujJ?^#Am|PMJRcy_@c9*8rx_mTd%s zH5jVr7-lpQW<3H;fm-C>+i?M2;6;@4_GbDsBy`d|1ZH7Cu?mF}Tcm`VAVWgo3u1O( z_DnZLI{RfoIX-9bR-%0lsj)mON8rK09>wR-mq^DsPQkgp?64jSsce>Tc337yoLxQu z*A&NdrMZe8kk4-*TfF?hW z#Ja-S7w_D+-B@((pYSn-e)G7iz|A{Bj7kyn#4DF7XRHoSmCh(2w<9I1lT&`7mdEU* zDUw*>Cj>Vq0uYN6p!m;00A(SHOVX1xI@B+BX?JR(LuG4^;be6yZi^HdqF7T8qByyJ z?0i@iWqSatp69%t#iUUYmN25AQ;FVbo5d6bK@y)8+JTh8sQA%w?^Ju2uj>Dy_r53C z%BaEKudQXLV??*7J4OaM{TA`yN}TK6h|!U#(UD|#`S^bV>#xWGFlb^0G0F5iO>WDL z*3FL%4HB)v{LAdO)-LgRaetZojO#t**7*3fKM>5rc9*cKWV^dOm}6 zpW#TKdksD=SE8I6z6XpjY(_^Seux}2L{um#&$p*9{yTCC)Ki`rq^z|_S9MBXcR15G zF}wWS`B&vdlK+UDeMx0mNo5I1;|VG1iJ5+h*%ggNfgM$oP5-t36*=2NRbhvbV;-vd zL*%rO30q(^)oNPL2=8dr4-Fb_F8`wg0BA{*vJ~VITbkA|O>dZ{MYlKl_lSYiVO{G% zU1->|04M^m7CJc=mlT?27HqUjf;^@wT1XKq{9Pfo45uSSS*jAAwwYvfHJ#EbHS>g~ zzGACYOtRXh6ynm`rMoR&8c4vjw;0$0z#zAie^&_YvA9#PwTFz&W42RBtc(E*L@QH4 z2T?1P@p_(HJYaFBgsEVelvg6-mB@yhfH?duDeOyIficAc;3-9uMB&a{{i?kg zx|Vn~OIhZe2ZFdwQoVeb}D7c z>iXQXr$3UT4>$NckUQp>88ND3?F1irkQyW;qGv`u4X3+0`rMnPJINh$8Hs!PIqInbDtTl$ z0#ZGAJ|0&hM%DeY{rrnARAj4HRFqdV1XWbAU5X|uiYhv4eJiReJ8CaotO}fj)T#>= zwVD+bnip#;zgB2YHe9G^Vt3S5=Tu#sY?xlssyW%TzoM$@V(k=4ZDLPy4@@>~JX(r$ zmR@|_RNmASJlS-ht09O`T=BYDqw{ukNA2`v(}ubTWm|g0Bc|(fM|h7Q_k-tMX5(su ze!j{6+5rU&{6XmrAvD5mmxGny8h2*BiHAW7%QqXIw1S;eadEOXcztW-q?s)}%Jr!~^7=�}K#T9>?3^G&sa?9PKr+#GWjs9JYhXAuxAR{gs(R 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 literal 0 HcmV?d00001 diff --git a/sound/effects/muffspeech/muffspeech2.ogg b/sound/effects/muffspeech/muffspeech2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..9ffecadf61e06036e395dd16d53bfd6d62429931 GIT binary patch literal 5504 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 LiEkMf;RpW%@gt%r literal 0 HcmV?d00001 diff --git a/sound/effects/muffspeech/muffspeech4.ogg b/sound/effects/muffspeech/muffspeech4.ogg new file mode 100644 index 0000000000000000000000000000000000000000..4e46c7a707accdc8599ce8acb17f7ebf1f8b5761 GIT binary patch literal 6868 zcmai32|Scv_rH@}NVdqtD2%aGlch#sBFP{bCLt6iS+lld%JOEHhBTIJLnefxP)f2S zWXaNoQdCNdP%`}QJk#&@>;L}$pZC3=XKweo=iGDdJ?DGQJ&&wCJ#E1<@Vgy9!X3nC zRCu5iP)Cmhxp@V1rcgUdf3qAzA%j~eYtG8Q8)qelV$yc}nYiWB|7s6;xPmkweVK1=)U5sdy#j)$!Bqbc97mie{MnJWn^^3oSQ(p= z4Rla^Tv<3{lf5V)2+4R$Of#)Jg#v&$00)$DViyjX0(14x{5C4FE5osR<<&jGKFR5j;uiaaUF#>TmqXeP*Gpg?XMK_9k{JU@} zf}#$502+$8ODS54%<0_DDaFXb?qBGjHl^aMAYt_@xo3qpwP7MHH@z>suv`EAm4YPw z4{A5MjhAcP=p|X=`}ew+-{E&Y9o$8j$okz0A?Lury%_V$d59Yea>Sp*6=eiLQQTu; z01X}!n4On0uatUJiSF!Cw*IDRBdOb?ZE9<0MS(5U+5RYX@M!4Z(J+UMXs26Y4!5G6 zhN7M4q7TZ({C<9fjm&W#D2%J5D&Mh10u9#YaqHcP}!8M z+!~}QfLOQn(&TidO! z;Bvw)A7=G{qXv^sCgGUeh=NYVc%*FSmqUUiCL^dFR}7=#Pse>xe!Ox`&mYg@uV@KRi=4x8#TjwM=i(;LC8@=xd&M$XwfVm7<&$;)_4zw;%z~8R10%;YNcoS* zxraxaz-X${w3_Cg(Vzz!G{kh(pAG=vUW$kXl1FUFTK#0*ezF$D&fq^s45aq!SoP^Z z!=?cs2f#Y$u! z4$H_ymCZ>Q(fdXF&EIYjglUf#*Z@Gox8Wbi26dS~%-zw27s{r$5wOe)z2-QrbXjej zN|A*7SXM!=`NKlGtVLXQp@e&E8C(Pe;BR?ecZxKMC ziBOzn+eHvu6V;CA&yEzwG10bNxK?yj$M&~bk=@(X0KnWs!Jo03j)y4_$AZxS<;NFv zETmK{BuyVnQ3oZh2Gevpb#!g)D32s5{dSb+GFFrt6)Qj9%Zmb*CvEwL!mm@ zQ5=p^9p)(Z17Q}BYHRgWnnJ0eJe~2Qq=&rWqhHO2y^`ff9_$Z= z)Pn=mgEvD*)Vvs8-uYKp3^f+3gjM6mDlc=&f5*yawO4tv%1hg;u3atnorKi#E37I_ z7EAMLRp~F5=48zkR$WjGHilP!UhbsJ9?;T{!T z{ZLm@SLZ)j7uZqbhb~}!Xi$H2zoNbB^JLwI8=*=zl+c%S=P`SD4nNmpIZkuYReoFV zmi=mn0(yTC9v?y1!e!U}<>6e*w1&~aElEsI2HYvDER%J0vdUkhsdUoVh7#tSMjhGg z?6AszWOI_!U}8S&L!J7g2B--CqU8v>ek0oXxgI2BSCuUfb8njydhGMOCGeO2*lcLQ zH4&lKWQYwE2OE;@#5^U9Wwb3Qz^^nRWh<`Uj0q7Zf4~&l;rW$)1ybiB==Ls6F^Q%R(DQiKhtd{Zd$B(Zj zd6jXLmo&>bB|+u3KDtE%-W-CHpTPhlm{d0Kgq#Qo?tXXr8K*w~b#gavt(F0|GLCZf z%CuCdeEgYX0)gJ^21TWk6W|Ib-`b*dZ%AN}>I5qu0L#BP)N$|y?` zw&V=7Xjv$P0<*cp(Yx%%5K*u!dSH`<3WUO;vIiNCu%!J6H}nz7BPt+801#yhpk9Kf zxLXI|9a;xwMs$>zdP`QMn6aQV+y=a>ItZ{6H--dQ@8w0pj!Ez35XhwW7&wPxhHwaU zvM>PZ0k9&fu<-~!dp;ND%w^yNCufof0(tbExE2gOl?>IvBb5Y+K-)F%&(&!sMTk(EoFY z5?E)g+zW5(7Fl^gZdJZh0(o`!{avJIa9{tZ+5f5D|I^6Hrwl^w&khjp3JZWG0r|aV zTX3tFYjVygE(Qy|rVO}a{xwlCxOat7&^>u3B!Zd>LTY(2`;oCpeDF{^gYH1v;_0u9BvH+nHn-u zfg>Sq0f&GwN&=R0bSRlSN0)#)kn)aB<{%Q9hC@K0ij0JmIOal_mAGp;wIGBj4<`$+ zd#7B`zSdXg)qS2lhucViCIUd%5u<rb=9p zq(k@uFp8qB05oO3bLY+-N-Ag?<5Aw>5mor$4X+A9=5&IB+)ou=WQ=?<^O~c$U(lQ{ zW{w(`@7rE8+0}Arg*6sxsv0;ob)1Hp8cr3brlx_#;?y*;>YRU6u~;=#oC*$0#HnG` z)YMh5SU81Khn$e6q6+zSRNkyvdg^O`*Ijn(`APu7cADr-nJ!Ik;mul;>}maAdE*u~ z4~A&@q;f4i?}MamiNbOaMOx|;eQ;5@=*O@g0Fm|tm+$#YGm{s26Lu~c_Q+ZDj%C^N z-UEhdmHkoqBY}0gQ$I|>ZI_52d~dd%{d!p#@chsTw|?XyWmGgblfjr8(GeDjj5z#w zbkIw7;uP-zz|(TVMI`vXWNpiut>HhHt!A*h_D>s#&?7U$6#;SOMvj?ENwc>eb=*&z z>$Lwl+G!!W`_uDB`r*XDyRFF)?7K_s&k@P)XY1>=b1n-tNi74duj?8EC4d5hJzgGm z=c9hWzyVi|7}&m?JnI~*1n$Ub$duHxNMV5<#mk0IvayEo6Vypbv2Mk1%l3{vT?j9+ zj(zgF>gj!_+Ugx!z~aM&2>*(XhV|)38d3ADXB`_54A4m1d8GtRJRg@Mq5z1gNV**i4hz?N-JQMlW_-Mw&6`!JG<@X}xp*Q}YCzIy4I&srWu5t{ zJ3QF9wDZB0*sZAW)ojG{@4-y<2bM8zL2q5{B0pWWI+oj0s$cm>$g zjMv?-{J8MXjkq-HpQ!tB_Ed-`jTbCJzSwxtCAXhvv?Ig4`}7960&n_W-+JTN;Cypr z@as{}L0*?%3lZ!0U&`qk@N9m1jc8C13vo#*P0at;=e+_5 z-{`pIkhN;5ke(r7O&lH=dcQ>Pf3i*4#roEn#h-pY@~0Ru-@ukzHh1k=+shqu&5S)e zqye+9i*{av+GS^E}0GRT3pep>SWU{Ba9aB8Sg zGTZQ*8Nvs?f4g;JzG3{3DBqp0=cnxeQ1DuaaM|xSrMdv!a$Q^5HG%8r&er}-dL&QA z$#Cz^gfq)rJQpIm`so`U%tvWQE@qhCOX9N0*Kb{@Kdv*l`O|tg`%qyQ#)9h`i?=@c zMgcTJe0Kj6MC(RN^ny0K`n=O3`^)!Na_f@#K#o4!Vq0eYgP<>l+V7HU`&z_Xm3MQG z@@z4@;%c;3^uLVH^C8MEKtPS_pX6xVyRI+efo&?ib~F zKm&no;zBW0Rg-OYTkXswz2VAI2W?Sfa%aTLrduz zj49`A;KE`nO}!<23_ZZZwuyNEadakGm>XPrmsXuD-W^xoR<*(r3_lFZdoE>rTXjl1 zGK_0IFq$DX^MIZkc(=G<(y_K_fA3q(P~gH~+xUNa**q5eOEcGq9jot5We@8jJFU3p z+g)UmT{~r=8^aqO$6h=9bgP4yZ?4gl3@JN&sep@qV)Tmp=`PKm*JnTl)>w z${}VHM=C>RWqJ@%wAItkZx7eqx*p_{#O^B2@n*Zee|G!syUPIsxkjh#-&6&1&p^8o zt6Qt<`IfqS`?-H5syHMx*(Rm5}@siW9=CkzS2lnr)s7KRQLZ6HqBX*vWStaP8deexKd}%ooZsE*&Ts2TQZH4qWK-yL3Wd%7AJiDsANL(1Ml4A2 z4?mbWwh38K5fs>@8xVhf@1YNTVE8cH-3~9#?(W;f7|f&*?GEK4XZZfE6;uR3y#3};m33%F^A78UXBTZhZG>ftg!ZH4fYY!k)47f*fe^Urd#7ocevdq(8Y zUh3OC&iGDCv@WYxIRu8^FJO;J%U^l@m1l1C_akQ%{JF^lvw8gnMt4}9hoP%hWfclE zaAH4=JZz;|JgO=E?()Uv7kA(t4IA;!Y}st&iv;yX(`41P@?ep~F0SA0xe9vVU2!y( z`U~Nr6`#sn|NY_-Gyl7%w=4&XESNj}2D%LIq5j_9G(AdDrCa-WQlGNV^w9R<9gPCR z40da8&#dbPj#Vl^Uy7VO@a2>Q zH@3Qy(Dm_6iz_5gsh9wT`2}p<<`HcAW*95Sd+TP4r@69jzg+nGV*cof%F1~^UjrB` zD_j^8=ibJMesA^h>!XhR{(l0yFk9bbC4Ai;(IuNT0OkdI-{+z6gMZwjD|9k9^NilO zdQx2|Xl~}}9bf-Fyr>2eJ0gR6QlauRVM;gSm*6D#dLoA1N~PMr+XN__m zU-n_2raV zichC6m;nft#HqKJUI&h4QMxbRxy>IQdTbY$@2c7QBlGF53n{DaH~>QncI%t6m#%?# z4j$Pa(P8}D>$kM(VRgOv%=LTm8=TjphJV7%nGzsS1iF^Z2fwYlMd3$;r6him-|ze4 zT7#xl6fcs~4X@CxW2ZztQEYmGI>J-2b~FwpGWj4!ep*5 zcILJo;#S&epTvpJN$FNA=3J%oK!YQD#Q(^g>wZphOCua^F{$R>?A;@^qu=&VNxzR3 z!SRKY*dvR3PV6d`_y4=xDz!lsc$(fbVjq}CW1Awb`zXq40>fvpl3JSQ*=Ch zU40(+u32cexDcpQ@;K@4{Nlc1Y2X4ggJJ%Vn~;E5Me?QH_nnEz<_ccOp7wt@Hgw$X zYGqCNlgk(P@yiQz#)W=!F!$tZpe`I+uSfy{8BLF)<+#Q5fvT>#(XtJ*rPG%NSFCU1 G2mb?&wlp2Ywfl6UhB8kyY_p)-Q5~m0ex?$ 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 literal 0 HcmV?d00001 diff --git a/sound/effects/muffspeech/muffspeech7.ogg b/sound/effects/muffspeech/muffspeech7.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ea566e6ef5872bd5d8a5424d8b5b3f0beee00d29 GIT binary patch literal 5967 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 literal 0 HcmV?d00001 diff --git a/sound/effects/muffspeech/muffspeech8.ogg b/sound/effects/muffspeech/muffspeech8.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ad51432d2da54bd6c048c8244cf6eaa0121879ea GIT binary patch literal 7756 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 O+9w^!O*4XT8UF)=Tv}TI literal 0 HcmV?d00001 diff --git a/tgstation.dme b/tgstation.dme index 73ccbe929468..6b17fabbb451 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1952,6 +1952,7 @@ #include "code\game\machinery\navbeacon.dm" #include "code\game\machinery\nebula_shielding.dm" #include "code\game\machinery\PDApainter.dm" +#include "code\game\machinery\photobooth.dm" #include "code\game\machinery\prisongate.dm" #include "code\game\machinery\prisonlabor.dm" #include "code\game\machinery\quantum_pad.dm" @@ -1960,7 +1961,7 @@ #include "code\game\machinery\recycler.dm" #include "code\game\machinery\requests_console.dm" #include "code\game\machinery\roulette_machine.dm" -#include "code\game\machinery\scan_gate.dm" +#include "code\game\machinery\scanner_gate.dm" #include "code\game\machinery\sheetifier.dm" #include "code\game\machinery\shieldgen.dm" #include "code\game\machinery\sleepers.dm" @@ -2309,6 +2310,7 @@ #include "code\game\objects\items\devices\anomaly_neutralizer.dm" #include "code\game\objects\items\devices\anomaly_releaser.dm" #include "code\game\objects\items\devices\beacon.dm" +#include "code\game\objects\items\devices\broadcast_camera.dm" #include "code\game\objects\items\devices\chameleonproj.dm" #include "code\game\objects\items\devices\destabilizing_crystal.dm" #include "code\game\objects\items\devices\desynchronizer.dm" @@ -2546,6 +2548,7 @@ #include "code\game\objects\structures\containers.dm" #include "code\game\objects\structures\deployable_turret.dm" #include "code\game\objects\structures\destructible_structures.dm" +#include "code\game\objects\structures\detectiveboard.dm" #include "code\game\objects\structures\displaycase.dm" #include "code\game\objects\structures\divine.dm" #include "code\game\objects\structures\door_assembly.dm" @@ -5908,6 +5911,7 @@ #include "code\modules\vending\clothesmate.dm" #include "code\modules\vending\coffee.dm" #include "code\modules\vending\cola.dm" +#include "code\modules\vending\cytopro.dm" #include "code\modules\vending\drinnerware.dm" #include "code\modules\vending\engineering.dm" #include "code\modules\vending\engivend.dm" diff --git a/tgui/packages/tgui-panel/chat/constants.ts b/tgui/packages/tgui-panel/chat/constants.ts index fac7ca791497..70fe8ebf380e 100644 --- a/tgui/packages/tgui-panel/chat/constants.ts +++ b/tgui/packages/tgui-panel/chat/constants.ts @@ -62,7 +62,7 @@ export const MESSAGE_TYPES = [ description: 'All departments of radio messages', // NON-MODULE CHANGE : Mu Radio added in selector: - '.alert, .minorannounce, .syndradio, .centcomradio, .muradio, .aiprivradio, .comradio, .secradio, .gangradio, .engradio, .medradio, .sciradio, .suppradio, .servradio, .radio, .deptradio, .binarysay, .newscaster, .resonate, .abductor, .alien, .changeling', + '.alert, .minorannounce, .syndradio, .centcomradio, .muradio, .aiprivradio, .enteradio, .comradio, .secradio, .gangradio, .engradio, .medradio, .sciradio, .suppradio, .servradio, .radio, .deptradio, .binarysay, .newscaster, .resonate, .abductor, .alien, .changeling', }, { type: MESSAGE_TYPE_INFO, diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index 86e2e5d09735..e71d2f3e1e08 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -379,6 +379,10 @@ em { color: #d65d95; } +.enteradio { + color: #00ff99; +} + .redteamradio { color: #ff4444 !important; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss index 9f830721df31..1d25f86027c9 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss @@ -396,6 +396,10 @@ em { color: #ff00ff; } +.enteradio { + color: #00d680; +} + .redteamradio { color: #ff0000 !important; } diff --git a/tgui/packages/tgui-say/constants.ts b/tgui/packages/tgui-say/constants.ts index 6fd2ca438191..08755428fee4 100644 --- a/tgui/packages/tgui-say/constants.ts +++ b/tgui/packages/tgui-say/constants.ts @@ -24,6 +24,7 @@ export const RADIO_PREFIXES = { ':m ': 'Med', ':n ': 'Sci', ':o ': 'AI', + ':p ': 'Ent', ':s ': 'Sec', ':t ': 'Synd', ':u ': 'Supp', diff --git a/tgui/packages/tgui-say/styles/colors.scss b/tgui/packages/tgui-say/styles/colors.scss index f1a36660c7ac..5f85f9d7cb7c 100644 --- a/tgui/packages/tgui-say/styles/colors.scss +++ b/tgui/packages/tgui-say/styles/colors.scss @@ -21,6 +21,7 @@ $_channel_map: ( 'Mu': #9d77a3, // NON-MODULE CHANGE 'OOC': #cca300, + 'Ent': #00ff99, 'Radio': #1ecc43, 'Say': #a4bad6, 'Sci': #c68cfa, diff --git a/tgui/packages/tgui/interfaces/DetectiveBoard/BoardTabs.tsx b/tgui/packages/tgui/interfaces/DetectiveBoard/BoardTabs.tsx new file mode 100644 index 000000000000..4300cfade989 --- /dev/null +++ b/tgui/packages/tgui/interfaces/DetectiveBoard/BoardTabs.tsx @@ -0,0 +1,63 @@ +import { classes } from '../../../common/react'; +import { useBackend } from '../../backend'; +import { Box, Button } from '../../components'; +import { DataCase } from './DataTypes'; + +type BoardTabsData = { + cases: DataCase[]; + current_case: number; +}; + +const BoardTab = (props) => { + const { color, selected, onClick = () => {}, children } = props; + return ( + + {children} + + ); +}; + +export const BoardTabs = (props) => { + const { act, data } = useBackend(); + const { cases, current_case } = data; + return ( + + {cases?.map((item, index) => ( + act('set_case', { case: index + 1 })} + > + {item.name} + {current_case - 1 === index && ( + <> +

CXkveyM-|=&E)NUTXLG^p-w!3?o9pBm8n`b7WV!Cjh zq!v1kIA_=7a;`4y=bq_nLCosv^JfK-Lt$)TgPqNEc#yJ?@L88T zY+Kv{%M`zU{d(|^4e6ohmtr?H^?jL}A75~Q304C2RT1vYF)G;Q+{ua`n|y(cL2Llq z6k5!nht6SgGwL_h8yXr62$)X<&Zf{^PP3Cri9c`Fx9@+t{fT<7yppcdC|+853bCtT z@b|Uq7oI{VFFw(I-x#h7+?;ND^6b5rMYbE%0Pc`C8JYW8(&Xp2?qYVi_U7#oPjg8K zSO`q(+@iizL7dx;qqZAu&M`hWcWG>#wR}$8U-#F7a2fnnsJ8>8XTr7yUfL!ae6W&k z(leN?ndDPVcHFY2U~HAMb!XLPbe4^pO7#-I{ILE_{ww#3AGSO|J=p}IKISz-gcke zib6hn{}s_gp)#sd_<&=);sP4CrqCJZTw~_vuL*N=BtCvzDf5v=<9pCWuHEom?uNO% zCLoUSNhVIiYIdFEzp4g|mhwRRxOS6OBZGJ)^L>inXKSX`*4FktJIl&0-)x}X;FlkQ z1qk#c#i;UX0t*2UmH&y$Bg*dcI+tb+emF@sZ*M~Gv8Pu$b^{ekV_0u1+)!T9RjH-b zyZ~h~m8q7w2gdCGzH=cFTs?*jR8<^}$>$;QGr7egH4cB@xzl=dx`rcu|NHWDtGq8) z_CpW#vKX)IsUPMTWda~I(b!@q$-6`E_&m!|&Zn5-6p{_3c=fR9y#A!%$ldT9-Rp9= zf+I64&~GGNw}>1HipJlor7hT}H4P;8@O1tgPOd!AZ#IQKi#^^p-AZGqbPL?qrBQp6 zxDh$SF%!fRk(sU*@f!`2vU0(ilncKmu8Z&#_XFO}ap3+>m^RDyHQzopPHdtyq_2=Y zLyTbK#2?X(8kLYjrLjC#7qHwG+UBx%>{NV_g2#cBw=v?d+xgHlqrcbER^7Kyz97WuC($nJ>>RaFsytC`)S zP%TTdXVHwZ6vUvGNP)3gn!HG%v6krV?a!pmqVdgw>;cJt$@+#v#jS~r{wpvD)<%nwf z)L7tWhUokxO|cKPb-({b;4j`X!)-Aq%0^8W^Xzmfjp6Di5@3^OE(zB80UwTxyV}Dc zwF%DsLA{)Xo?!N_7ac^K^q3U?<~P?O4vXx(G49HM{(pDFlJ~eMSRMt?TgoU`_v0 z!lUKZIAXV)y=mY?*%V}ajQ;&Q8jJmf!C|;_1^7Z?1J^X=3fHqQI7oQT>8FaYrBK z0+J_5?Xarj8wWt%{rTJ+?ph}~st@{4#n4+YV0LfqFD>E@ex%Mb3@d?~F)BO%G;sTO zqhO><)JQa>>3Tb?V$U=LL*ejAIc81duE#`dC-g`+onda3oH6ZG0r-FxlNZr6P0>fE zUFlU2i*Ug`9@~`(@U`bA4oc1(^&~{mFucM+ptnsXP9q}Yo0{Oa?Pz)H`d0z$GIX(w z38$cnGXEKvOK^+Cm$RI*^i)^%lFEb^Y7xA#4?f-0n6(s(xp=8U!M$`_KJ@;_NWj3O z!zN^Mx4dSRe&ktH z^&45+kPixWa#Ft{I@&;;0K1AvWw$yC6W6IL^7xuO_zVxoN0$9|nn8l@-BT-}Kn3~r zhQP!&H=tlr*PPM+F&(rRlNlI)Bq9!2$P04jW`c``AD*ZA#SY`6*baH`mA%0}hyrU? z)ms!1FR++Rv<-jwp1>u~ZZF*x-KoJFRFnr5nzj>mcV%^8m5b=iOMN4rUsso+5;ve0)40<#*bF!ocJwzyTmhQYUg62dJp47h@(X)LW?xOhGnWirxzv>wl{g zyaDKiE<8<3`(}eZOW+4#Fc@fv_~Z3xA0#)&f*Y;*E|;>h@{>(h-!SFjaT>g`x;jzh oj<=Y1Xo%Stp90EmOfn0yuGdR25Y3ii|1tnmqs!z>% diff --git a/icons/obj/machines/smartfridge.dmi b/icons/obj/machines/smartfridge.dmi index 18f3ccedd9bde1ea0289bc451c9655ef793f0223..df5a163b803af46901c5c5027482b4361339f9b9 100644 GIT binary patch literal 14291 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 diff --git a/icons/obj/machines/vending.dmi b/icons/obj/machines/vending.dmi index a5db6caa6e2baf6e7489de66c06b33f202c6a4f1..093ae6f7c54da5d1776bc355dc120b12faba3689 100644 GIT binary patch literal 114712 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 diff --git a/icons/mob/inhands/items/devices_lefthand.dmi b/icons/mob/inhands/items/devices_lefthand.dmi index 7b558c20e6e55c1fa0e5708e866146347ba2cee2..a033ea228fd0ef5845ba213481f52571b1291be1 100644 GIT binary patch literal 8031 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 DuwkjI literal 3430 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 TL@#gKU-SqqLwKo%edvDyZPjbO diff --git a/icons/mob/inhands/items/devices_righthand.dmi b/icons/mob/inhands/items/devices_righthand.dmi index 042ecb745c48598f9243ffcb2a8be3b1ddc82b1a..8b2ace16bf08599418b535490f86419d0642bf72 100644 GIT binary patch literal 9458 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 GPyY|gwJ~Y{ literal 3312 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 BX!igB delta 1768 zcmVuu$4T_v~h zbEYjVf9t3W)qe|`ftm#cR&Ew*^I>nUo$40*0Y*c*80u|@-wmJuv=5SF5pb~DNMf}x z?g>pBt7f3}IzU=qs|jVrpZgrJ_HfN%4Zq~R#&3dJ0n}TFnI_yiC~(#s7)J}gg(JqA zUup$V{8a&H?PrW!@)m3OsfVTI&(okfp!Qn-eolQ*JAa}4Te^aweB2@1njgz=&97;L z$`#CM2!$O!hIr>^2|&`A-9CqU=NAhga4*D;Am<1HI7bM;IYI!=5dv_I5P)-p0GuNP z;2a?U=Li8fM+m?3jex z-wx3<-hW|sJ^-~BeYH@pz<-cd0B6xh#qnzz78nEYd;kcoK@K5^wLnG(uQqhgHbd{m zPx=9RA8w?nlbd%&WX^8<-4BT98J$bTCiXaPh6=at%}>=QjZve#%K5J)|mY@51 zoquZ%*X}R9C5(CtIi_fjmAIr0Jsn}3{1pF^0#00#53dp1~g@fOEtMzy#z~+kLxx2!8+pw(W|WcXeTe05(Cd5hw&eAo=&pYk9wx zx0QRu2o#<`1gSG?|1a-x%4_(wWfLg=umS{twrG#wEU#FbBy9@;Yyha!^D8A32<`>& zd_MnH(~b57TJA0EF#@?4z;#_O;JwC&JbV7<)Z<=akKeH!eRuXo)=31mVbej z8qDUuGf)AvZc6MCXD8W|xx1f!gdYJEfHXJ)i)YvT5bm3dwX=o4r5x0@6+s>om#1-D zlaQ&>dl;uesimDUd(?oUf66PB*5nD~hJR!Et-`7>PK;xe1?TKC6WL>WonKnp;f41e)SxY>Sy)X5`#;IrS}$D{unh@quCx9swtgIgAl z-15|XY5fM4d>B8pj^U(p_)P_{q7B|M6t{fW@A3ON!J$%on*uoVC1*a)^GNLR*7+Kn zsx%J@s*g&Sw|ox7$HYmk0E>kebZ@jr(T1)fsC9nEEfN8H4FGM-Y}u@-0e8FA zU4eBz=Y9!sWDt}-%C-&IBCG%fuH$$shxuCC4j=`P#|Pxs@;;Ww8Y}I^o6+glar`dl z`dS(XtPud}^jh%9C=ozy8-eF}zL$%^TG|L`Iz0zFIP{ZDd_+lWfPW>oZKD={*Kxe% z9bI<%h!LT-(339y61H0dlw#5Zg6xd)jW0XCs~K3kQfYTZdeh76ZU6;P+pHjsjmzt? z#;i5RCs(!eM~Wc5>E%@l@m~*@;O@im9Uwj*fQtbxS#V17fHe1)S1DM2fK_ATW_EsB z{g>ClZD{KJ$79ovL176qL%&w|9GrK2(;7e$y=wtUeEiD%xd2 diff --git a/icons/obj/clothing/accessories.dmi b/icons/obj/clothing/accessories.dmi index 0253485cec32791a1812d32e14c8c57f4c3aaeac..578aebd0c65a1e2239704255198a12cca7a7029f 100644 GIT binary patch literal 19936 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 literal 5809 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 diff --git a/icons/obj/clothing/head/helmet.dmi b/icons/obj/clothing/head/helmet.dmi index d9f02085e732ea55bf5efbc45527ca4f715e413b..a3e51f1f625dc324438b69171ba4b017a806b5aa 100644 GIT binary patch literal 20590 zcmb@u1yqz#)HXUugOmtJBOx84bc=w}-62YYbPGd?DBYdXAl(e9gmiZdNH@$-0|Rqk zzVEN~um8LEu66HP126N=nVA#&Jp0+t-iIIRstN>nRCpi|h~WLZx0)ajn)JgD4i<1{ zB(|^&1bRf}tF7<;*3#{htF5!Ut&<}Nkthng-m> z{vwoT$--VzshhOH%8Cw2WiSV~eaC)BF`}483_mS1I6~JKm+X|G8epU_Iw|dmo3KAg zeZ+7)otEh1L*aa=kJD#9_r<=O{rRZCr9x7dNe>wB1-GW@?n#332jZ1j6yH0aylyrA zAeo54b4Gous2>9_BwncmIVh0If4=lk==P@TQ91j%CCq(&uH8#loT_Zb+s}E`L|Fwl zV%8r#;N|Uv7En7zj)=%8%Em-!6=f?!RnIvy(}^P5i>3EKH=}DV%zU? zbG4?|?E~{rgB@{Ru2v#e67Y4>vJAL1R5cg)ZW~`8Nh-ngrweR|qm z%lQYJ0QIEK(=@)1*Vwz^rsO6JGIV*lUSv$4gEq{fz+b>YV*>)I61{&bqwT$Tl;z{C z<+0d#Qn0sLbo->bUYb2oN1EnoUZ_iV;o3LGT3nn9e+^@+OiCdvT7~|VI4CE>PlkLP z$M4~yJQcZYwc(cRn1*=nPVdu?RmM(YUO%^0vQ;8ql)UoTQXGx$m=%(e zlfNv-4Ds8*V20*cOgIGx zr(TtgLw|*FyRHFWKprFFNP($5k-?o#K8kXr3+%7o;#*ORsN-$E{C4nczA9$ZivMMY4<%bJzO83M28=6i2x~fVyY`b({3hyTKMFkO34fy3oFZm-S3?|n6*yia+4<+k z{(Z>)XxgocCOwZ9WI;io5jDN)qf5bPNSWHnlBu)TZNnnNL3MZTNj##0JHV^n%uMs$ zwhY|g*iU@Hz+l!~Z+r$OR!{Ws*=*+K=E$A9m|soR)z##MyWvUn(&YsIDi_>Z?K&(s zrqEi8sB<8T^iTb^XM5pB#`l$usAV7g#DBG#=PaQ%AtCJCJo3~uksSrGz^(03BL>7M z`P#AwJgK^x4ynuzn6UY^Hlo9+J*tl=FE2+sJv+;@rRecYf7QxV zIqI|w`V_<*=+vSLHY#dj?KHUs zadHgS;5ei1AA=el?|MaP$jCltjZtdr=@|(jfB$}TfaUa@pMOvlBiiC&Au31J)P%sX ziBC@-N&7CYCVu;dHEkyl7pKAF)M<$@;>cRw=+97@vkS>g4(Ok@4gVa?3HzLanlp1! zLn|q-LU;DL4Uv7bkW-VAYT9m;NjFt41a$Wa&6EAavHLfF=k{JSrB_XN|8~P0WB$yS784Vp${j>Xify=6*Hf?_CXBA6OqHDanptRmeQqwUH7BwQKU$N&P>y|sk(@+6r|d6; zq@<(?yVO`~P07sc*2(@Q@0U9P9p`s!E&VYy=lh!nLC=$yCd(75#w5UzYq9Fd?f2x$6z6|aKBe$LpTonBnjMOT%TIT)io{`CbVQOu1q1kU~a zJJ@Q9%S75bJ9;hpVef@;-R9k#cX0P+9d&-%f8E>PU)&qD%zxkRapGC(x3mS76=DZo zYjPe+v{i&&qtOhA{tcsE^;p6I6vjE zHX&2}%KrQ5S4U218RD-zQ<&ucJHX*E0y0KgTw3EfK5@`tB; zkqE{v)xpJ`6HSK`7HETm_;LCCs#gk99wvGhL#^XB_pX`wQ6m9 z?Up&a?QpBVk!AYzr?612t;Mxvs8Z@V0zXlV_v+smkyMefSXV>~oSZHGWD%(%b@*X6 zYL25^YC(ChS*cY8yxpBYdz;S$%c@2s!?KKbw8tENfD6hEAJC-7a+-AycCE|LER_QM7J_M#?(2Qi955^Yif04fND znBTeSfn5yPZ{pw7cXua}Q{)p6$^)?NVqjZ5?4(E0{M)7;A~ol&z=V*8#6yusUPbl{ zh{{`}R-efuX<%T>wf8NYQo?M+?Rk+m-&(CU#6E#Dcq2qS_Ok}NWd6(pxS$ZQdMi>r zW(A8aRv?0`^82r}qJ;eddO~A!QkqDz9AO4He-Ne?(3mm~yMYIu2J3y$WP#;<~K z{sSqiBM{3d)jH93fV8NDWpPL^$zMg$cg6h*X|6qs=LNq19{Iou$k8DGBA^BcT5^Cz zys=gQfw)V=Z5 z*c(a44OmhWGndP`5kJteHia3@F46FQW6Ddr*1C?SVLfIL5SU?FQtLr-?!n#N$L*CJm2lVpg%eLEN$R>h*t*D%#F$~e* zs+xB4=}Q-9xr~|Te&!PgC$Q&P@7J&}xc`kLBbHQemp9IN2o`2!()Qf+&7Wv!-p}9T z+HYn##u+;^=jUTS`TLt+JLBMo#6N+zSMh4=$h^nJ54a90!NjMDhaTgNy9yNf)D;;~ zY!1%YlX;oYDiXJ5B0-Y(sR>C*v$hg<$kE}FDT6KSd5Qb$&h6VlSi-CeI7q^vjX0U> zNCrleSogmA52Cp2B}s4?Rjq5+A9V58GuCBQzVtlwgi=SdlT}sba#M=Ks$jzkpUsob z{HpT04*A&P;tQAW18?V(xi|ZIvjm_+JHtyOk^=_tCGM{O1qdDP5AiG8*F~`|4>n*) zmK!c+mabJCNn56ZIh9J9nqBHc8|UsDPRG9VQ^jg}i~P{V2K%uu{^AA(KdMgB*56Q5 zW=6H{zd87{w4F+%|dXXS5jaR8}Ruk=Hk+6_t|{=FwL3Go6-F5^4U- z?@DWE#gyUA#+GFx#fOq|*^L1CRx&}v^B1IOIy%OgSt_1gz1-WkzU80$GDg#(j%Zf@ zgS~o^J)pGUU3G|okZJj^dy7}>8$24T#w~42?@j@J`P7Nt3F0C!BhUtTHyyn}dLf=Q zU67o4ykf6upho`939Y!z<4VU)Ik4OPIV&S0qfusYNlB~@Z(G;--V~X_yYY$5%t!n1 z<>Y`?8XGq3dhW3g1|L^Vy%9J6@+GwTW}eyGmQ>{B74?Blhc^1w)6=o+?5Ij=&%9Kk zaMgHo$bku#_J9984SVFu$@7_(?n z$S5nv^zr;<$AgFKw_mCxac(9EJ9ilrizq!Jl0sHLQrFgxjDWM2Y9IO^RPdUDy!Qv1 zToi86`k>;4DsVs4#5efp{@%`90sj8`pQ_kh^|n*vb`2I579c*G@!Y<)OlkqmAwv?T2r=OLu)1u2c4ebn@a-~Gmy1`0lNb2Zz4 zNh0k8{_xO6KOtANvZZuc|H6kTBBpvW*myLA_MPsWAt}lCz)hk(gioOBo~xvyw7BLL z!ueV5#>L~ymX@*Zg9H2Q%vadk3sCxrl&6};x`Y4W5C2vHz6{+*UNItK3k7q?Xr zywM-SBq^DFeeM16qc3r3#E04QmT<@>cC4^7=pjH6mIW^?EL04RO(3FXpv-|sOGIsa z7ne24?fzWHHl3lX{vRunOf@u~8#Osv9?VwEuETp%lZzHh=a%08byb?)d-pwtRX`wV zdD*z!55&*U|951B1$h4T+S{G%$2I0<{pzn?r3ux^*=IV@qr9A>1+6gVd=y{gcRn>j zRBIoX#Lx)F3sUXGoXyjkY-_P6#?!Chr^tjPGIi@w>)V@23T98!qbD22LIx>U!AUCTUz%dsn}Xbf4ggdY`lj0#DNPoG&opG?No}D#oqb-uXA`r#Mt5T z$S4*=rHeJ6^jnK&Eso~_ogm{Z==_li75_EkQ>@&7xl4;qLuC}E3=9mQPa8LlS6|>8 zA^|s~?YBKJe-`iC6C8SzBAX4X|wU2GNRn&cDxPafBQRTHf7Ul#Rxt{t)#M^+n-( z%M`i>-0qB~Re^q)H4byMPg(j_Hvc06Ijr2^Q>hV^Kg+|qnLYgLmmuy~9D*EI{wqRDQ}cH>*9wzhLWJ!WO;=G8gCOfGJ%zW(SK?gLs$gys ziVp0uOTJn&x-CHL$iR6QtzlI z|D7{@{;maI8Tj0^QgnTb>HMz;7jo7(6MOX9iI*NiaPPO3l9d%D2Giky1!BO##~~xG znMu(2Hbc=zG*5gl%}m-`>_P__M=$@LIK16+f4aFvGSf^yN=`&Xr2K+3&?9?Tx1)eI z3o2wsuYmUrq+U5kN=MbR7tbGYZuq+rPf1Nl%ux$-5pQa__wtlMobgeJX-sSA{)xkp z)6m$_VjGe3!a-GOuq43EP_%3G=*z%}gr(O~i$5>6C+&yjnO7}4*{n%$GSjKS!k?3W zN$pn=w-3L>0_F49dw!5+3cEat>O)FcrI~8jT0AW8k|RWA@4FvQA`elv7yM7A{`9+6cVEsb zgBzbmZVH@z>nKdEZVtw0bRz5HXqP7UC=+mKayQ-K`;u(T4>#DQKD&R%SXnsgP=`%T zMMY86TN>v(%hvq>vvnF^AiTS0n1woK2e?vow9y@EwGvmGU_dqc}}! zsa>~Ff9tF(`Z{a0)A^-xv}co?-j=it86-2a`Mz#Qqgl+1`0H`Vic`?%%1JPfr-oar!po=Uo&GA6pm~RUcX9^#?{lqm9P# zVeUdaZQMytO)B77Ea)EX!|ONFpz9myEZlQnIyI$Ff3MG;Qc%>f@E`Xk6Q4`9!&yRcFGsVO(sqH4+BCjT)XyX<_ax zyv#AK{hG~3&*tixGHx=|S#v<`@Oh@9&c^YU`>Aqn!Oc+MXVl)1$@@A4Tq5R2@%!^nyb@JZww_ zDbOx1vUyNzcCWL&Q^;ftNCf%}Q+6PbJIAqrd!N_oqD@=)(Ro{N&5BFgNPX&3PYzx?T6SvvpGQ52%029AE0({d~8Q&PQ(M82Li zl5G#FH(P_PuWc1#!6o}h9-`0z4h9@ev{tLm3HDsclfzf~mt`~4nnrqIrHy@kl^)z< z_CCwPhes8COA1jrP|7B1PUY17b$5|*bwZml2zOj|_S4xcpUi`QM5B<7XsV60{>mcT zTeVgZsiusrv8-2SXgD~h{WiZq>1M+wyCooMk=2K4^Kco_t+)nbtjLOJYzoBv``_x-z*xQzNG&q0&b*VT3U+NwdkfS zmBaM!^8iY9YZaNim_uYN(&hKTin3W8N_M11!?*S+umPKBa*6=a2s83Kk#k;&bi)AU)RtgLMO#;5u&rD9vcv&5D!O}%s} z;I-*z5~Awzf%=a_6~lkf85#L@$1)8+8io4IYe!)E_yAmz*71X{;o@15P#{}YbZ}cT zQSN!vqP4&A1BER69l{S0eC?wM8AEsAhQ=MG_zg%=laX!B_M>89?6@%} zJ33uXzPgJ;(DWw z^r9KPPkQr}ny~g=#z@Hy8gbvpii!iYk~B+2>B=wgV6b0MUky=OU=|7QE;0WO4>G>u zi~yz@k~D0=zi!l&mK8P<`pKe4`lIi4Y(UvocvU;hUa14J#EUQyf+iDvBP`Bkps$$q zdl6DqMX#f?9TEy8F#P!3g`aMUsYn-75xvbG94l^X%k;k;eM&F!Ge3)`>(7kr?o=_+ zo&sU8B4&7SQve?+me=9MYi@u&!Ia!zLoN@^Z~paeldTt~09~pD<6woL1ya-d5eGJ? zNe+CE;PtfmBjmI?e9oE;T1%+g9P_r(oI;xHaCTm90#F+d^?>tY!0_;PNoYqZnpXO{ zg3xsU$QZ1(9MT2|rk7WP0E4i@%)|6i z{T|^`+`@InQsSn?CGA)PcwFVj!Boog_K*6vn+e><=mrhmMf}zS>7JeMhwK}KI!h0A zxwA_H4`3@R;DHk=1o><`D%)=V$cwFUCg(F*$&4L4+h6OI+Y=E>sm!0LYK^qQ&bfn) z|LkdWxu&vuV~jer9)EL{kD>c41pXTv)RjlrZdGR%{L83G^<~7r$0_n@N{0ZE`tYvm z*}t1}mP$3VSxE%5eU9IxsCa?iV}N>rq+MP48>^;fiOgUuonkvpebY-P>JQx*{J{5t z?-?80-=d@^IH_z14TK0R-+#yRh2@y43m*+d#UDB>{Cm1@$@e( zWz^@>-fE<*(En^a|7>~Nt&$_T;@Dkj0%@E%vo7PYISB()R%jO7h%`5U`v5Nybszp{ zJnr~J1ar59sFLYj$EMc~5*}yh^<)j+5N6uPpiYU4dw z%R6=A))!%f$lUYq(}`a(u)ob@D1$Jt6+UqZnO!vg`t_Jk!>Bx0Q^ryUo#LXURz-3* z(PYh5NJTw9AtA|yi4oL{8h!ilw@(vFBW^~HxRp?W2$g#tea7^nNbMP25b#+WC-m|< zI%HI1(ry01xYKsH)8EwfsKdP*Qzcm&kdpX$etr>J zOy@N)h-&)6%IW_F)AeTwRfD12N%nog5yv)BNC;xxnyldhkCZpUvlTukJw@vVAXoSoj$;ao_7X@3AnY z#kyn0k*xC!bd1BWZ*QB$14hyX6qS`9YZa?n{_FXnoF$qBkmK231{>o@+NCC4tQ$S} zKv+(#(+S;cDgx7N@KcJEwe@uw2V*DS^TQuiX2hnZ_ZV0=q||dMfB)iq{BreNLLx#< zh}L4K@(p+)dEKoslQ84s1}pVbDIx-@r0_p!l!E|lxb0(CUw2a{b+~ja`})&k5kwZ` z$;ixoVF2Zs=h@s%Gn>*3RGVuoyXrW-FcC9#sYmu5xGz5;RVwL=P>)LSNVmLBPSr2R z$$H*7rBPf;D~Xp=l6U=;XmSZ3_ZL5_q z50804UOQC=b@G(2ZHR|bc$=s@{SdCe(r)tM9?y3)cy9K_bs&mi-s>$F$h~_##QJSc z#T0M&-q6^R=jjQB*^ZP`=a3u9FKNc9W2{t*)kZzn3`#dWC$zS+6JogHYhHF-f&_7> zT!5ZE_6-h^bxy|E8EaF0nU<^I{_G`gN^ZogroOI{r8zkWJ77^I3s*jhMz!;~>`Q@Z zbGt6{C-peo+8c6K9xQ1yNh8}ekxkzx;((hYRsA~CdQa8OG{)PgoM=wwHp+A%13OBd zs)V6(y}&>jmb?x(ukNtfxj0^kvG(uHgjEFYIE?g{E4+4V+=eK3CC|kS27DW0L;+kT zE`WstMVYbFKt`+kC9webbbet{dQs5m)TNg0N*a9dC~RXD9EYy zOs&&0-(?ha-#|hO&8WDvi^~r!^0u1V>?wKDAF@o8Vr}V@3EO|5VRgZv@ww|buht;a zw54~g1(CH>p%LzA-d{u=n|i#nD&@`^n17#%X8lR&29}sRyo!Y+J6iN8aUZ?wnZd}( zde}A3xk5M|3;|rgL{eX0)-F0qTE}H2{81|G_P+RDbeU)n%$tM-dE1qYydsR++I5my z&O!<*1mOQ`m;Gdt?u2+$`*%#oOgi}vJZIuX`^tLMVmS5XaHdGYK_w&_fB=QQ>76Y8 zA>)nppr4rrh3*pW+B$kQcl})Z2P4HjCDR;0{l(TdynXwbw{O3WbLuMC*mQ}6Ecz2O zHzSSY-YY8qrievG0JJ7K(rrd*S=r)+@+bdUZ|*tKPK4m&;H=zFR@NV(0g&AJHc{& zZ9s2Soz)-bjY&|bi=sA_k*)Yy=N|I8*CwlYt@%%Rj7G|R5U=3p`sj%7;oH~v)@5-A znlIo7mu8u>cj(u%Ul@X-UcCH4)s6MTb0gIn98hmNW z4mXE--v|$64bp-l!Y(}9Kty^(d1^V51@s~~9As>GtM}c?&kpA?vokY)84C)hhKOLj zxuX(J{rmwg=(bgSan%Ez`%0C{&l7yr$y>WpKrrMH2mNIA;~-DIG^ks)hFuz?(J9E@-6^q&VEvKV|J@MFN@Q>o_5SO zymP{!z}QgWOOpApyAD`k{#;VjZO+Hs{fMdaR(sH9cG~gqG1RI3Megl|$@PT^{BMcP z8z~=>K+sx~#?&)kq*(FR5*Q7bQ}_p&*K(L&jA5ALb&6_g6}%`3zu|N#&ufNz$gT3d z&YiDp(yHwW^uY*uJFbK0=k@Kq<``v{_I8xCn}bVV#1HkosQo;I_9nRAbIRY(pHe_H zD1jAk;^x+^wJlRRKngHRp;hsq)QC3=byrh@mL9vWQ~%FoQnVURSxHGt1!5cguRJKD zlJ>6{wdX6w?i`aevgzqGob!v^qQ;i{Z8ymzY_cG{j#p+ z_bWXg(?I%eWgj-Qz>6_SC7(lD)dga#+e=n{#^vRs@WJPm!pVP4qy7jtQE#tkDbP(_ ze;NUoV_*@sKU1>YUD2{OU{*Zj#s)q?vuPe7k$}pICVF6!ZSLA6g2k?6hio@~@atc$zf8iL67CZhSm2EG#{iL9I=^YfMj8 zh2UAa^7MN5o?>Xf*_iWRwat#Pp^$N6EJB)hmX<6FQ9tb!jg4u*VDOTPYmTlN>b zZC+DJdY>3w9uI9M5I|i=2vX4a+>TX1K++?3)<)X4OTW_EO#Y?0d3Rz8jX&A7S9!18 zm(}@H&KD)enUY2`Lg2s^#p9zRmBk5DRioXUfQ$CQ0%^eF#HWeZ@~zZ=5rIuPD&OrZ znS_Lcq@0jQKOB7Zm%iS-$^^8x{->=T2Zt!o5=gn~jrU7fhV zDd?OV0~0eV4tlVyg<)r{{O8hRk)zY&V3xg{e5`(mp0u4Vkdl;@ABb06{BNGj74shC z_$LDfYEMfC=)}NF=@8kCsQHdj#NRR9;O#pzky(OK9oX&F5O3KxI@BnT6(?~dtJ#ux zEODPTwJJN+*pzrOY&ot8&H+iKY)Rc;Z*VB}TE~6RLTqhro?dT6BQ$!Fof_4RwA55D zHOk5lY;E|e2FvvV6xG%FeD7>IIENNG?uauwm;0!l{CWqI%xW*Cq|V@tk5yBWU!D~q zcKmpE?yPaPIy--YFhtiG-c9)jqYwe42>2(ne2oxbySD#a@2@I$b%BWnw~gFx*5WA_ zIHk*K4wk{o?zw)~lFbcL)*be|KFOM?h;C{ll>Wjg6;bWbD_}iJ1Ig4W*KH78g^7Z8 zIHimnIAxXyrpd_u`V)y4ynQQ2N4MPS!5>c&N3K2Is=FY1LWv60afDl&7XQ+R1G%sPmVovouhpB>q?3Rz zru6a(y<2RV&nqi~#W4MzZ<+nNu#CwY+(M{HTqI6vhVJfW63w-jM=FIgNkPAc8Ai!C zF>r_mHw(kjI(mA#ksEtgB~^kzq2Qm~yq8bOb%RT5Rc6c}S7@ynM-bP6`Ad;A4QudH zrVnzMoh_jfXQNfA%=>HxNZ7lkTyuTDHasCz?6`IQc4+v9dQ(kC2AzatwM1e#;43i| z9fo#Xs&Fc|(Iv^VwI6weW&3uNFK@OzJF8S#q=(|x6?T~U_7=|+17pJLg{qiEL<}Zw z%Dl}d7>-e2ZhYv^$S~G_=T_%_y}!eHWnn{4XtiA<@R`-cC64*Uo68#U{ex~Bww+4U z(R@ox)-ehMy}K5hDW{GmUCaNMcKgj$1C`x&ccp=GU2;8DPAT4g{wgkq!5z(g;yI0^ z^HWJR$LC^ovPLTbl)bVaa13;E?d3?QiBtm`kc}MkA4gJOL!R6(@rv;qSQ zOH)H5NVj|oC|yZR);)to*h6~dZN88-!(gtUN9gEBl~_9tX9TSd+7TNjEWh8Wso@=r zijR7nS+5=Yo!p4pMOxEsY+vRa77TT2;hv@itmI>0W5cEJPrBy%!+=_AMMcG7Mm{RU z5cC*8>tJuYfm$B+-|SjNY(YUm!#@Lwkhh?<{bC`#31y+Mk;*)ZHSe#wMeLVXwB21|0fpSuKru{$1mu;^O%73B1m3@gz6!(J#gV6f6sIzjIxg<~ zalYepGZj;Tl5!|Gq<9kt4aHr{endxG4JNXOzuLl9pY_&oH{#mx?YVNCmGGP%%ps;% zv$Nx1A`8v(m1s#y+SJvp)vB^C_!*m?uDBs?B5Kxz0{LK}7Z$Q4CMU;Q^W`oDW;OS5<#L@SQd( z?1;!=ys{du?l>;4+BKv(;X;IBV4*wLYk)zDmK7__ySuwq6pCKjO-+~X1P#UZzkb)X z3uGO?!!^|11?2RBpK=kPXQgbOLV$%BK6fDzyl5Xe={X&D-Zr=(Co!MCsczg)=_mU-@fxj84JB};Lt zPsn|BruoINTq1D4))kmHZLsO|^t8UE4M~1JF42j(zXOTMl#vo#G#n684+f!BK>a%7 zb4gP`kvq^11f)!V9~K0w60p89Rdb*Cft+4d|IiRVFE0U5r)?#o8`P~Is$1@HefzFa z1mQ7x=W~sEo%a4}r$KmSLZ8r6A86l%SJTn4y2#RqGZ~jDoIQ|jVtdq@C7iuCepT%< z_2NZwL8e>B06V+Ga{a*ikTeWp1uhoG`FC=nCL2OUq(;z-iS<IQ9n|R&1{7UxDCtIYvyjv4?TcMj;4eh5{XI z+)$VJsNqL(NEuBw?Nb`nT*1WQ5HTZE5glK=t1SD?R4C;)RYg?~Dpx53PO-Uo%!hYY-Z|6W8#AoTiH56~%XY;1BH8|l0IA@Ps))L-r6eKmA`P{ zcl|qyt_is(RTSMpl%+bik3GHUu5fza6*MeS;N+1lbc?-iay*~yt?n#*rx3Y0UYW)G z_?Zt-H8&{3D8B^FVVnfGedOt$;&p@RYQyi0;{XwO}epui$`)A z3H-Ldto}9R3(T1Wv~1T7kqS^n38A5xUL$Nvs`R{XO3BJ%Ofwz*vxMj&_idZlr^{|* zrK2xIvQ+!s#w2#?!B^i1sI?IY#4jp3msy`|N=ijASkfK}?q5IobIA}^sc^D=)I@15 zR>idY*XMJzIE5+<;s_2y5gyDMIq5ul^oWlt%I~xrn-ID-E8&*WKiyd&)P6O_PUj_F z+l|5JwHifd*O0!p_Mxp!V0va|{pcvlw5oq;C&n@M8 zXI;WPkDelMv%Yzrpd&A;HGV|G074Dq1;~N%#A!$(edkLe_bJw@$xz#2v*FiG~2Q%Q9 zXa};l9vKT>CDr-e##k+7TygTLB$qMZWCeTDV+tw}ijg$FRwc&B8^Rrbvn8aa@AdW8 z1X1u^4Jc7ydN?;Q8f{1(^k4h^-8b&L^mz&K2~PF2s%lEN1!6pHs9WJZ$3RpI`yIi5 zy8c*CNEpfcfdKURr0mN`F*tYgfqy2^kt7ixy9nYqxv#jm(4#zQe1+P4>VXw_H9%L6 zI>tA5co45gye@8?wQrYLy5td|=$T&w4EyHL7r2et{-!aHsny;p6#-S!E25}Id!K?c z^BPWzwdhNsL0*~SB5Q}Vk^B0d64 zYAqO#Z*nT(ck8PdH^};LH?J)q$AOQTD*U0VA7oENS741lrKP1s=6on1W8~{EJidQ^ zoQ_)3`@sonwq2k$skxiIZ1F)<`B4lw1u2nYBd0RQUS$>D?O%Rn?deZQPak|IXI^Zo z=4iiU5zpNF00U}EOr z4AqdDwhw?42RxFU$Eu#0f0E@;^7>yVMxZtDu-7SIFa*< zu!I7oe^z5IiFW`B0}r5jZacpVC@TMD0@1bHOJIHR;^B}F-?PV_{>K2ETlVx)h@DeQ zKeT0mP9Q!%$*nM0YIUpGa~s9}A3e0C|DX`PEetbe{%^O$6&~_PZ<^%5_+0;A(n-eZ zHWnl}S#c>&bWZKCIdppes(2R0cbIJM)QFiIj1MgfgX+YKvSIf`&TlngP=_$D!eR-g z2u1JrPx03I2l7psM8zLgzqeq( zgmA3(7FO|t%W+CCE$$WQ4LTk4mi_Afom3R7lShrKZn9O6vwI`9&lC%qTGNoA?SS*R zvY#*Bk;kvK;#G^)iHo!>j9y~ePTqM50$;nP)gPYWq?@iAXesFth>-qX7lTz?RKx*l z5Q0X{DL8?m+aFsPUH41f=RJM;6m+_1U)AEbayv!KKKpqs^h(fU(WBF(xLaTHI_ZRt znST&$XpT0VA=p*O`NzJh-Rh3`xc$mB#ezpoRW~>gBf}*v(3E-i9B=#*$63YyyGObK zxOr1MRmAK>yG_zJM1<%rG$1Bx#NTMuY9<2p^Ku(v;BoP;IN+ZAY$Q{JG>0{t;j*mU z`+WZ8&!0cN4{Q33Ywz#&qMx$xO{WA(^G0qpB&O)L7zZafHg{LzAkOQ?L=&M_Xhpz? zfaJDvGfa`3+ps4Fas=;ttml0(qlY-oa00lAYZ(UjKghpu&R-jijw}1_B#VP5dKqW= z%M9Ht5%iyRLwQVL^-6kgmaf*q9h8KcSErqe@Hfm?Bee9V)}A0{M*U)M8{0;zd+vt` zIwOT5nrg1Pp5IG&3YyxR0-t>XOoHY1aN0SvHZ&7;pF;2097HGKOWgSpa|TFdrwiB{ zYZCAvpi7CsAP%Z)+LC)wPVIw9F!)7-)Txe+&cbutvLz0wE)J=PQwJvyuyH>EMaGK~ z{S)G_zf6jLe&T0mXPY}a=&?CDF_z0rG2;K~-MSsNC@kD=8(jQi@q1snJJZNw_s6;S z5_82E#s7Q-l|5;G7hn184RA@ZkUE{XD*K&|^_tF3?5yPtIIsb7ds0)^acmEr`g9!C3Mmw)js_GY2jeqtNX)M z9eDcvm8G;xT*s878i0d^KZpJ&k7mrwjDJ(4V!8bnI9F5S1K$P;Xe2kcwia~!$zd?q z!#UgP>ewVsJyCzlcU^5KW3>xb{Y`EX(K zUgavqo}FV|T#n^6CxvC_<)VGrmy>oqAKNu)^5ca+IT7LB({po$3c-Jvg0J@=Otb4l ztmnP@rkk~uPC7bU2AtALWb?CkK#?Tq)5nkc5YGy{;oB>~8BEwU0Es)Swc!cqf5&*g z=f8|wGzFYi#W5N9`6mJ0_)|!?w1-E-(B_UK?xTXjLjR=9Ouwk1PLU>5Gv`FYPwKnB zh=TZe^re7hoq)Ym5)%VIQ~GupyA$OAG8@b1|YRUg}=DY%i?yh|mIYZ#`D(ZWJ_rNo%aHw^Aao(;(5sKOg1 zC8gUz`C!r@UXwVe7*G7CNJ^KDJbFFxnSfzrKha(DM>EvRx%23VO?}U+Yl%LO6v8Gz zaCLwl!KBQ+heKCP@PqO?Hn-}RS4M^=+#2sfDr4zW)k1AgB)bG@G4}qlbB~G>SZxg^ zl@%(bls(2m2hQFWD(Q?SL#O++jGv5Z5~zA~v-9ojn~FkiTf7IR%04ZGGMl{oT6`0e zMs%u;dI?XceD=HM@J*}hmDfWVsriq)qfP6$bpV8Tq$n3>^i@3o4z(Cj<1(LA{98Dj z@Qyy00eP{0OJ-&k0Brn^63-@QuI_NHxD>vac{?QxUe?sPanG38o2<Ft8Cms%-ie_OL{bcIIiVFxK!N{9B-LuXq1)?e2z1g^&-|sQm9y~Ay z(C*d4v!^}H{mSq`Y4@eu@H2i2baA$l7h42WT9l>s}n zm}`xcuMF=1pfhsRxj352Xxr$2I^+hNk8OQR;e97|lBwko5*DMq=X;?`KqF3EiiIh& zd;X~HbKhef3k&9r`2Gfj$U}pR0}3^;V>D3n@paS$?LPKW7Luc7WCGMK5#5*B|%*hpSa-Bwi@pi_f=1w#s7(=p~Ks(@lXheq9nv0UEEf zsj!IXZC9!Vf0^XJ-Sc(sy>XAx@)UjR#-3GE+xRVFuhH!N z>KL!t-hvwtfC*s}W{U4%Wv9+-l|F=`1JKf6k)Gkix+*z^pmS_Of#{4n&xWb3Pb9#} z5yglpq0fs2-*GVWjxsOk^8%plT4$%{%sbvZ0y;X%9b39HJJhor5}!8C;8*#-^=0aL z(t%*D;Y@Bef zlE)97R>lTn$}cQedDLQbB4J9Ft8G4?)4c$LSI!g$ruhGA}1UvQ-p@Bi6Mk6Ln4(uGbYBaDEpGVBKwl9v6nqDOy)d(=UmtM?_B54 zXRd3m_no=l`+4s7d*9y=Di%1lvtP6=F1Aiqy@L$ZZ{p?shq+{{-bz4jRqQi0VtYMx818(z-bvA7X!K*?Uuy_SiBERpl&lG0BX8DQl(5v@R-&6W_t zZbqCqYMkwK2X{Al^7VQ0D`hV}*TDj2bg>c_k5e703Pbz+s=Va-Ibny;%P{9>h_i4m zi5qL_eiKHyy02~v;^X77o^>**G2gJmC67jw~)+tEN8h z|4VzYYLT0Ib?p1de)XMhqk!!dM?nqWUy|6`+Wc|ql2^xSf1cU~e%3=xfi1a}rNyb~ zrg>Yb=(TT|8hRGa5Nv&ELgY$ygmmj+G-dhA)0~kswFj}ka@r)%oDu%HVAL-pw48`Q z2L+w2tGk%=V&5G4wm^*?O})+@P}?ZgxbbW*qXrY;vKY*3H+gF5r>kI9PrM>)u{h2> zZH3iMYiJbJ_;3U0=fiQE0}%-|Q|E~>bGK$ljNbXs?wYBue!i{l(c&Y!6M&O~|jn*WQJZ z8*+K=`)-toQ?+3W)>OBL>dDVUuUWONe*gHqbXz8;({Qf;Mtkys*NxEHXd5z}iuEPv z1~^5IjZP-g+~kh`Ue0Gq6=c%Z=kLlhc__)wE-)ILfObFSSgeQ)6TKE+>e`L%9~#JZ zF^r1Ezo{s~2h}6y>sTh=)Lo1lZ4OJxOl>T#Hb|^ETis$f78E}Jrl_b=N{oq^HN}TE7XP(DTmC{Xn`*K)_R35StBA82l+@M3YQa!gbd{DRvs`pOk1 zFtJu>7UbgM!o$mZiU*;As4X^A(o~{qS4m-L{$Y&AQc5e;FijY$G`k8*l-Y0v zs@T$0%6%8QP5Hd!z`y{&SWqaGutGRHvpQG~Qb(mOszUec9+8d;3F%+H%virV&Vsh^ z=GhCL?0)K~46*K4<%4u}Ao=5%CqvM&0gMwG8cg@z*SrT^VUCP9lEooocRo9tIRxxc zE6CG6KDDOO8tPd){_~q_F&=JxENc0oWlfR(iVNKWW8Tu7NL)r)Q=nO3{&aD9x@f)V z-6JCUEBk!BymFXMp5ETx>pD83!1NJ-eU^a{Xh=F^GF;*icD(Cb+Ab`B2DNjCo3hjs zmXiKDO+vZduXq%j%*=NlIFVSiwV_A|fwZjW;_QqrG)wie{*G(V4}9_jW;SgZ6&qW| z?NAN#pIMM=YHnV>(?0yZ?Y@Pb*&UohvZ?>x?iA&xj-fN$cEZ;Aa;W52q_?2%3p+_hq%e#a%B0MIx1cBMf&^ z+|{1U8IY zLjPtEbv7khE3hItbNO9SXNnyzFKrp_=h`Rmm`+jgpP>J|jJ6+KsBcSXG<;()SJ_iY()7u~X%K`*8NPY5Mpluyr<+ zlfazO?82(mRJ%#(uSZMVoiyf>0ZxBU$X>=S6XNqm>IAA@!QiQj9>k{Zx4*r1cD7;LV|_t*vd*y+R<|S^LV1^&+5~cm4wz0oKen{A;?=s$*DX zcyHo@3}wuVi!kDHj#Fd(WxhBST4Ahv&twyABx~_Y*}4Qt*SyLY2Vg~7S-Qkpx&Kg44p2mShndx_+zrc9wQzpA z>4S4LUpn6h>?N8dY24$d-a=QWzuy4At<~1mlo5F4!M{=#t)^)=;U;iQi2suIh|ABv zsc|g6xWaX3!mb7G^*lavf=DD<5>sBh$OR|(H=hw%wdw6k9Uy#P8SdD^msi^l zb%UzE+Y*MU2y9y31?TC#d#-TSL&A&sn!b7LK?BhkshFvzOQE+4AZIC)zc(@96Mf5z zcRs(&R=M@$ZXTD7=ZYP8R>~f2-xn7be*)xw-_?mi5Rz(ddd{-EhgM5!n!Jtn*tv?$hDs=>2^g33tMS$XF8y;sYiDP2L+ z)I~38JZp`T-YUBH;(7U5()aeKLm~xVPk;73wAQHXCk-Yj)X#xTd8|jW+*h0aRO;5b z#e6?Q!{$PSEFNP=psk1YSh@^pG`OC&Gq7=Yzpc{;_MSX4x!J?2dw&u)Ket%sQLQ4P zk$ns9vChbO=Ay8$b@~JM@*-rzx@aVCh~OB`VF;<}AFxO+bAX3>Gsq zL-k>_P8*(k@la^bd8vj;ztx*~0rjgnG%K}rs?#4M%zXFQN6%43&{c-pkQrz}+xp^4 z^C)p~qHd+XQ>;;POESM!BA|)eYm&yYwfCr{KqA?*UQs zzmTo}UD0)+i^zCE)uo=Ufsv@y!Pdy< zA+>RoqNTpQieuK#knm9N$Eh6#WcIR?qyc8npS|@|=!+Z2`;27lLqtcMHAU}#~1zWoCYZUr!z8V+zn4@E?CO4L!)kd2V=*Q5NP zw*q!GFQ2+o@Lt%3RWH}kEw|{#tjd+=UWU9oA_<4U9K=7sq+Za-Cos%_hdIBY2GP?y z;1-Rck?FXRZ={?Vo1iUXDnEksK^WZeiY;_P&gb>U;28NPbC^)!g|{PL?0Ys3mLS*X zdcwHkOzkZ>#|b=sGi;$fU!>8uzI!$SrkN+-xjq{zc$uQGuHp0gcyyG81^+QM7De{S x#*A2opD};J&2+@RQVRsX_y5BV^-y={3>?Qxt3DOO07np_t)+jZ=#qWtzW`w{B|`uJ literal 20174 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